Marcel Müller
3a571c4462
Merge pull request #58612 from nextcloud/backport/58601/stable33
...
[stable33] fix: Use configured loglevel even when log.condition matches is set
2026-02-27 16:53:04 +01:00
Josh
72e0d01c9c
Merge pull request #58605 from nextcloud/backport/58582/stable33
...
[stable33] fix: pass only object key to deleteObjects call
2026-02-27 10:51:50 -05:00
Marcel Müller
b51a4f452b
fix: Use configured loglevel even when log.condition matches is set
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de >
2026-02-27 15:01:30 +00:00
Joas Schilling
94af22c4a3
Merge pull request #58583 from nextcloud/backport/58453/stable33
...
[stable33] fix(notifications): Update notifier exception handling
2026-02-27 11:51:22 +01:00
Kent Delante
ef15f37236
fix: pass only object key to deleteObjects call
...
Some S3-compatible object storage hosts don't like the ETag being included in
the request and return a MalformedXML response. In the AWS API documentation,
only the object key is required so just pass that in.
Signed-off-by: Kent Delante <kent.delante@proton.me >
2026-02-27 03:28:50 +00:00
Nextcloud bot
4de847e6dc
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-27 00:19:55 +00:00
Sebastian Krupinski
cdc96dbced
Merge pull request #58590 from nextcloud/backport/58008/stable33
...
[stable33] feat: calendar read and write federation
2026-02-26 09:59:48 -05:00
SebastianKrupinski
13c971d73d
feat: calendar federation write
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
2026-02-26 14:01:55 +00:00
Kate
fb30a0f01f
Merge pull request #58558 from nextcloud/backport/58279/stable33
2026-02-26 11:28:34 +01:00
Salvatore Martire
133ec8fc72
Merge pull request #58575 from nextcloud/backport/58571/stable33
...
[stable33] fix(L10N): stop stripping _ from language codes
2026-02-26 11:03:29 +01:00
Benjamin Gaussorgues
d847a3a0be
Merge pull request #58517 from nextcloud/backport/58473/stable33
2026-02-26 09:41:53 +01:00
Joas Schilling
ae697d3bf4
fix(notifications): Update notifier exception handling
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2026-02-26 08:19:43 +00:00
Salvatore Martire
9f004aa657
fix(L10N): stop stripping _ from language codes
...
Stripping the underscore breaks support for all languages like de_AT,
de_DE and so on...
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com >
2026-02-25 15:55:21 +00:00
Benjamin Gaussorgues
55fa2a25dd
Merge pull request #58561 from nextcloud/backport/58516/stable33
2026-02-25 15:06:15 +01:00
Benjamin Gaussorgues
e8b214085a
fix(snowflake_ids): allow multiple instance with same temp directory
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com >
2026-02-25 09:20:51 +00:00
Joas Schilling
acd481bb7b
Merge pull request #58546 from nextcloud/dependabot/composer/stable33/symfony-a7faaa738f
...
[stable33] build(deps): bump the symfony group across 1 directory
2026-02-25 08:44:27 +01:00
Salvatore Martire
24ab6ac5c5
fix: avoid recomputing list of mounts by provider
...
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com >
2026-02-25 06:30:53 +00:00
Nextcloud bot
45c78d6b46
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-25 00:19:51 +00:00
Joas Schilling
aefaba7c6a
build(deps): bump the symfony group across 1 directory
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2026-02-24 22:30:47 +01:00
Ferdinand Thiessen
47a9a84968
Merge pull request #58551 from nextcloud/backport/58530/stable33
...
[stable33] fix: improve logging around automatic cache updated for dav downloads
2026-02-24 21:42:44 +01:00
Andy Scherzinger
4a7eb39791
Merge pull request #58536 from nextcloud/backport/58128/stable33
...
[stable33] fix(share): Set expiration time to end of day (23:59:59)
2026-02-24 20:57:46 +01:00
Ferdinand Thiessen
bc9cc630bb
Merge pull request #58553 from nextcloud/backport/58543/stable33
...
[stable33] fix: correctly return false for filesize on non-existing file
2026-02-24 19:55:42 +01:00
Robin Appelman
e88748e701
fix: correctly return false for filesize on non-existing file
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2026-02-24 18:05:00 +01:00
Robin Appelman
276ca39a37
test: add test for calling filesize on non-existing files
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2026-02-24 18:04:30 +01:00
Robin Appelman
77cdd13dd5
fix: improve logging around automatic cache updated for dav downloads
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2026-02-24 15:40:29 +00:00
nfebe
6df78fad3d
test(share): Update expiration date tests for end-of-day time
...
Update expected values in ManagerTest to reflect the new behavior
where share expiration dates are set to 23:59:59 instead of 00:00:00.
Signed-off-by: nfebe <fenn25.fn@gmail.com >
2026-02-24 10:23:09 +00:00
nfebe
b601b03084
fix(share): Set expiration time to end of day (23:59:59)
...
Shares now expire at the end of the selected day instead of the
beginning, allowing access throughout the entire expiration day.
Also return actual stored time in API response instead of hardcoded
00:00:00 to prevent timezone-related display issues in the UI.
Signed-off-by: nfebe <fenn25.fn@gmail.com >
2026-02-24 10:23:09 +00:00
Kate
360de52879
Merge pull request #58527 from nextcloud/backport/58338/stable33
2026-02-24 09:37:34 +01:00
Kate
a13af29619
Merge pull request #58523 from nextcloud/backport/58512/stable33
...
fix(core): Allow external sharing to plain http://localhost
2026-02-24 09:34:39 +01:00
Nextcloud bot
2c288dd1df
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-24 00:19:33 +00:00
Josh
cfed6c6600
fix(Cron): Log when WebCron accessed in system cron mode
...
Fixese #58470
Signed-off-by: Josh <josh.t.richards@gmail.com >
2026-02-23 13:27:36 -05:00
Salvatore Martire
2e287be4c8
fix: remove user part only at the beginning of path
...
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com >
2026-02-23 15:45:38 +00:00
Kate
5dacdb5bf6
Merge pull request #58521 from nextcloud/backport/58466/stable33
2026-02-23 15:34:52 +01:00
nextcloud-command
a0a5c2e7ae
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2026-02-23 14:03:06 +00:00
provokateurin
a73302d290
fix(core): Allow external sharing to plain http://localhost
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2026-02-23 13:29:03 +00:00
Cristian Scheid
4a102218e5
Merge pull request #58323 from nextcloud/backport/58003/stable33
...
[stable33] fix(theming): display error messages on image upload and delete previous image only after validation
2026-02-23 09:41:46 -03:00
Carl Schwan
9866e8190d
fix(propagator): Don't run queries if no parents
...
Signed-off-by: Carl Schwan <carlschwan@kde.org >
2026-02-23 12:00:07 +00:00
nextcloud-command
45c222db28
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2026-02-23 11:26:43 +00:00
Kate
23b54f60ca
Merge pull request #58511 from nextcloud/backport/58095/stable33
2026-02-23 12:25:46 +01:00
Cristian Scheid
d54ad72ec2
Merge branch 'stable33' into backport/58003/stable33
...
Signed-off-by: Cristian Scheid <74515775+cristianscheid@users.noreply.github.com >
2026-02-23 08:05:56 -03:00
Ferdinand Thiessen
99a05c7f70
Merge pull request #58513 from nextcloud/backport/58505/stable33
...
[stable33] build: fix vite config for assets imported from node modules
2026-02-23 11:41:31 +01:00
Ferdinand Thiessen
ece0b5d5cc
build: fix vite config for assets imported from node modules
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2026-02-23 09:26:46 +00:00
Côme Chilliet
69be979cca
fix(dav): Use an exhaustive list for allowed serialized classes
...
This is simpler and clearer than trying to guess namespace.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2026-02-23 07:55:58 +00:00
Nextcloud bot
579f3c295c
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-23 00:19:25 +00:00
github-actions[bot]
a77c946c3d
Merge pull request #58248 from nextcloud/dependabot/npm_and_yarn/stable33/vueuse/integrations-14.2.1
...
[stable33] chore(deps): Bump @vueuse/integrations from 14.2.0 to 14.2.1
2026-02-22 11:34:53 +00:00
nextcloud-command
fe52498548
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2026-02-22 08:51:11 +00:00
dependabot[bot]
68aa58c9b0
chore(deps): Bump @vueuse/integrations from 14.2.0 to 14.2.1
...
Bumps [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations ) from 14.2.0 to 14.2.1.
- [Release notes](https://github.com/vueuse/vueuse/releases )
- [Commits](https://github.com/vueuse/vueuse/commits/v14.2.1/packages/integrations )
---
updated-dependencies:
- dependency-name: "@vueuse/integrations"
dependency-version: 14.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-22 08:41:05 +00:00
Andy Scherzinger
d55f032962
Merge pull request #58249 from nextcloud/dependabot/npm_and_yarn/stable33/vueuse/core-14.2.1
...
[stable33] chore(deps): Bump @vueuse/core from 14.2.0 to 14.2.1
2026-02-22 09:38:26 +01:00
Nextcloud bot
54b77e58b0
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-02-22 00:19:28 +00:00
github-actions[bot]
ef36260da0
Merge pull request #58494 from nextcloud/dependabot/npm_and_yarn/build/frontend-legacy/stable33/marked-17.0.3
...
[stable33] chore(deps): Bump marked from 17.0.2 to 17.0.3 in /build/frontend-legacy
2026-02-21 23:20:43 +00:00