nextcloud-command
d616a73bed
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-05-06 15:53:41 +01:00
nfebe
80c901a08a
fix(files_sharing): Move ConfigLexicon to Config dir, update sharing input
...
- Fix autoloading for new `ConfigLexicon`
- Ensure that sharing input in sharing tab respect `show-federated-shares-as-internal`:
This is important, because when federated shares are shown as internal the users should add them from the internal shares section
Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-05-06 15:53:07 +01:00
Maxence Lange
cac0f1cdcd
refactor: use config lexicon
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2025-05-06 15:37:34 +01:00
nfebe
67ef7e1653
feat(files_sharing): Add toggle for federated share display area
...
Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-05-06 15:37:34 +01:00
nfebe
d1b91c47a3
perf(files_sharing): Change sharing filtering from O(3n) to O(n)
...
Replaced multiple Array.filter() calls with a single loop to improve performance.
This avoids redundant iterations over the shares array and categorizes them more efficiently.
Signed-off-by: nfebe <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-05-06 15:37:26 +01:00
nfebe
76c847dfb3
fix(files_sharing): Show remote shares in external shares section
...
Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-05-06 15:25:23 +01:00
Joas Schilling
afb6029c72
Merge pull request #52658 from nextcloud/backport/52630/stable31
...
[stable31] fix(files): Fix non-string values for activity rich object strings
2025-05-06 15:43:27 +02:00
provokateurin
67e60d9711
fix(files): Fix non-string values for activity rich object strings
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-05-06 12:06:43 +00:00
Kent Delante
1402f6d6b8
Merge pull request #52653 from nextcloud/backport/52583/stable31
...
[stable31] fix(apps): Sort names separately from active/update state
2025-05-06 19:31:44 +08:00
nextcloud-command
04f1dc463d
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-05-06 10:21:13 +00:00
nextcloud-command
dbbd364107
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-05-06 09:28:37 +00:00
Kent Delante
7b18ecafbe
fix(apps): Sort names separately from active/update state
...
Signed-off-by: Kent Delante <kent.delante@proton.me>
2025-05-06 09:28:37 +00:00
Kate
d12e37f51f
Merge pull request #52643 from nextcloud/backport/52628/stable31
2025-05-06 11:21:52 +02:00
provokateurin
31cd06d0e1
fix(files_external): Mark password fields for LoginCredentials and SessionCredentials as hidden and optional
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-05-06 09:43:36 +02:00
provokateurin
dccaf29dc5
fix(files_external): Convert VALUE_HIDDEN to FLAG_HIDDEN to allow combining VALUE_PASSWORD and FLAG_HIDDEN
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-05-06 09:43:35 +02:00
dependabot[bot]
e669a4cd1c
Merge pull request #52606 from nextcloud/dependabot/npm_and_yarn/stable31/query-string-9.1.2
2025-05-06 07:28:24 +00:00
dependabot[bot]
09644238d9
build(deps): bump query-string from 9.1.1 to 9.1.2
...
Bumps [query-string](https://github.com/sindresorhus/query-string ) from 9.1.1 to 9.1.2.
- [Release notes](https://github.com/sindresorhus/query-string/releases )
- [Commits](https://github.com/sindresorhus/query-string/compare/v9.1.1...v9.1.2 )
---
updated-dependencies:
- dependency-name: query-string
dependency-version: 9.1.2
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-05-06 06:12:00 +00:00
Nextcloud bot
cf38aa8be6
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-06 00:23:36 +00:00
dependabot[bot]
75a5bcf34b
Merge pull request #52604 from nextcloud/dependabot/npm_and_yarn/stable31/babel/node-7.27.1
2025-05-05 16:25:17 +00:00
dependabot[bot]
ac2eba7ecd
build(deps-dev): bump @babel/node from 7.26.0 to 7.27.1
...
Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node ) from 7.26.0 to 7.27.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-node )
---
updated-dependencies:
- dependency-name: "@babel/node"
dependency-version: 7.27.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-05 17:36:25 +02:00
Joas Schilling
cc2f0bf221
Merge pull request #52625 from nextcloud/backport/52587/stable31
...
[stable31] fix(loginflow): Fix type error when password could not be decrypted
2025-05-05 09:43:56 +02:00
Joas Schilling
68c2ab9038
fix(loginflow): Fix type error when password could not be decrypted
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-05-05 07:09:18 +00:00
Nextcloud bot
f5445d47dd
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-05 00:49:29 +00:00
Nextcloud bot
9023304eb7
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-04 00:22:50 +00:00
Nextcloud bot
6ac2a69032
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-03 00:22:51 +00:00
Nextcloud bot
2ed24f68c2
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-02 00:23:06 +00:00
John Molakvoæ
21b0933c11
Merge pull request #52578 from nextcloud/backport/52572/stable31
2025-05-01 17:37:17 +02:00
Marcel Müller
3cc311b4cc
fix: Ensure samba is started in kerberos tests
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2025-05-01 14:13:34 +00:00
Marcel Müller
c2c90bbd72
chore: Add logs for dc and apache container
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2025-05-01 14:13:33 +00:00
Andy Scherzinger
55ddcb3961
Merge pull request #52576 from nextcloud/backport/52575/stable31
...
[stable31] fix(notification): Notification in activity shows "Rich subject or a …
2025-05-01 15:21:18 +02:00
rakekniven
7c57fff83b
fix(notification): Notification in activity shows "Rich subject or a parameter for ..."
...
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2025-05-01 11:16:15 +00:00
Git'Fellow
01820ebf26
Merge pull request #52569 from nextcloud/backport/52551/stable31
...
[stable31] fix(WeatherStatus): Check if result is an array
2025-05-01 07:57:22 +02:00
Nextcloud bot
bc3ce01e35
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-01 00:23:08 +00:00
Ferdinand Thiessen
cb6637234f
Merge pull request #52566 from nextcloud/backport/52565/stable31
...
[stable31] fix: Forward attributes to the sidebar
2025-04-30 22:27:20 +02:00
Git'Fellow
6c63f0b03b
fix (WeatherStatus): Check if result is an array
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2025-04-30 19:30:15 +00:00
Louis Chemineau
5a71a3b1a7
fix: Forward attributes to the sidebar
...
Needed for Photos' sidebar tab
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-04-30 18:52:44 +00:00
Sebastian Krupinski
9349c8a42b
Merge pull request #52562 from nextcloud/backport/52228/stable31
...
[stable31] fix(CalDAV): do not ignore move command object target uri
2025-04-30 17:45:54 +01:00
John Molakvoæ
31ab027316
Merge pull request #52554 from nextcloud/backport/52535/stable31
2025-04-30 18:39:27 +02:00
SebastianKrupinski
87317aae1d
fix: do not ignore move command object target uri
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-04-30 14:28:10 +00:00
Ferdinand Thiessen
d656d5f4f4
Merge pull request #52527 from nextcloud/backport/52525/stable31
...
[stable31] fix(WFE): properly set inital status
2025-04-30 14:34:31 +02:00
Arthur Schiwon
d2bd6327d4
build: compile assets
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2025-04-30 13:12:30 +02:00
nextcloud-command
ee908479ba
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-04-30 12:38:16 +02:00
skjnldsv
1486243604
fix(dav): check the owner displayName scope before giving attribute
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
[skip ci]
2025-04-30 12:38:16 +02:00
John Molakvoæ
d3baff65b9
Merge pull request #52555 from nextcloud/backport/52532/stable31
2025-04-30 12:23:54 +02:00
skjnldsv
206f9fba0b
fix(files_sharing): bring back owner and ownerDisplayName initial state
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-04-30 09:32:15 +00:00
Richard Steinmetz
663431b425
Merge pull request #52548 from nextcloud/backport/52534/stable31
...
[stable31] perf(caldav): increase chunk size in RemoveOrphanEventsAndContacts repair step
2025-04-30 09:45:44 +02:00
Nextcloud bot
02bd400b3e
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-30 00:23:26 +00:00
Richard Steinmetz
c22f215d02
perf(caldav): increase chunk size in RemoveOrphanEventsAndContacts repair step
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-04-29 21:05:24 +00:00
F. E Noel Nfebe
014e9a97e2
Merge pull request #52531 from nextcloud/backport/52526/stable31
...
[stable31] fix(files_sharing): Prevent create/delete permissions on file shares
2025-04-29 16:12:33 +02:00
nfebe
fca9c5ae4a
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>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-04-29 13:02:27 +00:00