Benjamin Gaussorgues
801b48288c
Merge pull request #55002 from nextcloud/release/30.0.15
2025-09-11 14:46:28 +02:00
Benjamin Gaussorgues
0de57096b6
Merge pull request #54978 from nextcloud/artonge/fix/reuse
2025-09-11 11:06:57 +02:00
Nextcloud bot
3c16d5c091
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-11 00:14:08 +00:00
Nextcloud bot
7cfea3197b
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-10 19:34:55 +00:00
Andy Scherzinger
53ab49828d
Merge pull request #54987 from nextcloud/automated/noid/stable30-update-ca-cert-bundle
...
[stable30] fix(security): Update CA certificate bundle
2025-09-10 15:09:36 +02:00
Worker Builder
ce3c4ef38c
build(hub): 30.0.15
...
Signed-off-by: Worker Builder <worker-builder@nextcloud.com>
2025-09-10 07:08:56 +00:00
nextcloud-command
9c1642e24e
fix(security): Update CA certificate bundle
...
Signed-off-by: GitHub <noreply@github.com>
2025-09-10 02:32:17 +00:00
Nextcloud bot
2e9dcd2371
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-10 00:14:16 +00:00
Louis Chemineau
5fbda072da
chore: Use new REUSE format
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-09-09 17:44:35 +02:00
Nextcloud bot
f42a0eda81
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-09 00:15:48 +00:00
Nextcloud bot
d07e4793e3
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-08 00:13:54 +00:00
Nextcloud bot
c2e3709abf
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-07 00:15:01 +00:00
Nextcloud bot
5e79de9eaf
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-06 00:13:54 +00:00
Nextcloud bot
0f72c436bd
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-05 00:14:10 +00:00
Joas Schilling
996b6ccf8a
Merge pull request #54867 from nextcloud/backport/54858/stable30
...
[stable30] fix(security): Update Expires time
2025-09-04 11:31:07 +02:00
Joas Schilling
7aace512da
fix(security): Update Expires time
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-09-04 09:26:39 +00:00
Benjamin Gaussorgues
bbea1e9e03
Merge pull request #54856 from nextcloud/release/30.0.15_rc1
2025-09-04 10:15:58 +02:00
Worker Builder
31f406917c
build(hub): 30.0.15 RC1
...
Signed-off-by: Worker Builder <worker-builder@nextcloud.com>
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2025-09-04 09:59:44 +02:00
Kate
058477e3a5
Merge pull request #54857 from nextcloud/dependabot/composer/stable30/icewind/streams-0.7.8
2025-09-04 09:52:01 +02:00
Joas Schilling
fb5c3376db
build(deps): Bump icewind/streams from 0.7.7 to 0.7.8
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-09-04 09:19:58 +02:00
Nextcloud bot
2646ce0872
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-04 00:13:16 +00:00
Carl Schwan
ef05dac4cc
Merge pull request #54851 from nextcloud/backport/54847/stable30
...
[stable30] fix: the account files filter should also work in trashbin
2025-09-03 22:07:54 +02:00
nextcloud-command
92ab77efd9
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-09-03 18:10:42 +00:00
nextcloud-command
82266023ca
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-09-03 18:08:51 +00:00
Ferdinand Thiessen
dbe93461eb
fix: the account files filter should also work in trashbin
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-09-03 18:08:51 +00:00
Andy Scherzinger
f74f15fffc
Merge pull request #54850 from nextcloud/backport/54839/stable30
...
[stable30] perf(users): Create lazy users in IUserManager::getSeenUsers
2025-09-03 19:54:07 +02:00
Carl Schwan
2322f28bed
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:33 +00:00
Andy Scherzinger
b808ddd361
Merge pull request #54843 from nextcloud/backport/54821/stable30
...
[stable30] fix(Filesystem): use FilenameValidator for `Filesystem::isFileBlacklisted`
2025-09-03 17:46:49 +02:00
Ferdinand Thiessen
a203129440
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:35 +00:00
Andy Scherzinger
9771be2ed7
Merge pull request #54828 from nextcloud/backport/54826/stable30
...
[stable30] fix(comments): use showFile route to reference files with a matching …
2025-09-03 13:37:09 +02:00
Daniel Kesselberg
e390c823a3
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 12:16:09 +02:00
Andy Scherzinger
6bfed3b228
Merge pull request #54823 from nextcloud/backport/50391/stable30
...
[stable30] fix(dav): Mark removal of dav object properties as expensive
2025-09-03 10:22:48 +02:00
Christoph Wurst
6aad2b3cfa
fix(dav): Mark removal of dav object properties as expensive
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2025-09-03 09:34:44 +02:00
Nextcloud bot
522075f93b
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-03 00:12:53 +00:00
Ferdinand Thiessen
9e4e055c41
Merge pull request #54814 from nextcloud/backport/54801/stable30
...
[stable30] fix(dav): ensure moving or copying a file is possible
2025-09-02 19:07:08 +02:00
Ferdinand Thiessen
fe358f23d9
fix(dav): ensure moving or copying a file is possible
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-09-02 18:01:41 +02:00
Robin Appelman
2da2b77d97
Merge pull request #51065 from nextcloud/backport/51010/stable30
...
[stable30] fix: rework UploadFolder implementation
2025-09-02 16:22:27 +02:00
Richard Steinmetz
8faef6a76e
Merge pull request #54807 from nextcloud/backport/54794/stable30
...
[stable30] fix: add missing listener
2025-09-02 15:33:32 +02:00
SebastianKrupinski
c06c0eadc3
fix: add missing listener
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-09-02 12:25:50 +00:00
Nextcloud bot
5eada8357c
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-02 00:12:29 +00:00
Kate
09b8e0c25a
Merge pull request #54786 from nextcloud/backport/54785/stable30
2025-09-01 20:00:02 +02:00
Robin Appelman
c28547da10
chore(flake): update haze to 2.1.1
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-09-01 17:21:28 +00:00
Kate
df659f368e
Merge pull request #54779 from nextcloud/backport/54738/stable30
2025-09-01 17:10:34 +02:00
nextcloud-command
e1443eea27
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-09-01 14:03:59 +00:00
Luka Trovic
35d716e1fe
fix: resolving conflict when uploading multiple files via drag&drop
...
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2025-09-01 13:13:49 +00:00
Nextcloud bot
92b3e0a06c
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-01 00:12:27 +00:00
Ferdinand Thiessen
d61d92f59f
Merge pull request #54715 from nextcloud/fix/deps/nextcloud-vue-8.29.2-stable30
...
[stable30] fix(deps): Update @nextcloud/vue to v8.29.2
2025-08-31 19:14:08 +02:00
nextcloud-command
70d190715c
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-08-31 14:39:09 +00:00
Ferdinand Thiessen
356ef65d8e
chore: adjust webpack plugin to also extract inline asset licenses
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-08-31 16:31:42 +02:00
provokateurin
6c86622070
fix(deps): Update @nextcloud/vue to v8.29.2
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-08-31 16:30:45 +02:00