summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #46063 from nextcloud/release/29.0.3v29.0.3Arthur Schiwon2024-06-251-2/+2
|\ | | | | 29.0.3
| * build(hub): 29.0.3Arthur Schiwon2024-06-241-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #46075 from nextcloud/backport/46071/stable29Arthur Schiwon2024-06-251-1/+4
|\ \ | | | | | | [stable29] fix(Token): add FILESYSTEM scope with SCOPE_SKIP_PASSWORD_VALIDATION
| * | fix(Token): add FILESYSTEM scope with SCOPE_SKIP_PASSWORD_VALIDATIONArthur Schiwon2024-06-241-1/+4
| |/ | | | | | | | | | | | | | | | | | | The scope design requires scopes to be either not specified, or specified explicitely. Therefore, when setting the skip-password-validation scope for user authentication from mechanisms like SAML, we also have to set the filesystem scope, otherwise they will lack access to the filesystem. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-06-25204-314/+402
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-242-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2318-6/+348
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #46032 from nextcloud/release/29.0.3_rc4v29.0.3rc4Arthur Schiwon2024-06-211-2/+2
|\ | | | | 29.0.3 RC4
| * build(hub): 29.0.3 RC4Arthur Schiwon2024-06-211-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #45904 from nextcloud/backport/45875/stable29Andy Scherzinger2024-06-212-8/+64
|\ \ | |/ |/| [stable29] fix(theming): also apply enforced theme for guests
| * fix(theming): also apply enforced theme for guestsskjnldsv2024-06-172-8/+64
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #45966 from nextcloud/backport/45930/stable29Andy Scherzinger2024-06-2111-28/+142
|\ \ | | | | | | [stable29] fix: move repair mimetype repair step to the expensive steps
| * | fix: set mimetype_version during upgrade to the old versionRobin Appelman2024-06-192-6/+8
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | feat: add setup check for needed mimetype migrationsRobin Appelman2024-06-199-27/+139
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix: move repair mimetype repair step to the expensive stepsRobin Appelman2024-06-191-1/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-21146-8/+178
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #46008 from nextcloud/release/29.0.3_rc3v29.0.3rc3John Molakvoæ2024-06-201-2/+2
|\ \ \
| * | | build(hub): 29.0.3 RC3skjnldsv2024-06-201-2/+2
|/ / / | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #45991 from nextcloud/backport/45968/stable29Andy Scherzinger2024-06-201-1/+28
|\ \ \ | | | | | | | | [stable29] fix(dav): Limit number of UPDATES for sync token created_at
| * | | fix(dav): Limit number of UPDATES for sync token created_atChristoph Wurst2024-06-191-1/+28
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Address book and calendar sync tokens have a created_at column in 26+ and we need to assign a current timestamp to the existing data at upgrade so the data isn't cleaned up immediately. Updating the full table is expensive and fails on clustered setups that limit transaction size. We don't need a timestamp for the oldest rows so we can skip updating them. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2016-0/+30
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-196-0/+12
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #45942 from nextcloud/backport/45933/stable29Arthur Schiwon2024-06-185-7/+8
|\ \ | | | | | | [stable29] fix(files): correctly import WebDAV client in files store
| * | build: assetsArthur Schiwon2024-06-184-6/+6
| | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(files): correctly import WebDAV client in files storeFerdinand Thiessen2024-06-181-1/+2
|/ / | | | | | | | | | | | | The files store was importing the client, but this is only on current master on stableX we still need to import the getter function. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-1814-8/+24
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #45913 from nextcloud/release/29.0.3_rc2v29.0.3rc2Arthur Schiwon2024-06-171-2/+2
|\ \ | | | | | | 29.0.3 RC2
| * | build(hub): 29.0.3 RC2Arthur Schiwon2024-06-171-2/+2
| |/ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #45928 from nextcloud/backport/45912/stable29Arthur Schiwon2024-06-171-1/+1
|\ \ | | | | | | [stable29] ci: use precise ref for 3rdparty check
| * | ci: use precise ref for 3rdparty checkArthur Schiwon2024-06-171-1/+1
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #45907 from nextcloud/backport/45902/stable29Arthur Schiwon2024-06-175-7/+7
|\ \ | |/ |/| [stable29] fix(deleteAction): Bump up delete requests concurrency to 5
| * build: assetsArthur Schiwon2024-06-174-6/+6
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix(deleteAction): Bump up delete requests concurrency to 5fenn-cs2024-06-171-1/+1
|/ | | | | | A concurrency of who is not efficient. Low throughput, underutilization, high latency etc... Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-178-6/+140
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-1632-16/+256
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-1514-224/+246
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #45795 from nextcloud/release/29.0.3_rc1v29.0.3rc1Arthur Schiwon2024-06-141-2/+2
|\ | | | | 29.0.3 RC1
| * build(hub): 29.0.3 RC1Arthur Schiwon2024-06-111-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #45871 from nextcloud/backport/45867/stable29John Molakvoæ2024-06-1412-24/+39
|\ \ | | | | | | [stable29] fix(comments): Use proper icon components instead of icon classes to fix dark mode
| * | chore(assets): Recompile assetsnextcloud-command2024-06-1410-12/+12
| | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(comments): Use proper icon components instead of icon classes to fix ↵Ferdinand Thiessen2024-06-142-12/+27
| | | | | | | | | | | | | | | | | | dark mode Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #45864 from nextcloud/backport/45688/stable29Arthur Schiwon2024-06-145-11/+9
|\ \ \ | | | | | | | | [stable29] Show non writable folders during move or copy
| * | | build: assetsArthur Schiwon2024-06-144-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix(files): Show non writable folders during move or copyLouis Chemineau2024-06-141-5/+3
|/ / / | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #45862 from nextcloud/backport/45861/stable29John Molakvoæ2024-06-143-3/+8
|\ \ \ | |/ / |/| |
| * | fix(files): Ignore right click for default actionLouis Chemineau2024-06-133-3/+8
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-1430-24/+180
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #45856 from nextcloud/backport/45172/stable29Andy Scherzinger2024-06-131-1/+5
|\ \ \ | | | | | | | | [stable29] feat: add option to disable scanner transactions
| * | | feat: add option to disable scanner transactionsRobin Appelman2024-06-131-1/+5
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #45304 from nextcloud/backport/44464/stable29F. E Noel Nfebe2024-06-1310-47/+91
|\ \ \ | |/ / |/| | [stable29] 44032 fix show new shares without refresh