Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(files): Expose chunked upload config via capabilitiesfeat/files/chunked-upload-config-capabilities | provokateurin | 2024-10-21 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat(files): Make the files download action use WebDAV zip download | Ferdinand Thiessen | 2024-09-28 | 1 | -176/+164 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(branchoff): Bump versions and requirements in apps | Joas Schilling | 2024-08-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat(files): Support setting view config for complex ids | Christopher Ng | 2024-08-01 | 1 | -0/+5 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | feat(files): Allow to configure Windows filename compatibility in the settings | Ferdinand Thiessen | 2024-07-17 | 1 | -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 header | Andy Scherzinger | 2024-05-29 | 2 | -31/+8 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | feat(branchoff): Bump versions and requirements in apps | Joas Schilling | 2024-03-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat(branchoff): Bump versions and requirements in apps | Joas Schilling | 2023-11-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix: Remove routes with missing controller methods | jld3103 | 2023-11-02 | 1 | -5/+0 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | fix(files): preview loading | John Molakvoæ (skjnldsv) | 2023-09-26 | 1 | -1/+2 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | fix(files): trashbin redirect and default fileid Sidebar open | John Molakvoæ | 2023-08-17 | 1 | -4/+2 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | add commands to copy/move files | Robin Appelman | 2023-07-12 | 1 | -0/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | chore: remove old favorites view | John Molakvoæ | 2023-07-05 | 1 | -5/+0 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Fix files API route names | jld3103 | 2023-06-15 | 1 | -15/+15 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | add utility command for object store objects | Robin Appelman | 2023-06-09 | 1 | -0/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | chore(release): Bump requirements and versions in apps/ | Joas Schilling | 2023-05-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | add command to write a file | Robin Appelman | 2023-05-04 | 1 | -0/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | move get/delete commands to files namespace, make get take the output as ↵ | Robin Appelman | 2023-05-04 | 1 | -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 view | John Molakvoæ | 2023-04-18 | 1 | -11/+16 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | perf(files): fetch previews faster and cache properly | John Molakvoæ | 2023-04-06 | 1 | -0/+5 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | chore(release): Bump requirements and versions in apps/ | Joas Schilling | 2023-03-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Revert "fix(performance): Do not set up filesystem on every call" | Joas Schilling | 2023-02-21 | 1 | -5/+4 |
| | |||||
* | Do not set up filesystem on every call | Anna Larch | 2023-02-17 | 1 | -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.php | Côme Chilliet | 2023-02-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat(files): Quota in navigation | John Molakvoæ | 2023-01-17 | 1 | -5/+5 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Remove unused legacy ajax/list.php in files app | Vincent Petry | 2023-01-09 | 1 | -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 work | Julius Härtl | 2023-01-05 | 1 | -12/+12 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fixing tests | John Molakvoæ | 2023-01-04 | 1 | -7/+7 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Port settings to Modal | John Molakvoæ | 2023-01-04 | 1 | -0/+10 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Port Files navigation to vue | John Molakvoæ | 2023-01-04 | 1 | -11/+22 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Add a background job to delete expired tokens | Joas Schilling | 2022-10-12 | 1 | -0/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Require a token for "Edit locally" | Joas Schilling | 2022-10-11 | 2 | -1/+15 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Master is now 26 | Joas Schilling | 2022-09-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | set defaultEnabled in shipped.json | Maxence Lange | 2022-09-15 | 1 | -1/+0 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Remove .php from url | Carl Schwan | 2022-06-21 | 1 | -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 25 | Joas Schilling | 2022-04-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Master is now 24 | Joas Schilling | 2021-11-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update app versions for 23 | Vincent Petry | 2021-09-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Bump app version | Joas Schilling | 2021-06-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Master is now 23 | Joas Schilling | 2021-06-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+2 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | This is 22 | Joas Schilling | 2021-02-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | files: Create files from template API | Julius Härtl | 2021-01-28 | 1 | -0/+15 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | add command to repair broken filesystem trees | Robin Appelman | 2021-01-27 | 1 | -0/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add "Crop image previews" setting to files | Nina Pypchenko | 2021-01-14 | 1 | -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 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Bump versions | Joas Schilling | 2020-09-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | merge file activity settings into a single 'favorite changed' item | Robin Appelman | 2020-08-13 | 1 | -4/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Migrate Files to the new bootstrap mechanism | Christoph Wurst | 2020-06-22 | 1 | -72/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Bump app versions and requirements | Joas Schilling | 2020-05-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |