aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-12304-678/+662
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38154 from nextcloud/backport/37944/stable26Côme Chilliet2023-05-111-36/+33
|\ | | | | [stable26] Do not stop at the first PHP error/warning in files:scan
| * Add an error counterCôme Chilliet2023-05-091-20/+17
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Only show error stack trace on very verbose levelCôme Chilliet2023-05-091-6/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Do not stop at the first PHP error/warning in files:scanCôme Chilliet2023-05-091-11/+15
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #38098 from nextcloud/backport/38063/stable26Julius Härtl2023-05-1021-46/+70
|\ \
| * | fix(theming): replace elementColor dark value with better contrast `#8c8c8c`John Molakvoæ2023-05-0914-20/+18
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(theming): do not show the image default background on user theming if ↵John Molakvoæ2023-05-091-1/+1
| | | | | | | | | | | | | | | | | | disabled Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | fix(theming): remove unnecessary `color-primary-element-default-hover` variableJohn Molakvoæ2023-05-092-6/+18
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | fix(theming): replace `color-primary-text-dark` with ↵John Molakvoæ2023-05-095-9/+9
| | | | | | | | | | | | | | | | | | `color-primary-element-text-dark` Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | fix(theming): ensure image background is not defined if admin disabled itJohn Molakvoæ2023-05-092-11/+12
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | fix(theming): calc primary element from current main backgroundJohn Molakvoæ2023-05-092-6/+19
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Merge pull request #38153 from nextcloud/backport/38125/stable26Louis2023-05-101-1/+6
|\ \ \ | | | | | | | | [stable26] Check if version entity is not null before delete
| * | | Check if version entity is not null before deleteGit'Fellow2023-05-091-1/+6
| | |/ | |/| | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* / | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-1086-82/+120
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #37549 from nextcloud/backport/37520/stable26Joas Schilling2023-05-092-9/+32
|\ \ | |/ |/| [stable26] fix DBAL exception handling in setValues
| * fix DBAL exception handling in setValuesArthur Schiwon2023-04-032-9/+32
| | | | | | | | | | | | | | | | | | This seems to be a left over after abstracting DBAL. Nowadays, IQueryBuilder::executeStatement() only throws a \OCP\DB\Exception, where previously original DBAL exceptions where thrown. These are now wrapped, the orignal classes are now mapped to a reason. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #38128 from nextcloud/backport/36774/stable26Julius Härtl2023-05-098-135/+102
|\ \
| * | tests: Adapt node related unit tests mocks to required root viewJulius Härtl2023-05-086-131/+73
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | fix: Use proper path when creating node instancesJulius Härtl2023-05-084-7/+32
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-0922-0/+90
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-086-0/+16
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-076-6/+18
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-06140-376/+414
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #38079 from nextcloud/stable26-fix-weather-aria-labelFerdinand Thiessen2023-05-053-3/+4
|\ \ | | | | | | [stable26] Fix weather app aria label
| * | Compile assetsnextcloud-command2023-05-042-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(weather_status): Override the default `NcActions` aria-labelFerdinand Thiessen2023-05-041-0/+1
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #38076 from nextcloud/stable26-skip-content-buttonsFerdinand Thiessen2023-05-055-5/+7
|\ \ \ | | | | | | | | [stable26] Fix "skip content"-buttons on small screen sizes
| * | | fix(core): Show skip content buttons on lowres displays correctlyFerdinand Thiessen2023-05-045-5/+7
| |/ / | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #38078 from nextcloud/stable26-profile-button-visibilityJulius Härtl2023-05-053-6/+6
|\ \ \
| * | | fix(settings): Increase "Edit your profile visibility button" contrastFerdinand Thiessen2023-05-043-6/+6
| |/ / | | | | | | | | | | | | | | | | | | Before this the contrast of the button was too low in terms of accessibility. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-0518-0/+66
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #38081 from nextcloud/backport/37148/stable26Simon L2023-05-051-0/+2
|\ \ \ | |/ / |/| | [stable26] increase imaginary timeouts as for big files the processing could take very long
| * | increase imaginary timeouts as for big files the processing could take very longSimon L2023-05-041-0/+2
|/ / | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Merge pull request #38054 from nextcloud/backport/38016/stable26Christoph Wurst2023-05-041-0/+1
|\ \ | | | | | | [stable26] fix: add workaround for oci and limit queries
| * | fix: add workaround for oci and limit queriesDaniel Kesselberg2023-05-031-0/+1
| | | | | | | | | | | | | | | | | | DBAL uses a helper column "doctrine_rownum" for top-n queries Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #38049 from nextcloud/backport/38045/stable26Ferdinand Thiessen2023-05-043-7/+13
|\ \ \ | | | | | | | | [stable26] Fix app overflow menu on bright color theme
| * | | Compile assetsnextcloud-command2023-05-032-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(AppMenu): On bright color theme the app icons in the overflow menu must ↵Ferdinand Thiessen2023-05-031-4/+10
| |/ / | | | | | | | | | | | | | | | | | | be inverted Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2023-05-0498-84/+226
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #38043 from nextcloud/backport/37787/stable26max-nextcloud2023-05-032-16/+67
|\ \ | | | | | | [stable26] fix: catch ManuallyLockedException and use app context
| * | fix: catch ManuallyLockedException and use app contextMax2023-05-032-16/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The files_lock app may throw ManuallyLockedExceptions when attempting to revert a file that is currently opened. This would prevent the user from rolling back a opened file. Text and Richdocuments handle changes of the file while editing. Allow reverting files even when they are locked by these apps and let the apps handle the conflict. Signed-off-by: Max <max@nextcloud.com>
* | | Merge pull request #38040 from nextcloud/backport/37958/stable26Louis2023-05-031-30/+19
|\ \ \ | | | | | | | | [stable26] Mutualize expireDate handling when creating and updating a share
| * | | Mutualize expireDate handling when creating and updating a shareLouis Chemineau2023-05-031-30/+19
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #38037 from nextcloud/backport/33106/stable26Joas Schilling2023-05-032-3/+30
|\ \ \ \ | |_|/ / |/| | | [stable26] Update expire_date column of table comments
| * | | Cover expire_date with unit testsVitor Mattos2023-05-031-2/+28
| | | | | | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | | Update expire_date column of table commentsVitor Mattos2023-05-031-1/+2
| |/ / | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | Merge pull request #38005 from nextcloud/backport/37525/stable26Arthur Schiwon2023-05-036-0/+280
|\ \ \ | |/ / |/| | [stable26] add command for getting fileinfo for debugging
| * | validate that folder size sums to childrenRobin Appelman2023-05-011-5/+21
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | add command for getting fileinfo for debuggingRobin Appelman2023-05-016-0/+264
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>