Marcel Klehr
df12869381
fix(TaskProcessingApiController): Don't allow anonymous access anymore
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
[skip ci]
2025-08-28 11:15:39 +07:00
Marcel Klehr
0570ce9ec3
Merge pull request #54687 from nextcloud/backport/54620/stable30
...
[stable30] fix(AppConfig#setTypedValue): Catch AppConfigUnknownKeyException
2025-08-28 08:56:31 +07:00
Nextcloud bot
9ac7a81e66
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-28 00:12:38 +07:00
Marcel Klehr
d9bb246968
fix(AppConfig#setTypedValue): Catch AppConfigUnknownKeyException
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-08-27 22:05:50 +07:00
Andy Scherzinger
595790ab30
Merge pull request #54368 from nextcloud/backport/54310/stable30
...
[stable30] fix(files_sharing): Implement conditional federation placeholder
2025-08-27 21:41:05 +07:00
nextcloud-command
1abdcd32d7
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-08-27 17:32:37 +07:00
nfebe
8ec8378e9e
fix(files_sharing): Implementation conditional federation placeholder
...
This commits addresses an annoyance where the share input placeholder would
suggest sharing via federated cloud ID even if federation was disabled.
Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-08-27 19:11:51 +07:00
yemkareems
6b273288c7
Merge pull request #54642 from nextcloud/backport/52880/stable30
...
[stable30] Add commands to set/get/delete/clear the distributed memcache
2025-08-27 19:30:50 +07:00
Andy Scherzinger
8d843adf9b
Merge pull request #54675 from nextcloud/backport/54533/stable30
...
[stable30] fix(caldav): show confidential event if writable
2025-08-27 12:13:21 +07:00
Arusekk
196895b3a7
fix(caldav): show confidential event if writable
...
If a party can edit the calendar/event, just display it instead of
hiding the details and risking overwrites.
This might be considered a change impacting privacy,
but it actually improves semantics.
Relevant test updates included, improving assertion correctness.
I think all the relevant use cases are solved by this.
Closes https://github.com/nextcloud/server/issues/5551
Closes https://github.com/nextcloud/calendar/issues/4044
Closes https://github.com/nextcloud/server/issues/11214
Signed-off-by: Arusekk <floss@arusekk.pl>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-08-27 09:54:07 +07:00
Kate
d0db7d6396
Merge pull request #54634 from nextcloud/backport/54625/stable30
2025-08-27 09:13:40 +07:00
Kate
23a422e967
Merge pull request #54601 from nextcloud/backport/54099/stable30
2025-08-27 07:37:05 +07:00
Joas Schilling
9b8edfec04
Merge pull request #54662 from nextcloud/backport/54605/stable30
...
[stable30] fix(2fa): Fix 2FA session setup when ephemeral session is used
2025-08-27 07:34:13 +07:00
Nextcloud bot
9f9de95035
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-27 00:12:48 +07:00
Enjeck C
6d6509990f
fix: Make some strings in CodeIntegrity.php translatable
...
Signed-off-by: Enjeck C <patrathewhiz@gmail.com>
2025-08-26 22:04:15 +07:00
Daniel
65250e5ccc
Merge pull request #54651 from nextcloud/backport/54650/stable30
...
[stable30] fix(carddav): IAddressBook::getKey() should return a string
2025-08-26 16:08:21 +07:00
Joas Schilling
e8cb737c1c
fix(2fa): Fix 2FA session setup when ephemeral session is used
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-08-26 13:46:41 +07:00
Richard Steinmetz
21b237fd1d
fix(carddav): IAddressBook::getKey() should return a string
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-08-26 15:02:42 +07:00
yemkareems
67eb432cb8
Merge branch 'stable30' into backport/52880/stable30
2025-08-26 18:21:38 +07:00
provokateurin
d2c37620f5
fix(files_sharing): Correctly reject pending remote shares
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-08-26 10:29:16 +07:00
Côme Chilliet
5ce2cf1c26
Merge pull request #54629 from nextcloud/backport/54607/stable30
...
[stable30] fix(encryption): Fix TypeError when trying to decrypt unencrypted file
2025-08-26 09:00:51 +07:00
Côme Chilliet
75f9eda087
fix(tests): Fix fopen in mock returning null which is not a valid return
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-08-26 08:36:15 +07:00
Côme Chilliet
afa85490c9
fix(encryption): Fix TypeError when trying to decrypt unencrypted file
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-08-26 08:36:15 +07:00
yemkareems
738d927a1b
fix: generated autoload files for get/set/clear/delete
...
Signed-off-by: yemkareems <yemkareems@gmail.com>
2025-08-26 10:25:31 +07:00
yemkareems
d66c29ab9f
fix: composer run cs:fix
...
Signed-off-by: yemkareems <yemkareems@gmail.com>
2025-08-26 10:13:10 +07:00
yemkareems
186a59b690
fix: added set/get/delete/clear to register command
...
Signed-off-by: yemkareems <yemkareems@gmail.com>
2025-08-26 09:57:33 +07:00
Robin Appelman
38842ba455
feat: add command to clear memcache
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
[skip ci]
2025-08-26 04:21:25 +07:00
Robin Appelman
0b6d5dcdc8
feat: add command to delete memcache key
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-26 04:21:25 +07:00
Robin Appelman
b56bf963c1
feat: add commands to get and set memcache values
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-26 04:21:25 +07:00
Robin Appelman
9cef07386d
refactor: split off value casting out of config:system:set command
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-26 04:21:24 +07:00
Nextcloud bot
e8ee3987b5
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-26 00:14:04 +07:00
Kate
77fd5adf19
Merge pull request #54615 from nextcloud/backport/54608/stable30
2025-08-25 19:32:42 +07:00
Kate
63ae220ece
Merge pull request #54603 from nextcloud/backport/54598/stable30
2025-08-25 13:55:41 +07:00
Joas Schilling
1699cb70f0
ci: Update testing certificates that expired after 10 years
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-08-25 13:34:17 +07:00
provokateurin
f7e8a5d6a2
chore(flake): Add haze
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-08-25 08:43:52 +07:00
provokateurin
675b7fa2f2
chore(flake): Update flake.lock
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-08-25 08:43:52 +07:00
Nextcloud bot
9f606bca29
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-25 00:12:29 +07:00
Andy Scherzinger
9149db9e43
Merge pull request #54595 from nextcloud/backport/53503/stable30
...
[stable30] fix(sharing): fix json decoding the list of groups excluded from sharing
2025-08-24 22:48:43 +07:00
Thomas Citharel
eb4dbdc8b1
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:41 +07:00
dependabot[bot]
ac90e0233b
Merge pull request #54590 from nextcloud/dependabot/composer/build/integration/stable30/phpunit/phpunit-9.6.25
2025-08-24 14:51:31 +07:00
dependabot[bot]
6aaccc6994
chore(deps-dev): bump phpunit/phpunit in /build/integration
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 9.6.24 to 9.6.25.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases )
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.25/ChangeLog-9.6.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.24...9.6.25 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-version: 9.6.25
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-24 14:39:58 +07:00
dependabot[bot]
fc55e1d23e
Merge pull request #54591 from nextcloud/dependabot/composer/vendor-bin/phpunit/stable30/phpunit/phpunit-9.6.25
2025-08-24 14:38:44 +07:00
Andy Scherzinger
23facaacee
Merge pull request #54584 from nextcloud/backport/54575/stable30
...
[stable30] fix: use appropriate user agent string when syncing Outlook calendar subscriptions
2025-08-24 16:32:10 +07:00
Nextcloud bot
e7490479fd
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-24 00:12:19 +07:00
dependabot[bot]
d455d49d8c
chore(deps): bump phpunit/phpunit in /vendor-bin/phpunit
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 9.6.24 to 9.6.25.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases )
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.25/ChangeLog-9.6.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.24...9.6.25 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-version: 9.6.25
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-23 02:07:01 +07:00
Nextcloud bot
186ebc5dd7
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-23 00:12:32 +07:00
Matt Evans
c74198beef
fix: use appropriate user agent string when syncing Outlook calendar subscriptions
...
Signed-off-by: Matt Evans <matt@mattevans.org>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-08-22 21:03:37 +07:00
Andy Scherzinger
9a0b59b632
Merge pull request #54571 from nextcloud/backport/54519/stable30
...
[stable30] fix: Fix unique constraint violation in oc_vcategory migration
2025-08-22 20:57:07 +07:00
Anupam Kumar
89331255a6
Merge pull request #54566 from nextcloud/backport/50942/stable30
...
[stable30] fix(cron): Ignore time sensitivity when a class was explicitely scheduled
2025-08-22 12:22:43 +07:00
Nextcloud bot
d30981fadd
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-22 00:12:29 +07:00