summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-0846-128/+190
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38664 from nextcloud/fix/a11y-favorites-weather_statusFerdinand Thiessen2023-06-073-29/+17
|\ | | | | fix(weather_status): Always show all favorite locations
| * fix(weather_status): Always show all favorite locationsFerdinand Thiessen2023-06-073-29/+17
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #38688 from nextcloud/fix/serve-mjs-as-static-fileDaniel2023-06-072-2/+2
|\ \ | |/ |/| fix(apache): Serve `mjs` (module javascript) as static files
| * fix(apache): Serve `mjs` (module javascript) as static filesFerdinand Thiessen2023-06-072-2/+2
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #38398 from nextcloud/fix/noid/oauth2-encrypt-client-secretJulien Veyssier2023-06-0711-86/+162
|\ | | | | Store encrypted OAuth2 client secrets
| * encrypt oauth2 client secretsJulien Veyssier2023-06-0711-86/+162
|/ | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-0714-182/+220
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38662 from ↵Pytal2023-06-065-5/+5
|\ | | | | | | nextcloud/Jerome-Herbinet-disable-bg-color-on-group-header-line-1
| * npm run sassJérôme Herbinet2023-06-064-4/+4
| | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * Disable background color on group-header line (on hover, focus, active)Jérôme Herbinet2023-06-061-1/+1
| | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* | Merge pull request #38655 from nextcloud/fix/loading-system-tagsPytal2023-06-064-22/+33
|\ \
| * | Show loading icon when loading tagsChristopher Ng2023-06-063-22/+32
| | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | Reset show tags on closeChristopher Ng2023-06-063-3/+4
|/ / | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #38211 from nextcloud/enh/a11y-ryg-colorPytal2023-06-063-19/+54
|\ \
| * | enh(theming): Info contrastChristopher Ng2023-06-063-3/+11
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | enh(theming): Success contrastChristopher Ng2023-06-063-6/+14
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | enh(theming): Warning contrastChristopher Ng2023-06-063-6/+14
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | enh(theming): Error contrastChristopher Ng2023-06-063-4/+15
|/ / | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #38631 from nextcloud/theming-set-background-color-via-occDaniel2023-06-061-0/+5
|\ \ | | | | | | feat: set background = backgroundColor via occ
| * | feat: set background = backgroundColor via occDaniel Kesselberg2023-06-031-0/+5
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #38577 from ↵Julien Veyssier2023-06-061-0/+55
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/enh/noid/improve-oauth-migration-from-oc Improve oauth2 database migration from ownCloud
| * | | shorten oauth2 client names before resizing the columnJulien Veyssier2023-06-061-0/+21
| | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | drop the oauth2_clients trusted column, delete unsupported clients and their ↵Julien Veyssier2023-06-061-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | access tokens Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | Merge pull request #38648 from nextcloud/fix/caldav/reminder-index-int-id-castChristoph Wurst2023-06-061-1/+1
|\ \ \ \ | |/ / / |/| | | fix(caldav): Cast calendar objects id to int when building index
| * | | fix(caldav): Cast calendar objects id to int when building indexChristoph Wurst2023-06-061-1/+1
| | |/ | |/| | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #38590 from nextcloud/chore/sass-no-external-appsChristoph Wurst2023-06-061-2/+2
|\ \ \ | | | | | | | | chore: Do not sass-compile external apps
| * | | chore: Do not sass-compile external appsChristoph Wurst2023-06-011-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #38370 from nextcloud/fix/a11y-files-favoriteFerdinand Thiessen2023-06-068-14/+46
|\ \ \ \ | | | | | | | | | | Adjust files favorite marker to fulfill A11Y contrast requirements
| * | | | fix(files): Add border around favorite marker to ensure contrast ↵Ferdinand Thiessen2023-06-068-12/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | requirements are met Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix: Adjust color of `icon-starred-yellow` to fulfill A11Y contrast requirementsFerdinand Thiessen2023-06-062-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #38652 from nextcloud/chore/dead-private-methodsChristoph Wurst2023-06-064-43/+0
|\ \ \ \ \ | |/ / / / |/| | | | chore: Drop dead private methods in /lib
| * | | | chore: Drop dead private methods in /libChristoph Wurst2023-06-064-43/+0
|/ / / / | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #38519 from ↵Ferdinand Thiessen2023-06-063-4/+3
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/fix/36967-increase-contrast-of-inactive-elements Fix contrast for inactive elements of the main navigation
| * | | Fix contrast for inactive elements of the main navigationjulia.kirschenheuter2023-06-053-4/+3
| | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | Merge pull request #38649 from ↵Richard Steinmetz2023-06-061-2/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/caldav/close-reminder-index-job-cursor fix(caldav): Close DB cursor in reminder index background job
| * | | | fix(caldav): Close DB cursor in reminder index background jobChristoph Wurst2023-06-051-2/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #38322 from nextcloud/bugfix/noid/throw-early-app-containerJulius Härtl2023-06-061-2/+4
|\ \ \ \ \
| * | | | | fix: Throw early when a service cannot be found in the app containerJulius Härtl2023-05-161-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #38656 from nextcloud/fix/openapi-core-pathsAndy Scherzinger2023-06-061-11/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix OpenAPI core paths
| * | | | | | Fix OpenAPI core pathsjld31032023-06-061-11/+11
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #38478 from nextcloud/backport/38440/masterSimon L2023-06-051-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | [master] fix: Catch Deadlock properly as execute throws Doctrine exceptions not our wrapped ones
| * | | | | | fix: execute throws docrine exceptions not our wrapped onesJulius Härtl2023-05-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #38635 from nextcloud/remove-check-openssl-versionDaniel2023-06-052-48/+0
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | feat: remove check for OpenSSL 1.0.1d and 1.0.2b
| * | | | | | feat: remove check for OpenSSL 1.0.1d and 1.0.2bDaniel Kesselberg2023-06-042-48/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenSSL 1.0.1d: 2013-02-05 OpenSSL 1.0.2b: 2015-06-11 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | Merge pull request #38524 from nextcloud/chore/app/clear-unused-cache-keyArthur Schiwon2023-06-052-12/+0
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | chore(app): Do not clear unused cache key
| * | | | | | chore(app): Do not clear unused cache keyChristoph Wurst2023-05-302-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #38611 from fsamapoor/replace_strpos_calls_in_theming_appCôme Chilliet2023-06-054-8/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Refactors "strpos" calls in /apps/theming
| * | | | | | | Refactors "strpos" calls in /apps/theming to improve code readability.Faraz Samapoor2023-06-024-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>