Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(files): Allow to configure Windows filename compatibility in the settings | Ferdinand Thiessen | 2024-07-17 | 2 | -0/+8 |
| | | | | | | | | 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> | ||||
* | fix(files): Do not require files_trashbin in live photo sync listener | Louis Chemineau | 2024-03-14 | 2 | -0/+2 |
| | | | | | | Fix https://github.com/nextcloud/server/issues/43299 Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | refactor: improve autoload_static formating & update autoloaders | fenn-cs | 2024-03-07 | 3 | -4/+6 |
| | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
* | feat(files): add search plugin to search in specified folder exclusively | fenn-cs | 2024-03-07 | 1 | -0/+2 |
| | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
* | Synchronize operation on live photo files | Louis Chemineau | 2023-11-29 | 3 | -2/+4 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix!: Remove LegacyLoadAdditionalScriptsAdapter | Joas Schilling | 2023-07-28 | 2 | -2/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | add commands to copy/move files | Robin Appelman | 2023-07-12 | 2 | -0/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | files: Add OpenAPI spec | jld3103 | 2023-07-12 | 2 | -0/+2 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | Fix event names of 2FA related typed events | Joas Schilling | 2023-07-03 | 2 | -53/+47 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | add utility command for object store objects | Robin Appelman | 2023-06-09 | 2 | -0/+8 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add command to write a file | Robin Appelman | 2023-05-04 | 2 | -0/+2 |
| | | | | 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 | 2 | -0/+4 |
| | | | | | | argument instead of option Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | chore(autoloader): Update autoloaders with composer 2.5.5 | Joas Schilling | 2023-04-21 | 3 | -11/+22 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat(files): add view config service to store user-config per view | John Molakvoæ | 2023-04-18 | 2 | -0/+2 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Implement file reference wiget | Julius Härtl | 2023-03-02 | 2 | -0/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Revert "fix(performance): Do not set up filesystem on every call" | Joas Schilling | 2023-02-21 | 4 | -12/+6 |
| | |||||
* | Do not set up filesystem on every call | Anna Larch | 2023-02-17 | 4 | -6/+12 |
| | | | | | | Also remove old Oc_FileChunking logis that produced GC- collectable chunks Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | chore(autoloaders): Update autoloader files for Composer 2.5.1 | Christoph Wurst | 2023-01-25 | 2 | -16/+25 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | feat(files): Quota in navigation | John Molakvoæ | 2023-01-17 | 2 | -2/+0 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Port settings to Modal | John Molakvoæ | 2023-01-04 | 2 | -0/+2 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run ↵ | Julien Veyssier | 2022-12-15 | 1 | -2/+2 |
| | | | | | | build/autoloaderchecker.sh Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | Update composer autoloader | Carl Schwan | 2022-11-22 | 2 | -4/+17 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Add a background job to delete expired tokens | Joas Schilling | 2022-10-12 | 2 | -0/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Require a token for "Edit locally" | Joas Schilling | 2022-10-11 | 2 | -0/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Rebuild autoloader | Joas Schilling | 2022-09-20 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move findBinaryFinder and isFunctionEnabled away from OC_Helper | Carl Schwan | 2022-08-23 | 1 | -3/+3 |
| | | | | | | | | | | | | findBinaryFinder is now a service that is still private but with some minor optimization (remove the hasKey check). isFunctionEnabled is now in OCP\Util Both function are still keep but all internal usage in nextcloud/server were migrated to the new usage, so that we can remove it in 26 Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Make Color class public | Carl Schwan | 2022-07-05 | 1 | -7/+7 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Only load direct editing capabilities when required | Julius Härtl | 2022-06-03 | 2 | -0/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix an issue with the search backend update | Carl Schwan | 2022-04-14 | 2 | -1/+6 |
| | | | | | | And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Build autoloader with new composer version | Côme Chilliet | 2022-03-30 | 5 | -15/+8 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Update composer generated files to latest version | Carl Schwan | 2022-03-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Update to composer 2.1.11 | Carl Schwan | 2021-11-04 | 2 | -2/+15 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Bump autoloader | Joas Schilling | 2021-10-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update generated composer files to latest format | Christoph Wurst | 2021-09-22 | 3 | -19/+110 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add missing files for Composer v2 | Christoph Wurst | 2021-08-13 | 4 | -0/+383 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update Autoloader | Louis Chemineau | 2021-06-21 | 1 | -1/+3 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Update autoloader files | Roeland Jago Douma | 2021-03-02 | 1 | -2/+4 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #25360 from nextcloud/fix/update-autoloaders | Roeland Jago Douma | 2021-01-28 | 2 | -1/+33 |
|\ | | | | | Update all composer autoloader files | ||||
| * | Update all composer autoloader files | Christoph Wurst | 2021-01-28 | 2 | -1/+33 |
| | | | | | | | | | | | | The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | files: Create files from template API | Julius Härtl | 2021-01-28 | 2 | -0/+2 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | add command to repair broken filesystem trees | Robin Appelman | 2021-01-27 | 2 | -0/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | rebuild autoloader scripts with 2.0.7 | Robin Appelman | 2020-11-26 | 4 | -3/+5 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update autloader | Roeland Jago Douma | 2020-09-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | merge file activity settings into a single 'favorite changed' item | Robin Appelman | 2020-08-13 | 2 | -8/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | allow grouping of activity settings | Robin Appelman | 2020-08-05 | 2 | -0/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Show mime icon, bump bundles, make the SearchResultEntry class ↵ | John Molakvoæ (skjnldsv) | 2020-08-04 | 2 | -2/+0 |
| | | | | | | non-abstract, Fix header search icon, various fixes Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Implement unified search for Files | Christoph Wurst | 2020-06-24 | 2 | -0/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update autoloaders for composer v1.10.1 | Christoph Wurst | 2020-03-19 | 1 | -0/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Pick a shorter name for the transfer ownership table | Joas Schilling | 2019-12-10 | 2 | -2/+2 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix files app LoadSidebar event | John Molakvoæ (skjnldsv) | 2019-12-04 | 2 | -0/+2 |
| | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> |