- Oct 19, 2016
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Oct 11, 2016
-
-
skjnldsv authored
Fix wording
-
- Sep 30, 2016
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Sep 27, 2016
-
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ <fremulon@protonmail.com>
-
- Sep 09, 2016
-
-
Jan-Christoph Borchardt authored
-
- Sep 01, 2016
-
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
- Aug 29, 2016
-
-
Vincent Petry authored
When dot files are hidden, the table summary and selection summary will not show how many hidden files were included.
-
Vincent Petry authored
Initialize files config with defaults in case none was passed
-
- Aug 19, 2016
-
-
Vincent Petry authored
Hidden files (dot files) are now always rendered in the DOM to make sure that all file operations and selection still work as expected. Their visibility is now toggled on CSS level.
-
- Jul 27, 2016
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- Jul 22, 2016
-
-
Robin Appelman authored
-
- Jul 06, 2016
-
-
Vincent Petry authored
-
- Jul 05, 2016
-
-
Robin Appelman authored
-
- Jul 01, 2016
-
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
We should not allow directory traversals using "../" here. To test access the following URL once with and then without this patch: http://localhost/server/index.php/apps/files/?dir=../../This+Should+Not+Be+Here
-
Vincent Petry authored
Prepend a slash to directories in case it was missing since many places assume that it's there.
-
- Jun 30, 2016
-
-
Vincent Petry authored
When loading the next page of search results, make sure that the loop can end if there are no more elements in case the total doesn't match. Also added a check to avoid recomputing the search results whenever the setFilter() is called with the same value. This happens when navigating away to another folder, the search field gets cleared automatically and it calls FileList.setFilter('').
-
- Jun 24, 2016
-
-
Vincent Petry authored
When filtering the file list, if a result is on an unrendered page, make sure to call _nextPage() to prerender the pages in order to display all matching results.
-
- Jun 14, 2016
-
-
Vincent Chan authored
-
Vincent Chan authored
-
- May 24, 2016
-
-
Dmitry Popov authored
* Fixed group share searching for members of multiple group. Issue #11808. * Fixed group share searching, continued. Avoid searching for empty group list in getItemSharedWithUser(). Broke tests in previous commit, #12030. * Simler check for group count. * Fix for https://github.com/owncloud/core/issues/24783 , described there * Now it's #24272, 24783 was a duplicate. Previous change was also not very good. Now we don't create ZIP with a single file inside.
-
- May 21, 2016
-
-
Pellaeon Lin authored
so that .canDrop will highlight the entire row when drag hover
-
- May 17, 2016
-
-
Fabian authored
this.updateSearch() sets the current file list instance and clears the box. This is unnecessary and makes the search box unsuable on some mobile devices where a keyboard fade-in causes a onResize trigger, which would then clear and blur the box.
-
- May 06, 2016
-
-
Vincent Petry authored
-
- Apr 21, 2016
-
-
Christoph Wurst authored
-
- Apr 19, 2016
-
-
Christoph Wurst authored
add checkbox to toggle show/hide hidden files persist show hidden setting fix settings menu layout test ApiController::showHiddenFiles don't show hidden files by default Store config in Backbone model and inject it into FileList Filter files only temporarily when rending the file list Fix file rename validation
-
Christoph Wurst authored
-
Christoph Wurst authored
-
- Apr 13, 2016
-
-
Christoph Wurst authored
-
Christoph Wurst authored
-
Christoph Wurst authored
-
Christoph Wurst authored
-
- Apr 07, 2016
-
-
Joas Schilling authored
-
- Mar 31, 2016
-
-
Jan-Christoph Borchardt authored
-
- Mar 24, 2016
-
-
Erik Pellikka authored
-
- Mar 17, 2016
-
-
Pellaeon Lin authored
and both receive a drop. Build breadcrumb over and out callback in filelist.js and pass them as options to utilize local selectors of filelist Re-enable td elements after drop to bread crumb Fix# drop handler still being called after enable, it seems that waiting for a short time before re-enabling solves the problem * Add explanations for setTimeout re-enable td.filename drop handler
-