[PR #385] [MERGED] feat(plugin-authentication): CB-888 redisign for Users tab (Administr… #1652

Closed
opened 2026-03-07 21:05:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/385
Author: @devnaumov
Created: 6/9/2021
Status: Merged
Merged: 6/9/2021
Merged by: @Wroud

Base: develHead: feat/user-tab


📝 Commits (3)

  • e48a980 feat(plugin-authentication): CB-888 redisign for Users tab (Administration)
  • ec81f79 Merge branch 'devel' into feat/user-tab
  • 72abc03 refactor(plugin-authentication): CB-888 error handling

📊 Changes

13 files changed (+389 additions, -281 deletions)

View changed files

webapp/packages/core-blocks/src/StatusMessage.tsx (+67 -0)
📝 webapp/packages/core-blocks/src/index.ts (+1 -0)
📝 webapp/packages/plugin-authentication/src/Administration/Users/CreateUser.tsx (+4 -10)
📝 webapp/packages/plugin-authentication/src/Administration/Users/UserForm/ConnectionAccess.tsx (+84 -61)
📝 webapp/packages/plugin-authentication/src/Administration/Users/UserForm/OriginInfo.tsx (+36 -26)
📝 webapp/packages/plugin-authentication/src/Administration/Users/UserForm/UserForm.tsx (+83 -75)
📝 webapp/packages/plugin-authentication/src/Administration/Users/UserForm/UserFormBaseBootstrap.ts (+2 -0)
📝 webapp/packages/plugin-authentication/src/Administration/Users/UserForm/UserFormController.ts (+39 -25)
📝 webapp/packages/plugin-authentication/src/Administration/Users/UserForm/UserInfo.tsx (+61 -80)
📝 webapp/packages/plugin-authentication/src/Administration/Users/UsersDrawerItem.tsx (+6 -1)
📝 webapp/packages/plugin-authentication/src/Administration/Users/UsersTable/UserEdit.tsx (+1 -2)
📝 webapp/packages/plugin-authentication/src/locales/en.ts (+2 -0)
📝 webapp/packages/plugin-authentication/src/locales/ru.ts (+3 -1)

📄 Description

…ation)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dbeaver/cloudbeaver/pull/385 **Author:** [@devnaumov](https://github.com/devnaumov) **Created:** 6/9/2021 **Status:** ✅ Merged **Merged:** 6/9/2021 **Merged by:** [@Wroud](https://github.com/Wroud) **Base:** `devel` ← **Head:** `feat/user-tab` --- ### 📝 Commits (3) - [`e48a980`](https://github.com/dbeaver/cloudbeaver/commit/e48a980b64a44a425babb48395391dd3a2aacad6) feat(plugin-authentication): CB-888 redisign for Users tab (Administration) - [`ec81f79`](https://github.com/dbeaver/cloudbeaver/commit/ec81f7964dc74ec5154eeb24b7a184ff6043dadd) Merge branch 'devel' into feat/user-tab - [`72abc03`](https://github.com/dbeaver/cloudbeaver/commit/72abc0377903a5112e64cbfb84316fd8cacb86d2) refactor(plugin-authentication): CB-888 error handling ### 📊 Changes **13 files changed** (+389 additions, -281 deletions) <details> <summary>View changed files</summary> ➕ `webapp/packages/core-blocks/src/StatusMessage.tsx` (+67 -0) 📝 `webapp/packages/core-blocks/src/index.ts` (+1 -0) 📝 `webapp/packages/plugin-authentication/src/Administration/Users/CreateUser.tsx` (+4 -10) 📝 `webapp/packages/plugin-authentication/src/Administration/Users/UserForm/ConnectionAccess.tsx` (+84 -61) 📝 `webapp/packages/plugin-authentication/src/Administration/Users/UserForm/OriginInfo.tsx` (+36 -26) 📝 `webapp/packages/plugin-authentication/src/Administration/Users/UserForm/UserForm.tsx` (+83 -75) 📝 `webapp/packages/plugin-authentication/src/Administration/Users/UserForm/UserFormBaseBootstrap.ts` (+2 -0) 📝 `webapp/packages/plugin-authentication/src/Administration/Users/UserForm/UserFormController.ts` (+39 -25) 📝 `webapp/packages/plugin-authentication/src/Administration/Users/UserForm/UserInfo.tsx` (+61 -80) 📝 `webapp/packages/plugin-authentication/src/Administration/Users/UsersDrawerItem.tsx` (+6 -1) 📝 `webapp/packages/plugin-authentication/src/Administration/Users/UsersTable/UserEdit.tsx` (+1 -2) 📝 `webapp/packages/plugin-authentication/src/locales/en.ts` (+2 -0) 📝 `webapp/packages/plugin-authentication/src/locales/ru.ts` (+3 -1) </details> ### 📄 Description …ation) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 21:05:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#1652
No description provided.