aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-1419-535/+353
| * Since 27.1.0Marcel Klehr2023-07-0716-81/+81
| * LLM OCP API: Improve scheduleTask docblockMarcel Klehr2023-07-071-1/+2
| * LLM OCP API: Avoid using OC in OCPMarcel Klehr2023-07-071-16/+0
| * OCP\Common\NotFoundException: Add param typeMarcel Klehr2023-07-071-1/+1
| * LLM OCP API: s/getAvailableTasks/getAvailableTaskClasses/Marcel Klehr2023-07-071-1/+1
| * Update lib/public/LanguageModel/Events/TaskFailedEvent.phpMarcel Klehr2023-07-071-2/+4
| * Update lib/public/LanguageModel/ILanguageModelProvider.phpMarcel Klehr2023-07-071-1/+1
| * 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-072-3/+21
| * Apply suggestions from code reviewMarcel Klehr2023-07-071-2/+2
| * Make tests passMarcel Klehr2023-07-071-4/+5
| * ILanguageModelTask: Use php type checking along with psalm parameterized typesMarcel Klehr2023-07-075-12/+14
| * ILanguageModelManager: Add docblock descriptionMarcel Klehr2023-07-071-0/+2
| * cs:fixMarcel Klehr2023-07-076-0/+6
| * LLM OCP API: Use OCP\Common\Exception\NotFoundExceptionMarcel Klehr2023-07-071-1/+2
| * OCP: Introduce OCP\Common\Exception\NotFoundExceptionMarcel Klehr2023-07-071-0/+41
| * LLM OCP API: strict types and copyrightMarcel Klehr2023-07-077-1/+133
| * LLM OCP API: Type shenanigans for Visitor patternMarcel Klehr2023-07-077-34/+30
| * Update lib/public/AppFramework/Bootstrap/IRegistrationContext.phpMarcel Klehr2023-07-071-1/+1
| * LLM OCP API: Add task definitionsMarcel Klehr2023-07-076-0/+12
| * Update lib/public/LanguageModel/ITopicsProvider.phpMarcel Klehr2023-07-071-1/+1
| * LLM OCP API: Fix coding style and psalmMarcel Klehr2023-07-077-5/+31
| * LLM OCP API: cs:fixMarcel Klehr2023-07-073-6/+0
| * LLM OCP API: Fix static analysisMarcel Klehr2023-07-073-6/+32
| * LLM OCP API: Add @sinceMarcel Klehr2023-07-076-3/+94
| * LLM OCP API: Fix type errorsMarcel Klehr2023-07-072-4/+24
| * LLM OCP API: Make linters happyMarcel Klehr2023-07-071-12/+11
| * LLM OCP API: cs:fixMarcel Klehr2023-07-076-9/+1
| * LLM OCP API: Implement ocs APIMarcel Klehr2023-07-074-9/+45
| * LLM OCP API: ADd topics and headline tasksMarcel Klehr2023-07-076-3/+159
| * LLM OCP API: Implement private backend code + add ILanguageModelTaskMarcel Klehr2023-07-078-46/+126
| * LLM OCP API: Rework to use Task objectsMarcel Klehr2023-07-0712-150/+185
| * Initial work on lm OCP APIMarcel Klehr2023-07-078-0/+339
* | fix(workflowengine): Remove legacy event (deprecated since 17)Joas Schilling2023-07-191-15/+0
* | fix(comments): Emit CommentsEntityEvent as typed eventJoas Schilling2023-07-181-6/+4
* | feat: Add public event for missing indicesJulius Härtl2023-07-142-2/+62
* | Merge pull request #39331 from nextcloud/feature/openapi/coreRobin Appelman2023-07-132-0/+5
|\ \
| * | core: Add OpenAPI specjld31032023-07-132-0/+5
* | | Merge pull request #39328 from nextcloud/feature/openapi/federatedfilesharingKate2023-07-131-1/+1
|\ \ \ | |/ / |/| |
| * | federatedfilesharing: Add OpenAPI specjld31032023-07-121-1/+1
* | | files: Add OpenAPI specjld31032023-07-121-0/+4
|/ /
* | feat(request): Allow to match the client version with the IRequest::USER_AGEN...Joas Schilling2023-07-111-8/+16
* | Add IgnoreOpenAPI attributejld31032023-07-101-0/+37
|/
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-062-3/+4
* Add OCSPreconditionFailedExceptionLouis Chemineau2023-07-051-0/+44
* Merge pull request #39043 from nextcloud/fix/ocp/dashboard-widgetitems-see-wi...Christoph Wurst2023-07-051-1/+1
|\