Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(ShareEntryLinkList): Append new links to the end of listbackport/49017/stable30 | fenn-cs | 2024-10-31 | 1 | -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/stable30 | Maxence Lange | 2024-10-31 | 1 | -0/+3 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-31 | 98 | -102/+362 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: add missing import after backport | Andrey Borysenko | 2024-10-30 | 1 | -0/+1 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix(ci): eslint fix, minor correction after rebase | Andrey Borysenko | 2024-10-30 | 1 | -8/+3 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix: loading state reactivity | Andrey Borysenko | 2024-10-30 | 1 | -24/+28 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix(ci): fix eslint errors | Andrey Borysenko | 2024-10-30 | 3 | -12/+9 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix(ci): psalm, suppress undefined for viewApps | Andrey Borysenko | 2024-10-30 | 1 | -0/+2 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix: address review comments | Andrey Borysenko | 2024-10-30 | 7 | -30/+29 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | WIP: remove app_api_apps vuex store | Andrey Borysenko | 2024-10-30 | 1 | -399/+0 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | WIP: migrate to Pinia, minor fixes | Andrey Borysenko | 2024-10-30 | 10 | -66/+396 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | WIP: address review comments, small fixes | Andrey Borysenko | 2024-10-30 | 9 | -81/+74 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix(ci): suppress UndefinedClass for AppAPI related classes since it's bundled | Andrey Borysenko | 2024-10-30 | 1 | -0/+3 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix(ci): resolve eslint errors | Andrey Borysenko | 2024-10-30 | 12 | -43/+53 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | WIP: minor fixes | Andrey Borysenko | 2024-10-30 | 1 | -1/+6 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | WIP: add missing state checks | Andrey Borysenko | 2024-10-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | WIP: use global mutation, since app_api_apps is namespaced | Andrey Borysenko | 2024-10-30 | 1 | -16/+8 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | WIP: add Daemon badge in app sidebar (2) | Andrey Borysenko | 2024-10-30 | 2 | -0/+39 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | feat(settings): migrate AppAPI ExApps management (1) | Andrey Borysenko | 2024-10-30 | 11 | -40/+692 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | feat(app_api): add initial state data for AppAPI UI part | Andrey Borysenko | 2024-10-30 | 1 | -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/stable30 | Ferdinand Thiessen | 2024-10-30 | 1 | -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/stable30 | Ferdinand Thiessen | 2024-10-30 | 1 | -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/stable30 | F. E Noel Nfebe | 2024-10-30 | 4 | -1/+10 |
|\ \ | |/ |/| | [stable30] fix(FileList): Show correct avatar for federated share owner | ||||
| * | fix(Federation): Show some icon for federated users on shares | fenn-cs | 2024-10-30 | 4 | -1/+10 |
| | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
* | | Merge pull request #49001 from nextcloud/backport/48559/stable30 | Benjamin Gaussorgues | 2024-10-30 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | fix(users): use correct active user count | Benjamin Gaussorgues | 2024-10-30 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | Merge pull request #48618 from nextcloud/backport/48597/stable30 | Benjamin Gaussorgues | 2024-10-30 | 3 | -1/+8 |
|\ \ | |||||
| * | | fix(tests): Fix sharebymail testsbackport/48597/stable30 | Côme Chilliet | 2024-10-15 | 2 | -2/+4 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix(sharebymail): Fix share update when node id changed | Côme Chilliet | 2024-10-15 | 1 | -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 command | Côme Chilliet | 2024-10-15 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | Makes debbuging way easier Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | fix: add PasswordConfirmationRequired to saveGlobalCredentialsbackport/48992/stable30 | yemkareems | 2024-10-30 | 2 | -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/stable30 | Benjamin Gaussorgues | 2024-10-30 | 4 | -7/+13 |
|\ \ | |||||
| * | | chore: compile assetsbackport/48638/stable30 | Christopher Ng | 2024-10-10 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | fix: Fix "Reasons to use Nextcloud" design | Christopher Ng | 2024-10-10 | 2 | -5/+11 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | Merge pull request #48245 from nextcloud/backport/48224/stable30 | Benjamin Gaussorgues | 2024-10-30 | 1 | -11/+9 |
|\ \ \ | |||||
| * | | | fix: improve moving object store items to trashbinbackport/48224/stable30 | Robin Appelman | 2024-10-09 | 1 | -11/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #48620 from nextcloud/backport/48520/stable30 | Benjamin Gaussorgues | 2024-10-30 | 1 | -32/+50 |
|\ \ \ \ | |||||
| * | | | | fix(federatedfilessharing): Use social media icons from core rather than ↵ | Ferdinand Thiessen | 2024-10-09 | 1 | -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 text | fenn-cs | 2024-10-09 | 1 | -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/stable30 | Benjamin Gaussorgues | 2024-10-30 | 1 | -2/+18 |
|\ \ \ \ \ | |||||
| * | | | | | fix: Fix empty sections appearing in search resultsbackport/48619/stable30 | Christopher Ng | 2024-10-09 | 1 | -2/+18 |
| | |/ / / | |/| | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | | | Merge pull request #48622 from nextcloud/backport/48538/stable30 | Benjamin Gaussorgues | 2024-10-30 | 5 | -49/+62 |
|\ \ \ \ \ | |||||
| * | | | | | test: Fix testsbackport/48538/stable30 | Christopher Ng | 2024-10-09 | 2 | -18/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | | | | refactor: Clean up | Christopher Ng | 2024-10-09 | 1 | -33/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | | | | fix: Return correct list of managers for a user | Christopher Ng | 2024-10-09 | 3 | -2/+42 |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | | | Merge pull request #48474 from nextcloud/backport/47846/stable30 | Benjamin Gaussorgues | 2024-10-30 | 2 | -25/+25 |
|\ \ \ \ \ | |||||
| * | | | | | fix: provision api's status codesbackport/47846/stable30 | Hamza Mahjoubi | 2024-10-09 | 2 | -25/+25 |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com> | ||||
* | | | | | Merge pull request #48970 from nextcloud/backport/48766/stable30 | Benjamin Gaussorgues | 2024-10-30 | 2 | -4/+129 |
|\ \ \ \ \ | |||||
| * | | | | | fix(provisioning_api): Fix getting disabled users for group adminsbackport/48766/stable30 | Côme Chilliet | 2024-10-29 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | | | chore(provisioning_api): Add tests for getDisabledUserDetails | Côme Chilliet | 2024-10-29 | 1 | -0/+125 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |