Peter Ringelmann
039d2df5bc
test(settings): exclude the group caption from group-row selectors
...
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com >
2026-06-23 13:42:43 +02:00
Ferdinand Thiessen
56293454c8
fix(settings): apply consistent style by using proper components
...
Use the proper app navigation components for the account management
navigation.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2026-05-12 18:01:02 +02:00
Ferdinand Thiessen
ed30b1922f
test(appstore): adjust cypress tests for app split
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2026-05-05 22:16:01 +02:00
Ferdinand Thiessen
2e0b001a41
refactor(appstore): adjust frontend for new API location
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2026-05-05 10:41:04 +02:00
Peter Ringelmann
bbd77ac10b
test(settings): seed manager setting as JSON array in users_manager spec
...
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com >
2026-04-29 16:26:39 +02:00
Peter Ringelmann
2bfdd86561
fix(settings): auth guards, NcSelectUsers migration, form cleanup
...
Mirror editUser permission checks in editUserMultiField. Swap NcSelect
:user-select for NcSelectUsers. Extract helpers into userFormUtils.ts.
Simplify UserList form init, drop unused Vue import. Update E2E tests.
-e
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com >
2026-04-29 16:26:29 +02:00
Peter Ringelmann
43a1f7c832
feat(settings): unified search for accounts and groups
...
Replace the unified search event bus subscription and the separate group
sidebar search with a single input in the account management navigation.
The query is shared via Vuex so UserList and AppNavigationGroupList
react to the same state.
Part of #53862
Fixes #59166
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com >
2026-04-23 09:53:22 +02:00
Côme Chilliet
3814bb7de4
chore(cypress): Add handling for added password confirmation dialog
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2026-04-21 14:32:15 +02:00
mykh-hailo
415ecb1cf5
feat: remove password column from user table
...
Signed-off-by: mykh-hailo <kristianderonta0205@gmail.com >
2026-04-08 12:03:56 -04:00
Ferdinand Thiessen
cec23a0d83
test(cypress): clear state before user tests
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2026-03-16 01:22:45 +01:00
Elizabeth Danzberger
b5092e598f
Merge pull request #57533 from nextcloud/fix/limit-app-to-group-initial-state
...
fix(app-settings): limit app to group initial state
2026-02-02 13:22:23 -05:00
Ferdinand Thiessen
105eaeae74
test: adjust cypress tests
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2026-01-27 02:43:35 +01:00
Elizabeth Danzberger
b7c6240327
fix(test): remove group limitation when done
...
Signed-off-by: Elizabeth Danzberger <elizabeth@elzody.dev >
2026-01-26 13:46:59 -05:00
Elizabeth Danzberger
90deae46c5
test: limit app to group
...
Signed-off-by: Elizabeth Danzberger <elizabeth@elzody.dev >
2026-01-26 12:46:35 -05:00
Peter Ringelmann
e7aaaff69d
feat(settings): persist user management column visibility
...
Previously, column visibility settings were stored in localStorage, causing them to be lost when logging out or switching browsers.
This change moves the persistence to the database as user preferences.
It also refactors the frontend to use clean `userList.*` keys for better consistency between the store and the API.
Signed-off-by: Peter Ringelmann <4850521+Pringels@users.noreply.github.com >
2025-12-18 14:40:08 +01:00
Carl Schwan
f51a8f8f8c
ci: Disable always failing tests in users-group-admin.cy.ts
...
They keep failing with the Electron Renderer process crashing for weeks
now, so disable them.
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com >
2025-11-24 11:14:06 +01:00
Ferdinand Thiessen
1082dee5a4
chore: migrate Cypress to @nextcloud/e2e-test-server
...
- chore: use vite preprocessor for Cypress
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-10-22 11:57:17 +02:00
Ferdinand Thiessen
f224d6680b
test: adjust cypress tests for updated @nextcloud/password-confirmation
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-10-17 15:01:10 +02:00
Ferdinand Thiessen
91f3b6b4ee
chore: adjust code to new codestyle
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-10-02 13:19:42 +02:00
Jérôme Herbinet
54a58c0dda
ci(cypress): replace "remove group" with "delete group"
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com >
2025-05-23 09:45:37 +02:00
nfebe
3e0368e142
test(settings): Test user manager can be set and unset
...
Signed-off-by: nfebe <fenn25.fn@gmail.com >
2025-05-22 13:36:32 +01:00
Ferdinand Thiessen
dabe0ec29f
fix(settings): allow to clear twitter and fediverse
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-04-27 14:15:07 +02:00
Ferdinand Thiessen
6d8c49f0d4
fix(settings): group admins only can add users to their groups
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-04-27 11:35:40 +02:00
Côme Chilliet
baa79a9c40
fix(cypress): Handle password confirmation dialog at the right time
...
According to failed CI it shows up earlier than expected when deleting a user
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2025-04-08 09:21:53 +02:00
Christopher Ng
1d0ae0ccdf
test(settings): Fix group items not being found
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2025-03-28 14:17:53 -07:00
Christopher Ng
c617f2631a
test(settings): Correctly find group in select
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2025-03-28 14:17:53 -07:00
Christopher Ng
7b47c5aa06
test(settings): Wait until groups list has loaded
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2025-03-28 14:17:53 -07:00
Ferdinand Thiessen
f226450d8d
fix(profile): allow to reset phone number
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-03-16 13:01:41 +01:00
Louis Chemineau
d579ec295c
test: Remove .only( calls
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2025-03-06 11:30:05 +01:00
Ferdinand Thiessen
460ceaac57
fix(settings): Also sanitize fediverse and twitter handle in the frontend
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2025-02-06 11:58:24 +01:00
Louis Chemineau
ebda7b45f6
chore: Update @nextcloud/cypress to v1.0.0-beta.11
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-11-25 16:22:09 +01:00
skjnldsv
b15fdfd40e
chore(profile): move profile app from core to apps
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-11-14 10:25:02 +01:00
skjnldsv
b6bc28833c
chore(cypress): allow db snapshot and restore fo faster tests
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-08-22 13:32:59 +02:00
Jérôme Herbinet
c221090c86
fix: unify bundle naming
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com >
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-08-06 11:14:07 +02:00
Ferdinand Thiessen
674805c994
fix(core): Migrate UserMenu / AccountMenu to NcListItem
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-06 09:20:48 +02:00
skjnldsv
cf92cf3203
fix(cypress): wait for apps list fetch for better testing stability
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-04 18:32:42 +02:00
Christopher Ng
930e47d44c
test(cypress): Fix tests
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-05-30 17:13:48 -07:00
Andy Scherzinger
5c49a54801
chore: Add SPDX header
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-05-26 20:05:04 +02:00
Ferdinand Thiessen
4166733965
fix(tests): Adjust tests for changed css classes
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-04-10 16:38:38 +02:00
Ferdinand Thiessen
5453c1d7fa
feat(settings): Allow to sort groups in the account management alphabetically
...
We can do this purly in the frontend - but when enforced from the backend using the existing system config,
we need to follow the requirement. We then show a warning about the configuration.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-03-27 12:04:03 +01:00
Grigorii K. Shartsev
127e3611ca
test(settings): adjust e2e tests selectors to new structure
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me >
2024-03-19 15:38:51 +01:00
Ferdinand Thiessen
4cadb82850
feat(settings): Implement new app discover section for app management
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-03-14 20:45:24 +01:00
Ferdinand Thiessen
30d5b02811
feat(settings): Split account management into navigation and content
...
The should ease the maintenance of it due to reduced complexity.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-03-11 16:02:34 +01:00
Ferdinand Thiessen
84cb04f7c0
feat: Make appstore sidebar tabs standalone components
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-03-11 16:02:34 +01:00
John Molakvoæ (skjnldsv)
b5b658c0d0
fix(settings): users settings cypress
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2024-03-07 11:54:54 +01:00
Christopher Ng
93b094923e
fix(cypress): Adjust cypress tests
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-03-06 09:30:41 -08:00
Grigorii K. Shartsev
680f439f73
fix(settings): emails actions a11y and design
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me >
2024-03-05 22:07:49 +01:00
Ferdinand Thiessen
e292cf546f
enh(settings): Add Cypress tests for personal information
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-02-15 00:47:12 +01:00
John Molakvoæ
b1a47f79f3
fix: cypress
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com >
2024-02-13 21:08:08 +01:00
Joas Schilling
b99749d257
fix(tests): Make the cypress apps management test more reliable
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-02-02 07:04:33 +01:00