summaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Expand)AuthorAgeFilesLines
* fix XSS when adding a file with a malicious name to favoritesMax Fichtelmann2019-07-301-1/+1
* Trigger fallback code to get max contrast value and use integer thereMorris Jobke2019-07-251-2/+5
* Fix max contrast retrieval to limit minimum color for relative timeMorris Jobke2019-07-251-1/+1
* Update operationprogressbar.jsJames Lao2019-07-171-1/+3
* Merge pull request #16249 from nextcloud/backport/16170/stable16Roeland Jago Douma2019-07-081-1/+1
|\
| * fix permissions for drag-n-drop uploadsRobin Appelman2019-07-051-1/+1
* | Properly load permissions in showActionsJulius Härtl2019-07-071-1/+1
|/
* Fix window scroll containerJulius Härtl2019-06-191-2/+2
* 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-1/+1
* Fix public upload by also load the semaphore methodMorris Jobke2019-05-081-0/+4
* 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-151-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-271-1/+6
* Always show full previewsJulius Härtl2019-03-271-18/+11
* Merge pull request #14776 from nextcloud/fix/files/size-colorMorris Jobke2019-03-211-7/+30
|\
| * Use max contrast variable to cap the generated coloursJohn Molakvoæ (skjnldsv)2019-03-211-7/+30
* | Show sharing in menu in grid viewJohn Molakvoæ (skjnldsv)2019-03-213-11/+21
|/
* [app:files] Use current directory for hashing.Evilham2019-03-131-4/+3
* Remove the upload and memory settingJoas Schilling2019-03-041-70/+0
* Merge pull request #14251 from tomasz-grobelny/upload_reliability_improvementsRoeland Jago Douma2019-02-262-19/+25
|\
| * Limit number of simultaneous MKCOL requests to server to increase upload reli...Tomasz Grobelny2019-02-162-19/+25
* | Use proper scroll container when dragging filesJulius Härtl2019-02-201-6/+5
|/
* Merge pull request #12652 from tomasz-grobelny/operation_progress_improvements3John Molakvoæ2019-02-148-106/+243
|\
| * Merge branch 'master' into operation_progress_improvements3Tomasz Grobelny2019-01-296-13/+35
| |\
| * | Fix unit testsTomasz Grobelny2018-11-241-4/+7
| * | Use reportOperationProgress for removing filesTomasz Grobelny2018-11-241-43/+43
| * | Properly handle errors (including 500)Tomasz Grobelny2018-11-241-2/+6
| * | Add progress reporting to move and copy operationsTomasz Grobelny2018-11-244-33/+60
| * | Fix progress bar labelTomasz Grobelny2018-11-244-14/+21
| * | Move progress bar to separate componentTomasz Grobelny2018-11-246-22/+108
| * | Restructuring code in file-upload.jsTomasz Grobelny2018-11-241-27/+37
* | | Use the new method instead of the deprecated wrapperJoas Schilling2019-02-061-4/+11
* | | HBOX-297 trim in webfrontend for new files to stay compatible with windowsChristian Aigner2019-02-012-2/+2
* | | Add drop zone for favorites quick access in navigationfnuesse2019-02-012-0/+45
* | | 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-01-311-8/+8
* | | Make code format more consistent with the rest of the fileDaniel Calviño Sánchez2019-01-311-12/+11
* | | Replace double quotes with single quotesDaniel Calviño Sánchez2019-01-312-8/+8
* | | Add missing trailing ";"Daniel Calviño Sánchez2019-01-312-4/+4
* | | Remove unneeded triggering of eventDaniel Calviño Sánchez2019-01-311-2/+0
* | | Remove duplicated variable declarationDaniel Calviño Sánchez2019-01-311-1/+0
* | | Remove leftover from a WIPDaniel Calviño Sánchez2019-01-311-1/+0
* | | Remove hack to prefetch the starred trash iconDaniel Calviño Sánchez2019-01-311-3/+0
* | | Merge pull request #12364 from tomasz-grobelny/file_range_selectJohn Molakvoæ2019-01-303-26/+119
|\ \ \ | |_|/ |/| |
| * | Add more accessible method of selecting file rangesTomasz Grobelny2019-01-243-26/+119
* | | Fix dropping a folder on a folder rowDaniel Calviño Sánchez2019-01-291-1/+3