summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-182-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(core): Add password confirmation requirement for getapppasswordJoas Schilling2023-07-171-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-174-8/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-154-8/+58
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(db): no hardcoded table prefix is expectedArthur Schiwon2023-07-141-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-144-12/+92
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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 #39144 from nextcloud/fix/password-confirmation-25Arthur Schiwon2023-07-101-2/+3
|\ | | | | [stable25] 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>
* fix(systemtags): Keep non-existing indexMarcel Klehr2023-06-301-0/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(systemtags): Move index creation from new migration to existing original ↵Marcel Klehr2023-06-302-53/+1
| | | | | | migration Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(systemtags): Add missing systemtags indexMarcel Klehr2023-06-303-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 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 #38931 from nextcloud/backport/38915/stable25Simon L2023-06-221-2/+2
|\ | | | | [stable25] 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 #38022 from nextcloud/backport/32877/stable25Arthur Schiwon2023-06-154-1/+63
|\ | | | | [stable25] 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>
* | Merge pull request #38253 from nextcloud/backport/37865/stable25Arthur Schiwon2023-06-134-131/+329
|\ \ | | | | | | [stable25] add command to summarize space usage
| * | fix php7.4 syntaxRobin Appelman2023-05-251-1/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | add option to list all files instead of limitingRobin Appelman2023-05-253-19/+23
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | add command to summarize space usageRobin Appelman2023-05-254-129/+323
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-13134-330/+330
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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(l10n): Update translations from TransifexNextcloud bot2023-06-076-12/+40
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Trap focus in dialogsChristopher Ng2023-06-061-2/+21
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.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>