aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix(l10n): Readd the spacebackport/51071/stable30Joas Schilling2025-03-051-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(l10n): Fix leading spaces and unicode single quotesJoas Schilling2025-03-052-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(translation): Fix string concatenation in LDAP endpointJoas Schilling2025-03-051-2/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #49840 from ↵Andy Scherzinger2025-03-053-69/+126
|\ | | | | | | | | nextcloud/revert-49825-revert-49650-backport/49293/stable30 Revert "Revert "[stable30] fix: Handle copy of folders containing live photos""
| * Revert "Revert "[stable30] fix: Handle copy of folders containing live photos""Louis2025-03-053-69/+126
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #51272 from nextcloud/backport/51256/stable30Joas Schilling2025-03-052-4/+9
|\ \ | | | | | | [stable30] fix(dav): Handle long absence status earlier
| * | fix(dav): Handle long absence status earlierbackport/51256/stable30Christoph Wurst2025-03-052-4/+9
| | | | | | | | | | | | | | | | | | Validate the request early. Don't let this cause a database error. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #50778 from nextcloud/backport/46114/stable30max-nextcloud2025-03-056-46/+219
|\ \ \ | | | | | | | | [stable30] fix(user_ldap): Avoid extra LDAP request when mapping a user for the first time
| * | | chore: composer run cs:fixbackport/46114/stable30Côme Chilliet2025-03-051-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix(user_ldap): Fix user_ldap tests by mocking new method exists in managerCôme Chilliet2025-03-051-20/+64
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix(user_ldap): Lowercase value for all attributes in configurationCôme Chilliet2025-03-051-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid surprises by making sure these are lowercased apart from documented special case user displayname. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix(ldap): Fix user_ldap attribute casing to fix testsCôme Chilliet2025-03-051-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix(user_ldap): Correctly cache that user exists to avoid a request on ↵Côme Chilliet2025-03-053-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | mapping new user Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix(user_ldap): Avoid extra LDAP request when mapping a user for the first timeCôme Chilliet2025-03-053-24/+133
| | |/ | |/| | | | | | | | | | | | | | | | | | | Avoids using several LDAP searches to get UUID, display name and internal name, now gets all attributes at the same time. Also avoids extra request to build an unused user object in userExists. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* / | feat: Support deleting metadata from WebDAVbackport/50852/stable30Louis Chemineau2025-03-051-0/+6
|/ / | | | | | | | | | | The `$value` will be `null` if the update is wrapped inside a `<d:remove>...</d:remove>` block. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | fix(test): Add missing data-cy attribute for file actionsLouis Chemineau2025-03-051-0/+1
| | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #51238 from nextcloud/backport/51229/stable30Ferdinand Thiessen2025-03-051-2/+6
|\ \ | |/ |/| [stable30] fix(lookup_server_connector): correctly handle account properties
| * fix(lookup_server_connector): fixed publishing of user properties to ↵AbangTor2025-03-041-2/+6
| | | | | | | | | | | | | | | | | | lookup-server Fix of the bug in the lookup_server_connector module to publish public user information to the lookup-server. As described in issue [#25290](https://github.com/nextcloud/server/issues/25290) Signed-off-by: AbangTor <63029179+abangtor@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0576-250/+142
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(FederatedShareProvider): Delete external shares when groups are deleted ↵backport/51000/stable30provokateurin2025-03-041-15/+45
| | | | | | or users removed from a group Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0462-44/+454
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files_trashbin): disable bulk download for trashbinFerdinand Thiessen2025-03-031-1/+6
| | | | | | | The backend does not allow bulk download within the trashbin, so we need to disable this also on the frontend. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files_sharing): Map sharee information for `shared-by-you` viewFerdinand Thiessen2025-03-032-1/+20
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #51127 from nextcloud/backport/50881/stable30Ferdinand Thiessen2025-03-031-17/+13
|\ | | | | [stable30] fix(dav): Handle end of stream in `File::put`
| * fix(dav): Handle end of stream in `File::put`backport/50881/stable30Ferdinand Thiessen2025-03-031-17/+13
| | | | | | | | | | | | | | | | If the stream is aborted and the callback wrapper returns false (or null as it happened in some cases), we should not try to write to the storage but abort the operation. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0340-214/+348
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #51105 from nextcloud/backport/51019/stable30Kate2025-03-023-4/+8
|\ \
| * | fix(files_external): Move definition parameter to the correct placebackport/51019/stable30provokateurin2025-02-273-4/+8
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #51150 from nextcloud/backport/51142/stable30Andy Scherzinger2025-03-023-3/+3
|\ \ \ | | | | | | | | [stable30] Remove space
| * | | fix(eslint): Strings must use singlequotebackport/51142/stable30John Molakvoæ2025-03-021-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | fix(l10n): use `do not` instead of `don't`Valdnet2025-03-023-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | fix(systemtags): support new attribute parsing of webdav propsFerdinand Thiessen2025-03-023-13/+112
|/ / / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0238-72/+134
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0184-108/+310
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-28378-738/+746
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-271956-23978/+24134
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Improve english source stringsJoas Schilling2025-02-267-7/+7
| | | | | | | - No leading/trailing whitespace - Use asci single quote Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-26240-1124/+1044
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files_versions): Do not expire versions newer than min agebackport/50903/stable30Louis Chemineau2025-02-252-1/+23
| | | | | | | | The auto expire logic does not take into account the min retention age set by the admin. So versions were eagerly deleted. Fix https://github.com/nextcloud/server/issues/19791 Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-254-2/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-24150-698/+936
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix: NotFoundException for anonymous usersbackport/50958/stable30Kostiantyn Miakshyn2025-02-241-1/+5
| | | | Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2436-20/+206
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2326-18/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2258-46/+166
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): handle failed node properlyskjnldsv2025-02-211-2/+22
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore(deps): Update `@nextcloud/vue` to v8.23.1Ferdinand Thiessen2025-02-212-58/+59
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #50940 from nextcloud/backport/50053/stable30John Molakvoæ2025-02-211-8/+8
|\ | | | | [stable30] fix: Change UserAgent to *cloud
| * fix: Change UserAgent to *cloudbackport/50053/stable30Johannes Endres2025-02-211-8/+8
| | | | | | | | | | Co-authored-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Johannes Endres <je@johannes-endres.de>
* | fix(l10n): Fix triple dot in translationJoas Schilling2025-02-211-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>