aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* test: Fix testsbackport/48538/stable30Christopher Ng2024-10-092-18/+13
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* refactor: Clean upChristopher Ng2024-10-091-33/+11
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: Return correct list of managers for a userChristopher Ng2024-10-093-2/+42
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: Subadmin can access selfChristopher Ng2024-10-091-0/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-09138-544/+776
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48615 from nextcloud/backport/45765/stable30Andy Scherzinger2024-10-083-4/+5
|\ | | | | [stable30] fix(settings): Use axios directly for health check to preven URL sanitizing
| * chore(assets): Recompile assetsbackport/45765/stable30nextcloud-command2024-10-082-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(settings): Use axios directly for health check to preven URL sanitizingFerdinand Thiessen2024-10-081-1/+2
|/ | | | | | | | When using Apache with `DirectorySlash` it will respond with 301 and the URL with trailing slash. But when using traefik as the reverse proxy it can not rewrite redirects, this leads to the problem that the Apache response is using HTTP in the redirect but the real server (traefik) is only listening on HTTPS. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #48558 from nextcloud/backport/48522/stable30Stephan Orbaugh2024-10-081-8/+4
|\ | | | | [stable30] fix(QueryBuilder): Account for aliases in output columns
| * fix(QueryBuilder): Account for aliases in output columnsbackport/48522/stable30provokateurin2024-10-031-8/+4
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #48551 from nextcloud/backport/48548/stable30Stephan Orbaugh2024-10-082-56/+10
|\ \ | | | | | | [stable30] fix(admin_audit): Listen to the right events
| * | fix(admin_audit): Listen to the right eventsbackport/48548/stable30Côme Chilliet2024-10-032-56/+10
| |/ | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0898-4/+244
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #48586 from nextcloud/backport/48584/stable30Joas Schilling2024-10-071-0/+9
|\ \ | | | | | | [stable30] fix(config): Mark more app configs sensitive
| * | fix(config): Mark more app configs sensitivebackport/48584/stable30Joas 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 #48529 from nextcloud/backport/48519/stable30Daniel2024-10-022-4/+11
|\ | | | | [stable30] fix(dav): don't crash subscription on invalid calendar object
| * fix(dav): don't crash subscription on invalid calendar objectbackport/48519/stable30escoand2024-10-022-4/+11
| | | | | | | | Signed-off-by: escoand <escoand@users.noreply.github.com>
* | Merge pull request #48500 from nextcloud/release/30.0.1_rc1v30.0.1rc1v30.0.1rcBenjamin Gaussorgues2024-10-021-2/+2
|\ \
| * | build(hub): 30.0.1 RC1release/30.0.1_rc1Benjamin Gaussorgues2024-10-011-2/+2
| | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | Merge pull request #48531 from nextcloud/backport/48508/stable30Anna2024-10-023-108/+66
|\ \ \ | |_|/ |/| | [stable30] fix(caldav): add missing handlers
| * | fix(caldav): add missing handlersbackport/48508/stable30Anna Larch2024-10-023-108/+66
|/ / | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #48516 from nextcloud/backport/48512/stable30Benjamin Gaussorgues2024-10-023-15/+14
|\ \
| * | chore(assets): Recompile assetsbackport/48512/stable30nextcloud-command2024-10-022-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(files): Fix folders not being selectable in the smart pickerChristopher Ng2024-10-021-12/+11
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #48506 from nextcloud/backport/48451/stable30Daniel2024-10-022-10/+91
|\ \ \ | | | | | | | | [stable30] fix: make federation address book sync work with allow_local_remote_servers = false
| * | | fix: make federation address book sync work with allow_local_remote_servers ↵backport/48451/stable30Daniel 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 #48523 from nextcloud/backport/48486/stable30Kate2024-10-021-7/+7
|\ \ \ \
| * | | | chore: Move from Twitter to Xbackport/48486/stable30fenn-cs2024-10-021-7/+7
|/ / / / | | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | Merge pull request #48514 from nextcloud/backport/48513/stable30Marcel Klehr2024-10-021-1/+1
|\ \ \ \ | |_|/ / |/| | | [stable30] fix(TaskProcessing\Manager): Don't provoke PHP notice in setTaskResult
| * | | fix(TaskProcessing\Manager): Don't provoke PHP notice in setTaskResultbackport/48513/stable30Marcel Klehr2024-10-021-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | Merge pull request #48077 from nextcloud/backport/47852/stable30Benjamin Gaussorgues2024-10-029-27/+27
|\ \ \ \
| * | | | fix: misc code fixes around db shardingbackport/47852/stable30Robin Appelman2024-09-169-27/+27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #48093 from nextcloud/backport/47316/stable30Kate2024-10-021-1/+1
|\ \ \ \ \
| * | | | | fix: Prevent crash when refreshing metadata for files without an ownerbackport/47316/stable30Vincent FarZz2024-10-021-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>
* | | | | Merge pull request #48452 from nextcloud/backport/48439/stable30Ferdinand Thiessen2024-10-022-1/+4
|\ \ \ \ \ | |/ / / / |/| | | | [stable30] fix(theming): Use `AppConfig` for setting background image
| * | | | fix(theming): Use `AppConfig` for setting background imagebackport/48439/stable30Ferdinand Thiessen2024-10-022-1/+4
|/ / / / | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #48489 from nextcloud/backport/48480/stable30Josh2024-10-011-15/+21
|\ \ \ \ | | | | | | | | | | [stable30] fix(migration): Check if column exits before adding it
| * | | | fix(migration): Check if column exits before adding itbackport/48480/stable30Git'Fellow2024-10-011-15/+21
| | |_|/ | |/| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0230-8/+80
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #48503 from nextcloud/backport/48426/stable30Josh2024-10-011-1/+2
|\ \ \ | | | | | | | | [stable30] fix(config): Suppress `config.php` fopen error at install time
| * | | fix(config): Suppress error at install timebackport/48426/stable30Josh2024-10-011-1/+2
| |/ / | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | Merge pull request #48492 from nextcloud/backport/48484/stable30Arthur Schiwon2024-10-011-6/+14
|\ \ \ | |/ / |/| | [stable30] fix(Auth): ignore missing token when trying to set password-unconfirm…
| * | fix(Auth): ignore missing token when trying to set password-unconfirmablebackport/48484/stable30Arthur 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 #48469 from nextcloud/backport/48466/stable30Daniel2024-09-301-2/+2
|\ \ | | | | | | [stable30] ci: fail psalm when baseline update required