Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add single status code descriptions for OpenAPI | jld3103 | 2023-09-27 | 7 | -0/+22 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | Remove deprecated methods Util::writeLog and DIContainer::log | Côme Chilliet | 2023-09-25 | 1 | -4/+5 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | core: Fix OCM OpenAPI | jld3103 | 2023-09-23 | 1 | -1/+1 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | small fixes | Maxence Lange | 2023-09-20 | 1 | -5/+11 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | ocm controller | Maxence Lange | 2023-09-20 | 1 | -0/+92 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | core: Fix OpenAPI for reference API | jld3103 | 2023-09-14 | 2 | -5/+5 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | ProfileApi: Fix typo | jld3103 | 2023-09-03 | 1 | -1/+1 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 | Joas Schilling | 2023-08-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(tests): preview phpunit | John Molakvoæ | 2023-08-17 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat: redirect to the mime icon if no preview available | John Molakvoæ | 2023-08-17 | 1 | -8/+25 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Fix text processing OpenAPI | jld3103 | 2023-08-11 | 1 | -2/+2 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | fix psalm issue | Julien Veyssier | 2023-08-07 | 1 | -1/+2 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | feat: Add delete task API | Julius Härtl | 2023-08-07 | 1 | -0/+30 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | allow anon text processing scheduling | Julien Veyssier | 2023-08-07 | 1 | -30/+22 |
| | | | | | | | | | add a textprocessing_tasks index convert anotations to method attributes refactor TP manager add mapper methods Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | start implementing ocs endpoint to get task list from user+appId+identifier | Julien Veyssier | 2023-08-07 | 1 | -0/+32 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | core: Document text processing API | jld3103 | 2023-07-31 | 1 | -0/+23 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | Merge pull request #38854 from nextcloud/enh/llm-api | Marcel Klehr | 2023-07-21 | 1 | -0/+137 |
|\ | |||||
| * | Fix tests: Adjust constructor signature | Marcel Klehr | 2023-07-19 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | Remove Task::factory method | Marcel Klehr | 2023-07-19 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | Fix psalm errors | Marcel Klehr | 2023-07-14 | 1 | -19/+1 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | Massive refactoring: Turn LanguageModel OCP API into TextProcessing API | Marcel Klehr | 2023-07-14 | 1 | -14/+37 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | Update core/Controller/LanguageModelApiController.php | Marcel Klehr | 2023-07-11 | 1 | -1/+1 |
| | | | | | | | | Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | Update core/Controller/LanguageModelApiController.php | Marcel Klehr | 2023-07-11 | 1 | -1/+1 |
| | | | | | | | | Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | Fix openapi docs | Marcel Klehr | 2023-07-11 | 1 | -4/+10 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | Update core/Controller/LanguageModelApiController.php | Marcel Klehr | 2023-07-11 | 1 | -1/+1 |
| | | | | | | | | Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | LanguageModelApiController: Use jsonSerialize method to help psalm | Marcel Klehr | 2023-07-07 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | cs:fix | Marcel Klehr | 2023-07-07 | 1 | -2/+0 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | LLM OCP API: Fix OpenApi docs | Marcel Klehr | 2023-07-07 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | LLM OCP API: Fix psalm issues | Marcel Klehr | 2023-07-07 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | LLM OCS API: Add OpenAPI docs | Marcel Klehr | 2023-07-07 | 1 | -3/+30 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | LLM OCS API: s/tasks/tasktypes/ | Marcel Klehr | 2023-07-07 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | LLM OCP API: Fix psam errors | Marcel Klehr | 2023-07-07 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | LLM OCP API: Fix security issue | Marcel Klehr | 2023-07-07 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | LLM OCP API: Fix copyright | Marcel Klehr | 2023-07-07 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | LLM OCP API: Use OCP\Common\Exception\NotFoundException | Marcel Klehr | 2023-07-07 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | LLM OCP API: Implement ocs API | Marcel Klehr | 2023-07-07 | 1 | -0/+96 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix(core): Add password confirmation requirement for getapppassword | Joas Schilling | 2023-07-17 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | core: Add OpenAPI spec | jld3103 | 2023-07-13 | 31 | -68/+450 |
|/ | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | Update core/Controller/SetupController.php | Faraz Samapoor | 2023-06-20 | 1 | -1/+3 |
| | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | Applies agreed-upon indentation convention to the changed controllers. | Faraz Samapoor | 2023-06-20 | 9 | -45/+63 |
| | | | | | | Based on https://github.com/nextcloud/server/pull/38636#discussion_r1218167753 Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | Refactors controllers by using PHP8's constructor property promotion. | Faraz Samapoor | 2023-06-20 | 10 | -118/+44 |
| | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | Applies agreed-upon indentation convention to the changed controllers. | Faraz Samapoor | 2023-06-16 | 12 | -86/+110 |
| | | | | | | Based on https://github.com/nextcloud/server/pull/38636#discussion_r1218167753 Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | Fixes psalm error. | Faraz Samapoor | 2023-06-16 | 1 | -2/+2 |
| | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | Fixes php-cs-fixer error. | Faraz Samapoor | 2023-06-16 | 1 | -1/+0 |
| | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | Refactors controllers by using PHP8's constructor property promotion. | Faraz Samapoor | 2023-06-16 | 11 | -176/+65 |
| | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | Applies agreed-upon indentation convention to the changed controllers. | Faraz Samapoor | 2023-06-05 | 9 | -55/+73 |
| | | | | | | Based on https://github.com/nextcloud/server/pull/38636#discussion_r1218167753 Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | Update core/Controller/AppPasswordController.php | Faraz Samapoor | 2023-06-05 | 1 | -5/+6 |
| | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | Update core/Controller/CollaborationResourcesController.php | Faraz Samapoor | 2023-06-05 | 1 | -5/+7 |
| | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | Update core/Controller/AppPasswordController.php | Faraz Samapoor | 2023-06-05 | 1 | -2/+3 |
| | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | Refactors controllers by using PHP8's constructor property promotion. | Faraz Samapoor | 2023-06-04 | 11 | -187/+81 |
| | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> |