aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix(ShareEntryLinkList): Append new links to the end of listbackport/49017/stable30fenn-cs2024-10-311-1/+1
| | | | | | | | | | | | | | | 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>
* 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-3198-102/+362
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: add missing import after backportAndrey Borysenko2024-10-301-0/+1
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.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-301-3/+15
|\ | | | | [stable30] fix(files_sharing): Password field must not be required if already set
| * 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-304-1/+10
|\ \ | |/ |/| [stable30] fix(FileList): Show correct avatar for federated share owner
| * 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-301-1/+1
|\ \ | |/ |/|
| * 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>
* | | 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 #48652 from nextcloud/backport/48638/stable30Benjamin Gaussorgues2024-10-304-7/+13
|\ \
| * | 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>
* | | Merge pull request #48245 from nextcloud/backport/48224/stable30Benjamin Gaussorgues2024-10-301-11/+9
|\ \ \
| * | | fix: improve moving object store items to trashbinbackport/48224/stable30Robin Appelman2024-10-091-11/+9
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #48620 from nextcloud/backport/48520/stable30Benjamin Gaussorgues2024-10-301-32/+50
|\ \ \ \
| * | | | fix(federatedfilessharing): Use social media icons from core rather than ↵Ferdinand Thiessen2024-10-091-26/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inline SVGs * Use correct facebook icon provided by Meta The legal terms require to exactly use the facebook logo as provided by Meta. * Add correct X logo as provided by X Corp. * Use social media icons from core rather than inline SVGs * Make copy logic more resilient and use Typescript * Add aria label to include the `X` in `X (formerly Twitter)` button. * Use valid mastodon URL for sharing Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | chore: Replace Twitter & Diaspora links and textfenn-cs2024-10-091-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use Twitters new name "X" - Remove Diaspora social and include Mastodon instead Resolves : https://github.com/nextcloud/server/issues/48409 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | | Merge pull request #48624 from nextcloud/backport/48619/stable30Benjamin Gaussorgues2024-10-301-2/+18
|\ \ \ \ \
| * | | | | fix: Fix empty sections appearing in search resultsbackport/48619/stable30Christopher Ng2024-10-091-2/+18
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #48622 from nextcloud/backport/48538/stable30Benjamin Gaussorgues2024-10-305-49/+62
|\ \ \ \ \
| * | | | | test: Fix testsbackport/48538/stable30Christopher Ng2024-10-092-18/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | refactor: Clean upChristopher Ng2024-10-091-33/+11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | fix: Return correct list of managers for a userChristopher Ng2024-10-093-2/+42
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #48474 from nextcloud/backport/47846/stable30Benjamin Gaussorgues2024-10-302-25/+25
|\ \ \ \ \
| * | | | | fix: provision api's status codesbackport/47846/stable30Hamza Mahjoubi2024-10-092-25/+25
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* | | | | Merge pull request #48970 from nextcloud/backport/48766/stable30Benjamin Gaussorgues2024-10-302-4/+129
|\ \ \ \ \
| * | | | | fix(provisioning_api): Fix getting disabled users for group adminsbackport/48766/stable30Côme Chilliet2024-10-291-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | chore(provisioning_api): Add tests for getDisabledUserDetailsCôme Chilliet2024-10-291-0/+125
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>