summaryrefslogtreecommitdiffstats
path: root/apps/files/composer
Commit message (Collapse)AuthorAgeFilesLines
* Synchronize operation on live photo filesLouis Chemineau2023-11-303-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>
* allow grouping of activity settingsRobin Appelman2020-08-052-0/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Show mime icon, bump bundles, make the SearchResultEntry class ↵John Molakvoæ (skjnldsv)2020-08-042-2/+0
| | | | | | non-abstract, Fix header search icon, various fixes Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Implement unified search for FilesChristoph Wurst2020-06-242-0/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Pick a shorter name for the transfer ownership tableJoas Schilling2019-12-102-2/+2
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix files app LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-12-042-0/+2
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add a transfer ownership background jobRoeland Jago Douma2019-12-022-0/+14
| | | | | | | | | | | | This job can be initiated by a user to transfer a file/folder to a target user. The target user will have to accept the job. Once that is done the transfers is initiated in the background. Both parties get notified when the job is done. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Only expose link to info endpoint in capabiltiesJulius Härtl2019-11-272-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Direct editing API to allow file editing using a one-time token forJulius Härtl2019-11-272-0/+6
| | | | | | mobile apps Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Extract transfer ownership logic into a reusable serviceChristoph Wurst2019-11-262-0/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>