aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-272-25/+1
| * | fix!: Remove legacy event dispatching Symfony's GenericEvent from AdditionalS...Joas Schilling2023-07-272-39/+5
| * | fix: Move AppManager events to IEventDispatcherJoas Schilling2023-07-272-8/+3
| * | fix!: Remove legacy event dispatching Symfony's GenericEventJoas Schilling2023-07-274-22/+0
* | | fix(SystemTagManager): Use truncated tagName in getTag and updateTagMarcel Klehr2023-07-271-4/+8
|/ /
* | Merge pull request #39485 from nextcloud/bugfix/noid/move-remaining-easy-usag...Joas Schilling2023-07-261-8/+4
|\ \
| * | fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcherJoas Schilling2023-07-251-8/+4
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-262-4/+2
* | | Merge pull request #39487 from nextcloud/feat/noid/typed-events-for-db_add-mi...Joas Schilling2023-07-256-37/+149
|\ \ \ | |/ / |/| |
| * | fix(db)!: Remove private legacy event because we can not keep itJoas Schilling2023-07-241-33/+0
| * | fix: Add options to support all used features by coreJoas Schilling2023-07-241-4/+23
| * | feat(dispatcher): Add typed event for "db:add-missing-primary-keys"Joas Schilling2023-07-244-2/+65
| * | feat(dispatcher): Add typed event for "db:add-missing-columns"Joas Schilling2023-07-245-4/+67
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-254-0/+28
|/ /
* | 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
| |/
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-248-0/+50
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-2310-0/+62
* | Merge pull request #38854 from nextcloud/enh/llm-apiMarcel Klehr2023-07-2125-0/+1407
|\ \
| * | Fix tests: Adjust constructor signatureMarcel Klehr2023-07-191-1/+1
| * | Remove Task::factory methodMarcel Klehr2023-07-192-18/+1
| * | Fix psalm errorsMarcel Klehr2023-07-175-0/+9
| * | cs:fixMarcel Klehr2023-07-171-2/+0
| * | Update autoloadersMarcel Klehr2023-07-172-38/+38
| * | Apply suggestions from code reviewMarcel Klehr2023-07-172-8/+1
| * | Fix psalm errorsMarcel Klehr2023-07-141-6/+9
| * | Fix psalm errorsMarcel Klehr2023-07-141-1/+0
| * | Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-07-1428-627/+414
| * | Since 27.1.0Marcel Klehr2023-07-0716-81/+81
| * | cs:fixMarcel Klehr2023-07-072-4/+0
| * | LLM OCP API: Improve scheduleTask docblockMarcel Klehr2023-07-071-1/+2
| * | LLM OCP API: Avoid using OC in OCPMarcel Klehr2023-07-073-17/+10
| * | OCP\Common\NotFoundException: Add param typeMarcel Klehr2023-07-071-1/+1
| * | 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-072-4/+4
| * | LLM OCP API: Add missing copyright and strict typesMarcel Klehr2023-07-073-0/+69
| * | Update lib/public/LanguageModel/Events/TaskFailedEvent.phpMarcel Klehr2023-07-071-2/+4
| * | Update lib/public/LanguageModel/ILanguageModelProvider.phpMarcel Klehr2023-07-071-1/+1
| * | Apply suggestions from code reviewMarcel Klehr2023-07-071-1/+1
| * | LLM OCP API: Fix psam errorMarcel Klehr2023-07-071-1/+3
| * | LLM OCP API: Fix psam errorsMarcel Klehr2023-07-071-2/+6
| * | LLM OCP API: Fix psalm errorMarcel Klehr2023-07-071-2/+2
| * | LLM OCP API: Add identifier paramMarcel Klehr2023-07-073-5/+28
| * | Apply suggestions from code reviewMarcel Klehr2023-07-071-2/+2