summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* feat: Add delete task APIJulius Härtl2023-08-091-0/+8
* allow anon text processing schedulingJulien Veyssier2023-08-092-2/+13
* start implementing ocs endpoint to get task list from user+appId+identifierJulien Veyssier2023-08-091-0/+8
* AI admin settings: cs:fixMarcel Klehr2023-08-091-1/+0
* fix(TextProcessing): Inject L10N\IFactory instead of IL10NMarcel Klehr2023-08-094-9/+26
* First pass at ai admin settingsMarcel Klehr2023-08-093-0/+18
* Remove Task::factory methodMarcel Klehr2023-08-091-17/+0
* Fix psalm errorsMarcel Klehr2023-08-095-0/+9
* cs:fixMarcel Klehr2023-08-091-2/+0
* Apply suggestions from code reviewMarcel Klehr2023-08-091-7/+0
* 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-0919-535/+353
* Since 27.1.0Marcel Klehr2023-08-0916-81/+81
* LLM OCP API: Improve scheduleTask docblockMarcel Klehr2023-08-091-1/+2
* LLM OCP API: Avoid using OC in OCPMarcel Klehr2023-08-091-16/+0
* OCP\Common\NotFoundException: Add param typeMarcel Klehr2023-08-091-1/+1
* LLM OCP API: s/getAvailableTasks/getAvailableTaskClasses/Marcel Klehr2023-08-091-1/+1
* Update lib/public/LanguageModel/Events/TaskFailedEvent.phpMarcel Klehr2023-08-091-2/+4
* Update lib/public/LanguageModel/ILanguageModelProvider.phpMarcel Klehr2023-08-091-1/+1
* LLM OCP API: Fix psam errorsMarcel Klehr2023-08-091-2/+6
* LLM OCP API: Fix psalm errorMarcel Klehr2023-08-091-2/+2
* LLM OCP API: Add identifier paramMarcel Klehr2023-08-092-3/+21
* Apply suggestions from code reviewMarcel Klehr2023-08-091-2/+2
* Make tests passMarcel Klehr2023-08-091-4/+5
* ILanguageModelTask: Use php type checking along with psalm parameterized typesMarcel Klehr2023-08-095-12/+14
* ILanguageModelManager: Add docblock descriptionMarcel Klehr2023-08-091-0/+2
* cs:fixMarcel Klehr2023-08-096-0/+6
* LLM OCP API: Use OCP\Common\Exception\NotFoundExceptionMarcel Klehr2023-08-091-1/+2
* OCP: Introduce OCP\Common\Exception\NotFoundExceptionMarcel Klehr2023-08-091-0/+41
* LLM OCP API: strict types and copyrightMarcel Klehr2023-08-097-1/+133
* LLM OCP API: Type shenanigans for Visitor patternMarcel Klehr2023-08-097-34/+30
* Update lib/public/AppFramework/Bootstrap/IRegistrationContext.phpMarcel Klehr2023-08-091-1/+1
* LLM OCP API: Add task definitionsMarcel Klehr2023-08-096-0/+12
* Update lib/public/LanguageModel/ITopicsProvider.phpMarcel Klehr2023-08-091-1/+1
* LLM OCP API: Fix coding style and psalmMarcel Klehr2023-08-097-5/+31
* LLM OCP API: cs:fixMarcel Klehr2023-08-093-6/+0
* LLM OCP API: Fix static analysisMarcel Klehr2023-08-093-6/+32
* LLM OCP API: Add @sinceMarcel Klehr2023-08-096-3/+94
* LLM OCP API: Fix type errorsMarcel Klehr2023-08-092-4/+24
* LLM OCP API: Make linters happyMarcel Klehr2023-08-091-12/+11
* LLM OCP API: cs:fixMarcel Klehr2023-08-096-9/+1
* LLM OCP API: Implement ocs APIMarcel Klehr2023-08-094-9/+45
* LLM OCP API: ADd topics and headline tasksMarcel Klehr2023-08-096-3/+159
* LLM OCP API: Implement private backend code + add ILanguageModelTaskMarcel Klehr2023-08-098-46/+126
* LLM OCP API: Rework to use Task objectsMarcel Klehr2023-08-0912-150/+185
* Initial work on lm OCP APIMarcel Klehr2023-08-098-0/+339
* feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest()Joas Schilling2023-08-072-7/+276
* Merge pull request #39614 from nextcloud/dav-permissions-share-root-write-27Andy Scherzinger2023-08-011-2/+16
|\
| * fix share roots always being marked as writableRobin Appelman2023-07-281-2/+16