Nextcloud bot
b6326db3dc
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-09 00:23:53 +07:00
Nextcloud bot
f16ef470ef
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-08 00:23:33 +07:00
Nextcloud bot
f9780858f6
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-07 00:23:20 +07:00
F. E Noel Nfebe
36cd949586
Merge pull request #52498 from nextcloud/backport/52423/stable31
...
[stable31] fix(files_sharing): Show remote shares as external
2025-05-06 17:30:23 +07:00
Arthur Schiwon
928cbbecb3
Merge pull request #52640 from nextcloud/backport/52048/stable31
...
[stable31] fix(workflowengine): fix group not shown in Group membership check
2025-05-06 17:10:37 +07: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 +07:00
Maxence Lange
cac0f1cdcd
refactor: use config lexicon
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2025-05-06 15:37:34 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07:00
Nextcloud bot
cf38aa8be6
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-06 00:23:36 +07:00
Arthur Schiwon
197026bc8a
fix(workflowengine): fix group not shown in Group membership check
...
this might have occured on instances with
- more than twenty groups, and
- on rules with more than one Group membership checks
- and at least one of them being not in the set of the first 20 groups
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2025-05-05 17:45:08 +07:00
Nextcloud bot
f5445d47dd
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-05 00:49:29 +07:00
Nextcloud bot
9023304eb7
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-04 00:22:50 +07:00
Nextcloud bot
6ac2a69032
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-03 00:22:51 +07:00
Nextcloud bot
2ed24f68c2
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-02 00:23:06 +07: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 +07: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 +07: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 +07:00
Nextcloud bot
bc3ce01e35
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-01 00:23:08 +07: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 +07: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 +07: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 +07: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 +07:00
John Molakvoæ
31ab027316
Merge pull request #52554 from nextcloud/backport/52535/stable31
2025-04-30 18:39:27 +07: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 +07: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 +07: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 +07: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 +07: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 +07:00
Nextcloud bot
02bd400b3e
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-30 00:23:26 +07: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 +07: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 +07:00
Arthur Schiwon
ebed9a5423
fix(WFE): properly set inital status
...
The operationComponent.value is only possibly available with registered
operations that have the value prop. Ones that do not would not have the
value set properly initially. Going to inputValue, which is mapped to the
components model-value, solves this.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2025-04-29 11:48:11 +07:00
Côme Chilliet
08140736d3
Merge pull request #52504 from nextcloud/backport/52443/stable31
...
[stable31] fix: don't check node access again for listing reminders in dav
2025-04-29 12:08:55 +07:00
Ferdinand Thiessen
f5b222263a
fix(settings): allow to clear twitter and fediverse
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-29 11:39:31 +07:00
Ferdinand Thiessen
748c3db687
chore(theming): remove scssphp and just native nested CSS
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-29 07:34:29 +07:00
Nextcloud bot
f835660548
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-29 00:22:50 +07:00
Robin Appelman
193f032639
fix: don't check node access again for listing reminders in dav
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-04-28 12:51:39 +07:00
Christopher Ng
338da85bda
fix(ci): Update autoloaders
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2025-04-28 09:11:22 +07:00
Christopher Ng
04c2116663
perf(files_reminders): Use in-memory cache
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2025-04-28 09:11:15 +07:00
Christopher Ng
6a12408cbe
perf(files_reminders): Pre-cache directory
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2025-04-28 09:11:11 +07:00
Christopher Ng
4eb4bb905f
chore(files_reminders): Remove unused find
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2025-04-28 09:11:05 +07:00
Christopher Ng
a09edbc8a0
chore(files_reminders): Remove unused get
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2025-04-28 09:11:00 +07:00
Christopher Ng
e969d277b6
perf(files_reminders): Reduce db queries on propfind
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2025-04-28 09:10:55 +07:00
Nextcloud bot
e694f65e92
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-28 00:23:21 +07:00