nfebe
99ae04d9ce
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:42:02 +07:00
Ferdinand Thiessen
698146c366
Merge pull request #51592 from nextcloud/fix/search-cast
...
fix(dav): throw invalid argument when property type does not match
2025-04-29 13:41:48 +07:00
Ferdinand Thiessen
9df998e710
Merge pull request #52369 from nextcloud/fix/files-versions-author
...
fix(files_versions): wait for version to be created before setting metadata
2025-04-29 11:01:58 +07:00
Stephan Orbaugh
f9b6b88d5c
Merge pull request #52479 from RobertZenz/bugfix/fix-jsresourcelocator-incorrect-parameter
...
fix(JSResourceLocator) fix incorrect parameter being used.
2025-04-29 09:10:51 +07:00
Nextcloud bot
0d98f91ae6
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-29 00:22:42 +07:00
Kate
10a01423ec
Merge pull request #52402 from nextcloud/fix/32bit-pack
2025-04-28 21:23:17 +07:00
Joas Schilling
40e52e212a
Merge pull request #52434 from nextcloud/bugfix/52420/closure-as-default-app
...
fix(navigation): Fix default app entry registered as closure
2025-04-28 16:54:11 +07:00
Andy Scherzinger
0d19a1333f
Merge pull request #52443 from nextcloud/reminder-dont-validiate-node-dav
...
fix: don't check node access again for listing reminders in dav
2025-04-28 14:51:25 +07:00
Richard Steinmetz
1cb1f39279
Merge pull request #52494 from nextcloud/fix/default-contact
...
fix: check if config is enabled before creating a default contact
2025-04-28 13:22:34 +07:00
Stephan Orbaugh
115cca57aa
Merge pull request #52445 from invario/master
...
chore: Update config.sample.php to document new ffprobe path option
2025-04-28 13:21:50 +07:00
Ferdinand Thiessen
a22171507a
fix(32bit): use `PHP_INT_MAX` where needed
...
* Typo from https://github.com/nextcloud/server/pull/52392
`0xFFFF` is only 2 bytes, but we need either `0xFFFFFFFF` or maybe a bit
easier to read `PHP_INT_MAX`.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-28 12:33:58 +07:00
Hamza Mahjoubi
58ffd9d06e
fix: check if config is enabled before creating a default contact
...
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
2025-04-28 11:46:32 +07:00
F. E Noel Nfebe
6a2c0a254e
Merge pull request #52423 from nextcloud/fix/51226/show-remote-shares-as-external-2
...
fix(files_sharing): Show remote shares as external
2025-04-28 11:13:45 +07:00
Nextcloud bot
e5676ce0a9
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-28 00:23:11 +07:00
Andy Scherzinger
e2a54af254
Merge pull request #51609 from nextcloud/fix/files-versions-listeners
...
fix(files_versions): only handle path updates when there is path
2025-04-28 00:26:04 +07:00
Ferdinand Thiessen
8ca23f2c7d
fix(files_versions): only handle path updates when there is path
...
`getPathForNode` can fail with null for various reasons (e.g. no owner),
in this cases we need to just skip the event handling.
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-27 23:51:56 +07:00
Ferdinand Thiessen
e33fcfddc1
fix(dav): throw invalid argument when property type does not match
...
* Resolves https://github.com/nextcloud/server/issues/49972
Currently a TypeError is thrown when casting fails,
this lead to a HTTP 500 error. Instead throw a proper
InvalidArgumentError so the user receives a HTTP 400.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-27 23:05:07 +07:00
Ferdinand Thiessen
5862d5aea1
Merge pull request #52250 from nextcloud/fix/twitter-fediverse
...
fix(settings): allow to clear twitter and fediverse
2025-04-27 23:00:39 +07:00
Andy Scherzinger
b3bea71f1e
Merge branch 'master' into fix/twitter-fediverse
2025-04-27 22:46:17 +07:00
dependabot[bot]
71463f984a
Merge pull request #52461 from nextcloud/dependabot/npm_and_yarn/vitest-3.1.2
2025-04-27 13:23:31 +07:00
Ferdinand Thiessen
3b63ad000a
chore: align other vitest related packages
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-27 14:55:40 +07:00
dependabot[bot]
902d01cc47
build(deps-dev): bump vitest from 3.1.1 to 3.1.2
...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.2/packages/vitest )
---
updated-dependencies:
- dependency-name: vitest
dependency-version: 3.1.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-27 14:55:08 +07:00
nextcloud-command
02da7fdeb7
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-04-27 14:15:07 +07:00
Ferdinand Thiessen
dabe0ec29f
fix(settings): allow to clear twitter and fediverse
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-27 14:15:07 +07:00
Ferdinand Thiessen
e2291024f0
Merge pull request #52417 from nextcloud/fix/group-admin-new-user
...
fix(settings): only provide groups the subadmin has access to
2025-04-27 12:39:45 +07:00
Ferdinand Thiessen
1ba88da113
chore: compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-27 11:38:42 +07:00
Ferdinand Thiessen
6d8c49f0d4
fix(settings): group admins only can add users to their groups
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-27 11:35:40 +07:00
Ferdinand Thiessen
8cc0c266d5
feat(settings): provide user groups for accounts list
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-27 11:35:40 +07:00
Nextcloud bot
8df3310cc4
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-27 00:22:59 +07:00
dependabot[bot]
8c01acc13c
Merge pull request #52456 from nextcloud/dependabot/npm_and_yarn/webpack-5.99.7
2025-04-26 19:36:16 +07:00
nextcloud-command
fa3caf1763
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-04-26 19:21:01 +07:00
dependabot[bot]
3ea86c1087
build(deps-dev): bump webpack from 5.99.6 to 5.99.7
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.99.6 to 5.99.7.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.99.6...v5.99.7 )
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.99.7
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-26 21:17:01 +07:00
dependabot[bot]
832b1509f4
Merge pull request #52458 from nextcloud/dependabot/npm_and_yarn/marked-15.0.11
2025-04-26 17:25:00 +07:00
nextcloud-command
5fbce0d1c1
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-04-26 17:10:32 +07:00
dependabot[bot]
edf6279a95
build(deps): bump marked from 15.0.8 to 15.0.11
...
Bumps [marked](https://github.com/markedjs/marked ) from 15.0.8 to 15.0.11.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json )
- [Commits](https://github.com/markedjs/marked/compare/v15.0.8...v15.0.11 )
---
updated-dependencies:
- dependency-name: marked
dependency-version: 15.0.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-26 19:07:15 +07:00
Robert Zenz
f428e6786b
fix(JSResourceLocator) fix incorrect parameter being used.
2025-04-26 15:19:55 +07:00
Richard Steinmetz
bb886258e0
Merge pull request #52428 from nextcloud/chore/dav/refactor-inline-listeners
...
refactor(dav): refactor inline event listeners
2025-04-26 09:00:25 +07:00
dependabot[bot]
e49bda0e20
Merge pull request #52460 from nextcloud/dependabot/npm_and_yarn/puppeteer-24.7.2
2025-04-26 03:11:48 +07:00
dependabot[bot]
668b456ddd
Merge pull request #52455 from nextcloud/dependabot/composer/build/integration/behat/behat-3.21.1
2025-04-26 03:09:15 +07:00
dependabot[bot]
a7fd536570
Merge pull request #52457 from nextcloud/dependabot/npm_and_yarn/stylelint-16.19.1
2025-04-26 02:44:33 +07:00
dependabot[bot]
e5c5023844
build(deps-dev): bump puppeteer from 24.7.0 to 24.7.2
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 24.7.0 to 24.7.2.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.7.0...puppeteer-v24.7.2 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-version: 24.7.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-26 01:45:15 +07:00
dependabot[bot]
a452afd77c
build(deps-dev): bump stylelint from 16.18.0 to 16.19.1
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 16.18.0 to 16.19.1.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.18.0...16.19.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-version: 16.19.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-26 01:43:14 +07:00
dependabot[bot]
20347c216d
build(deps-dev): bump behat/behat in /build/integration
...
Bumps [behat/behat](https://github.com/Behat/Behat ) from 3.21.0 to 3.21.1.
- [Release notes](https://github.com/Behat/Behat/releases )
- [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Behat/Behat/compare/v3.21.0...v3.21.1 )
---
updated-dependencies:
- dependency-name: behat/behat
dependency-version: 3.21.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-26 01:42:32 +07:00
invario
1386b8096d
chore: Update config.sample.php to document new ffprobe path option
...
PR #51712 added new preview_ffprobe_path parameter. This PR updates config.sample.php to document this new optional parameter and the fallback behavior if the option is not set.
Signed-off-by: invario <67800603+invario@users.noreply.github.com>
2025-04-25 20:33:25 +07:00
Nextcloud bot
7cbca23e51
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-26 00:22:58 +07:00
Robin Appelman
3d36625af6
fix: don't check node access again for listing reminders in dav
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-04-25 20:34:58 +07:00
Richard Steinmetz
16dd61cc28
refactor(dav): refactor inline event listeners
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-04-25 20:32:18 +07:00
Richard Steinmetz
de23547ef9
Merge pull request #52427 from nextcloud/chore/dav/first-class-callable
...
refactor(dav): use first class callable syntax to boot the app
2025-04-25 20:31:06 +07:00
Git'Fellow
5f40fad790
Merge pull request #52439 from nextcloud/backport/45765/master
...
[master] fix(settings): Use axios directly for health check to preven URL sanitizing
2025-04-25 17:45:53 +07:00
nextcloud-command
bfd8c1db47
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-04-25 14:45:41 +07:00