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 +05: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 +02:00
Nextcloud bot
3af9721d52
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-22 00:20:58 +00:00
Nextcloud bot
8c6a71d002
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-21 00:21:03 +00:00
Nextcloud bot
e9bd267add
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-20 00:21:36 +00:00
Nextcloud bot
d96396fd43
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-19 00:21:01 +00: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 +00: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 +00:00
Nextcloud bot
ad66160539
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-18 09:28:24 +00:00
Nextcloud bot
f725946c14
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-18 00:22:28 +00:00
John Molakvoæ
5c507fa934
Merge pull request #48103 from nextcloud/backport/46218/stable28
2024-09-17 10:14:14 +02:00
Nextcloud bot
a26da45571
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-17 00:21:05 +00: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 +00: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 +00: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 +00:00
John Molakvoæ
ef4b1c38b9
Merge pull request #47870 from nextcloud/backport/47834/stable28
2024-09-16 11:02:00 +02:00
John Molakvoæ
c0eff12bff
Merge pull request #47866 from nextcloud/backport/47858/stable28
2024-09-16 11:01:47 +02: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 +02:00
Nextcloud bot
3abf9581dd
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-16 00:20:32 +00:00
John Molakvoæ
1e0ecc4e4e
Merge pull request #47935 from nextcloud/backport/47854/stable28
...
[stable28] fix(appstore): Ensure returned apps from AppStore are valid
2024-09-15 22:17:57 +02:00
John Molakvoæ
5d548e631b
Merge pull request #47979 from nextcloud/backport/47971/stable28
...
[stable28] fix: Do not try to set HTTP response code on already closed connection
2024-09-15 22:13:18 +02:00
John Molakvoæ
f20bef0eec
Merge pull request #48032 from nextcloud/backport/48013/stable28
...
[stable28] fix(BaseResponse): Cast XML element values to string
2024-09-15 22:12:39 +02:00
John Molakvoæ
46a15f2915
Merge pull request #47861 from nextcloud/backport/47860/stable28
2024-09-15 22:09:21 +02:00
John Molakvoæ
f00b0675d2
Merge pull request #48019 from nextcloud/backport/48015/stable28
2024-09-15 21:58:55 +02:00
provokateurin
f92a30301a
fix(BaseResponse): Cast XML element values to string
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-15 17:16:41 +00:00
Kate
b94b0f6b91
Merge pull request #48022 from nextcloud/backport/48017/stable28
2024-09-15 19:15:59 +02:00
provokateurin
9b0c27c367
fix(Tags): Return boolean for userHasTags()
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-15 15:49:44 +00:00
provokateurin
759dd70843
fix(Comment): Initialize childrenCount as integer
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-15 15:48:56 +00:00
provokateurin
6e1be06e97
fix(Storage\Local): Do not call getSourcePath() on SplFileInfo
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-15 14:51:49 +00:00
Côme Chilliet
045dd40ab1
fix: Do not try to set HTTP response code on already closed connection
...
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>
2024-09-14 19:19:59 +00:00
Kate
0b65a3e762
Merge pull request #47956 from nextcloud/backport/47954/stable28
2024-09-14 14:30:01 +02:00
Nextcloud bot
e680a7a87d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-14 00:21:41 +00:00
provokateurin
aff9322287
fix(files): Adjust Cache::searchQuery() parameter name to match interface
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-13 17:00:21 +00:00
Joas Schilling
25d70bf77f
fix(config): Throw PreconditionException always when it didn't match
...
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>
2024-09-13 11:41:53 +00:00
Git'Fellow
2f6c654336
fix: check if key is set
...
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2024-09-13 08:56:37 +00:00
Git'Fellow
d8d2130a04
fix(appstore): Ensure returned apps from AppStore are valid
...
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
2024-09-13 08:56:37 +00:00
Nextcloud bot
264cd2dcce
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-13 00:21:07 +00:00
Nextcloud bot
ef57270c51
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-11 00:21:38 +00:00
John Molakvoæ
bae0b8f15e
fix(appstore): disabled appstore log level bump from debug to info
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2024-09-10 14:32:20 +00:00
Git'Fellow
f8f8acef83
fix(appstore): return if appstore is manually disabled
...
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
2024-09-10 14:32:20 +00:00
Richard Steinmetz
704310d3fa
fix(preview): gracefully handle file not being opened in ProviderV2
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-09-10 11:25:41 +00:00
Julius Knorr
fa1f0022fa
fix: Only write once to template instead of create/copy
...
Signed-off-by: Julius Knorr <jus@bitgrid.net>
2024-09-10 10:13:20 +02:00
Nextcloud bot
bfb9c9b55c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-10 00:37:52 +00:00
Nextcloud bot
9dbc701642
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-09 00:23:46 +00:00
Nextcloud bot
175cbd35d9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-08 00:36:56 +00:00
Nextcloud bot
ee71d717b1
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-07 00:37:21 +00:00
Nextcloud bot
8f7f54bf53
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-06 00:25:31 +00:00
Louis Chemineau
7f742cb852
fix: Migrate existing bg jobs to use sha256
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-09-05 18:09:27 +02:00
Louis Chemineau
f4fc57cb83
fix: Use sha256 to hash arguments of background jobs
...
This is to prevent collision as we are sometime hashing user input, yet using that hash to target the background job in the database.
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-09-05 15:56:08 +00:00
Arthur Schiwon
4dfc5f69b0
Merge pull request #47749 from nextcloud/backport/47417/stable28
...
[stable28] fix(files): Create non-existent parents of mountpoints
2024-09-05 10:55:12 +02:00