aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-134-12/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-124-4/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-114-2/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39143 from nextcloud/fix/password-confirmation-26Arthur Schiwon2023-07-101-2/+3
|\ | | | | [stable26] Fix password confirmation
| * Fix(OC/password-confirmation): Hide the correct buttonMarcel Klehr2023-07-041-2/+3
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-104-2/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-082-24/+24
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-066-6/+8
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-042-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38961 from nextcloud/fix/missing-systemtags-index-stable26Arthur Schiwon2023-06-303-0/+21
|\ | | | | [stable26] fix(systemtags): Add missing systemtags index
| * fix(systemtags): Keep non-existing indexMarcel Klehr2023-06-231-0/+1
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix(systemtags): Move index creation from new migration to existing original ↵Marcel Klehr2023-06-232-53/+1
| | | | | | | | | | | | migration Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix(systemtags): Add missing systemtags indexMarcel Klehr2023-06-233-0/+72
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-304-2/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-286-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-278-144/+150
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(core): Do not invert app menu text colorFerdinand Thiessen2023-06-261-1/+1
| | | | | | | | | | | | | | | | * Also fixes other cypress test * Build assets Signed-off-by: Philipp Hempel <Philipp.Hempel1@web.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix setup-check testSimon L2023-06-261-2/+2
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-266-46/+46
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-256-4/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2474-82/+64
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38932 from nextcloud/backport/38915/stable26Simon L2023-06-221-2/+2
|\ | | | | [stable26] adjust admin setup check to increase warning to configure https
| * adjust admin setup check to increase warning to set up httpsSimon L2023-06-211-2/+2
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2272-84/+84
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-204-2/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-192-30/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-176-22/+140
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-164-6/+496
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38023 from nextcloud/backport/32877/stable26Arthur Schiwon2023-06-154-1/+63
|\ | | | | [stable26] allow storing multiple mounts for the same rootid in the mount cache
| * add new index in repair step instead of on-migrateRobin Appelman2023-05-313-1/+12
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * allow storing multiple mounts for the same rootid in the mount cacheRobin Appelman2023-05-312-1/+52
| | | | | | | | | | | | | | | | | | | | | | | | currently `[$userId, $rootId]` is used as the unique key for storing mounts in the mount cache, however there are cases where the same rootid is mounted in multiple places for a user which currently leads to not all of those mounts being added to the cache. Previously this didn't matter as the mount cache was only used to list users with access to a specific file, so a user having access to the file multiple times didn' change anything. With 24 the mount cache is used for more cases and multiple mounts for the same id becomes relevant. While I think there isn't a real negative effect atm besides missing the optimized path we should ensure that the mounts are properly listed Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-154-14/+14
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-146-84/+190
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-13134-330/+330
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #38752 from nextcloud/backport/38735/stable26Simon L2023-06-121-3/+7
|\ \ | | | | | | [stable26] allow to specify upgrade.cli-upgrade-link in order to link to the correct documentation
| * | allow to specify upgrade.cli-upgrade-link in order to link to the correct ↵Simon L2023-06-121-3/+7
| | | | | | | | | | | | | | | | | | documentation Signed-off-by: Simon L <szaimen@e.mail.de>
* | | Merge pull request #38564 from nextcloud/backport/38549/stable26Simon L2023-06-121-1/+0
|\ \ \ | |/ / |/| | [stable26] Fix app menu flicker
| * | Fix app menu flickerZetaTom2023-05-311-1/+0
| |/ | | | | | | | | Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-122-22/+22
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-114-10/+22
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-102-264/+274
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-084-114/+126
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(core): Ungroup `placeholder` css rules to prevent browsers from removing ↵Ferdinand Thiessen2023-06-075-8/+21
| | | | | | | | | | | | | | | | | | | | | | all rules When rules are grouped using the comma operator and one selector is invalid / unknown then the whole group is invalidated[1]. In this case `::-ms-input-placeholder` is unknown to Firefox and Chrome, so the `::placeholder` rule is never applied. [1]: https://www.w3.org/TR/selectors-3/#grouping 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-06-076-12/+40
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-032-4/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-022-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-304-4/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-282-0/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-27134-1642/+194
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-262-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>