Nextcloud bot
1ea42f7df4
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-11 00:14:01 +00:00
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
Andy Scherzinger
d8f04a2d8a
Merge pull request #54991 from nextcloud/automated/noid/stable31-update-ca-cert-bundle
...
[stable31] fix(security): Update CA certificate bundle
2025-09-10 15:08:58 +02:00
Andy Scherzinger
8f3217b073
Merge pull request #54997 from nextcloud/revert-backport/54950/stable31
...
[stable31] Revert "fix(files_trashbin): Fix size propagation when moving file to trash"
2025-09-10 09:05:14 +02:00
provokateurin
48fe23e772
Revert "fix(files_trashbin): Fix size propagation when moving file to trash"
...
This reverts commit b0a27e4dc4 .
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-09-10 09:00:41 +02:00
Andy Scherzinger
808cb1f72c
Merge pull request #54971 from nextcloud/backport/54950/stable31
...
[stable31] fix(files_trashbin): Fix size propagation when moving file to trash
2025-09-10 08:31:27 +02:00
provokateurin
b0a27e4dc4
fix(files_trashbin): Fix size propagation when moving file to trash
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-09-10 07:27:23 +02:00
nextcloud-command
714078e9e8
fix(security): Update CA certificate bundle
...
Signed-off-by: GitHub <noreply@github.com>
2025-09-10 02:32:19 +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
Joas Schilling
66d2aa7f36
Merge pull request #54866 from nextcloud/backport/54858/stable31
...
[stable31] fix(security): Update Expires time
2025-09-04 11:30:54 +02:00
Joas Schilling
1435a680e6
fix(security): Update Expires time
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-09-04 09:26:26 +00:00
Benjamin Gaussorgues
b813579436
Merge pull request #54855 from nextcloud/release/31.0.9_rc1
2025-09-04 09:43:20 +02:00
Worker Builder
6672fedcc2
build(hub): 31.0.9 RC1
...
Signed-off-by: Worker Builder <worker-builder@nextcloud.com>
2025-09-04 07:08:32 +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
2c25d04784
Merge pull request #54852 from nextcloud/backport/54847/stable31
...
[stable31] fix: the account files filter should also work in trashbin
2025-09-03 22:08:31 +02:00
nextcloud-command
60dae9a79c
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-09-03 18:47:57 +00:00
nextcloud-command
94f84a1598
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-09-03 18:46:01 +00:00
Ferdinand Thiessen
cc273ac1a6
fix: the account files filter should also work in trashbin
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-09-03 18:46:01 +00:00
Andy Scherzinger
7a34e2a375
Merge pull request #54849 from nextcloud/backport/54839/stable31
...
[stable31] perf(users): Create lazy users in IUserManager::getSeenUsers
2025-09-03 19:32:28 +02: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
Andy Scherzinger
5c524726d8
Merge pull request #54844 from nextcloud/backport/54821/stable31
...
[stable31] fix(Filesystem): use FilenameValidator for `Filesystem::isFileBlacklisted`
2025-09-03 17:59:52 +02:00
Andy Scherzinger
0e93590a70
Merge pull request #54845 from nextcloud/backport/54836/stable31
...
[stable31] Fix dashboard icons
2025-09-03 17:59:32 +02:00
nextcloud-command
a7d4d6bdcc
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-09-03 15:10:27 +00:00
Joas Schilling
f82fe528f0
fix(dashboard): Fix missing weather icon
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-09-03 14:52:33 +00:00
Joas Schilling
08df13a7cc
fix(dashboard): Fix favorite dashboard icon
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-09-03 14:52:33 +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
Daniel
347f10b64b
Merge pull request #54829 from nextcloud/backport/54826/stable31
...
[stable31] fix(comments): use showFile route to reference files with a matching …
2025-09-03 14:35:27 +02:00
Daniel Kesselberg
59a901c9bd
fix(comments): use showFile route to reference files with a matching comment
...
The files.view.index route with dir and scrollto is deprecated and
opening the actual does not work anymore.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-09-03 11:58:35 +02: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
Ferdinand Thiessen
e0e7c2dddd
Merge pull request #54815 from nextcloud/backport/54801/stable31
...
[stable31] fix(dav): ensure moving or copying a file is possible
2025-09-02 18:52:34 +02:00
Ferdinand Thiessen
bd397aee01
fix(dav): ensure moving or copying a file is possible
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-09-02 18:01:10 +02:00
Richard Steinmetz
f188935755
Merge pull request #54808 from nextcloud/backport/54794/stable31
...
[stable31] fix: add missing listener
2025-09-02 15:47:11 +02:00
SebastianKrupinski
8008ae84b9
fix: add missing listener
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-09-02 12:26:04 +00:00
Andy Scherzinger
4948a742de
Merge pull request #54776 from nextcloud/backport/54713/stable31
...
[stable31] fix(status.php): Fix samesite cookies
2025-09-02 13:57:22 +02: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
Kate
6194fb5eff
Merge pull request #54787 from nextcloud/backport/54785/stable31
2025-09-01 20:00:28 +02:00
Robin Appelman
ffc9a8a3ce
chore(flake): update haze to 2.1.1
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-09-01 17:21:39 +00:00
Kate
338887215b
Merge pull request #54780 from nextcloud/backport/54738/stable31
2025-09-01 16:41:55 +02:00
nextcloud-command
6d0db1b6e3
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-09-01 14:03:46 +00:00
Luka Trovic
fd3ca18df0
fix: resolving conflict when uploading multiple files via drag&drop
...
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2025-09-01 13:14:05 +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