aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #48082 from nextcloud/backport/48081/stable28John Molakvoæ2024-09-187-7/+7
|\ \ | | | | | | [stable28] chore(1i8n): Fixed grammar and improved wording
| * | chore(assets): Recompile assetsbackport/48081/stable28nextcloud-command2024-09-186-6/+6
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | chore(1i8n): Fixed grammar and improved wordingrakekniven2024-09-161-1/+1
| |/ | | | | | | | | | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> [skip ci]
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-18156-240/+436
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #48103 from nextcloud/backport/46218/stable28John Molakvoæ2024-09-172-1/+2
|\ \
| * | chore: improve hash_file php usage in Local Storagebackport/46218/stable28John Molakvoæ2024-09-161-8/+1
| | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | fix(files): Ensure that the hash method does not return nullLouis Chemineau2024-09-162-2/+10
| |/ | | | | | | | | | | | | | | To match https://github.com/nextcloud/server/blob/beececf66068f57c416225efcde9b44ce5c2e835/lib/private/Files/View.php#L1050 - Fix https://github.com/nextcloud/server/issues/44110 Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-17176-378/+408
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #48085 from nextcloud/backport/47924/stable28Christoph Wurst2024-09-161-16/+31
|\ \ | | | | | | [stable28] 🥅 — Catch MaxInstancesExceededException on calendar events
| * | fix(dav): catch `MaxInstancesExceededException` on calendar eventsbackport/47924/stable28Luc Didry2024-09-161-16/+31
| |/ | | | | | | Signed-off-by: Luc Didry <luc@didry.org>
* | Merge pull request #48089 from nextcloud/backport/48008/stable28Kate2024-09-162-5/+9
|\ \ | |/ |/|
| * fix(Entity): Fix magic setter call for custom strong typed settersbackport/48008/stable28provokateurin2024-09-162-5/+9
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge pull request #48066 from nextcloud/backport/48030/stable28John Molakvoæ2024-09-161-1/+1
|\
| * fix(dav): cast parameters to stringbackport/48030/stable28Anna Larch2024-09-161-1/+1
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #48002 from nextcloud/backport/47920/stable28Louis2024-09-163-11/+33
|\ \ | |/ |/| [stable28] feat: Reset route if neither the Viewer of the Sidebar is open
| * chore: Compile assetsbackport/47920/stable28Louis Chemineau2024-09-162-3/+3
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * feat: Reset route if neither the Viewer of the Sidebar is openLouis Chemineau2024-09-161-8/+30
|/ | | | | | | | | | When the viewer or the sidebar is opened, we add the fileid to the route. When both of them are closed, we do not remove the fileid from the route. This means that, upon reload, the sidebar will be opened even though it was closed previously. This PR ensure that the fileid is removed from the route when both the Sidebar and the Viewer are closed. Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #47870 from nextcloud/backport/47834/stable28John Molakvoæ2024-09-161-2/+9
|\
| * fix(appstore): disabled appstore log level bump from debug to infobackport/47834/stable28John 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 #47866 from nextcloud/backport/47858/stable28John Molakvoæ2024-09-161-0/+3
|\ \
| * | fix(preview): gracefully handle file not being opened in ProviderV2backport/47858/stable28Richard Steinmetz2024-09-101-0/+3
| |/ | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | Merge pull request #47942 from nextcloud/backport/47933/stable28Joas Schilling2024-09-162-3/+39
|\ \ | | | | | | [stable28] fix(config): Throw PreconditionException always when it didn't match
| * | fix(config): Throw PreconditionException always when it didn't matchbackport/47933/stable28Joas 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 #48051 from nextcloud/backport/48045/stable28Anna2024-09-161-1/+1
|\ \ \ | | | | | | | | [stable28] fix(dav): set string type for sanitizeMtime
| * | | fix(dav): set string type for sanitizeMtimebackport/48045/stable28Anna Larch2024-09-151-1/+1
|/ / / | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \