aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* fix psalmMaxence Lange2024-01-311-2/+2
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* sync with new OCP\IAppConfigMaxence Lange2024-01-311-1/+232
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* feat(php,vue): Create a new parameterBaptiste Fotia2024-01-311-0/+9
| | | | Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com>
* Document throwing behavior of SetupResult upon invalid rich objectCôme Chilliet2024-01-291-0/+9
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #42597 from nextcloud/perf/s3-mkdir-update-sizeJulius Härtl2024-01-231-1/+1
|\ | | | | perf: Avoid updating the folder size if we know the size difference
| * perf: Avoid updating the folder size if we know the size differenceJulius Härtl2024-01-121-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | fix(apps): Fix type information of app managerJoas Schilling2024-01-231-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fixesMaxence Lange2024-01-151-76/+25
| | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | lazy AppConfigMaxence Lange2024-01-156-15/+655
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | introduce IProviderWithUserIdAlexander Piskun2024-01-141-0/+15
|/ | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
* Merge pull request #42649 from ↵Julius Härtl2024-01-112-0/+75
|\ | | | | | | nextcloud/enh/machine-translation-provider-with-id
| * enh(OCP\Translation): Introduce ITranslationProviderWithUserIdMarcel Klehr2024-01-101-0/+38
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * enh(OCP\Translation): Make ITranslationProviderWithId extend ↵Marcel Klehr2024-01-101-1/+1
| | | | | | | | | | | | ITranslationProvider Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * enh(OCP\Translation): Add ITranslationProviderWithIdMarcel Klehr2024-01-101-0/+37
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Document new throw possibility in SetupResultCôme Chilliet2024-01-111-0/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Validate rich objects passed to SetupResultCôme Chilliet2024-01-111-0/+5
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Add RichObject support for SetupChecks descriptionsCôme Chilliet2024-01-111-8/+26
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #42377 from nextcloud/fix/text-to-image-managerJoas Schilling2024-01-101-1/+1
|\ | | | | Fix(text2image): Return providers as indexed array
| * Update doc blocksMB-Finski2023-12-201-1/+1
| | | | | | | | Signed-off-by: MB-Finski <sami.finnila@gmail.com>
* | Merge pull request #42391 from ↵Joas Schilling2024-01-101-3/+4
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/warn-on-excessive-memory-consumption-in-background-jobs feat(cron): Warn on excessive memory consumption in background jobs
| * | fix(log): Improve logging of background job details for better ↵Joas Schilling2023-12-201-3/+4
| | | | | | | | | | | | | | | | | | reproduction/debugging Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | fix: public dav and files_sharing testing fixesJohn Molakvoæ2024-01-091-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | feat: public dav endpoint v2John Molakvoæ2024-01-091-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | restore shared lock ttl when releasingRobin Appelman2023-12-211-1/+18
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge branch 'master' into enh/text-processing-provider-with-idMarcel Klehr2023-12-191-0/+14
|\ \
| * | enh(SpeechToText): Allow providers to declare a dynamic ID instead of using ↵Marcel Klehr2023-12-191-0/+14
| |/ | | | | | | | | | | | | | | className this allows AppAPI to register anonymous classes as SpeechToText providers Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Merge branch 'master' into enh/text-processing-provider-with-idMarcel Klehr2023-12-19101-146/+3590
|\| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix(ooo): add new ooo status with new emojiAnna Larch2023-12-181-0/+6
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
| * feat(comments): Add a meta data column for commentsJoas Schilling2023-12-141-0/+19
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(l10n): fix translations for init scriptsJohn Molakvoæ2023-12-081-2/+14
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * Merge pull request #42011 from ↵Andy Scherzinger2023-12-061-1/+0
| |\ | | | | | | | | | | | | nextcloud/techdebt/noid/allow-to-load-multiple-metadata-with-1-query fix(metadata): Fix copy-paste doc block throws
| | * fix(metadata): Fix copy-paste doc block throwsJoas Schilling2023-12-041-1/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Merge pull request #41962 from nextcloud/fix/dav/check-current-ooo-timeJoas Schilling2023-12-051-1/+18
| |\ \ | | |/ | |/| fix(dav): Make current ooo info time-dependent
| | * fix(dav): Make current ooo info time-dependentChristoph Wurst2023-12-051-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | * If there is an out of office absence info and it happens now -> return data * Else: return no data Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | fix(metadata): Allow to load metadata of multiple files at onceJoas Schilling2023-12-041-1/+13
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Merge pull request #40169 from nextcloud/enh/load-disabled-users-directlyPytal2023-12-011-1/+1
| |\ \ | | |/ | |/| enh(settings): Load from disabled users endpoint
| | * Invert parameter order in getDisabledUserList to be consistentCôme Chilliet2023-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | This matches what was done in the calls and so fixes getting disabled user list when there are several backends returning disabled users. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix(TextProcessing): Make task type template param covariantMarcel Klehr2023-12-012-9/+7
| |/ | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * Synchronize operation on live photo filesLouis Chemineau2023-11-292-0/+46
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-283-1/+25
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
| * fix(API): Use a distinct exception so apps can react to it and customize the ↵Joas Schilling2023-11-281-0/+79
| | | | | | | | | | | | return Signed-off-by: Joas Schilling <coding@schilljs.com>
| * feat(dav): dispatch out-of-office started and ended eventsRichard Steinmetz2023-11-232-0/+102
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
| * chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2331-74/+74
| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
| * Merge pull request #41459 from nextcloud/enh/noid/search-metadata-nullMaxence Lange2023-11-231-0/+1
| |\ | | | | | | implements search on null/notnull metadata
| | * Fix is-define operatorLouis Chemineau2023-11-221-1/+1
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| | * implements search on null/notnull metadataMaxence Lange2023-11-221-0/+1
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | Merge pull request #41662 from ↵Kate2023-11-231-11/+27
| |\ \ | | |/ | |/| | | | nextcloud/chore/settings/cleanup-manager-type-annotations
| | * chore(settings): Cleanup IManager and Manager type annotationsjld31032023-11-231-11/+27
| | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
| * | Merge pull request #41565 from nextcloud/fix/object-storage-inconsitent-behaviorFerdinand Thiessen2023-11-221-2/+2
| |\ \ | | |/ | |/| fix(ObjectStore): Make copying behavior consistent with local storage
| | * fix(ObjectStore): Make copying behavior consistent with local storageFerdinand Thiessen2023-11-171-2/+2
| | | | | | | | | | | | | | | | | | Drop file permissions on copy like we do on local storage. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>