aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* feat(branchoff): Bump versions and requirements in appsJoas Schilling2024-08-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(files): Support setting view config for complex idsChristopher Ng2024-08-011-0/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files): Allow to configure Windows filename compatibility in the settingsFerdinand Thiessen2024-07-171-4/+4
| | | | | | | | This adds an admin setting to toggle Windows filename compatibility. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Louis <louis@chmn.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-292-31/+8
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(branchoff): Bump versions and requirements in appsJoas Schilling2024-03-281-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(branchoff): Bump versions and requirements in appsJoas Schilling2023-11-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix: Remove routes with missing controller methodsjld31032023-11-021-5/+0
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* fix(files): preview loadingJohn Molakvoæ (skjnldsv)2023-09-261-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fix(files): trashbin redirect and default fileid Sidebar openJohn Molakvoæ2023-08-171-4/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* add commands to copy/move filesRobin Appelman2023-07-121-0/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* chore: remove old favorites viewJohn Molakvoæ2023-07-051-5/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix files API route namesjld31032023-06-151-15/+15
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* add utility command for object store objectsRobin Appelman2023-06-091-0/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* chore(release): Bump requirements and versions in apps/Joas Schilling2023-05-171-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add command to write a fileRobin Appelman2023-05-041-0/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* move get/delete commands to files namespace, make get take the output as ↵Robin Appelman2023-05-041-0/+2
| | | | | | argument instead of option Signed-off-by: Robin Appelman <robin@icewind.nl>
* feat(files): add view config service to store user-config per viewJohn Molakvoæ2023-04-181-11/+16
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* perf(files): fetch previews faster and cache properlyJohn Molakvoæ2023-04-061-0/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(release): Bump requirements and versions in apps/Joas Schilling2023-03-031-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-211-5/+4
|
* Do not set up filesystem on every callAnna Larch2023-02-171-4/+5
| | | | | | Also remove old Oc_FileChunking logis that produced GC- collectable chunks Signed-off-by: Anna Larch <anna@nextcloud.com>
* Psalm easy fixes in apps/files/appinfo/routes.phpCôme Chilliet2023-02-071-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat(files): Quota in navigationJohn Molakvoæ2023-01-171-5/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Remove unused legacy ajax/list.php in files appVincent Petry2023-01-091-2/+0
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): Make sure that static routes on /apps/files still workJulius Härtl2023-01-051-12/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fixing testsJohn Molakvoæ2023-01-041-7/+7
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Port settings to ModalJohn Molakvoæ2023-01-041-0/+10
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Port Files navigation to vueJohn Molakvoæ2023-01-041-11/+22
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add a background job to delete expired tokensJoas Schilling2022-10-121-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Require a token for "Edit locally"Joas Schilling2022-10-112-1/+15
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Master is now 26Joas Schilling2022-09-221-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* set defaultEnabled in shipped.jsonMaxence Lange2022-09-151-1/+0
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Remove .php from urlCarl Schwan2022-06-211-1/+1
| | | | | | | Probably here for legacy reasons, but it is a bit weird to call an .php endpoint that doesn't correspond to a .php file Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Master is now 25Joas Schilling2022-04-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Master is now 24Joas Schilling2021-11-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update app versions for 23Vincent Petry2021-09-281-1/+1
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump app versionJoas Schilling2021-06-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Master is now 23Joas Schilling2021-06-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* This is 22Joas Schilling2021-02-031-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* files: Create files from template APIJulius Härtl2021-01-281-0/+15
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* add command to repair broken filesystem treesRobin Appelman2021-01-271-0/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add "Crop image previews" setting to filesNina Pypchenko2021-01-141-0/+5
| | | | | | | | | | | | | | Added a new user setting that toggles cropping on image previews in grid view. True (default value): crops each image to a square. False: keep original aspect ratio. Signed-off-by: Nina Pypchenko <22447785+nina-py@users.noreply.github.com> Closes #18439. Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump versionsJoas Schilling2020-09-181-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* merge file activity settings into a single 'favorite changed' itemRobin Appelman2020-08-131-4/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Migrate Files to the new bootstrap mechanismChristoph Wurst2020-06-221-72/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump app versions and requirementsJoas Schilling2020-05-071-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix legacy routesJoas Schilling2020-04-181-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>