aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-012-0/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(storage): fallback to copy and unlink when rename failsDaniel Kesselberg2023-07-311-13/+6
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #39629 from ir0nhide/fix/sse-cJulius Härtl2023-07-311-1/+1
|\
| * fix(s3): add SSE-C parameters to headObject callTobias Zimmerer2023-07-301-1/+1
| | | | | | | | Signed-off-by: Tobias Zimmerer <3228193+ir0nhide@users.noreply.github.com>
* | provisioning_api: Add OpenAPI specjld31032023-07-313-6/+29
|/ | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-296-6/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix share roots always being marked as writableRobin Appelman2023-07-283-2/+18
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* expose MovableMount in public interfaceRobin Appelman2023-07-282-1/+51
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #39473 from nextcloud/fix/parallel-aware-jobJoas Schilling2023-07-282-14/+23
|\ | | | | fix(IParallelAwareJob): Check for other reserved jobs before setting new ones as reserved
| * Remove allowParallelRuns check in OCP\BackgroundJob\JobMarcel Klehr2023-07-281-5/+0
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * Fix ParallelAwareJob testsMarcel Klehr2023-07-281-9/+23
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Merge pull request #37624 from nextcloud/fix/logging-for-failed-fopenArthur Schiwon2023-07-281-0/+7
|\ \ | |/ |/| fix: log fopen calls when stream isn't available
| * fix: log fopen calls when stream isn't availableAnna Larch2023-07-201-0/+7
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #39595 from ↵Joas Schilling2023-07-286-133/+38
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/remove-symfony-event-from-user fix!: Remove symfony EventDispatcherInterface from OC\User and OC\Group
| * | fix!: Remove symfony EventDispatcherInterface from GroupJoas Schilling2023-07-273-86/+25
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-274-47/+13
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-284-6/+10
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #39571 from ↵Joas Schilling2023-07-2716-195/+65
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/move-lib-to-IEventDispatcher Move lib/ events to IEventDispatcher where possible
| * | fix!: Remove User events which have a typed event replacementJoas Schilling2023-07-271-4/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix: Move Sharing events to IEventDispatcherJoas Schilling2023-07-272-24/+30
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix: Move Node HookConnecter events to IEventDispatcherJoas Schilling2023-07-272-26/+13
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix: Move SystemTags events to IEventDispatcherJoas Schilling2023-07-273-47/+13
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix!: Remove legacy event dispatching Symfony's GenericEvent from 2FA ManagerJoas Schilling2023-07-272-25/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix!: Remove legacy event dispatching Symfony's GenericEvent from ↵Joas Schilling2023-07-272-39/+5
| | | | | | | | | | | | | | | | | | AdditionalScripts Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix: Move AppManager events to IEventDispatcherJoas Schilling2023-07-272-8/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix!: Remove legacy event dispatching Symfony's GenericEventJoas Schilling2023-07-274-22/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | fix(SystemTagManager): Use truncated tagName in getTag and updateTagMarcel Klehr2023-07-271-4/+8
|/ / | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Merge pull request #39485 from ↵Joas Schilling2023-07-261-8/+4
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/move-remaining-easy-usages-to-IEventDispatcher fix(dispatcher): Move remaining simple cases in apps/ folder to IEven…
| * | fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcherJoas Schilling2023-07-251-8/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-262-4/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #39487 from ↵Joas Schilling2023-07-256-37/+149
|\ \ \ | |/ / |/| | | | | | | | nextcloud/feat/noid/typed-events-for-db_add-missing Feat/noid/typed events for db add missing
| * | fix(db)!: Remove private legacy event because we can not keep itJoas Schilling2023-07-241-33/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix: Add options to support all used features by coreJoas Schilling2023-07-241-4/+23
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | feat(dispatcher): Add typed event for "db:add-missing-primary-keys"Joas Schilling2023-07-244-2/+65
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | feat(dispatcher): Add typed event for "db:add-missing-columns"Joas Schilling2023-07-245-4/+67
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-254-0/+28
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #39506 from ↵Joas Schilling2023-07-241-0/+55
|\ \ | | | | | | | | | | | | nextcloud/techdebt/39488/ensure-index-name-uniqueness feat(db): Ensure that index names are unique across the database
| * | feat(db): Ensure that index names are unique across the databaseJoas Schilling2023-07-201-0/+55
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-248-0/+50
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-2310-0/+62
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #38854 from nextcloud/enh/llm-apiMarcel Klehr2023-07-2125-0/+1407
|\ \
| * | Fix tests: Adjust constructor signatureMarcel Klehr2023-07-191-1/+1
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Remove Task::factory methodMarcel Klehr2023-07-192-18/+1
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Fix psalm errorsMarcel Klehr2023-07-175-0/+9
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | cs:fixMarcel Klehr2023-07-171-2/+0
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Update autoloadersMarcel Klehr2023-07-172-38/+38
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Apply suggestions from code reviewMarcel Klehr2023-07-172-8/+1
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Fix psalm errorsMarcel Klehr2023-07-141-6/+9
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Fix psalm errorsMarcel Klehr2023-07-141-1/+0
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-07-1428-627/+414
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>