summaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* Add single status code descriptions for OpenAPIjld31032023-09-277-0/+22
* Remove deprecated methods Util::writeLog and DIContainer::logCôme Chilliet2023-09-251-4/+5
* core: Fix OCM OpenAPIjld31032023-09-231-1/+1
* small fixesMaxence Lange2023-09-201-5/+11
* ocm controllerMaxence Lange2023-09-201-0/+92
* core: Fix OpenAPI for reference APIjld31032023-09-142-5/+5
* ProfileApi: Fix typojld31032023-09-031-1/+1
* techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-281-2/+2
* fix(tests): preview phpunitJohn Molakvoæ2023-08-171-1/+1
* feat: redirect to the mime icon if no preview availableJohn Molakvoæ2023-08-171-8/+25
* Fix text processing OpenAPIjld31032023-08-111-2/+2
* fix psalm issueJulien Veyssier2023-08-071-1/+2
* feat: Add delete task APIJulius Härtl2023-08-071-0/+30
* allow anon text processing schedulingJulien Veyssier2023-08-071-30/+22
* start implementing ocs endpoint to get task list from user+appId+identifierJulien Veyssier2023-08-071-0/+32
* core: Document text processing APIjld31032023-07-311-0/+23
* Merge pull request #38854 from nextcloud/enh/llm-apiMarcel Klehr2023-07-211-0/+137
|\
| * Fix tests: Adjust constructor signatureMarcel Klehr2023-07-191-1/+1
| * Remove Task::factory methodMarcel Klehr2023-07-191-1/+1
| * Fix psalm errorsMarcel Klehr2023-07-141-19/+1
| * Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-07-141-14/+37
| * Update core/Controller/LanguageModelApiController.phpMarcel Klehr2023-07-111-1/+1
| * Update core/Controller/LanguageModelApiController.phpMarcel Klehr2023-07-111-1/+1
| * Fix openapi docsMarcel Klehr2023-07-111-4/+10
| * Update core/Controller/LanguageModelApiController.phpMarcel Klehr2023-07-111-1/+1
| * LanguageModelApiController: Use jsonSerialize method to help psalmMarcel Klehr2023-07-071-1/+1
| * cs:fixMarcel Klehr2023-07-071-2/+0
| * LLM OCP API: Fix OpenApi docsMarcel Klehr2023-07-071-3/+3
| * LLM OCP API: Fix psalm issuesMarcel Klehr2023-07-071-3/+3
| * LLM OCS API: Add OpenAPI docsMarcel Klehr2023-07-071-3/+30
| * LLM OCS API: s/tasks/tasktypes/Marcel Klehr2023-07-071-1/+1
| * LLM OCP API: Fix psam errorsMarcel Klehr2023-07-071-2/+2
| * LLM OCP API: Fix security issueMarcel Klehr2023-07-071-0/+4
| * LLM OCP API: Fix copyrightMarcel Klehr2023-07-071-2/+2
| * LLM OCP API: Use OCP\Common\Exception\NotFoundExceptionMarcel Klehr2023-07-071-1/+2
| * LLM OCP API: Implement ocs APIMarcel Klehr2023-07-071-0/+96
* | fix(core): Add password confirmation requirement for getapppasswordJoas Schilling2023-07-171-0/+1
* | core: Add OpenAPI specjld31032023-07-1331-68/+450
|/
* Update core/Controller/SetupController.phpFaraz Samapoor2023-06-201-1/+3
* Applies agreed-upon indentation convention to the changed controllers.Faraz Samapoor2023-06-209-45/+63
* Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-2010-118/+44
* Applies agreed-upon indentation convention to the changed controllers.Faraz Samapoor2023-06-1612-86/+110
* Fixes psalm error.Faraz Samapoor2023-06-161-2/+2
* Fixes php-cs-fixer error.Faraz Samapoor2023-06-161-1/+0
* Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-1611-176/+65
* Applies agreed-upon indentation convention to the changed controllers.Faraz Samapoor2023-06-059-55/+73
* Update core/Controller/AppPasswordController.phpFaraz Samapoor2023-06-051-5/+6
* Update core/Controller/CollaborationResourcesController.phpFaraz Samapoor2023-06-051-5/+7
* Update core/Controller/AppPasswordController.phpFaraz Samapoor2023-06-051-2/+3
* Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-0411-187/+81