Robin Appelman
99d62bf368
fix: preserve fileid when moving from objectstore to non-objectstore
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-10-08 18:14:26 +07:00
Robin Appelman
5d36da3717
fix: ensure source folder is removed from cache when moving to objectstore
...
otherwise this causes confusion down the line as it's contents will be moved to the new cache
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-10-08 18:14:26 +07:00
Robin Appelman
6421581c00
fix: ensure parent folder exists when writing a file to object storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-10-08 18:14:26 +07:00
Robin Appelman
78637be4cd
fix: verify that parent exists in cache when inserting
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-10-08 18:14:26 +07:00
Robin Appelman
0dacf09779
fix: fix object store id for test object store
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-10-08 18:14:26 +07:00
Robin Appelman
e0f7dec5b6
fix: cleanup objectstore file_put_content
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-10-08 18:14:26 +07:00
Robin Appelman
e794d04f57
fix: create intermediate directories for objectstore moveFromStorage
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-10-08 18:14:26 +07:00
Robin Appelman
fe8ac42c90
fix: get source file before moving the cache item in objectstore moveFromStorage
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-10-08 18:14:26 +07:00
Nextcloud bot
e4eb90c522
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-08 00:20:29 +07:00
Joas Schilling
b7248975e0
fix(config): Mark more app configs sensitive
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-07 15:26:41 +07:00
Nextcloud bot
2c6040c7d0
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-06 00:21:40 +07:00
Nextcloud bot
3f73bdb0ba
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-04 00:20:25 +07:00
Nextcloud bot
eabcaad297
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-03 00:20:59 +07:00
Josh
36b2c15f63
fix(config): Suppress error at install time
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-10-02 08:10:12 +07:00
Nextcloud bot
cd7b439ef1
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-02 00:20:18 +07:00
Arthur Schiwon
e3cce2624c
Merge pull request #48445 from nextcloud/fix/noid/ignore-unavailable-token
...
[stable28] fix(Auth): ignore missing token when trying to set password-unconfirmable
2024-10-01 15:57:11 +07:00
Arthur Schiwon
4dd1f380af
fix(Auth): ignore missing token when trying to set password-unconfirmable
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-09-30 10:06:58 +07:00
Richard Steinmetz
8752c3de79
fix: gracefully parse non-standard trusted certificates
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-09-30 09:17:25 +07:00
Nextcloud bot
07f914e7df
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-29 00:28:18 +07:00
Nextcloud bot
a0289e6bf1
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-28 00:20:28 +07:00
Joas Schilling
1dbd72dcc0
Merge pull request #48379 from nextcloud/backport/48142/stable28
...
[stable28] feat(share): ensure unique share tokens with dynamic length adjustment
2024-09-26 15:18:54 +07:00
Daniel Kesselberg
a22ee3ebb0
fix(s3): suppress php deprecation warning on php8
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-09-26 12:40:19 +07:00
ernolf
614210c536
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:37:32 +07:00
Nextcloud bot
4ddcdeaa47
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-26 00:23:29 +07:00
Louis
44b54806da
Merge pull request #48283 from nextcloud/backport/48207/stable28
...
[stable28] fix: Don't crash if disabled user is missing in the database
2024-09-24 10:17:17 +07:00
Daniel Kesselberg
e0933c0d8f
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:49:41 +07:00
Louis Chemineau
483eaa7e72
fix(users): Don't crash if disabled user is missing in the database
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-09-23 16:59:58 +07:00
Nextcloud bot
cc0e133167
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-23 14:52:54 +07:00
Robin Appelman
6baa60a5dd
Merge pull request #48099 from nextcloud/backport/46140/stable28
...
[stable28] fix(config): Add missing handling for `envCache` in `getKeys()`
2024-09-23 07:27:44 +07:00
Grigorii K. Shartsev
fa949da032
Merge pull request #48166 from nextcloud/backport/48114/stable28
...
[stable28] fix(appstoreFetcher): get list from a custom store and remove unnecessary warning
2024-09-22 13:19:22 +07:00
Vincent FarZz
0c12c067b0
fix: Prevent crash when refreshing metadata for files without an owner
...
This crash was mostly happening when using external storages and for example the command "occ memories:migrate-google-takeout"
Signed-off-by: Vincent FarZz <farcry69@live.fr>
2024-09-22 08:30:34 +07:00
Nextcloud bot
3af9721d52
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-22 00:20:58 +07:00
Nextcloud bot
8c6a71d002
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-21 00:21:03 +07:00
Nextcloud bot
e9bd267add
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-20 00:21:36 +07:00
Nextcloud bot
d96396fd43
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-19 00:21:01 +07:00
Grigorii K. Shartsev
5fa2c4a6fa
fix(appstoreFetcher): get app list from custom app store
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-09-18 11:28:22 +07:00
Grigorii K. Shartsev
3db00b7fa9
fix(appstoreFetcher): remove unneeded warning
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-09-18 11:28:22 +07:00
Nextcloud bot
ad66160539
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-18 09:28:24 +07:00
Nextcloud bot
f725946c14
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-18 00:22:28 +07:00
John Molakvoæ
5c507fa934
Merge pull request #48103 from nextcloud/backport/46218/stable28
2024-09-17 10:14:14 +07:00
Nextcloud bot
a26da45571
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-17 00:21:05 +07:00
John Molakvoæ
063a726280
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:16:56 +07:00
Louis Chemineau
3dc0952551
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:16:56 +07:00
Josh Richards
c46fb548c2
fix: switch from explode to substr (faster)
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-09-16 14:56:12 +07:00
Josh Richards
2b484135be
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:56:12 +07:00
provokateurin
1b5a56df48
fix(Entity): Fix magic setter call for custom strong typed setters
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-16 13:52:41 +07:00
John Molakvoæ
ef4b1c38b9
Merge pull request #47870 from nextcloud/backport/47834/stable28
2024-09-16 11:02:00 +07:00
John Molakvoæ
c0eff12bff
Merge pull request #47866 from nextcloud/backport/47858/stable28
2024-09-16 11:01:47 +07:00
Joas Schilling
1e87c3f17d
Merge pull request #47942 from nextcloud/backport/47933/stable28
...
[stable28] fix(config): Throw PreconditionException always when it didn't match
2024-09-16 09:11:59 +07:00
Nextcloud bot
3abf9581dd
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-16 00:20:32 +07:00