summaryrefslogtreecommitdiffstats
path: root/apps/files/js/app.js
Commit message (Expand)AuthorAgeFilesLines
* fix(files): add silent mode in legacy navigationGrigorii K. Shartsev2023-10-311-2/+4
* fix(search): fix load moreJohn Molakvoæ2023-05-161-1/+1
* Do not show Tags action when systemtag is disabledLouis Chemineau2023-04-271-6/+8
* feat(files): implement sorting per viewJohn Molakvoæ2023-04-061-1/+3
* feat(files): actions apiJohn Molakvoæ2023-04-061-1/+4
* feat(files): custom columnsJohn Molakvoæ2023-04-061-1/+1
* feat(files_trashbin): migrate to vueJohn Molakvoæ2023-04-061-3/+2
* Add component testingJohn Molakvoæ2023-01-041-6/+0
* Fix preview cropJohn Molakvoæ2023-01-041-9/+17
* Port settings to ModalJohn Molakvoæ2023-01-041-64/+10
* Port Files navigation to vueJohn Molakvoæ2023-01-041-22/+32
* Replace custom tooltips with native ones in filesjulia.kirschenheuter2022-12-221-9/+3
* Fix sidebar not automatically hidden in Files appDaniel Calviño Sánchez2022-11-091-2/+2
* l10n: Correct text stringValdnet2022-09-191-2/+2
* Reset global search on files sidebar navigation changeChristopher Ng2022-09-151-0/+2
* Fix grid view toggleVincent Petry2022-09-141-1/+42
* Merge pull request #30572 from nextcloud/fix/lint_warningsLouis2022-01-121-1/+1
|\
| * Typing correctionsLouis Chemineau2022-01-111-1/+1
* | Trigger "changeDirectory" even on URL changeVincent Petry2022-01-111-4/+6
|/
* add missing order attribute to tag multiselect actionJulien Veyssier2021-07-291-1/+2
* add an option to the multiple files selected actions to add and remove tags f...Roland Scheidel2021-07-231-0/+5
* Trigger click event when scrollTo is setLouis Chemineau2021-06-091-0/+1
* Allow apps to register a file action for multiselectJulius Härtl2021-05-121-0/+3
* Add "Crop image previews" setting to filesNina Pypchenko2021-01-141-1/+31
* Expose currently active file list though OCA.Files.AppJulius Härtl2020-08-251-0/+25
* Use DOMContentLoaded and fix sharebymail loading issueJohn Molakvoæ (skjnldsv)2020-07-201-1/+1
* Remove deprecated legacy file actionsJulius Härtl2019-10-141-6/+0
* Add more accessible method of selecting file rangesTomasz Grobelny2019-01-241-1/+2
* Only check whatsnew once per hourRoeland Jago Douma2018-12-201-1/+4
* Fixed scrolling containerJohn Molakvoæ (skjnldsv)2018-07-241-1/+0
* Merge pull request #10110 from nextcloud/feature/100500/whats-new-info-usersMorris Jobke2018-07-131-0/+2
|\
| * Backend work to provide NC whats New info to usersArthur Schiwon2018-07-051-0/+2
* | Fixed testsJohn Molakvoæ (skjnldsv)2018-07-121-1/+1
* | Fixed favorite folder view displayJohn Molakvoæ (skjnldsv)2018-07-121-2/+2
* | Added toggleable QuickAccessfnuesse2018-07-121-38/+2
* | Added FavoritesQuickaccess-Sidebarfnuesse2018-07-121-1/+39
|/
* Fixes issues found during running of test cases.Abijeet2018-06-181-1/+1
* Added a new action menu in files and trash list.Abijeet2018-06-181-1/+18
* Enable chunking for bigger files in authenticated web uploadVincent Petry2017-11-031-1/+2
* Put the quota bar to the bottomMorris Jobke2017-06-131-1/+1
* Add quota to the files viewJoas Schilling2017-06-131-0/+4
* added quit option in commentstabview.jsnoveens2017-03-231-2/+1
* Use Webdav PUT for uploads in the web browserVincent Petry2016-10-241-0/+1
* Improve the UX for "not found" perma linksJoas Schilling2016-06-071-0/+3
* Do not encode slashes in "dir" URL param in files JSVincent Petry2016-05-061-2/+15
* Auto-add fileid in URL for currently displayed folderVincent Petry2016-05-061-3/+21
* filter hidden files on the web interfaceChristoph Wurst2016-04-191-2/+49
* persist file sorting changesChristoph Wurst2016-04-131-1/+4
* load file sorting mode from the dbChristoph Wurst2016-04-131-1/+2
* Make files app use Webdav for most operationsVincent Petry2015-11-221-1/+2