Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not error on maxUploadChange | Roeland Jago Douma | 2016-08-22 | 1 | -0/+42 |
| | | | | | | | | | | The new admin page broke the updating of the max upload size. This is due to very old code there. * Now update is done in the background using js * Added proper route+controller to update Fixes #994 | ||||
* | Fix hidden files handling | Vincent Petry | 2016-08-19 | 2 | -30/+31 |
| | | | | | | | 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. | ||||
* | only load sidebar previews when we know it's available | Robin Appelman | 2016-07-27 | 2 | -5/+16 |
| | |||||
* | dont load filelist previews if we know we dont have one | Robin Appelman | 2016-07-27 | 1 | -1/+1 |
| | |||||
* | block user sorting in recent files | Robin Appelman | 2016-07-22 | 2 | -1/+7 |
| | |||||
* | Add recent file listing | Robin Appelman | 2016-07-22 | 2 | -0/+222 |
| | |||||
* | Fix the HTML encoding when uploading a folder in FF when using french l10n | Joas Schilling | 2016-07-20 | 1 | -2/+2 |
| | |||||
* | Merge pull request #333 from nextcloud/sync-master | Lukas Reschke | 2016-07-07 | 1 | -2/+19 |
|\ | | | | | Sync master | ||||
| * | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 6 | -171/+436 |
| |\ | |||||
| * \ | Merge pull request #25325 from owncloud/filelist-prependslash | Vincent Petry | 2016-07-06 | 1 | -1/+4 |
| |\ \ | | | | | | | | | Filelist change dir auto-prepend slash | ||||
| | * | | Filelist change dir auto-prepend slash | Vincent Petry | 2016-07-01 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | Prepend a slash to directories in case it was missing since many places assume that it's there. | ||||
| * | | | Ignore invalid paths in the JS file list (#25368) | Vincent Petry | 2016-07-06 | 1 | -0/+14 |
| |/ / | |||||
* | / | Add "goto" links for files in non-default file lists | Robin Appelman | 2016-07-05 | 2 | -1/+59 |
| |/ |/| | |||||
* | | for text use max-height to trim whitespace | Morris Jobke | 2016-07-04 | 1 | -1/+1 |
| | | |||||
* | | Add large sidebar previews for text files | Robin Appelman | 2016-07-04 | 2 | -4/+69 |
| | | |||||
* | | Factor out handling sidebar previews | Robin Appelman | 2016-07-04 | 2 | -81/+112 |
| | | |||||
* | | Merge pull request #275 from nextcloud/master-sync-upstream | Björn Schießle | 2016-07-01 | 1 | -2/+5 |
|\ \ | | | | | | | [Master] Sync upstream | ||||
| * | | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-07-01 | 1 | -2/+5 |
| |\| | |||||
| | * | Prevent infinite loop in search auto-nextpage | Vincent Petry | 2016-06-30 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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(''). | ||||
* | | | Match on 405 | Lukas Reschke | 2016-07-01 | 1 | -1/+1 |
| | | | |||||
* | | | Match for /../ | Lukas Reschke | 2016-07-01 | 1 | -1/+1 |
| | | | |||||
* | | | Do not allow directory traversal using "../" | Lukas Reschke | 2016-07-01 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | | | 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 | ||||
* | | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-27 | 1 | -4/+18 |
|\| | |||||
| * | Merge pull request #25237 from owncloud/search-filelistnextpageresults | Vincent Petry | 2016-06-27 | 1 | -4/+18 |
| |\ | | | | | | | Prerender file list pages to include search results | ||||
| | * | Prerender file list pages to include search results | Vincent Petry | 2016-06-24 | 1 | -4/+18 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Merge remote-tracking branch 'upstream/master' into master-upstream-sync | Lukas Reschke | 2016-06-26 | 1 | -2/+9 |
|\| | | |||||
| * | | Hide search results after switching directory | Vincent Petry | 2016-06-24 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | When clicking on a folder result in the search result list, the result box for "results in another folder" must disappear. | ||||
| * | | Fix search result link for file results outside default list | Vincent Petry | 2016-06-24 | 1 | -2/+2 |
| |/ | | | | | | | | | When outside the "All files" list, the search result link must properly redirect to the "All files" list. | ||||
* | | changes emptycontent icon to drag-accept on file-drag | Vincent Chan | 2016-06-23 | 1 | -1/+2 |
| | | |||||
* | | store icons in class | Vincent Chan | 2016-06-15 | 1 | -2/+5 |
| | | |||||
* | | dragging over folder will highlight folder only | Vincent Chan | 2016-06-15 | 1 | -0/+3 |
| | | |||||
* | | restrict dropZone to app-content div | Vincent Chan | 2016-06-15 | 1 | -1/+1 |
| | | |||||
* | | change folder icon when dragging over a directory | Vincent Chan | 2016-06-15 | 2 | -4/+13 |
| | | |||||
* | | properly fix folder upload to use delegatedEvent | Vincent Chan | 2016-06-14 | 2 | -4/+12 |
| | | |||||
* | | fixes direct upload to folder | Vincent Chan | 2016-06-14 | 1 | -5/+1 |
| | | |||||
* | | adds visual indication for file drag and drop | Vincent Chan | 2016-06-13 | 1 | -2/+7 |
| | | |||||
* | | update jQuery File Upload Plugin (9.12.5) to support dragleave | Vincent Chan | 2016-06-13 | 1 | -84/+228 |
|/ | |||||
* | Improve the UX for "not found" perma links | Joas Schilling | 2016-06-07 | 1 | -0/+3 |
| | |||||
* | Merge pull request #24822 from owncloud/fix-download-spinner | Vincent Petry | 2016-05-31 | 1 | -2/+2 |
|\ | | | | | fixes size of the download spinner | ||||
| * | fixes size of the download spinner | Vincent Chan | 2016-05-30 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #20150 from pellaeon/pr-droppable-hover-visual-cue | Vincent Petry | 2016-05-30 | 2 | -2/+3 |
|\ \ | |/ |/| | Add visual cue when moving draggable item over droppable item, | ||||
| * | Make entire file tr droppable, | Pellaeon Lin | 2016-05-21 | 1 | -1/+1 |
| | | | | | | | | so that .canDrop will highlight the entire row when drag hover | ||||
| * | Add visual cue when moving draggable item over droppable item, | Pellaeon Lin | 2016-05-21 | 1 | -1/+2 |
| | | | | | | | | ie. breadcrumb and filenameTd | ||||
* | | My fix for #24272, #23613, File not found when single file in a folder (#24800) | Dmitry Popov | 2016-05-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | | Merge pull request #24682 from f4bsch/master | Vincent Petry | 2016-05-24 | 1 | -2/+0 |
|\ \ | |/ |/| | dont update search onResize | ||||
| * | dont update search onResize | Fabian | 2016-05-17 | 1 | -2/+0 |
| | | | | | | 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. | ||||
* | | added back the jquery animations | Erik Pellikka | 2016-05-13 | 1 | -6/+11 |
| | | |||||
* | | code style fix | Erik Pellikka | 2016-05-13 | 1 | -11/+3 |
| | | |||||
* | | code style fix | Erik Pellikka | 2016-05-13 | 1 | -3/+2 |
| | | |||||
* | | code style fix | Erik Pellikka | 2016-05-13 | 1 | -2/+6 |
| | |