Nextcloud bot
cc46ca1f28
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-10 19:34:49 +00:00
Nextcloud bot
5f4eb6b493
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-10 00:14:09 +00:00
Nextcloud bot
ceb65eb1ff
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-09 00:15:41 +00:00
Nextcloud bot
c864273219
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-08 00:13:48 +00:00
Nextcloud bot
6505dfc796
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-07 00:14:54 +00:00
Nextcloud bot
4b0655a255
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-06 00:13:47 +00:00
Nextcloud bot
50c4c82562
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-05 00:14:02 +00:00
Nextcloud bot
55f3eceec6
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-04 00:13:07 +00:00
Carl Schwan
dd12e949e3
perf(users): Create lazy users in IUserManager::getSeenUsers
...
Particularly relevant in occ commands/background jobs like the trashbin
expiration which only needs the user ids and not the full information.
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-09-03 16:50:21 +00:00
Ferdinand Thiessen
6860d92bf4
fix(Filesystem): use FilenameValidator for Filesystem::isFileBlacklisted
...
This fixes the issue that some methods will not allow uploading files
because they still require the deprecated config option to be used.
So instead we need to use the validator introduced in v30.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-09-03 14:24:48 +00:00
Andy Scherzinger
785f50941d
Merge pull request #54824 from nextcloud/backport/50391/stable31
...
[stable31] fix(dav): Mark removal of dav object properties as expensive
2025-09-03 09:03:52 +02:00
Nextcloud bot
4ec5aa8702
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-03 00:12:46 +00:00
Christoph Wurst
e08dfab30f
fix(dav): Mark removal of dav object properties as expensive
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2025-09-02 19:36:26 +00:00
Côme Chilliet
dc49dbc4bb
chore: Add comment to make it clear the bail out for status.php should
...
not be moved above ini_set calls.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-09-02 12:07:38 +02:00
Côme Chilliet
317044a68b
fix(status.php): Fix samesite cookies
...
This skips less calls for status.php so that ini vars are correctly set
and the code to set samesite cookies has the correct information when
Nextcloud is installed in a subpath.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-09-02 12:07:38 +02:00
Nextcloud bot
bb0f8e9e47
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-02 00:12:22 +00:00
Andy Scherzinger
07a849f2e9
Merge pull request #54744 from nextcloud/getMountsForFileId-cast-fileid
...
[stable31] fix: cast fileid to string in getMountsForFileId
2025-09-01 09:13:47 +02:00
Nextcloud bot
2be23570de
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-30 00:12:18 +00:00
Robin Appelman
f38be0a169
fix: cast fileid to string in getMountsForFileId
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-29 17:59:16 +02:00
Nextcloud bot
1215a0b045
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-29 00:12:46 +00:00
Marcel Klehr
561f0133fe
Merge pull request #54686 from nextcloud/backport/54620/stable31
...
[stable31] fix(AppConfig#setTypedValue): Catch AppConfigUnknownKeyException
2025-08-28 09:17:27 +02:00
Nextcloud bot
dd5e343f52
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-28 00:12:29 +00:00
Marcel Klehr
4621a1cf4c
fix(AppConfig#setTypedValue): Catch AppConfigUnknownKeyException
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-08-27 21:31:35 +00:00
yemkareems
5c281401a6
Merge pull request #54641 from nextcloud/backport/52880/stable31
...
[stable31] Add commands to set/get/delete/clear the distributed memcache
2025-08-27 19:30:38 +05:30
Joas Schilling
7c485aee3e
fix(2fa): Fix 2FA session setup when ephemeral session is used
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-08-26 13:46:57 +00:00
yemkareems
25976e3a0c
Merge branch 'stable31' into backport/52880/stable31
2025-08-26 18:05:15 +05:30
Côme Chilliet
f1fb150055
fix(encryption): Fix TypeError when trying to decrypt unencrypted file
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-08-26 08:42:58 +02:00
Robin Appelman
32e201e540
feat: add command to clear memcache
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
[skip ci]
2025-08-26 03:54:33 +00:00
Robin Appelman
a8428cad01
feat: add command to delete memcache key
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-26 03:54:33 +00:00
Robin Appelman
38faa7af70
feat: add commands to get and set memcache values
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-26 03:54:33 +00:00
Robin Appelman
642a81a8d4
refactor: split off value casting out of config:system:set command
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-26 03:54:32 +00:00
Nextcloud bot
9ba1aae362
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-26 00:13:57 +00:00
Nextcloud bot
e6c6033911
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-25 00:12:23 +00:00
Andy Scherzinger
051141fae2
Merge pull request #54596 from nextcloud/backport/53503/stable31
...
[stable31] fix(sharing): fix json decoding the list of groups excluded from sharing
2025-08-24 22:58:47 +02:00
Thomas Citharel
bfd0458e86
fix(sharing): fix json decoding the list of groups excluded from sharing
...
json_decode() returns stdclass by default instead of an associative object, which can't be used for
array_diff or array_intersect later
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2025-08-24 19:38:55 +00:00
Josh
cef4f55077
fix(maintenanceMode): Refresh web page when turned off (part 1)
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-08-24 20:16:54 +02:00
zak39
13b33ae8a1
fix(route): Change "core.ProfilePage.index" to lowercase
...
Signed-off-by: zak39 <fotia.baptiste@hotmail.com>
2025-08-24 18:42:11 +02:00
Nextcloud bot
e099326cb3
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-24 00:12:13 +00:00
Nextcloud bot
3a15ea500f
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-23 00:12:26 +00:00
Kate
5864b3c5ef
Merge pull request #54544 from nextcloud/backport/54385/stable31-54385
2025-08-22 20:49:34 +02:00
Nextcloud bot
4b5a63d9aa
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-22 00:12:23 +00:00
Git'Fellow
ee84379662
fix(AppManager): Argument must be of type array|object
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2025-08-20 18:13:08 +00:00
Maxence Lange
58f7fabaa7
feat(ocm): split ocm discovery and capabilities
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2025-08-20 14:47:31 -01:00
Nextcloud bot
ce55195ab5
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-20 00:12:33 +00:00
Ferdinand Thiessen
4b1fa4569d
fix(installer): ensure valid tempFile & extractDir
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-08-19 22:37:22 +02:00
Andy Scherzinger
9e754ca54e
Merge pull request #54412 from nextcloud/backport/54401/stable31
...
[stable31] fix(ZipFolderPlugin): set mtime of directories in archive
2025-08-19 07:09:50 +02:00
Nextcloud bot
8f2db6b165
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-19 00:12:45 +00:00
Andy Scherzinger
4236d0c0c5
Merge pull request #54423 from nextcloud/backport/54120/stable31
...
[stable31] fix(search): Fix SearchComposer.php filtering logic
2025-08-19 00:10:18 +02:00
Nextcloud bot
c9c891ff92
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-18 00:12:20 +00:00
Nextcloud bot
7fa5228f4f
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-17 00:12:07 +00:00