aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-0322-14/+140
* 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 not content is renderedFerdinand Thiessen2023-11-021-5/+10
* | fix(dav): Reduce CalDAV backend memory footprintChristoph Wurst2023-11-021-30/+34
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-0230-2/+166
* Merge pull request #40852 from nextcloud/feat/contactsmenu/user-statusChristoph Wurst2023-11-014-0/+70
|\
| * feat(contactsmenu): Show user statusChristoph Wurst2023-10-314-0/+70
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-0112-0/+80
* | fix(theming): Add accessible information for screen readers to the app order ...Ferdinand Thiessen2023-10-312-13/+80
|/
* 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 changeBenjamin Gaussorgues2023-10-232-0/+24
* | add index for classificationAkhil2023-10-314-1/+58
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-3120-88/+712
* | fix(theming): App order selector should keep the focus on clickFerdinand Thiessen2023-10-302-5/+24
* | Merge pull request #41051 from nextcloud/feat/dav/absence-dbChristoph Wurst2023-10-307-1/+315
|\ \
| * | feat(dav): implement personal absence settings backendRichard Steinmetz2023-10-297-1/+315
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-3016-24/+330
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-2918-8/+60
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-28180-550/+912
* | Merge pull request #40773 from nextcloud/fix/contrast-maxcontrast-vs-hoverFerdinand Thiessen2023-10-277-27/+162
|\ \
| * | fix(theming): Make changes on primary color less invasivFerdinand Thiessen2023-10-273-12/+12
| * | fix(theming): Ensure all text colors have enough contrast for accessibilityFerdinand Thiessen2023-10-276-62/+78
| * | fix(theming): Make it clearer that color-text-light and -lighter are deprecatedFerdinand Thiessen2023-10-273-6/+8
| * | tests: Add accessibility tests for CSS color variablesFerdinand Thiessen2023-10-271-0/+116
| * | fix(theming): Ensure that maxcontrast text has always a contrast of 4.5:1 eve...Ferdinand Thiessen2023-10-272-6/+7
* | | Create semantically right table for the "OAuth 2.0 clients"julia.kirschenheuter2023-10-275-37/+48
|/ /
* | Merge pull request #39743 from nextcloud/fixNullArrayGit'Fellow2023-10-271-0/+1
|\ \
| * | fix: don't try to access null arrayGit'Fellow2023-08-141-0/+1
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-27164-106/+626
* | | fix: Remove profile from UserStatus componentChristopher Ng2023-10-261-133/+27
* | | Merge pull request #40889 from nextcloud/feat/check-for-more-php-modulesCôme Chilliet2023-10-266-42/+107
|\ \ \
| * | | Add links to documentation for PHP modulesCôme Chilliet2023-10-261-2/+10
| * | | Adapt CheckSetupControllerTest to the migration to a setup checkCôme Chilliet2023-10-241-6/+0
| * | | Migrate missing PHP modules check to new API and improve itCôme Chilliet2023-10-196-36/+99
* | | | Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-268-4/+89
|\ \ \ \
| * | | | fix(TextToImage): Fix copypastaMarcel Klehr2023-10-261-1/+1
| * | | | fix(TextToImage): Update testing provider to new interfaceMarcel Klehr2023-10-261-0/+4
| * | | | en(TextToImage): Add getId method to IProviderMarcel Klehr2023-10-262-3/+3
| * | | | fix(settings/AdminAI): Fix eslintMarcel Klehr2023-10-221-10/+10
| * | | | fix(settings/AdminAI): Fix no-providers-installed viewMarcel Klehr2023-10-221-1/+1
| * | | | fix(Text2Image): Fix FakeText2ImageProvider in testing appMarcel Klehr2023-10-223-0/+3
| * | | | enh(Text2Image): Add AI settings section to text2imageMarcel Klehr2023-10-223-1/+34
| * | | | enh(testing app): Add fake text2image providerMarcel Klehr2023-10-203-0/+45
* | | | | Merge pull request #41133 from nextcloud/bugfix/noid/dont-duplicate-notificat...Joas Schilling2023-10-261-0/+5
|\ \ \ \ \
| * | | | | Don't duplicate notification warningJoas Schilling2023-10-261-0/+5
* | | | | | fix(external): Get storage before update itJoas Schilling2023-10-261-0/+3
|/ / / / /
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-2614-34/+718
* | | | | fix(files): disable containment in headerVarun Patil2023-10-251-1/+0
* | | | | Remove unneeded `tabindex="0"` from sidebar and app contentjulia.kirschenheuter2023-10-252-4/+4
* | | | | Merge pull request #41089 from nextcloud/fix/workflow-empty-contentFerdinand Thiessen2023-10-252-20/+48
|\ \ \ \ \