summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #45914 from nextcloud/release/28.0.7_rc2v28.0.7rc2Arthur Schiwon2024-06-171-2/+2
|\ | | | | 28.0.7 RC2
| * build(hub): 28.0.7 RC2Arthur Schiwon2024-06-171-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #45933 from nextcloud/fix/stable28-files-storeArthur Schiwon2024-06-173-4/+5
|\ \ | | | | | | [stable28] fix(files): correctly import WebDAV client in files store
| * | build: assetsArthur Schiwon2024-06-172-3/+3
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | fix(files): correctly import WebDAV client in files storeFerdinand Thiessen2024-06-171-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>
* | | Merge pull request #45927 from nextcloud/backport/45912/stable28Arthur Schiwon2024-06-171-1/+1
|\ \ \ | |/ / |/| | [stable28] 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 #45909 from nextcloud/backport/45902/stable28Arthur Schiwon2024-06-175-7/+7
|\ \ | |/ |/| [stable28] 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 5Arthur Schiwon2024-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>
* Merge pull request #45881 from nextcloud/revert-45870-backport/45867/stable28Arthur Schiwon2024-06-1712-38/+25
|\ | | | | Revert "[stable28] fix(comments): Use proper icon components instead …
| * Revert "[stable28] fix(comments): Use proper icon components instead of icon ↵John Molakvoæ2024-06-1412-38/+25
| | | | | | | | classes to fix dark mode"
* | 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 #45870 from nextcloud/backport/45867/stable28John Molakvoæ2024-06-1412-25/+38
|\ | | | | [stable28] fix(comments): Use proper icon components instead of icon classes to fix dark mode
| * fix(comments): vue-material-design-icons importsskjnldsv2024-06-147-11/+14
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * 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-11/+21
| | | | | | | | | | | | dark mode Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #45796 from nextcloud/release/28.0.7_rc1v28.0.7rc1Arthur Schiwon2024-06-141-2/+2
|\ \ | | | | | | 28.0.7 RC1
| * | build(hub): 28.0.7 RC1Arthur Schiwon2024-06-111-2/+2
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #45865 from nextcloud/backport/45688/stable28Arthur Schiwon2024-06-145-11/+9
|\ \ \ | |_|/ |/| | [stable28] 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 #45024 from nextcloud/man/backport/44839/stable28Arthur Schiwon2024-06-148-24/+34
|\ \ | | | | | | [stable28] fix(files_sharing): Add one string for every share type + fix(sharingDetails): Show correct share target
| * | chore(assets): Recompile assetsnextcloud-command2024-06-137-7/+7
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(sharingDetails): Show correct share targetfenn-cs2024-06-131-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The share details page should show the target email or user/server to which the user is creating the share. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> [skip ci]
| * | fix(files_sharing): Add one string for every share type to not assume any ↵Ferdinand Thiessen2024-06-131-17/+17
| | | | | | | | | | | | | | | | | | language Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #45863 from nextcloud/backport/45861/stable28John 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 #45604 from nextcloud/backport/45483/stable28F. E Noel Nfebe2024-06-1410-379/+219
|\ \ \ \ | | | | | | | | | | [stable28] Respect empty `expiryDate` value in server
| * | | | test(Sharing): Integration test for no expiration set date for sharefenn-cs2024-06-132-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Verify that explicitly sending empty `expireDate` param to server overwrite default and sets not expiry date, if non is enforced. - Update tests to avoid converting empty string to date. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | | | refactor(shareManager): Use constructor property promotionfenn-cs2024-06-131-75/+23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | | | fix(shareManager): Respect empty `expireDate` in serverfenn-cs2024-06-135-96/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If `expireDate` is an empty string and not `null` then the server should not set a default. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | | | refactor: make share manager buildableRobin Appelman2024-06-134-207/+25
|/ / / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #45839 from nextcloud/backport/45649/stable28Andy Scherzinger2024-06-131-1/+1
|\ \ \ \ | | | | | | | | | | [stable28] fix(ObjectStore): Fix regression when hostname is empty
| * | | | fix(ObjectStore): handle empty S3 hostnameJosh2024-06-131-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #45637 The support for s3-accelerate added in #44496 introduced a regression in AWS S3 environments when `hostname` is blank (which is a valid configuration w/ AWS since the hostname gets auto-generated). Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | | Merge pull request #45857 from nextcloud/backport/45172/stable28Andy Scherzinger2024-06-131-1/+5
|\ \ \ \ | |_|/ / |/| | | [stable28] 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 #45850 from nextcloud/backport/43531/stable28Robin Appelman2024-06-131-4/+21
|\ \ \ | |/ / |/| | [stable28] get child ids for folder in a separate query during move
| * | fix: get child ids for folder in a separate query during moveRobin Appelman2024-06-131-4/+21
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #45807 from nextcloud/backport/45768/stable28Arthur Schiwon2024-06-131-2/+6
|\ \ | | | | | | [stable28] Use isRetryable to catch retryable exceptions
| * | fix(files): Use isRetryable to catch retryable exceptionsLouis Chemineau2024-06-121-2/+6
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #45836 from nextcloud/backport/45251/stable28John Molakvoæ2024-06-1318-88/+142
|\ \ \ | | | | | | | | [stable28] fix(files): do not rely on unique fileid
| * | | chore(assets): Recompile assetsnextcloud-command2024-06-136-9/+9
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(files): fetch nodes if we have multiple of the same fileid in the storeskjnldsv2024-06-131-3/+44
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | fix(files): do not rely on unique fileidskjnldsv2024-06-1312-77/+90
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Merge pull request #45303 from nextcloud/backport/44464/stable28F. E Noel Nfebe2024-06-1310-45/+89
|\ \ \ \ | | | | | | | | | | [stable28] 44032 fix show new shares without refresh
| * | | | chore(assets): Recompile assetsnextcloud-command2024-06-127-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>