- May 18, 2014
-
-
Morris Jobke authored
Disable login button until the timezone is set
-
Jenkins for ownCloud authored
-
- May 17, 2014
-
-
Vincent Petry authored
SVG fallback for a few icons
-
Jenkins for ownCloud authored
-
- May 16, 2014
-
-
Björn Schießle authored
use default expire date only for link shares
-
Björn Schießle authored
allow admin to enforce passwords for public link shares
-
Björn Schießle authored
-
Björn Schießle authored
-
Vincent Petry authored
Fix drag and drop in IE8
-
Vincent Petry authored
Files app navigation sidebar
-
Vincent Petry authored
For some reason IE8 didn't like the sort function, so using the one from underscore instead.
-
Vincent Petry authored
-
Vincent Petry authored
-
Jenkins for ownCloud authored
-
- May 15, 2014
-
-
Vincent Petry authored
- fixed upload and storage statistics - fixed infinite scroll to use the correct contain for scroll detection - fixed unit test that sometimes fail for rename case - controls are now sticky again - fixed selection overlay to be aligned with the table - fixed "select all" checkbox that had id conflicts - fixed public page - fixed global actions permissions detection - fix when URL contains an invalid view id - viewer mode now hides the sidebar (ex: text editor) - added unit tests for trashbin - clean up storage info in template (most is retrieved via ajax call now)
-
Vincent Petry authored
- FileList is now an instantiable class - FileActions is now in namespace - added App class for trashbin app - moved trashbin overrides into classes extending FileList - replaced many static calls with "this." or "self." to make the classes reusable/extendable - new URL parameter "view" to specify which view is shown, for example "files" or "trashbin" - added OC.Util.History utility class in core for handling history - moved URL handling/routing to OCA.Files.App - popstate will correctly update the current view and notify the view of the URL change so it can update the current dir - added JS unitt tests for the trashbin app - fixed public app to work with the new namespaces
-
Vincent Petry authored
- added new OCA.Files namespace for files classes - the sidebar can now switch between views/containers - the trashbin renders in its own container but currently doesn't work due to overrides - added app.js as entry point for JS code (ideally all other files should only contain classes and not trigger anything)
-
Vincent Petry authored
Apps can now register navigation items into the sidebar of the files app. For every sidebar item there is a container. The container's content is rendered based on the script name given at registration time.
-
Vincent Petry authored
- Added links to trashbin and shared dir - Moved "WebDAV" settings block to the app nav's settings section - Added sidebar support in trashbin app as well
-
Vincent Petry authored
-
Vincent Petry authored
[regression] Fixed trashbin to use correct class
-
Vincent Petry authored
It seems that \OC_Filesystemview has been removed. Now using the correct class \OC\Files\View()
-
Jan-Christoph Borchardt authored
Vertically align public layout to better fit small mobile screens
-
Robin McCorkell authored
rename URL-fields to Host for SFTP/FTP and SMB external Storage backends
-
fibsifan authored
-
Thomas Müller authored
Small cleanup and language detection for apps
-
Vincent Petry authored
fix typo encryption
-
Jenkins for ownCloud authored
-
- May 14, 2014
-
-
Volkan Gezer authored
-
Thomas Müller authored
Added ground work for OC.Share unit tests
-
Björn Schießle authored
Sharing ux improvements
-
Vincent Petry authored
On slow computers it might happen that the user manages to login before the timezone code has a chance to run, which then causes dates to appear wrong in the UI. This fix makes sure the login cannot happen until the timezone field is set. Note that it's not possible to run the timezone code outside of document.ready() because at that time the DOM element doesn't exist yet.
-
Robin Appelman authored
fix oc dialog because the body isn't 100% x 100% in dimensions anymore
-
jbtbnl authored
avoid row resize on filename edit
-
Bagera authored
Sets row height to avoid resize when name is edited
-
Jenkins for ownCloud authored
-
- May 13, 2014
-
-
Bernhard Posselt authored
-
Bernhard Posselt authored
use fetch method instead of fetchRow because fetchRow is only an owncloud internal alias that exists purely for compability
-
Bernhard Posselt authored
provide a way to detect the language that is being used (e.g. for clientside javascript language selection
-
Lukas Reschke authored
We do not support updates from 4.5 > 7.0 or even 3.0 > 7.0
-