- May 07, 2014
-
-
Jenkins for ownCloud authored
-
- May 05, 2014
-
-
Vincent Petry authored
To make sure that the dynamic mount config and config classes from external storages are tested, these are now added into the autotest.sh test run by enabling the app.
-
Jenkins for ownCloud authored
-
- May 04, 2014
-
-
Jenkins for ownCloud authored
-
- May 03, 2014
-
-
Jenkins for ownCloud authored
-
- May 02, 2014
-
-
Thomas Müller authored
load image via javascript and use $(document).width() to determine the proper side of the image to be returned
-
Thomas Müller authored
Images on public sharing get downscaled to increase use experience - this will speed up loading time - adding keep aspect to core/ajax/preview.php - remove duplicate method Preview::show() - no more hard coded mimetype of preview - remove .png from the preview urls - keep old route preview.png for backwards compatibility - aspect preserving previews are now cached
-
Thomas Müller authored
-
Jan-Christoph Borchardt authored
-
Jenkins for ownCloud authored
-
- May 01, 2014
-
-
Jenkins for ownCloud authored
-
- Apr 30, 2014
-
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Jenkins for ownCloud authored
-
- Apr 29, 2014
-
-
Vincent Petry authored
-
Thomas Müller authored
-
Vincent Petry authored
It turns out that the sharing dropdown is embedded into the table row for some reason. This fix makes use of a more specific selector for the checkboxes and file name links to make sure it doesn't spill into any other potential elements like the sharing dialog.
-
Thomas Müller authored
-
Sjors van der Pluijm authored
-
Jenkins for ownCloud authored
-
- Apr 28, 2014
-
-
Sjors van der Pluijm authored
-
Thomas Müller authored
-
Vincent Petry authored
Fixed drag and drop code to use FileList.getSelectedFiles() instead of the visible DOM elements.
-
Vincent Petry authored
-
Vincent Petry authored
Now using _.bind() for event handlers so we can use "this" which is more readable than a static access to FileList.
-
Vincent Petry authored
-
Vincent Petry authored
-
Vincent Petry authored
The file selection is now based on the internal model array FileList.files instead of the visible checkboxes. This makes it possible to virtually select files that haven't been rendered yet (select all, then deselect a visible one) Added more unit tests for selection (with shift and ctrl as well)
-
Vincent Petry authored
-
Vincent Petry authored
-
Vincent Petry authored
Removed "insert" flag, inserting is by default for FileList.add(). Added "animate" flag to FileList.add(). Added logic to correctly detect when to insert/append elements whenever the insertion point is visible or not. Fixed "render next page" logic to work correctly when many pages of files have been added.
-
Vincent Petry authored
The FileList.files model is now updated with file operations. Adding files to the list will add to the model first, then to the DOM. If the insertion point isn't visible yet, the file won't be added to the DOM until the user scrolls down. Updated unit tests to include checking for the correct insertion point.
-
Vincent Petry authored
- moved file selection code to FileList - fix selection summary when all files are selected - nextPage now auto-selects files if "select all" checkbox is checked - fixed trashbin to use the same selection logic as FileList
-
Vincent Petry authored
- moved the summary code into a new class FileSummary - FileSummary is calculated only once, then updated with add/remove - added new OC.Util namespace for JS utility functions
-
Björn Schießle authored
-
Vincent Petry authored
-
Arthur Schiwon authored
backends. This is a port to master from PR #7745 remove OC_GROUP_BACKEND_GET_DISPLAYNAME option for group backends Conflicts: lib/private/group/backend.php LDAP: getDisplayNamesInGroup is not an option for group backends anymore Conflicts: apps/user_ldap/group_ldap.php apps/user_ldap/group_proxy.php clean up group backends Conflicts: lib/private/group/database.php remove now unnecessary test implement getDisplayNames in group manager adjust user manager tests test for group manager's displayNamesInGroup trim must not be used in empty in PHP < 5.5 keep the constant to not provoke PHP warnings Conflicts: lib/private/group/backend.php
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-