aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-26404-734/+2450
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #46757 from nextcloud/backport/46749/stable28Ferdinand Thiessen2024-07-251-2/+7
|\ | | | | [stable28] fix: add a try and catch for delete versioning
| * fix: add a try and catch for delete versioninggreta2024-07-251-2/+7
|/ | | | Signed-off-by: greta <gretadoci@gmail.com>
* Merge pull request #46668 from nextcloud/backport/46640/stable28Andy Scherzinger2024-07-253-6/+19
|\ | | | | [stable28] fix(Token): take over scope in token refresh with login by cookie
| * fix(Token): take over scope in token refresh with login by cookieArthur Schiwon2024-07-223-6/+19
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #46678 from nextcloud/backport/44295/stable28Andy Scherzinger2024-07-255-7/+24
|\ \ | | | | | | [stable28] Allow injecting the user temporarily for direct editing
| * | fix(logging): Restore the option to log with debug levelJoas Schilling2024-07-221-2/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix: Implement option to temporarily set the user sessionJulius Härtl2024-07-224-5/+24
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | fix: Do not use incognito mode for direct editingJulius Härtl2024-07-221-2/+0
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #46683 from nextcloud/backport/46674/stable28Andy Scherzinger2024-07-251-12/+21
|\ \ \ | | | | | | | | [stable28] feat: add config flag to toggle persistent redis connections
| * | | feat: add config flag to toggle persistent redis connectionsRobin Appelman2024-07-221-12/+21
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #46751 from nextcloud/backport/44788/stable28Andy Scherzinger2024-07-252-4/+71
|\ \ \ | | | | | | | | [stable28] feat: add additional logging for database errors
| * | | feat: add additional logging for database errorsRobin Appelman2024-07-252-4/+71
| | | | | | | | | | | | | | | | | | | | | | | | including the stack trace of the current database transaction Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #46384 from nextcloud/backport/46310/stable28John Molakvoæ2024-07-251-0/+7
|\ \ \ \
| * | | | fix(cypress): wait for apps list fetch for better testing stabilityskjnldsv2024-07-251-0/+7
| |/ / / | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Merge pull request #46742 from nextcloud/backport/46693/stable28Robin Appelman2024-07-251-0/+21
|\ \ \ \ | |/ / / |/| | | [stable28] feat: add a specialized writeStream implementation for s3 external storage
| * | | feat: add a specialized writeStream implementation for s3 external storageRobin Appelman2024-07-251-0/+21
|/ / / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #46734 from nextcloud/backport/46731/stable28Ferdinand Thiessen2024-07-256-8/+8
|\ \ \ | | | | | | | | [stable28] fix(files): ensure forbiddenCharacters is an array
| * | | chore(assets): Recompile assetsnextcloud-command2024-07-254-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(files): ensure forbiddenCharacters is an arrayMaksim Sukharev2024-07-252-2/+2
|/ / / | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | Merge pull request #46563 from nextcloud/backport/46450/stable28Joas Schilling2024-07-251-2/+7
|\ \ \ | | | | | | | | [stable28] fix(files_metadata): Don't run generation job on every upgrade
| * | | fix(files_metadata): Don't run generation job on every upgradeLouis Chemineau2024-07-171-2/+7
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #46717 from nextcloud/backport/46689/stable28Ferdinand Thiessen2024-07-258-19/+76
|\ \ \ \ | | | | | | | | | | [stable28] fix(files): validate input when creating file/directory
| * | | | chore(assets): Recompile assetsnextcloud-command2024-07-246-9/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(files): validate input when creating file/directoryMaksim Sukharev2024-07-242-10/+67
|/ / / / | | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | | Merge pull request #46720 from nextcloud/backport/46694/stable28Ferdinand Thiessen2024-07-241-0/+4
|\ \ \ \ | | | | | | | | | | [stable28] fix: FileInfo from `View` should have the correct name of a mountpoint
| * | | | fix: FileInfo from `View` should have the correct name of a mountpointFerdinand Thiessen2024-07-241-0/+4
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a mountpoint is returned from a `View` the name must match the view scoped name and not the global name. For example group folders have a name like `1` or `2` (the ID), but the name of the FileInfo returned fro mthe View should be the mount point name, like `First groupfolder` or similar. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2464-94/+534
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-23176-312/+460
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #46628 from nextcloud/backport/46419/stable28Joas Schilling2024-07-2213-5/+151
|\ \ \ | |_|/ |/| | [stable28] fix(mail): Fix big logos in mail templates for Outlook
| * | fix(mail): Fix big logos in mail templates for OutlookJoas Schilling2024-07-1913-5/+151
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2214-64/+118
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2170-4/+710
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-20142-384/+1328
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #46647 from nextcloud/backport/46225/stable28Andy Scherzinger2024-07-191-7/+14
|\ \ \ | | | | | | | | [stable28] fix(dav): Thrown forbidden error for authenticated user instead of no…
| * | | fix(dav): Thrown forbidden error for authenticated user instead of not foundSebastianKrupinski2024-07-191-7/+14
|/ / / | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | Merge pull request #46577 from nextcloud/backport/46555/stable28Git'Fellow2024-07-191-0/+4
|\ \ \ | | | | | | | | [stable28] fix(appstore): Return an empty array in case of fail
| * | | chore: add warning in case of failureGit'Fellow2024-07-171-0/+1
| | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | | fix(appstore): Return an empty array in case of failGit'Fellow2024-07-171-0/+3
| | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | Merge pull request #46523 from nextcloud/backport/46504/stable28Git'Fellow2024-07-194-5/+22
|\ \ \ \ | | | | | | | | | | [stable28] fix(theming): enforce theme should still provide dark as fallback
| * | | | fix(theming): enforce theme should still provide dark as fallbackskjnldsv2024-07-164-5/+22
| | |_|/ | |/| | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Merge pull request #46520 from nextcloud/backport/46475/stable28Git'Fellow2024-07-191-1/+1
|\ \ \ \ | | | | | | | | | | [stable28] fix(redis): Require version >=4 for unlink
| * | | | fix(redis): Require version >=4 for unlinkGit'Fellow2024-07-151-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | Merge pull request #46637 from nextcloud/backport/46608/stable28Anupam Kumar2024-07-191-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [stable28] fix(TextProcessing): use error instead of info for exception logging
| * | | | | fix(TextProcessing): use error instead of info for exception loggingAnupam Kumar2024-07-191-1/+1
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
* | | | | Merge pull request #46125 from ↵Joas Schilling2024-07-191-8/+0
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/automated/noid/stable28-update-psalm-baseline [stable28] Update psalm-baseline.xml
| * | | | chore(tests): Update psalm baselinenextcloud-command2024-07-191-8/+0
|/ / / / | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-19138-648/+2108
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #46603 from nextcloud/backport/46593/stable28Sebastian Krupinski2024-07-181-1/+10
|\ \ \ \ | | | | | | | | | | [stable28] fix(caldav): Throw 403 Forbidden Error instead of 500 Internal Server…
| * | | | fix(caldav): Throw 403 Forbidden Error instead of 500 Internal Server ErrorSebastianKrupinski2024-07-181-1/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>