aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Collapse)AuthorAgeFilesLines
...
* | Show the path, when the filename conflictsJoas Schilling2016-10-191-0/+22
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1606 from nextcloud/search-detailMorris Jobke2016-10-182-3/+4
|\ | | | | search design details
| * Fix bold no results search textskjnldsv2016-10-111-1/+2
| | | | | | | | Fix wording
| * search design detailsJan-Christoph Borchardt2016-09-092-3/+3
| |
* | use more fitting icon for files move actionJan-Christoph Borchardt2016-10-171-4/+3
| |
* | Add file action to move files and foldersRobin Appelman2016-10-141-0/+14
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix drag and drop icon for files appMorris Jobke2016-10-101-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #1590 from ↵Morris Jobke2016-10-032-2/+6
|\ \ | | | | | | | | | | | | nextcloud/issue-1432-special-chars-on-name-conflict Fix special characters when renaming to a conflict
| * | Fix special characters when renaming to a conflictJoas Schilling2016-09-302-2/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #1547 from nextcloud/files-translate-filesummaryChristoph Wurst2016-10-031-2/+4
|\ \ \ | |/ / |/| | Translate file summary connector (#26221)
| * | Translate file summary connector (#26221)Vincent Petry2016-09-271-2/+4
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Use css loading animation and not gifJohn Molakvoæ2016-09-271-3/+1
|/ / | | | | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
* | Merge pull request #1520 from nextcloud/upload-allow-zeroMorris Jobke2016-09-261-4/+0
|\ \ | | | | | | Allow uploading empty files (#26113)
| * | Allow uploading empty files (#26113)Vincent Petry2016-09-261-4/+0
| |/ | | | | | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26113 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* / Fix folder drag glitch in FirefoxMorris Jobke2016-09-141-6/+16
|/ | | | | | | | | issue: * drag'n'drop a folder into the files app in Firefox * the highlight stays there because Firefox doesn't trigger the drop event for folders solution: * behave like the drop event if the dragover event isn't fired for 100ms (only applied in Firefox)
* Merge pull request #1215 from ↵Roeland Jago Douma2016-09-012-2/+4
|\ | | | | | | | | nextcloud/issue-1083-update-live-relative-timestamps Update relative timestamps for a better "live" feeling
| * Use live timestamp in the sidebar detailsJoas Schilling2016-09-011-1/+2
| |
| * Update live timestamps to give a more live feelingJoas Schilling2016-09-011-1/+2
| |
* | Also prevent null byte characterJoas Schilling2016-09-011-1/+2
| |
* | Filter out %0A from pathsJoas Schilling2016-09-011-1/+6
|/
* Merge pull request #1147 from nextcloud/files-hidden-files-summaryRoeland Jago Douma2016-08-292-27/+77
|\ | | | | Display number of hidden files in files summary (#25870)
| * Display number of hidden files in files summary (#25870)Vincent Petry2016-08-292-27/+77
| | | | | | | | When dot files are hidden, the table summary and selection summary will not show how many hidden files were included.
* | Make sure file list files config always existsVincent Petry2016-08-291-0/+4
|/ | | | Initialize files config with defaults in case none was passed
* Do not error on maxUploadChangeRoeland Jago Douma2016-08-221-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 handlingVincent Petry2016-08-192-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 availableRobin Appelman2016-07-272-5/+16
|
* dont load filelist previews if we know we dont have oneRobin Appelman2016-07-271-1/+1
|
* block user sorting in recent filesRobin Appelman2016-07-222-1/+7
|
* Add recent file listingRobin Appelman2016-07-222-0/+222
|
* Fix the HTML encoding when uploading a folder in FF when using french l10nJoas Schilling2016-07-201-2/+2
|
* Merge pull request #333 from nextcloud/sync-masterLukas Reschke2016-07-071-2/+19
|\ | | | | Sync master
| * Merge branch 'master' into sync-masterMorris Jobke2016-07-076-171/+436
| |\
| * \ Merge pull request #25325 from owncloud/filelist-prependslashVincent Petry2016-07-061-1/+4
| |\ \ | | | | | | | | Filelist change dir auto-prepend slash
| | * | Filelist change dir auto-prepend slashVincent Petry2016-07-011-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 Petry2016-07-061-0/+14
| |/ /
* | / Add "goto" links for files in non-default file listsRobin Appelman2016-07-052-1/+59
| |/ |/|
* | for text use max-height to trim whitespaceMorris Jobke2016-07-041-1/+1
| |
* | Add large sidebar previews for text filesRobin Appelman2016-07-042-4/+69
| |
* | Factor out handling sidebar previewsRobin Appelman2016-07-042-81/+112
| |
* | Merge pull request #275 from nextcloud/master-sync-upstreamBjörn Schießle2016-07-011-2/+5
|\ \ | | | | | | [Master] Sync upstream
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-07-011-2/+5
| |\|
| | * Prevent infinite loop in search auto-nextpageVincent Petry2016-06-301-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 405Lukas Reschke2016-07-011-1/+1
| | |
* | | Match for /../Lukas Reschke2016-07-011-1/+1
| | |
* | | Do not allow directory traversal using "../"Lukas Reschke2016-07-011-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-upstreamLukas Reschke2016-06-271-4/+18
|\|
| * Merge pull request #25237 from owncloud/search-filelistnextpageresultsVincent Petry2016-06-271-4/+18
| |\ | | | | | | Prerender file list pages to include search results
| | * Prerender file list pages to include search resultsVincent Petry2016-06-241-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-syncLukas Reschke2016-06-261-2/+9
|\| |
| * | Hide search results after switching directoryVincent Petry2016-06-241-0/+7
| | | | | | | | | | | | | | | When clicking on a folder result in the search result list, the result box for "results in another folder" must disappear.