summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | fix(memcache): Fix comparison of Memcache configs to classesJoas Schilling2023-08-171-7/+9
|/
* fix: Prevent PHP warnings when optional CacheEntry attributes are unsetFerdinand Thiessen2023-08-172-4/+4
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-172-0/+20
* Merge pull request #39871 from nextcloud/backport/38714/stable27John Molakvoæ2023-08-161-5/+9
|\
| * select the fileid first when looking for incomplete filesRobin Appelman2023-08-141-5/+9
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-164-0/+18
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1468-202/+202
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-132-2/+18
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-124-0/+110
* Merge pull request #39722 from nextcloud/backport/39698/stable27John Molakvoæ2023-08-111-1/+1
|\
| * fix: simplify `sourceData` checkJohn Molakvoæ2023-08-051-1/+1
| * Catch more invalid cache source storage pathsJosh Richards2023-08-051-1/+1
* | Merge pull request #39799 from nextcloud/appecosystem-auth-stable27John Molakvoæ2023-08-111-0/+19
|\ \
| * | Fix psalm ci (stub). Wrap server container with try-catchAndrey Borysenko2023-08-111-2/+6
| * | added Application Ecosystem V2 login handlerAlexander Piskun2023-08-111-0/+15
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-112-0/+4
|/ /
* | log imaginary errors as info to not spam the server logsSimon L2023-08-101-2/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-104-0/+6
* | feat: Add delete task APIJulius Härtl2023-08-092-0/+20
* | change sql where order to match index orderJulien Veyssier2023-08-091-2/+2
* | allow anon text processing schedulingJulien Veyssier2023-08-097-8/+71
* | start implementing ocs endpoint to get task list from user+appId+identifierJulien Veyssier2023-08-093-1/+45
* | fix composer autoload filesJulien Veyssier2023-08-092-0/+2
* | Migration: Drop llm_tasks table and add textprocessing_tasksMarcel Klehr2023-08-091-1/+1
* | AI admin settings: cs:fixMarcel Klehr2023-08-091-1/+0
* | AI admin settings: Use config values in AI feature managersMarcel Klehr2023-08-093-5/+53
* | fix(TextProcessing): Inject L10N\IFactory instead of IL10NMarcel Klehr2023-08-094-9/+26
* | First pass at ai admin settingsMarcel Klehr2023-08-093-0/+18
* | Fix tests: Adjust constructor signatureMarcel Klehr2023-08-091-1/+1
* | Remove Task::factory methodMarcel Klehr2023-08-092-18/+1
* | Fix psalm errorsMarcel Klehr2023-08-095-0/+9
* | cs:fixMarcel Klehr2023-08-091-2/+0
* | Update autoloadersMarcel Klehr2023-08-092-38/+38
* | Apply suggestions from code reviewMarcel Klehr2023-08-092-8/+1
* | Fix psalm errorsMarcel Klehr2023-08-091-6/+9
* | Fix psalm errorsMarcel Klehr2023-08-091-1/+0
* | Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-08-0928-627/+414
* | Since 27.1.0Marcel Klehr2023-08-0916-81/+81
* | cs:fixMarcel Klehr2023-08-092-4/+0
* | LLM OCP API: Improve scheduleTask docblockMarcel Klehr2023-08-091-1/+2
* | LLM OCP API: Avoid using OC in OCPMarcel Klehr2023-08-093-17/+10
* | OCP\Common\NotFoundException: Add param typeMarcel Klehr2023-08-091-1/+1
* | LLM OCP API: Simplify TaskBackgroundJob#run catch blockMarcel Klehr2023-08-091-1/+1
* | LLM OCP API: Explain TaskBackgroundJob#setAllowParallelRunsMarcel Klehr2023-08-091-0/+2
* | LLM OCP API: Don't lose trace of wrapped exceptionsMarcel Klehr2023-08-091-4/+4
* | LLM OCP API: Simplify LanguageModelManager#canHandleTaskMarcel Klehr2023-08-091-1/+6
* | LLM OCP API: s/getAvailableTasks/getAvailableTaskClasses/Marcel Klehr2023-08-092-4/+4
* | LLM OCP API: Add missing copyright and strict typesMarcel Klehr2023-08-093-0/+69
* | Update lib/public/LanguageModel/Events/TaskFailedEvent.phpMarcel Klehr2023-08-091-2/+4
* | Update lib/public/LanguageModel/ILanguageModelProvider.phpMarcel Klehr2023-08-091-1/+1