summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
| * feat(files): allow to ignore warning to change file typeFerdinand Thiessen2025-03-049-169/+423
| | | | | | | | | | | | | | | | | | | | | | | | | | * Missing pieces of https://github.com/nextcloud/server/issues/46528 * Add checkbox to not show this dialog again * Add user config as suggested by designers in files settings to reenable or diable this behavior. * Fix behavior of dialog: It says "keep .ext" but it does not keep the extension but cancels the operation. From the button label the user expects that the operation is continued but with the old extension. * Added more test coverage by adding component tests. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #51091 from nextcloud/backport/51069/stable31Andy Scherzinger2025-03-041-3/+3
|\ \ | | | | | | [stable31] Fix SQL query so that it is ansi safe fixing #51067
| * | fix: Change SQL query so that it is ansi safebackport/51069/stable31Johan Bernhardsson2025-02-271-3/+3
| | | | | | | | | | | | Signed-off-by: Johan Bernhardsson <johan.bernhardsson@redpill-linpro.com>
* | | fix(lookup_server_connector): fixed publishing of user properties to ↵backport/51229/stable31AbangTor2025-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>
* | feat: Add bases and gidNumber attribute to ldap:test-user-settings outputbackport/51218/stable31Côme Chilliet2025-03-041-2/+14
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | feat: Support deleting metadata from WebDAVLouis Chemineau2025-03-041-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(FederatedShareProvider): Delete external shares when groups are deleted ↵backport/51000/stable31provokateurin2025-03-041-14/+44
| | | | | | | | | | | | 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-2/+8
| | | | | | | | | | | | | | 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>
* | refactor: use eventbus for updated filtersFerdinand Thiessen2025-03-033-15/+7
| | | | | | | | | | | | | | prevent filters not applied if `filtersChanged` was set before file list mounted. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(files): Ensure the filter instance is mountedFerdinand Thiessen2025-03-032-2/+7
| | | | | | | | | | | | | | | | `reset` could be called before the filters are mounted, in this case it is valid to update the presets, but we must not try to access the vue instance (as it does not exist yet). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #51106 from nextcloud/backport/51019/stable31Stephan Orbaugh2025-03-033-4/+8
|\ \ | | | | | | [stable31] fix(files_external): Move definition parameter to the correct place
| * | fix(files_external): Move definition parameter to the correct placebackport/51019/stable31provokateurin2025-02-273-4/+8
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #51111 from nextcloud/backport/47513/stable31Kate2025-03-032-17/+1
|\ \ \
| * | | fix: remove caching in fetchListOfGroupsDaniel Kesselberg2025-02-272-17/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using nested groups without a memberof overlay, then fetchListOfGroups is called from getGroupsByMember without applying the group filter. In some setups, the "unfiltered" result is then written back to the group mapping table. That might cause random "An administrator removed you from group" activities. I was unable to replicate it locally, but we got the feedback that the random activities stopped with the patch applied. Ref: https://github.com/nextcloud/server/issues/42195 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0340-214/+348
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #51186 from nextcloud/backport/50970/stable31Ferdinand Thiessen2025-03-023-10/+110
|\ \ \ | | | | | | | | [stable31] chore(deps): bump webdav from 5.7.1 to 5.8.0
| * | | fix(systemtags): support new attribute parsing of webdav propsFerdinand Thiessen2025-03-023-10/+110
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #51149 from nextcloud/backport/51142/stable31Ferdinand Thiessen2025-03-024-4/+4
|\ \ \ \ | | | | | | | | | | [stable31] Remove space
| * | | | fix(eslint): Strings must use singlequoteJohn 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-024-4/+4
| |/ / / | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | Merge pull request #51121 from nextcloud/backport/51079/stable31Andy Scherzinger2025-03-021-2/+3
|\ \ \ \ | |/ / / |/| | | [stable31] fix(files_reminders): Do not attempt to send reminders after a user has left a share
| * | | fix(files_reminders): Do not attempt to send reminders after a user has left ↵backport/51079/stable31Christopher Ng2025-02-271-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | a share Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | 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(dav): Handle end of stream in `File::put`backport/50881/stable31Ferdinand Thiessen2025-02-281-16/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-02-28378-738/+746
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #51058 from nextcloud/backport/51049/stable31Joas Schilling2025-02-278-8/+8
|\ \ \ | |/ / |/| | [stable31] fix(l10n): Improve english source strings
| * | fix(l10n): Improve english source stringsJoas Schilling2025-02-268-8/+8
| | | | | | | | | | | | | | | | | | | | | - No leading/trailing whitespace - Use asci single quote Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | fix(files): exception when share-attributes is undefinedbackport/51077/stable31Varun Patil2025-02-271-1/+1
| |/ |/| | | | | | | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-272050-24244/+24400
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(translation): Fix string concatenation in LDAP endpointbackport/51071/stable31Joas Schilling2025-02-261-2/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(systemtags): Use literal strings for i18n in showSuccessnfebe2025-02-261-1/+4
| | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-26240-1124/+1044
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(admin_audit): Fix incorrect truncation of files path in admin audit logbackport/50992/stable31Côme Chilliet2025-02-252-9/+9
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #51028 from nextcloud/backport/50987/stable31Andy Scherzinger2025-02-253-4/+4
|\ | | | | [stable31] Spelling standardization
| * fix(l10n): Spelling standardizationValdnet2025-02-253-4/+4
| | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | Merge pull request #51003 from nextcloud/backport/50958/stable31Andy Scherzinger2025-02-251-1/+5
|\ \ | |/ |/| [stable31] Fix: NotFoundException for anonymous users
| * Fix: NotFoundException for anonymous usersbackport/50958/stable31Kostiantyn Miakshyn2025-02-251-1/+5
| | | | | | | | Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
* | Merge pull request #50941 from nextcloud/backport/50053/stable31Andy Scherzinger2025-02-251-8/+8
|\ \ | |/ |/| [stable31] fix: Change UserAgent to *cloud
| * fix: Change UserAgent to *cloudbackport/50053/stable31Johannes Endres2025-02-211-8/+8
| | | | | | | | | | Co-authored-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Johannes Endres <je@johannes-endres.de>
* | fix(files_versions): Do not expire versions newer than min agebackport/50903/stable31Louis 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-242-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-24148-698/+932
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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(l10n): Update translations from TransifexNextcloud bot2025-02-21150-268/+434
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #50926 from nextcloud/backport/50922/stable31Andy Scherzinger2025-02-201-1/+2
|\ | | | | [stable31] fix(files_sharing): Also list deleted team shares