Commit graph

76246 commits

Author SHA1 Message Date
Nextcloud bot
8bbf7690ae
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-02 00:23:20 +00:00
Nextcloud bot
ecbcdc43e8
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-01 00:23:23 +00:00
Nextcloud bot
d1a2535126
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-30 00:23:40 +00:00
F. E Noel Nfebe
8f1710c83e
Merge pull request #52529 from nextcloud/backport/52526/stable29
[stable29] fix(files_sharing): Prevent create/delete permissions on file shares
2025-04-29 14:48:47 +02:00
nextcloud-command
beed8ac143 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-04-29 12:33:36 +00:00
nfebe
45919d6ec8 fix(files_sharing): Prevent create/delete permissions on file shares
File shares can't support create or delete permissions. This change ensures those permissions are

stripped or ignored when the shared item is not a folder.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-04-29 13:26:33 +01:00
Nextcloud bot
0ccc0485d2
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-29 00:23:05 +00:00
Côme Chilliet
0e42615c02
Merge pull request #52500 from nextcloud/backport/49895/stable29
[stable29] fix: Fix copying to the root of another mountpoint
2025-04-28 14:16:56 +02:00
Côme Chilliet
a1065197b5 fix: Fix copying to the root of another mountpoint
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-04-28 10:25:44 +00:00
Nextcloud bot
6de5be9af8
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-28 00:23:42 +00:00
Andy Scherzinger
5231687214
Merge pull request #52231 from nextcloud/backport/52223/stable29
[stable29] feat(security): add configurable IPv6 subnet for BFP and throttling
2025-04-27 22:47:54 +02:00
Nextcloud bot
6fcef05a3a
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-27 00:23:21 +00:00
Nextcloud bot
1c746157b4
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-26 00:23:20 +00:00
Andy Scherzinger
8b4194e253
Merge pull request #52437 from nextcloud/backport/52429/stable29
[stable29] fix(occ): Fix autocompletion of config:app:* commands
2025-04-25 16:17:19 +02:00
Joas Schilling
016f6c854b
fix(occ): Fix autocompletion of config:app:* commands
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-04-25 15:11:34 +02:00
Benjamin Gaussorgues
bf550f4819
feat(ip): add configurable IPv6 subnet for BFP and throttling
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2025-04-25 14:22:43 +02:00
Joas Schilling
a461ce4e18
Merge pull request #52431 from nextcloud/backport/52424/stable29
[stable29] fix(config): Censor more app configs in system report
2025-04-25 13:59:29 +02:00
Joas Schilling
306e03b080 fix(config): Censor more app configs in system report
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-04-25 11:03:46 +00:00
Nextcloud bot
4c9c2c4bb2
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-25 00:23:06 +00:00
F. E Noel Nfebe
1cb6d58d12
Merge pull request #52407 from nextcloud/backport/52364/stable29
[stable29] fix(files_sharing): Improve expiration date input change handling
2025-04-24 21:39:30 +02:00
nfebe
628d7fe777 fix(files_sharing): Improve expiration date input change handling
If the time picker component is emitting a Date object already, then there is redundant call of `new Date(new Date())` and

therefore introduces subtle bugs, for example on chrome users could not  enter expiration date with keyboard.

- Use @update:model-value instead of @change/@input for more reliable date updates

- Ensure null and invalid dates are handled correctly in onExpirationChange

- Validate date input before updating defaultExpirationDateEnabled

Resolves : https://github.com/nextcloud/server/issues/51875

Signed-off-by: nfebe <fenn25.fn@gmail.com>

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-04-24 18:55:31 +00:00
Andy Scherzinger
9e014490d0
Merge pull request #52413 from nextcloud/backport/51438/stable29
[stable29] perf(db): Extend index on cards_properties to cover name and value
2025-04-24 18:39:28 +02:00
Christoph Wurst
84e933fab5 perf(db): Extend index on cards_properties to cover name and value
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2025-04-24 11:33:44 +00:00
Nextcloud bot
ea47b4d1b9
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-24 00:23:58 +00:00
Andy Scherzinger
a5fb9c1e74
Merge pull request #52385 from nextcloud/backport/51994/stable29
[stable29] fix(federation): allows equal signs in federation id
2025-04-24 00:03:33 +02:00
Andy Scherzinger
cdc308c308
Merge pull request #52239 from nextcloud/backport/50465/stable29
[stable29] fix: Check that user actually can validate password for js
2025-04-23 22:33:56 +02:00
Maxence Lange
dc3a1997c2 fix(federation): allows equal signs in federation id
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2025-04-23 19:23:27 +00:00
Nextcloud bot
af0013279e
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-23 00:23:18 +00:00
dependabot[bot]
b4f05526f3
Merge pull request #52274 from nextcloud/dependabot/npm_and_yarn/stable29/libphonenumber-js-1.12.7 2025-04-22 07:06:20 +00:00
dependabot[bot]
45565418b2 build(deps): bump libphonenumber-js from 1.12.6 to 1.12.7
Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.12.6 to 1.12.7.
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/commits/master)

---
updated-dependencies:
- dependency-name: libphonenumber-js
  dependency-version: 1.12.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-04-22 06:48:45 +00:00
Nextcloud bot
c7008d80fb
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-22 00:23:23 +00:00
Nextcloud bot
2d6a9f987a
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-21 00:23:32 +00:00
Nextcloud bot
bcd3c86de6
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-20 00:23:27 +00:00
dependabot[bot]
948cd8b74b
Merge pull request #52275 from nextcloud/dependabot/npm_and_yarn/stable29/types/dockerode-3.3.38 2025-04-19 02:13:21 +00:00
dependabot[bot]
51dbe84a7a
build(deps-dev): bump @types/dockerode from 3.3.37 to 3.3.38
Bumps [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) from 3.3.37 to 3.3.38.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode)

---
updated-dependencies:
- dependency-name: "@types/dockerode"
  dependency-version: 3.3.38
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-19 01:53:35 +00:00
Nextcloud bot
497c0078fc
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-19 00:23:09 +00:00
Nextcloud bot
65f093ac06
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-18 00:23:54 +00:00
Benjamin Gaussorgues
cfb6649cb5
Merge pull request #52234 from nextcloud/release/29.0.16 2025-04-17 11:26:50 +02:00
zorn-v
fb9e36e6f5 Check that user actually can validate password for js
Signed-off-by: zorn-v <zorn7@yandex.ru>
2025-04-17 07:16:25 +00:00
Benjamin Gaussorgues
049004506e
build(hub): 29.0.16
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2025-04-17 09:07:53 +02:00
Nextcloud bot
2be6f6f022
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-17 00:23:22 +00:00
Nextcloud bot
c71d5f398e
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-16 00:23:41 +00:00
John Molakvoæ
34efc90089
Merge pull request #52213 from nextcloud/fix/jquery-setup 2025-04-15 17:13:21 +02:00
skjnldsv
6dc8b4c821 fix(deps): pin jquery-ui to 1.13
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-04-15 17:07:44 +02:00
John Molakvoæ
1826172110
Merge pull request #52204 from nextcloud/release/29.0.16_rc1 2025-04-15 17:00:48 +02:00
John Molakvoæ
cd83345375
Merge pull request #52183 from nextcloud/backport/51020/stable29 2025-04-15 17:00:00 +02:00
John Molakvoæ
f84f0809fe
Merge pull request #52190 from nextcloud/backport/49695/stable29 2025-04-15 16:59:52 +02:00
skjnldsv
f47bcd67a1 build(hub): 29.0.16 RC1
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-04-15 10:47:29 +02:00
Andy Scherzinger
9ba5c1b392
Merge pull request #52172 from nextcloud/artonge/backport/52121/stable29
[stable29] fix(files_sharing): Apply default password setting in SharingDetailsTab
2025-04-15 09:06:17 +02:00
John Molakvoæ
227789387b
Merge pull request #51958 from nextcloud/dependabot/npm_and_yarn/stable29/dompurify-3.2.5 2025-04-15 08:54:44 +02:00