Grigorii K. Shartsev
23e8424c19
fix(appstoreFetcher): get app list from custom app store
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-09-18 13:24:01 +02:00
Grigorii K. Shartsev
07ce8c7e84
fix(appstoreFetcher): remove unneeded warning
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-09-18 13:23:52 +02:00
Nextcloud bot
96658d2506
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-18 09:28:16 +00:00
Nextcloud bot
28aaed3c21
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-18 00:22:20 +00:00
Richard Steinmetz
14d75f0632
Merge pull request #48119 from nextcloud/backport/48090/stable29
...
[stable29] fix(settings): disable Discover when appstore is disabled
2024-09-17 23:15:33 +02:00
Grigorii K. Shartsev
f8ce148cb9
chore(assets): Recompile assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-09-17 18:09:30 +02:00
Anna
1ab34417db
Merge pull request #48096 from nextcloud/backport/47924/stable29
...
[stable29] 🥅 — Catch MaxInstancesExceededException on calendar events
2024-09-17 12:18:59 +02:00
Grigorii K. Shartsev
4a6831e0d1
fix(settings): disable Discover when appstore is disabled
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-09-17 08:32:37 +00:00
John Molakvoæ
b937093d25
Merge pull request #48104 from nextcloud/backport/46218/stable29
2024-09-17 10:14:08 +02:00
Nextcloud bot
b5abfde604
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-17 00:20:58 +00:00
Robin Appelman
0a20c69c85
Merge pull request #48100 from nextcloud/backport/46140/stable29
...
[stable29] fix(config): Add missing handling for `envCache` in `getKeys()`
2024-09-16 18:54:23 +02:00
Kate
1c7b5c83ff
Merge pull request #48087 from nextcloud/backport/48008/stable29
2024-09-16 17:53:16 +02:00
John Molakvoæ
790ef0ea17
chore: improve hash_file php usage in Local Storage
...
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2024-09-16 15:18:02 +00:00
Louis Chemineau
41111e5f0a
fix(files): Ensure that the hash method does not return null
...
To match beececf660/lib/private/Files/View.php (L1050)
- Fix https://github.com/nextcloud/server/issues/44110
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-09-16 15:18:02 +00:00
Josh Richards
75555d34b1
fix: switch from explode to substr (faster)
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-09-16 14:57:26 +00:00
Josh Richards
80bbffa78a
fix(config): add envCache tests for getKeys()
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-09-16 14:57:26 +00:00
Josh Richards
4b9a74658d
fix(config): Add missing handling for envCache in getKeys()
...
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>
2024-09-16 14:57:26 +00:00
Luc Didry
5aa5ac4701
fix(dav): catch MaxInstancesExceededException on calendar events
...
Signed-off-by: Luc Didry <luc@didry.org>
2024-09-16 14:34:27 +00:00
provokateurin
bbb867f541
fix(Entity): Fix magic setter call for custom strong typed setters
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-16 13:52:18 +00:00
Kate
440d8ea4b3
Merge pull request #48070 from nextcloud/backport/48044/stable29
2024-09-16 14:40:45 +02:00
Kate
f2f60c20f9
Merge pull request #48067 from nextcloud/backport/48031/stable29
2024-09-16 14:29:41 +02:00
Louis
bac653aee7
Merge pull request #48001 from nextcloud/backport/47920/stable29
...
[stable29] feat: Reset route if neither the Viewer of the Sidebar is open
2024-09-16 14:21:20 +02:00
Kate
7d440fa953
Merge pull request #48068 from nextcloud/backport/48030/stable29
2024-09-16 12:49:37 +02:00
Louis Chemineau
08c35a50b5
chore: Compile assets
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-09-16 11:59:34 +02:00
Louis Chemineau
936f34d3a5
feat: Reset route if neither the Viewer of the Sidebar is open
...
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>
2024-09-16 11:59:34 +02:00
John Molakvoæ
bbe3b99254
Merge pull request #47983 from nextcloud/backport/47928/stable29
2024-09-16 11:20:00 +02:00
Anna Larch
0c4287312d
test: cast node name and data to string
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-09-16 09:10:52 +00:00
Anna Larch
4a6ed02a9a
fix(dav): cast parameters to string
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-09-16 09:09:35 +00:00
Anna Larch
c49da2186a
fix(filesreport): cast fileId to integer
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-09-16 09:08:57 +00:00
Kate
4ada11453f
Merge pull request #48057 from nextcloud/automated/noid/stable29-update-psalm-baseline
2024-09-16 11:06:09 +02:00
John Molakvoæ
408c870f61
Merge pull request #47862 from nextcloud/backport/47860/stable29
2024-09-16 11:01:28 +02:00
John Molakvoæ
8f86f20244
Merge pull request #47840 from nextcloud/backport/47640/stable29
2024-09-16 11:01:17 +02:00
Joas Schilling
f7748b7e64
fix(a11y): Add OTF font loading check
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-16 10:05:51 +02:00
Joas Schilling
42628e6d86
fix(tests): Test OTF font file
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-16 09:27:23 +02:00
Joas Schilling
74fa3693f8
fix(a11y): Update OpenDyslexic from 0.920 to 2.001
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-16 09:26:51 +02:00
Joas Schilling
6e576e1fbd
Merge pull request #47941 from nextcloud/backport/47933/stable29
...
[stable29] fix(config): Throw PreconditionException always when it didn't match
2024-09-16 09:11:25 +02:00
nextcloud-command
12bb12df84
chore(tests): Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2024-09-16 02:36:14 +00:00
Nextcloud bot
ba94d22a63
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-16 00:20:26 +00:00
Anna
3b606ffd24
Merge pull request #48052 from nextcloud/backport/48045/stable29
...
[stable29] fix(dav): set string type for sanitizeMtime
2024-09-16 00:19:39 +02:00
Andy Scherzinger
18614e0270
Merge pull request #47936 from nextcloud/backport/47854/stable29
...
[stable29] fix(appstore): Ensure returned apps from AppStore are valid
2024-09-15 22:58:49 +02:00
John Molakvoæ
e60dd69fda
Merge pull request #47867 from nextcloud/backport/47858/stable29
...
[stable29] fix(preview): gracefully handle file not being opened in ProviderV2
2024-09-15 22:55:11 +02:00
John Molakvoæ
95c3012ca9
Merge pull request #48033 from nextcloud/backport/48013/stable29
...
[stable29] fix(BaseResponse): Cast XML element values to string
2024-09-15 22:54:29 +02:00
John Molakvoæ
6a46dad143
Merge pull request #47871 from nextcloud/backport/47834/stable29
...
[stable29] fix(appstore): return if appstore is manually disabled
2024-09-15 22:54:19 +02:00
John Molakvoæ
8cf7ab105e
Merge pull request #47918 from nextcloud/backport/47914/stable29
...
[stable29] fix(LDAP): check index before accessing it
2024-09-15 22:54:05 +02:00
Anna Larch
06523a8a6f
fix(dav): set string type for sanitizeMtime
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-09-15 20:44:00 +00:00
John Molakvoæ
038eff0b60
Merge pull request #47795 from nextcloud/backport/47756/stable29
...
[stable29] fix(files): Check if target path is a descendant of the shared folder
2024-09-15 22:17:41 +02:00
John Molakvoæ
74597ecbb1
Merge pull request #47812 from nextcloud/backport/47649/stable29
...
[stable29] fix: Fix inaccessible content on public pages due to overlapping footer
2024-09-15 22:17:29 +02:00
John Molakvoæ
cde8cd074b
Merge pull request #47850 from nextcloud/backport/47807/stable29
...
[stable29] fix(files_sharing): password checkbox and labels in link share
2024-09-15 22:16:52 +02:00
John Molakvoæ
9bd55710fe
Merge pull request #47877 from nextcloud/backport/47848/stable29
...
[stable29] fix(files): Reset context menu position on close
2024-09-15 22:15:11 +02:00
John Molakvoæ
21a37d79f1
Merge pull request #47873 from nextcloud/backport/47853/stable29
...
[stable29] fix: make swift connect exception message more informative
2024-09-15 22:14:49 +02:00