aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-18172-298/+422
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-18156-240/+436
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48119 from nextcloud/backport/48090/stable29Richard Steinmetz2024-09-176-9/+12
|\ | | | | [stable29] fix(settings): disable Discover when appstore is disabled
| * chore(assets): Recompile assetsbackport/48090/stable29Grigorii K. Shartsev2024-09-174-6/+6
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * fix(settings): disable Discover when appstore is disabledGrigorii K. Shartsev2024-09-172-3/+6
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | Merge pull request #48096 from nextcloud/backport/47924/stable29Anna2024-09-171-16/+31
|\ \ | |/ |/| [stable29] 🥅 — Catch MaxInstancesExceededException on calendar events
| * fix(dav): catch `MaxInstancesExceededException` on calendar eventsbackport/47924/stable29Luc Didry2024-09-161-16/+31
| | | | | | | | Signed-off-by: Luc Didry <luc@didry.org>
* | Merge pull request #48104 from nextcloud/backport/46218/stable29John Molakvoæ2024-09-172-1/+2
|\ \
| * | chore: improve hash_file php usage in Local Storagebackport/46218/stable29John 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 #48100 from nextcloud/backport/46140/stable29Robin Appelman2024-09-162-5/+20
|\ \ | | | | | | [stable29] fix(config): Add missing handling for `envCache` in `getKeys()`
| * | fix: switch from explode to substr (faster)backport/46140/stable29Josh Richards2024-09-161-1/+2
| | | | | | | | | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
| * | fix(config): add envCache tests for getKeys()Josh Richards2024-09-161-0/+7
| | | | | | | | | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
| * | fix(config): Add missing handling for envCache in getKeys()Josh Richards2024-09-161-5/+12
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NC_ env variable overrides were not appearing in the output of `occ config:list system` nor `occ config:system:get xxx`. This was creating nearly impossible to diagnose configuration/ behavior disprepancies. - Refactored readData() so that we aren't saving the entire environment in the envCache anymore (only those prefixed "NC_") and so that we save NC_ provided config values under their real key. - Refactored getValue() to accommodate readData() refactor - Fixed getKeys() to properly return envCache keys too Environment provided config variables now appear in `occ config:list system` as expected. Environment provided config variables now appear when queried via `occ config:system:get KEY` envCache is now free of non-NC stuff. Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* | Merge pull request #48087 from nextcloud/backport/48008/stable29Kate2024-09-162-5/+9
|\ \ | |/ |/|
| * fix(Entity): Fix magic setter call for custom strong typed settersbackport/48008/stable29provokateurin2024-09-162-5/+9
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge pull request #48070 from nextcloud/backport/48044/stable29Kate2024-09-161-2/+2
|\
| * test: cast node name and data to stringbackport/48044/stable29Anna Larch2024-09-161-2/+2
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #48067 from nextcloud/backport/48031/stable29Kate2024-09-161-1/+1
|\ \
| * | fix(filesreport): cast fileId to integerbackport/48031/stable29Anna Larch2024-09-161-1/+1
| |/ | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #48001 from nextcloud/backport/47920/stable29Louis2024-09-163-9/+25
|\ \ | | | | | | [stable29] feat: Reset route if neither the Viewer of the Sidebar is open
| * | chore: Compile assetsbackport/47920/stable29Louis 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-6/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #48068 from nextcloud/backport/48030/stable29Kate2024-09-161-1/+1
|\ \ \ | |/ / |/| |
| * | fix(dav): cast parameters to stringbackport/48030/stable29Anna Larch2024-09-161-1/+1
| |/ | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #47983 from nextcloud/backport/47928/stable29John Molakvoæ2024-09-1611-22/+29
|\ \ | |/ |/|
| * fix(a11y): Add OTF font loading checkbackport/47928/stable29Joas Schilling2024-09-163-10/+25
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(tests): Test OTF font fileJoas Schilling2024-09-161-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(a11y): Update OpenDyslexic from 0.920 to 2.001Joas Schilling2024-09-167-11/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.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>