summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-014-0/+12
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-314-2/+10
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-302-0/+8
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2918-2/+56
* Merge pull request #40066 from nextcloud/backport/39911/stable27Anna2023-08-281-1/+1
|\
| * fix(CardDAV): only run upgrade sync if 1000 users or lessAnna Larch2023-08-271-1/+1
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-28136-2314/+2314
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-272-0/+6
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-262-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-258-10/+12
* chore: compile assetsFerdinand Thiessen2023-08-242-2/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2420-2/+20
* feat(admin): Show an error when the admin is throttledJoas Schilling2023-08-232-0/+69
* fix: Make bypass function public APIJoas Schilling2023-08-231-7/+2
* feat(OCC): Add a command to get the bruteforce state of an IPJoas Schilling2023-08-233-7/+97
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-222-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-214-2/+34
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-184-0/+30
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-172-0/+20
* fix: Update `@nextcloud/dialogs` to 4.2.0-beta.3 to fix FilePicker issuesFerdinand Thiessen2023-08-162-2/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-152-0/+6
* Wrap long productName on login formfenn-cs2023-08-141-0/+1
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-136-8/+14
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-124-4/+416
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-112-6/+6
* chore: Update `@nextcloud/dialogs` to 4.2.0-beta.2 for fixing FilePicker designsFerdinand Thiessen2023-08-112-2/+2
* feat: Add new Vue FilePicker from `@nextcloud/dialogs` and use it by default.Ferdinand Thiessen2023-08-105-4/+34
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-104-2/+372
* fix psalm issuesJulien Veyssier2023-08-091-10/+5
* fix psalm issueJulien Veyssier2023-08-091-1/+2
* feat: Add delete task APIJulius Härtl2023-08-092-0/+31
* allow anon text processing schedulingJulien Veyssier2023-08-092-28/+109
* start implementing ocs endpoint to get task list from user+appId+identifierJulien Veyssier2023-08-092-0/+33
* use DB type constantsJulien Veyssier2023-08-091-1/+1
* Fix typoMarcel Klehr2023-08-091-1/+1
* Migration: Drop llm_tasks table and add textprocessing_tasksMarcel Klehr2023-08-091-0/+111
* Fix tests: Adjust constructor signatureMarcel Klehr2023-08-091-1/+1
* Remove Task::factory methodMarcel Klehr2023-08-091-1/+1
* Fix psalm errorsMarcel Klehr2023-08-091-19/+1
* Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-08-092-17/+40
* Update core/Controller/LanguageModelApiController.phpMarcel Klehr2023-08-091-1/+1
* Update core/Controller/LanguageModelApiController.phpMarcel Klehr2023-08-091-1/+1
* Fix openapi docsMarcel Klehr2023-08-091-4/+10
* Update core/Controller/LanguageModelApiController.phpMarcel Klehr2023-08-091-1/+1
* LanguageModelApiController: Use jsonSerialize method to help psalmMarcel Klehr2023-08-091-1/+1
* cs:fixMarcel Klehr2023-08-091-2/+0
* LLM OCP API: Fix OpenApi docsMarcel Klehr2023-08-091-3/+3
* LLM OCP API: Fix psalm issuesMarcel Klehr2023-08-091-3/+3
* LLM Migration: Return null if nothing changedMarcel Klehr2023-08-091-1/+3
* LLM OCS API: Add OpenAPI docsMarcel Klehr2023-08-091-3/+30