Daniel
30fcdf2987
Merge pull request #54736 from nextcloud/bug/noid/update-vcard-categories
...
fix: always use english name for recently contacted category
2025-09-16 16:09:51 +02:00
Joas Schilling
b94330ff90
build: Update 3rdparty ignorelist
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-09-16 15:37:39 +02:00
Louis Chemineau
8c04dbe599
fix(Updater): Lower deadlock log level from warning to info
...
If this is safe to ignore, then it does not make sense to keep warning the admins.
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-09-16 14:49:54 +02:00
Kate
ddc272402d
Merge pull request #55135 from nextcloud/chore/remove-oc-cappedmemorycache
2025-09-16 14:38:48 +02:00
Richard Steinmetz
5ed702e4dc
Merge pull request #55133 from nextcloud/fix/handleIMip-undefined-array-key
...
fix: handleIMip undefined array key
2025-09-16 14:25:50 +02:00
Daniel
7a2e25124c
Merge pull request #55085 from nextcloud/carl/execute-apps
...
Port away from IQueryBuilder::execute in apps/
2025-09-16 12:11:43 +02:00
Carl Schwan
8555f98e32
refactor: Port External\Manager to the query builder
...
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-09-16 11:36:12 +02:00
Carl Schwan
7e1c49ad9d
refactor: Port away from IQueryBuilder::execute in apps/
...
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-09-16 11:35:01 +02:00
Kate
0baaebd413
Merge pull request #54916 from nextcloud/artonge/feat/run_integration_tests_as_www-data
2025-09-16 10:35:22 +02:00
provokateurin
4a693208b7
test(integration): Check ocs share permission for correct folder
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-09-16 10:10:43 +02:00
provokateurin
b1a398afb0
chore: Remove unused \OC\Cache\CappedMemoryCache
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-09-16 10:08:19 +02:00
Nextcloud bot
9cd458650c
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-16 00:13:34 +00:00
SebastianKrupinski
4182b1775d
fix: handleIMip undefined array key
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-09-15 18:00:38 -04:00
Louis Chemineau
e6aa83cddd
fix(TagsTest): Declare rootFolder property
...
It was not caught by the CI on master, but is blocking in the backports.
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-09-15 17:08:03 +02:00
rakekniven
da98ae878e
chore(i18n): Fixed grammar
...
Reported at Transifex
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2025-09-15 16:57:56 +02:00
Daniel Kesselberg
247861d261
fix: always use english name for recently contacted category
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-09-15 16:57:37 +02:00
Louis
c37488679a
Merge pull request #55122 from nextcloud/artonge/fix/favorite_activity
2025-09-15 16:38:22 +02:00
Ferdinand Thiessen
fdd22c264e
Merge pull request #55086 from nextcloud/carl/port-away-changeColumn
...
refactor: Port away from changeColumn
2025-09-15 15:17:34 +02:00
Louis Chemineau
634e8d2587
fix: Dispatch favorite event with an actual path
...
The `$path` argument was added in https://github.com/nextcloud/server/pull/48612 , but was never actually used by the callers. The path was therefore missing in the favorite/unfavorite events, which lead to a broken activity information.
I also added a fallback to handle `addToFavorites` and `removeFromFavorites`, which are part of a public API, and are calling `tagAs` and `untag` without `$path`.
Fix https://github.com/nextcloud/activity/issues/2134
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-09-15 15:04:00 +02:00
Nextcloud bot
9eb883c0d4
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-15 00:13:16 +00:00
dependabot[bot]
cb24686482
Merge pull request #55093 from nextcloud/dependabot/composer/vendor-bin/rector/rector/rector-2.1.7
2025-09-14 18:20:11 +00:00
Nextcloud bot
aeb8e7cf3b
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-14 00:13:16 +00:00
Maksim Sukharev
7ff123b427
Merge pull request #55081 from nextcloud/backport/55073/master
...
fix(files_sharing): use `newPassword` always for the unsaved password
2025-09-13 16:00:18 +02:00
nextcloud-command
f09a71d714
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-09-13 09:56:01 +00:00
Ferdinand Thiessen
fdac770f56
fix(files_sharing): use newPassword always for the unsaved password
...
`newPassword` is the unsaved password, while `share.password` is the
current saved password.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-09-13 11:38:23 +02:00
dependabot[bot]
39ce1e43da
build(deps-dev): bump rector/rector in /vendor-bin/rector
...
Bumps [rector/rector](https://github.com/rectorphp/rector ) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/rectorphp/rector/releases )
- [Commits](https://github.com/rectorphp/rector/compare/2.1.6...2.1.7 )
---
updated-dependencies:
- dependency-name: rector/rector
dependency-version: 2.1.7
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-13 05:28:58 +00:00
dependabot[bot]
b5b32078f6
Merge pull request #55092 from nextcloud/dependabot/composer/build/integration/behat/behat-3.24.0
2025-09-13 05:27:43 +00:00
dependabot[bot]
6a731dcce6
build(deps-dev): bump behat/behat in /build/integration
...
Bumps [behat/behat](https://github.com/Behat/Behat ) from 3.23.0 to 3.24.0.
- [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.23.0...v3.24.0 )
---
updated-dependencies:
- dependency-name: behat/behat
dependency-version: 3.24.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-13 01:12:58 +00:00
Nextcloud bot
3911d65c17
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-13 00:13:20 +00:00
Andy Scherzinger
d0117e9ab2
Merge pull request #50532 from nextcloud/fix/contactsmenu/padding
...
fix(contactsmenu): adjust padding to new design
2025-09-12 22:31:06 +02:00
Carl Schwan
0e7d5dce1c
refactor: Port away from changeColumn
...
Replace by the drop-in replacement modifyColumn
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-09-12 18:05:19 +02:00
Nextcloud bot
5f1066663e
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-12 14:08:27 +00:00
Andy Scherzinger
e3ef3eb923
Merge pull request #55074 from nextcloud/fix/quick-presets
...
fix(settings): rename "Settings presets" to "Quick presets"
2025-09-12 15:40:31 +02:00
Nextcloud bot
90f53f9929
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-12 13:26:27 +00:00
dependabot[bot]
a49c85e2cf
Merge pull request #55066 from nextcloud/dependabot/npm_and_yarn/axios-1.12.0
2025-09-12 13:07:37 +00:00
dependabot[bot]
37aefdc11d
Merge pull request #55036 from nextcloud/dependabot/npm_and_yarn/query-string-9.3.0
2025-09-12 12:57:31 +00:00
Ferdinand Thiessen
e266543d67
fix(settings): rename "Settings presets" to "Quick presets"
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-09-12 14:53:16 +02:00
Richard Steinmetz
4e89f86b57
fix(contactsmenu): adjust padding to new design
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-09-12 13:45:16 +02:00
nextcloud-command
422c28a643
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-09-12 11:14:51 +00:00
nextcloud-command
24d16de413
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-09-12 11:11:48 +00:00
Ferdinand Thiessen
1e7b45d300
Merge pull request #55006 from nextcloud/fix/displayname-migration
...
fix(ownCloud): ensure that `accounts.display_name` fits into `users.displayname`
2025-09-12 12:50:25 +02:00
Ferdinand Thiessen
f271311bc7
Merge pull request #54958 from nextcloud/fix/unified-search-l10n
...
fix(unified-search): make sure date range option is translated
2025-09-12 12:15:18 +02:00
Ferdinand Thiessen
05191ce129
fix: use mb_substr
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-09-12 11:17:05 +02:00
Ferdinand Thiessen
414f77865c
fix(ownCloud): ensure that accounts.display_name fits into users.displayname
...
`user.displayname` only allows 64 characters but old `accounts.display_name` allowed 255 characters.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-09-12 11:17:05 +02:00
Andy Scherzinger
88077c4658
Merge pull request #55030 from nextcloud/dependabot/npm_and_yarn/testing-library/cypress-10.1.0
...
build(deps-dev): bump @testing-library/cypress from 10.0.3 to 10.1.0
2025-09-12 09:12:11 +02:00
dependabot[bot]
c02db9a507
Merge pull request #55034 from nextcloud/dependabot/npm_and_yarn/sass-1.92.1
2025-09-12 06:33:40 +00:00
nextcloud-command
6fc8428456
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-09-12 06:33:20 +00:00
Andy Scherzinger
50024bb23f
Merge pull request #55041 from nextcloud/dependabot/npm_and_yarn/zip.js/zip.js-2.8.2
...
build(deps-dev): bump @zip.js/zip.js from 2.7.73 to 2.8.2
2025-09-12 08:29:14 +02:00
dependabot[bot]
24ee74cc3f
build(deps): bump query-string from 9.2.2 to 9.3.0
...
Bumps [query-string](https://github.com/sindresorhus/query-string ) from 9.2.2 to 9.3.0.
- [Release notes](https://github.com/sindresorhus/query-string/releases )
- [Commits](https://github.com/sindresorhus/query-string/compare/v9.2.2...v9.3.0 )
---
updated-dependencies:
- dependency-name: query-string
dependency-version: 9.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-12 08:26:16 +02:00
Kate
083f0b51dd
Merge pull request #55063 from nextcloud/jtr/chore/setupcheck-php-json-drop
2025-09-12 07:08:44 +02:00