summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | chore(assets): Recompile assetsbackport/47910/stable29nextcloud-command2024-10-116-9/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(files): Add more visual move / copy notificationFerdinand Thiessen2024-10-113-4/+36
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Resolves: https://github.com/nextcloud/server/issues/46645 This adds loading toast notification while the move operation is running. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #47943 from nextcloud/backport/47883/stable29Ferdinand Thiessen2024-10-118-49/+310
|\ \ \ \ | | | | | | | | | | [stable29] fix(setup-checks): Ensure URL with webroot works
| * | | | refactor(settings): `CheckServerResponseTrait` always expect absolute pathbackport/47883/stable29Ferdinand Thiessen2024-10-115-69/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(setup-checks): Ensure URL with webroot worksFerdinand Thiessen2024-10-117-28/+284
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We basically mock the way `URLGenerator::getAbsoluteURL` works, so we must make sure that the URL might already contain the webroot. Because `baseURL` and `cliURL` also contain the webroot we need to remove the webroot from the URL first. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Daniel <mail@danielkesselberg.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #48634 from nextcloud/backport/48623/stable29Julius Knorr2024-10-111-1/+1
|\ \ \ \ | | | | | | | | | | [stable29] fix: Allow overriding shouldApplyQuota check from child classes
| * | | | fix: Allow overriding shouldApplyQuota check from child classesbackport/48623/stable29Julius Knorr2024-10-091-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1176-240/+468
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #48642 from nextcloud/release/29.0.8v29.0.8Arthur Schiwon2024-10-101-2/+2
|\ \ \ \ | | | | | | | | | | 29.0.8
| * | | | build(hub): 29.0.8release/29.0.8Arthur Schiwon2024-10-101-2/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1042-4/+354
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2024-10-09138-544/+776
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0898-4/+244
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #48585 from nextcloud/backport/48584/stable29Joas Schilling2024-10-071-0/+9
|\ \ | | | | | | [stable29] fix(config): Mark more app configs sensitive
| * | fix(config): Mark more app configs sensitivebackport/48584/stable29Joas Schilling2024-10-071-0/+9
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0724-58/+94
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0624-6/+230
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0516-0/+42
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0452-532/+584
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-03228-290/+404
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48499 from nextcloud/release/29.0.8_rc1v29.0.8rc1Benjamin Gaussorgues2024-10-021-2/+2
|\ | | | | 29.0.8 RC1
| * build(hub): 29.0.8 RC1release/29.0.8_rc1Benjamin Gaussorgues2024-10-011-2/+2
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Merge pull request #48507 from nextcloud/backport/48451/stable29Benjamin Gaussorgues2024-10-022-10/+91
|\ \
| * | fix: make federation address book sync work with allow_local_remote_servers ↵backport/48451/stable29Daniel Kesselberg2024-10-012-10/+91
| | | | | | | | | | | | | | | | | | | | | | | | = false Client.preventLocalAddress expects an absolute URL, which means the base_uri option cannot be used. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #48509 from ↵Anna2024-10-022-121/+81
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/stable29/webcal-subscription-jobs-middleware [stable29] fix(caldav): add missing handlers
| * | | fix(caldav): add missing handlersfix/stable29/webcal-subscription-jobs-middlewareAnna Larch2024-10-012-121/+81
| |/ / | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Merge pull request #47790 from nextcloud/backport/45098/stable29Sebastian Krupinski2024-10-023-39/+91
|\ \ \ | | | | | | | | [stable29] fix(caldav): Do not load IMipPlugin before user auth and session is c…
| * \ \ Merge branch 'stable29' into backport/45098/stable29backport/45098/stable29Sebastian Krupinski2024-09-16682-4002/+6648
| |\ \ \
| * | | | fix(caldav): Do not load IMipPlugin before user auth and session is createdSebastianKrupinski2024-09-053-39/+91
| | | | | | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | | Merge pull request #48055 from nextcloud/backport/48043/stable29Kate2024-10-021-11/+11
|\ \ \ \ \
| * | | | | test(dav): imip service test expects integers for last occurencebackport/48043/stable29Anna Larch2024-10-021-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | Merge pull request #48075 from nextcloud/backport/48050/stable29Kate2024-10-021-0/+3
|\ \ \ \ \ \
| * | | | | | fix(weather_status): Fix search address errors when offlinebackport/48050/stable29provokateurin2024-09-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | Merge pull request #48092 from nextcloud/backport/47316/stable29Kate2024-10-021-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | fix: Prevent crash when refreshing metadata for files without an ownerbackport/47316/stable29Vincent FarZz2024-09-161-1/+1
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This crash was mostly happening when using external storages and for example the command "occ memories:migrate-google-takeout" Signed-off-by: Vincent FarZz <farcry69@live.fr>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0230-8/+80
| |_|_|/ / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #48502 from nextcloud/backport/48426/stable29Josh2024-10-011-1/+2
|\ \ \ \ \ | | | | | | | | | | | | [stable29] fix(config): Suppress `config.php` fopen error at install time
| * | | | | fix(config): Suppress error at install timebackport/48426/stable29Josh2024-10-011-1/+2
| | |_|_|/ | |/| | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | | | Merge pull request #48491 from nextcloud/backport/48484/stable29Arthur Schiwon2024-10-011-6/+14
|\ \ \ \ \ | |/ / / / |/| | | | [stable29] fix(Auth): ignore missing token when trying to set password-unconfirm…
| * | | | fix(Auth): ignore missing token when trying to set password-unconfirmablebackport/48484/stable29Arthur Schiwon2024-10-011-6/+14
|/ / / / | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-01124-244/+292
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #48449 from nextcloud/backport/48437/stable29Kate2024-09-301-4/+4
|\ \ \ \
| * | | | fix: correctly count disabled users for subadminsbackport/48437/stable29Maksim Sukharev2024-09-301-4/+4
|/ / / / | | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | | Merge pull request #48417 from ↵Julien Veyssier2024-09-303-15/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/stable29/numerical-userid-file-item-display [stable29] Fix file item display for users with numerical user IDs
| * | | | chore(assets): Recompile assetsfix/stable29/numerical-userid-file-item-displaynextcloud-command2024-09-302-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(filesharing): file appear as shared by their owner if it has a numerical ↵Julien Veyssier2024-09-301-12/+9
|/ / / / | | | | | | | | | | | | | | | | | | | | user ID Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | Merge pull request #48444 from nextcloud/backport/48307/stable29Kate2024-09-303-2/+42
|\ \ \ \
| * | | | fix: gracefully parse non-standard trusted certificatesbackport/48307/stable29Richard Steinmetz2024-09-303-2/+42
|/ / / / | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-29240-518/+674
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2826-6/+214
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>