John Molakvoæ
2ebcfad1ee
Merge pull request #49410 from nextcloud/backport/49315/stable30
2024-11-21 08:42:47 +07:00
Git'Fellow
003bb0aca4
fix(storage): Try to delete existing target
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2024-11-21 07:44:43 +07:00
Nextcloud bot
3f6d5c1b4c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-21 00:21:37 +07:00
Nextcloud bot
8ef6145609
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-20 00:21:43 +07:00
Nextcloud bot
c2ce01f740
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-18 00:20:51 +07:00
Ferdinand Thiessen
1fc6cceef8
fix: Do not check for strict cookie when running webcron
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-11-15 12:27:35 +07:00
Côme Chilliet
23117a0a04
Merge pull request #49277 from nextcloud/backport/48675/stable30
...
[stable30] DNS: do not query CNAME if A succeeded already
2024-11-14 14:21:01 +07:00
Julien Veyssier
8f02796a62
fix(textprocessing): accept scheduling a task if there are equivalent taskprocessing providers only
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2024-11-14 10:59:16 +07:00
georglauterbach
5915d7f7ce
fix: remove superflous line
...
Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com>
2024-11-14 10:45:23 +07:00
georglauterbach
c97cb962ee
fix: do not query CNAME if A succeeded already
...
Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com>
2024-11-14 10:45:23 +07:00
Richard Steinmetz
442d036ac9
Merge pull request #49098 from nextcloud/backport/48933/stable30
...
[stable30] Clear pending two factor tokens also from configuration
2024-11-13 10:47:20 +07:00
yemkareems
56ce5d03bd
Merge pull request #49241 from nextcloud/backport/38630/stable30
...
[stable30] Fix remaining readdir() calls in loops with undesirable false evaluation potential
2024-11-13 15:16:56 +07:00
Arthur Schiwon
b45dc98ba1
fix(Middleware): log deprecation when annotation was actually used
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-11-13 06:29:31 +07:00
Josh Richards
1fc1543a8b
fix: Clean-up some remaining readdir calls with undesirable false evaluation potential
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-11-13 09:11:17 +07:00
Andy Scherzinger
357524dfd2
Merge pull request #49207 from nextcloud/backport/48736/stable30
...
[stable30] fix: log a warning when we can't build a background job
2024-11-12 11:43:00 +07:00
John Molakvoæ
1c28e81d00
Merge pull request #49160 from nextcloud/backport/49146/stable30
...
[stable30] fix: undefined variable $response in DAV storage
2024-11-12 10:36:10 +07:00
Nextcloud bot
616a3ea721
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-12 00:23:03 +07:00
Robin Appelman
b195ca3920
fix: log a warning when we can't build a background job
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-11-11 16:33:16 +07:00
Nextcloud bot
b48a877c62
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-09 00:22:21 +07:00
Victor Dubiniuk
e1df152eb9
Fix Undefined variable: response notice in case of non-404 error
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-11-08 16:14:47 +07:00
John Molakvoæ
f743eb899b
Merge pull request #49107 from nextcloud/backport/49039/stable30
2024-11-08 11:59:26 +07:00
Nextcloud bot
0304e8d4e2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-08 00:21:58 +07:00
Josh
fa17ed6fb4
fix(tests): Add IpAddressClassifier v6 zone ID test
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-11-07 09:30:06 +07:00
Josh
e7fa55d59f
fix(net): Add IPv6 zone handling to IpAddressClassifier
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-11-06 08:19:56 +07:00
Josh
5fd9c03d18
fix(security): Handle IPv6 zone IDs used in link-local addresses
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-11-06 08:19:56 +07:00
Josh
b059bc970b
fix(security): Handle IPv6 zone IDs used in link-local addresses
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-11-06 08:19:56 +07:00
Daniel Calviño Sánchez
fcefd37a5f
fix: Handle exception when clearing previously removed two factor tokens
...
If a token was already removed from the database but not from the
configuration clearing the tokens will try to remove it again from the
database, which caused a DoesNotExistException to be thrown.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-11-05 10:50:29 +07:00
Daniel Calviño Sánchez
c7b5c3e02f
fix: Clear pending two factor tokens also from configuration
...
Otherwise as the tokens were removed from the database but not from the
configuration the next time that the tokens were cleared the previous
tokens were still got from the configuration, and trying to remove them
again from the database ended in a DoesNotExistException being thrown.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-11-05 10:50:29 +07:00
Nextcloud bot
1bf2a3213e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-05 00:21:27 +07:00
Benjamin Gaussorgues
33f8caf274
Merge pull request #49076 from nextcloud/backport/49075/stable30
2024-11-04 21:33:19 +07:00
Benjamin Gaussorgues
b1759e9b1d
Merge pull request #49044 from nextcloud/backport/48912/stable30
2024-11-04 21:33:00 +07:00
Joas Schilling
8b5964c0bd
fix(owncloud): Fix ownCloud migration with oauth2 app
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-11-04 14:24:16 +07:00
Nextcloud bot
bcb8fa8eac
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-04 00:20:28 +07:00
Joas Schilling
849b205b59
fix(appinfo): Make sure screenshot, author and category are always arrays
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-11-01 14:48:33 +07:00
Nextcloud bot
9bb42ef557
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-01 00:20:27 +07:00
Nextcloud bot
6c789ca9e1
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-31 00:20:47 +07:00
Benjamin Gaussorgues
5787e5f27d
Merge pull request #49001 from nextcloud/backport/48559/stable30
2024-10-30 16:06:20 +07:00
Benjamin Gaussorgues
0cd1eeb509
fix(sharding): typo in addOrderBy
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-10-30 11:43:38 +07:00
Git'Fellow
45469eef85
Merge pull request #48694 from nextcloud/backport/48689/stable30
...
[stable30] fix(locking): Accept mixed as value on setTTL
2024-10-30 11:29:34 +07:00
Benjamin Gaussorgues
9a7ee321fa
fix(users): improve recently active search
...
- Remove DISTINCT clause to fix PgSQL
- Join user table only if necessary
- Don't show people who never connected in active list
- Add test
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-10-30 10:17:03 +07:00
Benjamin Gaussorgues
22d9f90742
Merge pull request #48622 from nextcloud/backport/48538/stable30
2024-10-30 09:41:54 +07:00
Git'Fellow
8f5aba2eb7
fix(locking): Accept mixed as value on setTTL
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2024-10-30 09:31:59 +07:00
Nextcloud bot
5de250c69b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-30 00:20:32 +07:00
Ferdinand Thiessen
b0ddaaddc0
fix: Shipped apps should include the Nextcloud version in the cache buster
...
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-30 00:02:45 +07:00
Daniel Calviño Sánchez
1a98cd52b5
fix: Fix copying or moving from shared groupfolders
...
When copying or moving between two local storages the source path (on
disk) to copy or move from is got from the unjailed path of the source
storage. However, if the source storage has more than one jail getting
the unjailed path resolves the most external jail, but the source path
needs to be got from the most internal jail instead (the one closer to
the local storage).
This can happen, for example, with a shared groupfolder: in that case
there is an external jail for the shared storage, and one internal jail
for the groupfolder storage wrapped by the shared storage.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-10-29 15:02:49 +07:00
Nextcloud bot
ef682b689d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-29 00:20:26 +07:00
Joas Schilling
f7f875fe7f
fix(config): Mark more configs as sensitive
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-28 15:28:52 +07:00
yemkareems
57b2150ea4
fix: crypto made inline for constructor and decrypt error handled in exception
...
Signed-off-by: yemkareems <yemkareems@gmail.com>
[skip ci]
2024-10-28 12:29:20 +07:00
yemkareems
1e18546f36
fix: crypto made inline for constructor and decrypt error handled in exception
...
Signed-off-by: yemkareems <yemkareems@gmail.com>
2024-10-28 12:29:20 +07:00
yemkareems
b35d56da30
fix: use Icrypto in place of Cypto
...
Signed-off-by: yemkareems <yemkareems@gmail.com>
2024-10-28 12:29:20 +07:00