aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore(assets): Recompile assetsnextcloud-command2024-06-1310-15/+15
| | | | 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-132-12/+27
| | | | | | dark mode Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #45810 from nextcloud/chore/noid/spdx-batch16Andy Scherzinger2024-06-1314-45/+175
|\ | | | | Add SPDX header - batch 16
| * chore: optimized SVGAndy Scherzinger2024-06-132-15/+2
| | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
| * chore: Add SPDX headerAndy Scherzinger2024-06-1310-42/+90
| | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
| * style: update icon to Material SymbolAndy Scherzinger2024-06-131-1/+7
| | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
| * style: replace webhook listener app with Material Symbol iconAndy Scherzinger2024-06-133-3/+3
| | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
| * chore: Add SPDX info for default backgroundAndy Scherzinger2024-06-132-0/+89
|/ | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Merge pull request #45172 from nextcloud/test-scanner-no-transactionsRobin Appelman2024-06-131-1/+5
|\ | | | | feat: add option to disable scanner transactions
| * feat: add option to disable scanner transactionsRobin Appelman2024-05-031-1/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #43531 from nextcloud/cache-move-select-childrenArthur Schiwon2024-06-131-4/+21
|\ \ | | | | | | 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>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-1320-66/+218
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #45305 from nextcloud/backport/44464/masterF. E Noel Nfebe2024-06-1210-46/+90
|\ \ | | | | | | 44032 fix show new shares without refresh
| * | chore(assets): Recompile assetsnextcloud-command2024-06-127-8/+8
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(files_sharing): Improve recursion in `onNewLinShare`fenn-cs2024-06-122-37/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes fixes the issue of having the refresh the UI after share creation, as the share is not immediately removed from the UI list. Important changes - The basis of checking wether a password/expire date is no longer based on config values alone because the config is not expected in a share creation circle. Hence we check the configs and check if the share object (this.share) has the expected values set. This way, once the required properties are set, code control does not enter the block meant to handle the setting of required properties unneccessarily. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | refactor(ShareDetails): Prevent undefined errors for `share.permissions`fenn-cs2024-06-121-1/+2
| | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | Merge pull request #45530 from nextcloud/jtr/fix-cron-memory-usage-levelsJosh2024-06-121-3/+3
|\ \ \ | |/ / |/| | fix(cron): Log excess memory usage at debug and info levels
| * | Merge branch 'master' into jtr/fix-cron-memory-usage-levelsJosh2024-06-12212-686/+4794
| |\ \ | |/ / |/| | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | Merge pull request #45649 from nextcloud/jtr/fix-oo-s3-no-hostnameFerdinand Thiessen2024-06-121-1/+1
|\ \ \ | | | | | | | | fix(ObjectStore): Fix regression when hostname is empty
| * | | fix(ObjectStore): handle empty S3 hostnameJosh2024-06-121-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 #45251 from nextcloud/fix/files-source-no-fileidAndy Scherzinger2024-06-1216-90/+139
|\ \ \ \ | |/ / / |/| | | fix(files): do not rely on unique fileid
| * | | chore(assets): Recompile assetsnextcloud-command2024-06-124-8/+8
| | | | | | | | | | | | | | | | 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-121-3/+44
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | fix(files): do not rely on unique fileidskjnldsv2024-06-1212-80/+88
|/ / / | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #45571 from nextcloud/fix/files-middle-clickJohn Molakvoæ2024-06-126-9/+13
|\ \ \
| * | | fix(files): also trigger new tab on file name middle clickJohn Molakvoæ (skjnldsv)2024-06-126-9/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #45811 from nextcloud/add-test-for-profile-page-controllerDaniel2024-06-122-2/+89
|\ \ \ \ | |/ / / |/| | | test: add tests for ProfilePageController
| * | | test: add tests for ProfilePageControllerDaniel Kesselberg2024-06-122-2/+89
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #45698 from nextcloud/fix/files-remote-sharesJohn Molakvoæ2024-06-1222-80/+288
|\ \ \ \
| * | | | chore: compile assetsskjnldsv2024-06-129-12/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | fix(core): Return X-NC-IsCustomAvatar for guest avatars tooprovokateurin2024-06-123-5/+109
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | fix(files_sharing): dark avatar supportskjnldsv2024-06-123-8/+23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | fix(dav): also return shared-with-me shares dataskjnldsv2024-06-124-36/+69
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | fix(core): allow guest avatar fallbackskjnldsv2024-06-121-2/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | fix(files_sharing): fix parsing of remote sharesskjnldsv2024-06-125-23/+61
| |/ / / | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Merge pull request #45804 from nextcloud/fix/cron/log-long-running-jobsChristoph Wurst2024-06-121-1/+20
|\ \ \ \ | |/ / / |/| | | fix(cron): Log long running jobs
| * | | fix(cron): Log long running jobsChristoph Wurst2024-06-121-1/+20
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #45768 from nextcloud/artonge/fix/copy_retryLouis2024-06-121-2/+6
|\ \ \ \ | | | | | | | | | | Use isRetryable to catch retryable exceptions
| * | | | fix(files): Use isRetryable to catch retryable exceptionsLouis Chemineau2024-06-111-2/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | Merge pull request #45789 from nextcloud/fix/cy-selectorJohn Molakvoæ2024-06-125-12/+12
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | chore: Compile assetsFerdinand Thiessen2024-06-112-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(files): Use `data-cy` (data attribute) instead of `cy-data`Ferdinand Thiessen2024-06-113-8/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-1218-4/+140
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #45794 from nextcloud/fix/fix-composer-bin-pluginFerdinand Thiessen2024-06-114-87/+6
|\ \ \ \ \ | |/ / / / |/| | | | chore(composer): composer install --no-dev
| * | | | chore(composer): composer install --no-devCôme Chilliet2024-06-114-87/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #45788 from nextcloud/refactor/files-libraryFerdinand Thiessen2024-06-11107-399/+473
|\ \ \ \ \ | | | | | | | | | | | | refactor(files): Use `@nextcloud/files` functions where possible and make files views cancelable
| * | | | | chore: Compile assetsFerdinand Thiessen2024-06-1196-202/+198
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | fix(files): Adjust babel module resolutionFerdinand Thiessen2024-06-114-1/+161
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | refactor(files): Migrate `personal` view to `@nextcloud/files` functionsFerdinand Thiessen2024-06-111-23/+22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>