Josh
da8ef3c9ea
Merge pull request #48502 from nextcloud/backport/48426/stable29
...
[stable29] fix(config): Suppress `config.php` fopen error at install time
2024-10-01 14:11:23 -04:00
Josh
82319d41fd
fix(config): Suppress error at install time
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-10-01 16:22:47 +00:00
Arthur Schiwon
17ea67dc43
fix(Auth): ignore missing token when trying to set password-unconfirmable
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-10-01 15:55:13 +02:00
Richard Steinmetz
e2373b56fe
fix: gracefully parse non-standard trusted certificates
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-09-30 09:21:59 +02:00
Nextcloud bot
aec1ac1da4
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-29 00:28:11 +00:00
Nextcloud bot
6e27f995fb
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-28 00:20:22 +00:00
Joas Schilling
5729488f0a
Merge pull request #48380 from nextcloud/backport/48142/stable29
...
[stable29] feat(share): ensure unique share tokens with dynamic length adjustment
2024-09-26 15:19:25 +02:00
ernolf
0a9cad0455
fix(share): Ensure unique share tokens
...
- check for token collisions and retry up to three times.
- throw after 3 attempts without finding a unique token.
Signed-off-by: ernolf <raphael.gradenwitz@googlemail.com>
2024-09-26 10:38:40 +00:00
Daniel Kesselberg
1af2df8b4e
fix(s3): suppress php deprecation warning on php8
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-09-26 12:38:05 +02:00
Nextcloud bot
7e4b0c9b6b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-26 00:23:23 +00:00
Louis
a84255e1ab
Merge pull request #48284 from nextcloud/backport/48207/stable29
...
[stable29] fix: Don't crash if disabled user is missing in the database
2024-09-24 10:30:27 +02:00
Andy Scherzinger
d306a006af
Merge pull request #48165 from nextcloud/backport/48114/stable29
...
[stable29] fix(appstoreFetcher): get list from a custom store and remove unnecessary warning
2024-09-23 21:11:04 +02:00
Louis Chemineau
1e870c02f5
fix(users): Don't crash if disabled user is missing in the database
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-09-23 18:08:17 +02:00
Daniel Kesselberg
27c68fdcae
fix: skip the integrity check for nextcloud-init-sync.lock
...
nextcloud-init-sync.lock is used by nextcloud/docker to prevent running the initialization script on multiple containers at the same time.
Ref: https://github.com/nextcloud/docker/issues/2299 .
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-09-23 15:50:42 +00:00
Nextcloud bot
d1a87cda97
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-23 14:52:47 +00:00
Nextcloud bot
bc3cd58df7
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-22 00:20:53 +00:00
Nextcloud bot
910caabcf2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-21 00:20:57 +00:00
Nextcloud bot
bade66e33c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-20 00:21:28 +00:00
Robin Appelman
79e7c48144
fix: ensure parent folder exists when writing a file to object storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-09-19 17:44:53 +02:00
Robin Appelman
671170a269
fix: verify that parent exists in cache when inserting
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-09-19 17:44:45 +02:00
Robin Appelman
48cd657d26
fix: fix object store id for test object store
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-09-19 17:44:41 +02:00
Robin Appelman
6683711516
fix: cleanup objectstore file_put_content
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-09-19 17:44:34 +02:00
Robin Appelman
f71dce6c9e
fix: create intermediate directories for objectstore moveFromStorage
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-09-19 17:44:30 +02:00
Robin Appelman
68e82ba0e5
fix: get source file before moving the cache item in objectstore moveFromStorage
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-09-19 17:44:27 +02:00
Nextcloud bot
c2170cf74e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-19 00:20:55 +00:00
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
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
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
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
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
John Molakvoæ
bbe3b99254
Merge pull request #47983 from nextcloud/backport/47928/stable29
2024-09-16 11:20:00 +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
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 bot
ba94d22a63
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-16 00:20:26 +00: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æ
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æ
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
John Molakvoæ
d792bc5a07
Merge pull request #48034 from nextcloud/backport/48016/stable29
...
[stable29] fix(S3ConfigTrait): Allow proxy field to take false
2024-09-15 22:12:26 +02:00