aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Expand)AuthorAgeFilesLines
* Rename delete label to Delete folder/fileJohn Molakvoæ (skjnldsv)2019-08-151-1/+4
* fix XSS when adding a file with a malicious name to favoritesMax Fichtelmann2019-07-301-1/+1
* Properly load permissions in showActionsJulius Härtl2019-07-071-1/+1
* fix permissions for drag-n-drop uploadsRobin Appelman2019-07-051-1/+1
* Hide newFile menu if quota is set to 0BJulius Härtl2019-06-032-6/+4
* Also allow dragging below the file listJulius Härtl2019-05-271-0/+1
* Update file-upload.jsValdnet2019-05-091-2/+2
* Do NOT assume all files are selected if the first checkbox isJohn Molakvoæ (skjnldsv)2019-05-021-6/+18
* Use slient option to switch for regular file actions as wellJulius Härtl2019-04-161-1/+1
* Check if OCA.Files.App is available before callingJulius Härtl2019-04-081-1/+1
* Fix opening folders from different file listsJulius Härtl2019-03-281-1/+6
* [app:files] Use current directory for hashing.Evilham2019-03-201-4/+3
* Use proper scroll container when dragging filesJulius Härtl2019-02-201-6/+5
* Merge pull request #13982 from nextcloud/stable15-12917-clean-code-and-fix-dr...Morris Jobke2019-02-082-32/+25
|\
| * Fix drop zone shadowfnuesse2019-02-011-0/+2
| * Unify handling of dropping one file or several files on the trash binDaniel Calviño Sánchez2019-02-011-8/+7
| * Use full names instead of abbreviations in variable namesDaniel Calviño Sánchez2019-02-011-8/+8
| * Make code format more consistent with the rest of the fileDaniel Calviño Sánchez2019-02-011-12/+11
| * Replace double quotes with single quotesDaniel Calviño Sánchez2019-02-012-8/+8
| * Add missing trailing ";"Daniel Calviño Sánchez2019-02-012-4/+4
| * Remove unneeded triggering of eventDaniel Calviño Sánchez2019-02-011-2/+0
| * Remove duplicated variable declarationDaniel Calviño Sánchez2019-02-011-1/+0
| * Remove leftover from a WIPDaniel Calviño Sánchez2019-02-011-1/+0
| * Remove hack to prefetch the starred trash iconDaniel Calviño Sánchez2019-02-011-3/+0
* | HBOX-297 trim in webfrontend for new files to stay compatible with windowsChristian Aigner2019-02-012-2/+2
|/
* Revert "trim filename in webfrontend for windows compatibility"Morris Jobke2019-02-012-2/+2
* HBOX-297 trim in webfrontend for new files to stay compatible with windowsChristian Aigner2019-01-312-2/+2
* Fix dropping a folder on a folder rowDaniel Calviño Sánchez2019-01-291-1/+3
* Replace ChildNode.before with custom before helperJulius Härtl2018-12-221-2/+5
* Do not show general warning on free space errorRoeland Jago Douma2018-12-061-1/+1
* Do not switch to root folder if filelist is already shownJulius Härtl2018-11-222-3/+13
* Fix rendering of the sidebar in Files appDaniel Calviño Sánchez2018-11-222-11/+25
* Fix whitespace and file action cleanupJulius Härtl2018-11-201-11/+10
* Allow to hide download option for folders shared by linkJulius Härtl2018-11-201-9/+11
* Make number of file list entries depending on the width for grid viewJulius Härtl2018-11-181-1/+8
* Show thumbnail on renameMorris Jobke2018-11-151-3/+3
* Fix min trhumbnail sizeJohn Molakvoæ (skjnldsv)2018-11-061-2/+2
* Add grid toggle for every files viewJohn Molakvoæ (skjnldsv)2018-11-061-2/+3
* Merge pull request #12128 from tomasz-grobelny/fix_file_moveMorris Jobke2018-11-061-4/+43
|\
| * Merge remote-tracking branch 'upstream/master' into fix_file_moveTomasz Grobelny2018-11-042-0/+18
| |\
| * | Fix move related testsTomasz Grobelny2018-11-031-6/+10
| * | Fix file move operation for large number of filesTomasz Grobelny2018-10-301-5/+40
* | | Ask before cancelling an ongoing uploadJohn Molakvoæ (skjnldsv)2018-11-051-5/+24
* | | Set the filemodel before rending the detailsviewRoeland Jago Douma2018-11-021-1/+1
| |/ |/|
* | Merge pull request #11647 from nextcloud/make-possible-for-tab-views-to-add-c...Julius Härtl2018-10-312-0/+18
|\ \ | |/ |/|
| * Make possible for tab views to add CSS classes to their containerDaniel Calviño Sánchez2018-10-042-0/+18
* | Fix jsdocs build on server repoJulius Härtl2018-10-243-6/+6
* | Merge pull request #11573 from nextcloud/gridview-tableMorris Jobke2018-10-241-0/+27
|\ \
| * | Restore table headJohn Molakvoæ (skjnldsv)2018-10-231-0/+1
| * | Merge branch 'master' of https://github.com/nextcloud/server into gridview-tableJohn Molakvoæ (skjnldsv)2018-10-2310-14/+55
| |\ \