summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39698 from joshtrichards/invalid-source-storage-path-catchJohn Molakvoæ2023-08-051-1/+1
|\
| * fix: simplify `sourceData` checkJohn Molakvoæ2023-08-051-1/+1
| * Catch more invalid cache source storage pathsJosh Richards2023-08-031-1/+1
* | Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanupJoas Schilling2023-08-0410-471/+80
|\ \ | |/ |/|
| * fix!: Move getEventDispatcher usage to IEventDispatcherJoas Schilling2023-07-283-5/+9
| * chore!: Remove legacy SymfonyAdapterJoas Schilling2023-07-283-348/+0
| * fix: Migrate collaboration listener and remove legacy adapterJoas Schilling2023-07-281-34/+16
| * fix: Remove legacy dispatcher from share managerJoas Schilling2023-07-282-7/+0
| * feat!: Migrate Share accepted event to typed eventJoas Schilling2023-07-282-3/+4
| * feat!: Migrate unShare events to typed eventsJoas Schilling2023-07-282-44/+27
| * feat!: Migrate Sharing events to typed eventsJoas Schilling2023-07-282-23/+17
| * feat!: Migrate AccountManager event to typed eventJoas Schilling2023-07-281-7/+7
* | Migration: Drop llm_tasks table and add textprocessing_tasksMarcel Klehr2023-08-021-1/+1
* | AI admin settings: Use config values in AI feature managersMarcel Klehr2023-08-023-5/+53
* | fix(storage): fallback to copy and unlink when rename failsDaniel Kesselberg2023-07-311-13/+6
* | 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
* | | provisioning_api: Add OpenAPI specjld31032023-07-312-5/+28
|/ /
* / expose MovableMount in public interfaceRobin Appelman2023-07-281-1/+3
|/
* Merge pull request #39473 from nextcloud/fix/parallel-aware-jobJoas Schilling2023-07-281-9/+23
|\
| * Fix ParallelAwareJob testsMarcel Klehr2023-07-281-9/+23
* | Merge pull request #37624 from nextcloud/fix/logging-for-failed-fopenArthur Schiwon2023-07-281-0/+7
|\ \ | |/ |/|
| * fix: log fopen calls when stream isn't availableAnna Larch2023-07-201-0/+7
* | fix!: Remove symfony EventDispatcherInterface from GroupJoas Schilling2023-07-273-86/+25
* | fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-274-47/+13
* | Merge pull request #39571 from nextcloud/bugfix/noid/move-lib-to-IEventDispat...Joas Schilling2023-07-2713-169/+65
|\ \
| * | fix!: Remove User events which have a typed event replacementJoas Schilling2023-07-271-4/+0
| * | fix: Move Sharing events to IEventDispatcherJoas Schilling2023-07-272-24/+30
| * | fix: Move Node HookConnecter events to IEventDispatcherJoas Schilling2023-07-272-26/+13
| * | fix: Move SystemTags events to IEventDispatcherJoas Schilling2023-07-273-47/+13
| * | fix!: Remove legacy event dispatching Symfony's GenericEvent from 2FA ManagerJoas Schilling2023-07-271-14/+1
| * | fix!: Remove legacy event dispatching Symfony's GenericEvent from AdditionalS...Joas Schilling2023-07-271-30/+5
| * | fix: Move AppManager events to IEventDispatcherJoas Schilling2023-07-272-8/+3
| * | fix!: Remove legacy event dispatching Symfony's GenericEventJoas Schilling2023-07-273-16/+0
* | | fix(SystemTagManager): Use truncated tagName in getTag and updateTagMarcel Klehr2023-07-271-4/+8
|/ /
* | Merge pull request #39506 from nextcloud/techdebt/39488/ensure-index-name-uni...Joas Schilling2023-07-241-0/+55
|\ \
| * | feat(db): Ensure that index names are unique across the databaseJoas Schilling2023-07-201-0/+55
| |/
* | Merge pull request #38854 from nextcloud/enh/llm-apiMarcel Klehr2023-07-2110-0/+568
|\ \
| * | Fix tests: Adjust constructor signatureMarcel Klehr2023-07-191-1/+1
| * | Remove Task::factory methodMarcel Klehr2023-07-191-1/+1
| * | Apply suggestions from code reviewMarcel Klehr2023-07-171-1/+1
| * | Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-07-149-92/+61
| * | cs:fixMarcel Klehr2023-07-072-4/+0
| * | LLM OCP API: Avoid using OC in OCPMarcel Klehr2023-07-072-1/+10
| * | LLM OCP API: Simplify TaskBackgroundJob#run catch blockMarcel Klehr2023-07-071-1/+1
| * | LLM OCP API: Explain TaskBackgroundJob#setAllowParallelRunsMarcel Klehr2023-07-071-0/+2
| * | LLM OCP API: Don't lose trace of wrapped exceptionsMarcel Klehr2023-07-071-4/+4
| * | LLM OCP API: Simplify LanguageModelManager#canHandleTaskMarcel Klehr2023-07-071-1/+6
| * | LLM OCP API: s/getAvailableTasks/getAvailableTaskClasses/Marcel Klehr2023-07-071-3/+3
| * | LLM OCP API: Add missing copyright and strict typesMarcel Klehr2023-07-073-0/+69