aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Expand)AuthorAgeFilesLines
* Use function to open a sidebar fileJohn Molakvoæ (skjnldsv)2019-11-134-9/+9
* Compile handlebarsJulius Härtl2019-11-111-72/+72
* Bump @babel/preset-env from 7.6.3 to 7.7.1dependabot-preview[bot]2019-11-102-6/+7
* Also set X-OC-Mtime header for files that are smaller than 10MBJulius Härtl2019-11-071-0/+4
* Compile assetsnpmbuildbot[bot]2019-10-292-0/+287
* Add LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-10-291-2/+7
* Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)2019-10-293-65/+57
* Allow registering header sections in the file listsJulius Härtl2019-10-231-0/+60
* Remove deprecated legacy file actionsJulius Härtl2019-10-143-38/+3
* Show Delete Icon in Breadcrumb in TrashbinGary Kim2019-10-071-2/+3
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-012-6/+6
* Move oauth admin settings to initialstateRoeland Jago Douma2019-09-281-88/+88
* Remove input id on login formJohn Molakvoæ (skjnldsv)2019-09-281-37/+37
* Allow options to be passed to `FileList.createFile`, so that `scrollTo` can b...Thomas Ebert2019-09-161-3/+4
* Fallback to directory icon based on the mount typeJulius Härtl2019-09-151-0/+3
* Merge pull request #16969 from nextcloud/bugfix/14350/thumbnail_should_open_t...Roeland Jago Douma2019-09-031-1/+1
|\
| * Change filelist _onClickFile function so thumbnail to open the file instead o...Greta Doci2019-09-021-1/+1
* | Fix grid viewJonathan Matthews2019-08-191-0/+5
|/
* Rename delete label to Delete folder/fileJohn Molakvoæ (skjnldsv)2019-08-141-1/+4
* fix XSS when adding a file with a malicious name to favoritesMax Fichtelmann2019-07-291-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-241-1/+1
* Merge pull request #16151 from jameslao/masterMorris Jobke2019-07-151-1/+3
|\
| * Update operationprogressbar.jsJames Lao2019-06-281-1/+3
* | Properly load permissions in showActionsJulius Härtl2019-07-051-1/+1
* | fix permissions for drag-n-drop uploadsRobin Appelman2019-07-011-1/+1
|/
* Fix window scroll containerJulius Härtl2019-06-191-2/+2
* Merge pull request #15767 from nextcloud/bugfix/0b-quota-createMorris Jobke2019-05-282-6/+4
|\
| * Hide newFile menu if quota is set to 0BJulius Härtl2019-05-282-6/+4
* | Also allow dragging below the file listJulius Härtl2019-05-271-0/+1
|/
* Move OC.theme to the bundle and deprecate oc_defaultsChristoph Wurst2019-05-141-1/+1
* Deprecate OC.fileIsBlacklisted and move it to the bundleChristoph Wurst2019-05-141-1/+1
* Update file-upload.jsValdnet2019-05-091-1/+1
* Merge pull request #15427 from nextcloud/refactor/oc-current-user-deprecate-b...Morris Jobke2019-05-081-2/+2
|\
| * Deprecate oc_current_user, fix usage and move currentUser to the bundleChristoph Wurst2019-05-081-2/+2
* | Merge pull request #15432 from nextcloud/fix/14986/fix-public-uploadMorris Jobke2019-05-081-0/+4
|\ \ | |/ |/|
| * Fix public upload by also load the semaphore methodMorris Jobke2019-05-071-0/+4
* | Merge pull request #15302 from nextcloud/enhancement/files/table-head-stickyMorris Jobke2019-05-071-2/+0
|\ \ | |/ |/|
| * Floating files headerJohn Molakvoæ (skjnldsv)2019-05-071-2/+0
* | Do NOT assume all files are selected if the first checkbox isJohn Molakvoæ (skjnldsv)2019-04-301-6/+18
|/
* Use slient option to switch for regular file actions as wellJulius Härtl2019-04-111-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
|\