aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(filesreport): cast fileId to integerbackport/48031/stable29Anna Larch2024-09-161-1/+1
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Merge pull request #48057 from ↵Kate2024-09-161-3/+0
|\ | | | | | | nextcloud/automated/noid/stable29-update-psalm-baseline
| * chore(tests): Update psalm baselinenextcloud-command2024-09-161-3/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Merge pull request #47862 from nextcloud/backport/47860/stable29John Molakvoæ2024-09-161-3/+1
|\ \
| * | fix: Only write once to template instead of create/copybackport/47860/stable29Julius Knorr2024-09-101-3/+1
| | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | | Merge pull request #47840 from nextcloud/backport/47640/stable29John Molakvoæ2024-09-161-1/+1
|\ \ \
| * | | fix: Run migration sql as statement so that the primary db node is usedbackport/47640/stable29Julius Härtl2024-09-091-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #47941 from nextcloud/backport/47933/stable29Joas Schilling2024-09-162-3/+39
|\ \ \ \ | |_|_|/ |/| | | [stable29] fix(config): Throw PreconditionException always when it didn't match
| * | | fix(config): Throw PreconditionException always when it didn't matchbackport/47933/stable29Joas Schilling2024-09-132-3/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously even when the precondition did not match, the call "passed" when the after value was the expected one. This however can lead to race conditions, duplicate code excutions and other things. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1654-56/+364
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #48052 from nextcloud/backport/48045/stable29Anna2024-09-161-1/+1
|\ \ \ \ | | | | | | | | | | [stable29] fix(dav): set string type for sanitizeMtime
| * | | | fix(dav): set string type for sanitizeMtimebackport/48045/stable29Anna Larch2024-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | Merge pull request #47936 from nextcloud/backport/47854/stable29Andy Scherzinger2024-09-151-1/+2
|\ \ \ \ \ | | | | | | | | | | | | [stable29] fix(appstore): Ensure returned apps from AppStore are valid
| * | | | | fix: check if key is setbackport/47854/stable29Git'Fellow2024-09-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | | | | fix(appstore): Ensure returned apps from AppStore are validGit'Fellow2024-09-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: lint chore: remove space Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: check if response array is null Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> chore: Add log
* | | | | | Merge pull request #47867 from nextcloud/backport/47858/stable29John Molakvoæ2024-09-151-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable29] fix(preview): gracefully handle file not being opened in ProviderV2
| * | | | | | fix(preview): gracefully handle file not being opened in ProviderV2backport/47858/stable29Richard Steinmetz2024-09-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | Merge pull request #48033 from nextcloud/backport/48013/stable29John Molakvoæ2024-09-151-1/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable29] fix(BaseResponse): Cast XML element values to string
| * | | | | | | fix(BaseResponse): Cast XML element values to stringbackport/48013/stable29provokateurin2024-09-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | Merge pull request #47871 from nextcloud/backport/47834/stable29John Molakvoæ2024-09-151-2/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable29] fix(appstore): return if appstore is manually disabled
| * | | | | | | | fix(appstore): disabled appstore log level bump from debug to infobackport/47834/stable29John Molakvoæ2024-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | | | | | fix(appstore): return if appstore is manually disabledGit'Fellow2024-09-101-2/+9
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: camel case Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: log a debug log Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: typing Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: typo fix: typing
* | | | | | | | Merge pull request #47918 from nextcloud/backport/47914/stable29John Molakvoæ2024-09-151-4/+3
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | [stable29] fix(LDAP): check index before accessing it
| * | | | | | | fix(LDAP): check index before accessing itbackport/47914/stable29Arthur Schiwon2024-09-121-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | | Merge pull request #47795 from nextcloud/backport/47756/stable29John Molakvoæ2024-09-152-2/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable29] fix(files): Check if target path is a descendant of the shared folder
| * | | | | | | | fix(files): Check if the target path is a descendant of the shared folder pathbackport/47756/stable29Git'Fellow2024-09-062-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: tests Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: fix tests Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: add tests Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: tests
* | | | | | | | | Merge pull request #47812 from nextcloud/backport/47649/stable29John Molakvoæ2024-09-1510-16/+40
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [stable29] fix: Fix inaccessible content on public pages due to overlapping footer
| * | | | | | | | | chore(assets): Recompile assetsbackport/47649/stable29nextcloud-command2024-09-062-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | | | chore: compile scssChristopher Ng2024-09-064-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | | | | fix: Fix inaccessible content on public pages due to overlapping footerChristopher Ng2024-09-064-12/+33
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | | | Merge pull request #47850 from nextcloud/backport/47807/stable29John Molakvoæ2024-09-158-24/+22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [stable29] fix(files_sharing): password checkbox and labels in link share
| * | | | | | | | | chore(assets): Recompile assetsbackport/47807/stable29Grigorii K. Shartsev2024-09-097-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | | | | | | | fix(files_sharing): add accessible labels in link share creationGrigorii K. Shartsev2024-09-091-17/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | | | | | | | fix(files_sharing): checkbox for password in link share is not shownGrigorii K. Shartsev2024-09-091-0/+2
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | | | | | | | Merge pull request #47877 from nextcloud/backport/47848/stable29John Molakvoæ2024-09-153-3/+22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [stable29] fix(files): Reset context menu position on close
| * | | | | | | | | chore(assets): Recompile assetsbackport/47848/stable29nextcloud-command2024-09-112-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | | | fix(files): Make `openMenu` watcher null safeFerdinand Thiessen2024-09-111-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | | | | fix(files): Reset context menu position on closeFerdinand Thiessen2024-09-111-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Resolves https://github.com/nextcloud/server/issues/46934 Ensure that after a right-click the context menu position is resetted, so that pressing the "actions"-menu button it is displayed on the correct location. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | | | Merge pull request #47873 from nextcloud/backport/47853/stable29John Molakvoæ2024-09-151-4/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [stable29] fix: make swift connect exception message more informative
| * | | | | | | | | | fix: make swift connect exception message more informativebackport/47853/stable29Robin Appelman2024-09-101-4/+4
| | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | | Merge pull request #47895 from nextcloud/backport/47339/stable29John Molakvoæ2024-09-155-0/+156
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [stable29] fix: Display 'Leave share' instead of 'Delete'
| * | | | | | | | | | fix(files_sharing): adjust permissions from custom edit and delete check methodsbackport/47339/stable29skjnldsv2024-09-113-0/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | | | | | fix: Display 'Leave share' instead of 'Delete'Marcel Klehr2024-09-113-0/+14
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | | | | Merge pull request #47903 from nextcloud/backport/47881/stable29John Molakvoæ2024-09-155-8/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [stable29] fix(settings): Add back create group icon
| * | | | | | | | | | chore(assets): Recompile assetsbackport/47881/stable29nextcloud-command2024-09-114-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | | | | fix(settings): Add back create group iconChristopher Ng2024-09-111-2/+2
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | | | | Merge pull request #48034 from nextcloud/backport/48016/stable29John Molakvoæ2024-09-151-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [stable29] fix(S3ConfigTrait): Allow proxy field to take false
| * | | | | | | | | | fix(S3ConfigTrait): Allow proxy field to take falsebackport/48016/stable29provokateurin2024-09-151-1/+1
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | | | Merge pull request #47987 from ↵Kate2024-09-151-6/+0
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/stable29-update-psalm-baseline
| * | | | | | | | | | chore(tests): Update psalm baselinenextcloud-command2024-09-151-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>