aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(ShareEntryLinkList): Append new links to the end of listbackport/49017/stable30fenn-cs2024-10-319-8/+8
| | | | | | | | | | | | | | | Currently new shares are added to beginning of the share list in the UI messing up the ordering with the original (first) looking like the most recent and the most recent looking like the original share. This error disappears on refresh. Resolves : https://github.com/nextcloud/server/issues/48415 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #49028 from nextcloud/backport/49009/stable30Maxence Lange2024-10-311-0/+3
|\ | | | | [stable30] fix(files-external): set password as sensitive
| * fix(files-external): set password as sensitivebackport/49009/stable30Maxence Lange2024-10-311-0/+3
|/ | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-31104-102/+396
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48988 from nextcloud/backport/48665/stable30Andrey Borysenko2024-10-30107-201/+898
|\ | | | | [stable30] feat(settings): migrate AppAPI ExApps management to settings
| * chore(assets): Recompile assetsbackport/48665/stable30nextcloud-command2024-10-3010-15/+15
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * chore(assets): Recompile assetsnextcloud-command2024-10-3094-138/+179
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix: add missing import after backportAndrey Borysenko2024-10-301-0/+1
| | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
| * chore(assets): Recompile assetsnextcloud-command2024-10-300-0/+0
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * chore(assets): Recompile assetsnextcloud-command2024-10-300-0/+0
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(ci): eslint fix, minor correction after rebaseAndrey Borysenko2024-10-301-8/+3
| | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
| * fix: loading state reactivityAndrey Borysenko2024-10-301-24/+28
| | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
| * fix(ci): fix eslint errorsAndrey Borysenko2024-10-303-12/+9
| | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
| * fix(ci): psalm, suppress undefined for viewAppsAndrey Borysenko2024-10-301-0/+2
| | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
| * fix: address review commentsAndrey Borysenko2024-10-307-30/+29
| | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
| * WIP: remove app_api_apps vuex storeAndrey Borysenko2024-10-301-399/+0
| | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
| * WIP: migrate to Pinia, minor fixesAndrey Borysenko2024-10-3010-66/+396
| | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
| * WIP: address review comments, small fixesAndrey Borysenko2024-10-309-81/+74
| | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
| * fix(ci): suppress UndefinedClass for AppAPI related classes since it's bundledAndrey Borysenko2024-10-301-0/+3
| | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
| * fix(ci): resolve eslint errorsAndrey Borysenko2024-10-3012-43/+53
| | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
| * WIP: minor fixesAndrey Borysenko2024-10-301-1/+6
| | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
| * WIP: add missing state checksAndrey Borysenko2024-10-301-1/+1
| | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
| * WIP: use global mutation, since app_api_apps is namespacedAndrey Borysenko2024-10-301-16/+8
| | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
| * WIP: add Daemon badge in app sidebar (2)Andrey Borysenko2024-10-302-0/+39
| | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
| * feat(settings): migrate AppAPI ExApps management (1)Andrey Borysenko2024-10-3011-40/+692
| | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
| * feat(app_api): add initial state data for AppAPI UI partAndrey Borysenko2024-10-301-0/+33
|/ | | | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> # Conflicts: # apps/settings/lib/Controller/AppSettingsController.php # Conflicts: # apps/settings/lib/Controller/AppSettingsController.php
* Merge pull request #49013 from nextcloud/backport/48991/stable30Ferdinand Thiessen2024-10-309-10/+22
|\ | | | | [stable30] fix(files_sharing): Password field must not be required if already set
| * chore(assets): Recompile assetsnextcloud-command2024-10-308-7/+7
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(files_sharing): Password field must not be required if already setbackport/48991/stable30Ferdinand Thiessen2024-10-301-3/+15
| | | | | | | | | | | | | | If there is already a password, there is no need to require the password in the setting ('newPassword'). It is only required for new shares. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #48294 from nextcloud/backport/48227/stable30F. E Noel Nfebe2024-10-308-7/+16
|\ \ | |/ |/| [stable30] fix(FileList): Show correct avatar for federated share owner
| * chore(assets): Recompile assetsbackport/48227/stable30nextcloud-command2024-10-304-6/+6
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(Federation): Show some icon for federated users on sharesfenn-cs2024-10-304-1/+10
| | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | Merge pull request #49001 from nextcloud/backport/48559/stable30Benjamin Gaussorgues2024-10-304-33/+103
|\ \ | |/ |/|
| * fix(sharding): typo in addOrderBybackport/48559/stable30Benjamin Gaussorgues2024-10-302-22/+5
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
| * fix(users): improve recently active searchBenjamin Gaussorgues2024-10-302-10/+97
| | | | | | | | | | | | | | | | | | - Remove DISTINCT clause to fix PgSQL - Join user table only if necessary - Don't show people who never connected in active list - Add test Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
| * fix(users): use correct active user countBenjamin Gaussorgues2024-10-301-1/+1
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Merge pull request #48618 from nextcloud/backport/48597/stable30Benjamin Gaussorgues2024-10-303-1/+8
|\ \
| * | fix(tests): Fix sharebymail testsbackport/48597/stable30Côme Chilliet2024-10-152-2/+4
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix(sharebymail): Fix share update when node id changedCôme Chilliet2024-10-151-1/+4
| | | | | | | | | | | | | | | | | | | | | This fixes transfering an email share from a user to another one when using objectstore as primary storage. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | feat(transfer-ownership): Improve verbose output of commandCôme Chilliet2024-10-151-0/+2
| | | | | | | | | | | | | | | | | | Makes debbuging way easier Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #49005 from nextcloud/backport/48992/stable30yemkareems2024-10-302-10/+19
|\ \ \ | | | | | | | | [stable30] fix: add PasswordConfirmationRequired to saveGlobalCredentials
| * | | fix: add PasswordConfirmationRequired to saveGlobalCredentialsbackport/48992/stable30yemkareems2024-10-302-10/+19
|/ / / | | | | | | | | | | | | Co-authored-by: yemkareems <yemkareems@gmail.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #48694 from nextcloud/backport/48689/stable30Git'Fellow2024-10-301-1/+1
|\ \ \ | |_|/ |/| | [stable30] fix(locking): Accept mixed as value on setTTL
| * | fix(locking): Accept mixed as value on setTTLbackport/48689/stable30Git'Fellow2024-10-301-1/+1
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | Merge pull request #48652 from nextcloud/backport/48638/stable30Benjamin Gaussorgues2024-10-306-7/+21
|\ \ \
| * | | chore: compile assetsbackport/48638/stable30Christopher Ng2024-10-102-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | fix: Fix "Reasons to use Nextcloud" designChristopher Ng2024-10-102-5/+11
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | chore: generate icons cssChristopher Ng2024-10-101-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | chore: Add text file icon classChristopher Ng2024-10-101-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #48245 from nextcloud/backport/48224/stable30Benjamin Gaussorgues2024-10-301-11/+9
|\ \ \ \