- Apr 29, 2014
-
-
Joas Schilling authored
The write-hook also is triggered for created files Fix #8131
-
Jan-Christoph Borchardt authored
do not check 'remember' log in by default
-
Jenkins for ownCloud authored
-
- Apr 28, 2014
-
-
Lukas Reschke authored
Update 3rdparty
-
Thomas Müller authored
Fixes login / logout when HTTP Basic Headers are avilable.
-
Lukas Reschke authored
Update outdated comment
-
Thomas Müller authored
-
Volkan Gezer authored
-
Thomas Müller authored
Infinite scrolling for files app
-
Thomas Müller authored
remove preview office fallback as it makes too much trouble and generates inacceptable results
-
Thomas Müller authored
-
Thomas Müller authored
Escape literal dots in mod_rewrite regexes
-
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
-
Vincent Petry authored
-
Thomas Müller authored
drop files_irods from apps_external
-
Thomas Müller authored
-
Thomas Müller authored
Adapt chosen (css) path
-
Georg Ehrke authored
-
Felix Eckhofer authored
-
Felix Eckhofer authored
-
Thomas Müller authored
Add translatable mount configs
-
Thomas Müller authored
Remove .htaccess creation code
-
Jenkins for ownCloud authored
-
- Apr 27, 2014
-
-
Lukas Reschke authored
Clarify the trusted_domain error page
-
Lukas Reschke authored
Notice to myself: Stick to my IDE.
-
Lukas Reschke authored
-
Jenkins for ownCloud authored
-
- Apr 26, 2014
-
-
Lukas Reschke authored
-
Thomas Müller authored
Add another example to the trusted_domains config
-