summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* enh(TextProcessing): Add IProvider2Marcel Klehr2023-11-033-2/+70
| | | | | | | - allow providers to obtain current task's userId - allow providers to expose average task runtime Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-036-2/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40597 from nextcloud/fix/public-footer-empty-not-shownFerdinand Thiessen2023-11-025-7/+11
|\ | | | | fix(theming): Make sure the footer is hidden if no content is rendered
| * chore: Compile CSS assetsFerdinand Thiessen2023-11-023-3/+3
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(theming): Make sure the footer is hidden if not content is renderedFerdinand Thiessen2023-11-023-5/+9
| | | | | | | | | | | | | | Previously the footer was empty, but the backdrop was still shown. This hides the footer if no text content was defined. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(upgrade): files_rightclick is deprecatedArthur Schiwon2023-11-021-2/+0
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* feat(events): Add typed event for filtering autocompletion suggestionsJoas Schilling2023-11-021-0/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #41230 from nextcloud/indexFixGit'Fellow2023-11-021-3/+4
|\ | | | | fix: add index on migration only if needed
| * Return only if changedGit'Fellow2023-11-011-2/+1
| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * fix: add index on migration only if neededGit'Fellow2023-11-011-1/+3
| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-02122-122/+208
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40852 from nextcloud/feat/contactsmenu/user-statusChristoph Wurst2023-11-013-44/+45
|\ | | | | feat(contactsmenu): Show user status
| * feat(contactsmenu): Show user statusChristoph Wurst2023-10-313-44/+45
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-012-2/+10
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #41207 from nextcloud/fix/a11y/contacts-menu-actionsPytal2023-10-311-12/+1
|\ | | | | fix(a11y): Increase contrast of contacts menu actions
| * fix(a11y): Increase contrast of contacts menu actionsChristopher Ng2023-10-301-12/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | load script and styles on setup pageRobin Appelman2023-10-311-0/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-314-0/+8
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #41177 from nextcloud/fix/noid/reset-bfp-on-sudo-actionJoas Schilling2023-10-301-1/+2
|\ | | | | Reset BFP for sudo action
| * Reset BFP for sudo actionMarcel Müller2023-10-281-1/+2
| | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-304-0/+12
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-294-0/+6
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-2822-2/+52
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-2798-974/+98
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Settings nav entries typingChristopher Ng2023-10-261-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh(a11y): Add separate profile entryChristopher Ng2023-10-262-2/+150
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: Set profile as active nav entryChristopher Ng2023-10-261-0/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #40889 from nextcloud/feat/check-for-more-php-modulesCôme Chilliet2023-10-262-35/+0
|\ | | | | Check for more php modules
| * Migrate missing PHP modules check to new API and improve itCôme Chilliet2023-10-192-35/+0
| | | | | | | | | | | | Test all modules listed as required in our documentation Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #41117 from callmemagnus/bugfix/grant__js-errorFerdinand Thiessen2023-10-261-1/+1
|\ \ | | | | | | fix(login): Fix JS error on login grant page
| * | fix(grant): remove JS error on Grant pageMagnus Anderssen2023-10-261-1/+1
| | | | | | | | | | | | | | | | | | Closes #41098 Signed-off-by: Magnus Anderssen <magnus@magooweb.com>
* | | Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-265-0/+1239
|\ \ \ | |/ / |/| | Implement TextToImage OCP API
| * | Update core/Controller/TextToImageApiController.phpMarcel Klehr2023-10-261-1/+1
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | en(TextToImage): Use specific exception class instead of generic ↵Marcel Klehr2023-10-261-1/+2
| | | | | | | | | | | | | | | | | | RuntimeException Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | fix(TextToImage\Migration): Fix typoMarcel Klehr2023-10-231-1/+1
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | fix: Update openapi.jsonMarcel Klehr2023-10-221-1/+2
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | fix(Text2Image): Fix $completionExpectedAt default valueMarcel Klehr2023-10-221-1/+1
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | enh(Text2Image): Expose expected completion timeMarcel Klehr2023-10-203-2/+11
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | fix(Text2Image): Add number_of_images to migrationMarcel Klehr2023-10-201-0/+4
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | fix(Text2Image): Fix OpenAPI typesMarcel Klehr2023-10-202-3/+66
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | enh(TextToImage): Allow generating multiple images with one taskMarcel Klehr2023-10-203-6/+11
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | enh(TextToImage): Add getExpectedRuntime to IProvider and run tasks during ↵Marcel Klehr2023-10-201-1/+8
| | | | | | | | | | | | | | | | | | request lifetime if possible Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | fix(TextToImage): Fix OpenAPI definitionsMarcel Klehr2023-10-192-2/+811
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | fix(TextToImage): Fix bruteforce protectionMarcel Klehr2023-10-181-19/+10
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | fix(TextToImage): Add bruteforce protection to APIMarcel Klehr2023-10-181-10/+28
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | fix(TextToImage): Fix psalm issuesMarcel Klehr2023-10-181-1/+1
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | fix(TextToImage): Fix notnull column to allow for empty strings on orcaleMarcel Klehr2023-10-181-1/+1
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | fix(TextToImage): Fix docblock of getImage routeMarcel Klehr2023-10-181-4/+3
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | enh(TextToImage): Add bruteforce protection for anonymous API usageMarcel Klehr2023-10-181-2/+7
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | enh(TextToImage): Add routesMarcel Klehr2023-10-181-0/+7
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>