aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* test(dav): imip service test expects integers for last occurencebackport/48043/stable28Anna Larch2024-09-161-11/+11
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Merge pull request #47893 from nextcloud/backport/47339/stable28John Molakvoæ2024-09-155-0/+156
|\ | | | | [stable28] fix: Display 'Leave share' instead of 'Delete'
| * fix(files_sharing): adjust permissions from custom edit and delete check methodsbackport/47339/stable28skjnldsv2024-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 #47876 from nextcloud/backport/47848/stable28John Molakvoæ2024-09-153-3/+22
|\ \ | | | | | | [stable28] fix(files): Reset context menu position on close
| * | chore(assets): Recompile assetsbackport/47848/stable28nextcloud-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 #47935 from nextcloud/backport/47854/stable28John Molakvoæ2024-09-151-1/+2
|\ \ | | | | | | [stable28] fix(appstore): Ensure returned apps from AppStore are valid
| * | fix: check if key is setbackport/47854/stable28Git'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 #47979 from nextcloud/backport/47971/stable28John Molakvoæ2024-09-151-1/+2
|\ \ \ | | | | | | | | [stable28] fix: Do not try to set HTTP response code on already closed connection
| * | | fix: Do not try to set HTTP response code on already closed connectionbackport/47971/stable28Côme Chilliet2024-09-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids a PHP warning in the logs about trying to set the response code while the output already started. It’s useless to try to print an error page anyway in this situation because the connection was closed already. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #48032 from nextcloud/backport/48013/stable28John Molakvoæ2024-09-151-1/+3
|\ \ \ \ | | | | | | | | | | [stable28] fix(BaseResponse): Cast XML element values to string
| * | | | fix(BaseResponse): Cast XML element values to stringbackport/48013/stable28provokateurin2024-09-151-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Merge pull request #47917 from nextcloud/backport/47914/stable28John Molakvoæ2024-09-151-4/+3
|\ \ \ \ \
| * | | | | fix(LDAP): check index before accessing itbackport/47914/stable28Arthur Schiwon2024-09-121-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Merge pull request #47811 from nextcloud/backport/47649/stable28John Molakvoæ2024-09-1510-16/+40
|\ \ \ \ \ \
| * | | | | | chore(assets): Recompile assetsbackport/47649/stable28nextcloud-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 #47861 from nextcloud/backport/47860/stable28John Molakvoæ2024-09-151-3/+1
|\ \ \ \ \ \ \
| * | | | | | | fix: Only write once to template instead of create/copybackport/47860/stable28Julius Knorr2024-09-101-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | | | | | | | Merge pull request #48019 from nextcloud/backport/48015/stable28John Molakvoæ2024-09-151-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fix(Storage\Local): Do not call getSourcePath() on SplFileInfobackport/48015/stable28provokateurin2024-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | | Merge pull request #47988 from ↵Andy Scherzinger2024-09-151-6/+0
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/stable28-update-psalm-baseline [stable28] Update psalm-baseline.xml
| * | | | | | | | chore(tests): Update psalm baselinenextcloud-command2024-09-151-6/+0
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | | Merge pull request #48022 from nextcloud/backport/48017/stable28Kate2024-09-151-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fix(Comment): Initialize childrenCount as integerbackport/48017/stable28provokateurin2024-09-151-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | Merge pull request #48023 from nextcloud/backport/48014/stable28John Molakvoæ2024-09-151-2/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | fix(Tags): Return boolean for userHasTags()backport/48014/stable28provokateurin2024-09-151-2/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1520-10/+78
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #47974 from nextcloud/backport/47968/stable28John Molakvoæ2024-09-141-4/+8
|\ \ \ \ \ \
| * | | | | | fix(files_external): Check key exists before accessing itGit'Fellow2024-09-141-4/+8
|/ / / / / / | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | Merge pull request #47956 from nextcloud/backport/47954/stable28Kate2024-09-142-4/+4
|\ \ \ \ \ \
| * | | | | | fix(files): Adjust Cache::searchQuery() parameter name to match interfacebackport/47954/stable28provokateurin2024-09-132-4/+4
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-14158-76/+430
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #47952 from nextcloud/backport/47945/stable28John Molakvoæ2024-09-137-45/+125
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [stable28] fix(files_external): broken credentials dialog
| * | | | | chore(assets): Recompile assetsnextcloud-command2024-09-134-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | fix(files_external): broken credentials dialogJohn Molakvoæ (skjnldsv)2024-09-133-42/+119
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> [skip ci]
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1332-8/+118
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #47886 from nextcloud/release/28.0.10v28.0.10Benjamin Gaussorgues2024-09-121-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | build(hub): 28.0.10Benjamin Gaussorgues2024-09-111-2/+2
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* / | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1258-84/+150
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-11358-6716/+6394
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #47797 from nextcloud/backport/47692/stable28Stephan Orbaugh2024-09-104-11/+68
|\ \ \ | | | | | | | | [stable28] fix(files): Correctly parse external shares for files UI
| * | | chore(assets): Recompile assetsnextcloud-command2024-09-102-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(files): Correctly parse external shares for files UIFerdinand Thiessen2024-09-102-8/+65
|/ / / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #47785 from nextcloud/backport/47770/stable28Stephan Orbaugh2024-09-1010-75/+113
|\ \ \ | |/ / |/| | [stable28] fix(dav): Always respond custom error page on exceptions
| * | fix: Replace conflicting tags in `xml_exception` templateFerdinand Thiessen2024-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | | The `<?xml` tag is interpreted as PHP short tags, so this causes errors. Instead just print that part of the template. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>