aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/composer
Commit message (Collapse)AuthorAgeFilesLines
* feat(api): File conversion APIElizabeth Danzberger2025-01-152-0/+2
| | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* feat(dashboard): added new FavouriteWidget to display favorite files in ↵yemkareems2025-01-142-0/+2
| | | | | | | | | | | | | | | | | | | dashboard widget * Added widget star icon * run build/autoloaderchecker.sh * removed unwanted IWidget and usersession * renamed id * renamed class to FavoriteWidget * removed limit logic * removed IAPIWidget * ui fixes to remove rounded corners and make the ui/ux similar to recommendation widget. * cs fix + composer fix no dev and review comments from Joas and Côme addressed * added count and removed slice Signed-off-by: yemkareems <yemkareems@gmail.com> Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
* fix(dav): add activity logging for favorites in davgrnd-alt2024-12-032-0/+4
| | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
* Merge pull request #48721 from nextcloud/feat/allow-getter-setter-decl-forsJohn Molakvoæ2024-11-062-6/+2
|\
| * refactor(files): Migrate from event listener to class based declarative settingsfeat/allow-getter-setter-decl-forsFerdinand Thiessen2024-10-152-6/+2
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | feat(files): Expose chunked upload config via capabilitiesfeat/files/chunked-upload-config-capabilitiesprovokateurin2024-10-212-0/+4
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* feat(files): Allow to configure Windows filename compatibility in the settingsFerdinand Thiessen2024-07-172-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 listenerLouis Chemineau2024-03-142-0/+2
| | | | | | Fix https://github.com/nextcloud/server/issues/43299 Signed-off-by: Louis Chemineau <louis@chmn.me>
* refactor: improve autoload_static formating & update autoloadersfenn-cs2024-03-073-4/+6
| | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* feat(files): add search plugin to search in specified folder exclusivelyfenn-cs2024-03-071-0/+2
| | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* Synchronize operation on live photo filesLouis Chemineau2023-11-293-2/+4
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix!: Remove LegacyLoadAdditionalScriptsAdapterJoas Schilling2023-07-282-2/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add commands to copy/move filesRobin Appelman2023-07-122-0/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* files: Add OpenAPI specjld31032023-07-122-0/+2
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Fix event names of 2FA related typed eventsJoas Schilling2023-07-032-53/+47
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add utility command for object store objectsRobin Appelman2023-06-092-0/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add command to write a fileRobin Appelman2023-05-042-0/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* move get/delete commands to files namespace, make get take the output as ↵Robin Appelman2023-05-042-0/+4
| | | | | | argument instead of option Signed-off-by: Robin Appelman <robin@icewind.nl>
* chore(autoloader): Update autoloaders with composer 2.5.5Joas Schilling2023-04-213-11/+22
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(files): add view config service to store user-config per viewJohn Molakvoæ2023-04-182-0/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Implement file reference wigetJulius Härtl2023-03-022-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-214-12/+6
|
* Do not set up filesystem on every callAnna Larch2023-02-174-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.1Christoph Wurst2023-01-252-16/+25
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* feat(files): Quota in navigationJohn Molakvoæ2023-01-172-2/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Port settings to ModalJohn Molakvoæ2023-01-042-0/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run ↵Julien Veyssier2022-12-151-2/+2
| | | | | | build/autoloaderchecker.sh Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Update composer autoloaderCarl Schwan2022-11-222-4/+17
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add a background job to delete expired tokensJoas Schilling2022-10-122-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Require a token for "Edit locally"Joas Schilling2022-10-112-0/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Rebuild autoloaderJoas Schilling2022-09-201-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-231-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 publicCarl Schwan2022-07-051-7/+7
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Only load direct editing capabilities when requiredJulius Härtl2022-06-032-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix an issue with the search backend updateCarl Schwan2022-04-142-1/+6
| | | | | | And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Build autoloader with new composer versionCôme Chilliet2022-03-305-15/+8
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update composer generated files to latest versionCarl Schwan2022-03-141-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update to composer 2.1.11Carl Schwan2021-11-042-2/+15
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Bump autoloaderJoas Schilling2021-10-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update generated composer files to latest formatChristoph Wurst2021-09-223-19/+110
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add missing files for Composer v2Christoph Wurst2021-08-134-0/+383
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update AutoloaderLouis Chemineau2021-06-211-1/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Update autoloader filesRoeland Jago Douma2021-03-021-2/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #25360 from nextcloud/fix/update-autoloadersRoeland Jago Douma2021-01-282-1/+33
|\ | | | | Update all composer autoloader files
| * Update all composer autoloader filesChristoph Wurst2021-01-282-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 APIJulius Härtl2021-01-282-0/+2
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* add command to repair broken filesystem treesRobin Appelman2021-01-272-0/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* rebuild autoloader scripts with 2.0.7Robin Appelman2020-11-264-3/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update autloaderRoeland Jago Douma2020-09-241-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* merge file activity settings into a single 'favorite changed' itemRobin Appelman2020-08-132-8/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>