aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-0424-50/+296
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* add descriptions for background picturesSimon L2023-11-032-1/+20
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-0322-14/+140
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40597 from nextcloud/fix/public-footer-empty-not-shownFerdinand Thiessen2023-11-021-5/+10
|\ | | | | fix(theming): Make sure the footer is hidden if no content is rendered
| * fix(theming): Make sure the footer is hidden if not content is renderedFerdinand Thiessen2023-11-021-5/+10
| | | | | | | | | | | | | | 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(dav): Reduce CalDAV backend memory footprintChristoph Wurst2023-11-021-30/+34
|/ | | | | | | fetchAll inflates memory. Fetching in a loop allows GC to run earlier and more often. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-0230-2/+166
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40852 from nextcloud/feat/contactsmenu/user-statusChristoph Wurst2023-11-014-0/+70
|\ | | | | feat(contactsmenu): Show user status
| * feat(contactsmenu): Show user statusChristoph Wurst2023-10-314-0/+70
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-0112-0/+80
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(theming): Add accessible information for screen readers to the app order ↵Ferdinand Thiessen2023-10-312-13/+80
|/ | | | | | selector Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #41053 from nextcloud/bug/smb/in-place-case-renameBenjamin Gaussorgues2023-10-312-0/+24
|\ | | | | fix(files_external): on case insensitive system, block case change
| * fix(files_external): on case insensitive system, block case changeBenjamin Gaussorgues2023-10-232-0/+24
| | | | | | | | | | | | | | | | When a file/directory is renamed to the same name with only case change, the rename fail. We block this kind of rename. The user will have to rename to another name first. Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | add index for classificationAkhil2023-10-314-1/+58
| | | | | | | | | | Signed-off-by: Akhil <akhil@e.email> Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-3120-88/+712
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(theming): App order selector should keep the focus on clickFerdinand Thiessen2023-10-302-5/+24
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #41051 from nextcloud/feat/dav/absence-dbChristoph Wurst2023-10-307-1/+315
|\ \ | | | | | | feat(dav): implement personal absence settings backend
| * | feat(dav): implement personal absence settings backendRichard Steinmetz2023-10-297-1/+315
| | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-3016-24/+330
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-2918-8/+60
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-28180-550/+912
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #40773 from nextcloud/fix/contrast-maxcontrast-vs-hoverFerdinand Thiessen2023-10-277-27/+162
|\ \ | | | | | | fix(theming): Ensure all text colors have enough contrast for accessibility
| * | fix(theming): Make changes on primary color less invasivFerdinand Thiessen2023-10-273-12/+12
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(theming): Ensure all text colors have enough contrast for accessibilityFerdinand Thiessen2023-10-276-62/+78
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(theming): Make it clearer that color-text-light and -lighter are deprecatedFerdinand Thiessen2023-10-273-6/+8
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | tests: Add accessibility tests for CSS color variablesFerdinand Thiessen2023-10-271-0/+116
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(theming): Ensure that maxcontrast text has always a contrast of 4.5:1 ↵Ferdinand Thiessen2023-10-272-6/+7
| | | | | | | | | | | | | | | | | | even on hover Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Create semantically right table for the "OAuth 2.0 clients"julia.kirschenheuter2023-10-275-37/+48
|/ / | | | | | | | | | | Adapt styles Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Merge pull request #39743 from nextcloud/fixNullArrayGit'Fellow2023-10-271-0/+1
|\ \ | | | | | | fix: Don't try to access null array
| * | fix: don't try to access null arrayGit'Fellow2023-08-141-0/+1
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-27164-106/+626
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix: Remove profile from UserStatus componentChristopher Ng2023-10-261-133/+27
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #40889 from nextcloud/feat/check-for-more-php-modulesCôme Chilliet2023-10-266-42/+107
|\ \ \ | | | | | | | | Check for more php modules
| * | | Add links to documentation for PHP modulesCôme Chilliet2023-10-261-2/+10
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Adapt CheckSetupControllerTest to the migration to a setup checkCôme Chilliet2023-10-241-6/+0
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Migrate missing PHP modules check to new API and improve itCôme Chilliet2023-10-196-36/+99
| | | | | | | | | | | | | | | | | | | | | | | | Test all modules listed as required in our documentation Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-268-4/+89
|\ \ \ \ | | | | | | | | | | Implement TextToImage OCP API
| * | | | fix(TextToImage): Fix copypastaMarcel Klehr2023-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix(TextToImage): Update testing provider to new interfaceMarcel Klehr2023-10-261-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | en(TextToImage): Add getId method to IProviderMarcel Klehr2023-10-262-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix(settings/AdminAI): Fix eslintMarcel Klehr2023-10-221-10/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix(settings/AdminAI): Fix no-providers-installed viewMarcel Klehr2023-10-221-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix(Text2Image): Fix FakeText2ImageProvider in testing appMarcel Klehr2023-10-223-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | enh(Text2Image): Add AI settings section to text2imageMarcel Klehr2023-10-223-1/+34
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | enh(testing app): Add fake text2image providerMarcel Klehr2023-10-203-0/+45
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | Merge pull request #41133 from ↵Joas Schilling2023-10-261-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/dont-duplicate-notification-warning Don't duplicate notification warning
| * | | | | Don't duplicate notification warningJoas Schilling2023-10-261-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref https://github.com/nextcloud/notifications/pull/1699 Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | fix(external): Get storage before update itJoas Schilling2023-10-261-0/+3
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-2614-34/+718
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | fix(files): disable containment in headerVarun Patil2023-10-251-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>