[PR #560] [MERGED] fix(plugin-user-profile): CB-1399 move change password form to user p… #1770

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

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/560
Author: @devnaumov
Created: 12/1/2021
Status: Merged
Merged: 12/1/2021
Merged by: @Wroud

Base: develHead: fix/profile


📝 Commits (3)

  • 9975e00 fix(plugin-user-profile): CB-1399 move change password form to user profile
  • b83db21 fix(plugin-user-profile): CB-1399 style changes
  • 10464aa fix(plugin-user-profile): CB-1399 change dependency direction

📊 Changes

36 files changed (+531 additions, -367 deletions)

View changed files

📝 webapp/packages/core-administration/src/Administration/Administration.tsx (+35 -9)
📝 webapp/packages/core-app/src/AppScreen/RightArea.tsx (+0 -3)
📝 webapp/packages/core-blocks/src/Slide/SlideBoxStyles.ts (+1 -0)
📝 webapp/packages/core-localization/src/locales/en.ts (+1 -0)
📝 webapp/packages/core-localization/src/locales/ru.ts (+1 -0)
📝 webapp/packages/plugin-authentication-administration/src/PluginBootstrap.ts (+0 -4)
📝 webapp/packages/plugin-authentication/src/PluginBootstrap.ts (+7 -31)
webapp/packages/plugin-authentication/src/UserInfo.tsx (+0 -60)
webapp/packages/plugin-authentication/src/UserMenu/ChangeUserPasswordDialog/ChangeUserPasswordDialog.tsx (+0 -157)
webapp/packages/plugin-authentication/src/UserMenu/ChangeUserPasswordDialog/ChangeUserPasswordDialogFooter.tsx (+0 -60)
📝 webapp/packages/plugin-authentication/src/index.ts (+0 -2)
📝 webapp/packages/plugin-authentication/src/locales/en.ts (+0 -6)
📝 webapp/packages/plugin-authentication/src/locales/it.ts (+0 -6)
📝 webapp/packages/plugin-authentication/src/locales/ru.ts (+0 -6)
webapp/packages/plugin-user-profile-administration/.gitignore (+17 -0)
webapp/packages/plugin-user-profile-administration/package.json (+46 -0)
webapp/packages/plugin-user-profile-administration/src/PluginBootstrap.ts (+26 -0)
webapp/packages/plugin-user-profile-administration/src/index.ts (+3 -0)
webapp/packages/plugin-user-profile-administration/src/manifest.ts (+21 -0)
webapp/packages/plugin-user-profile-administration/tsconfig.json (+8 -0)

...and 16 more files

📄 Description

…rofile


🔄 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/560 **Author:** [@devnaumov](https://github.com/devnaumov) **Created:** 12/1/2021 **Status:** ✅ Merged **Merged:** 12/1/2021 **Merged by:** [@Wroud](https://github.com/Wroud) **Base:** `devel` ← **Head:** `fix/profile` --- ### 📝 Commits (3) - [`9975e00`](https://github.com/dbeaver/cloudbeaver/commit/9975e0056b122af90122f3ffa38d988b9ab8a06e) fix(plugin-user-profile): CB-1399 move change password form to user profile - [`b83db21`](https://github.com/dbeaver/cloudbeaver/commit/b83db215f2c008ac9130bafe8cdfa5c287885f39) fix(plugin-user-profile): CB-1399 style changes - [`10464aa`](https://github.com/dbeaver/cloudbeaver/commit/10464aaf321369aeac417f065c6c31159001dd01) fix(plugin-user-profile): CB-1399 change dependency direction ### 📊 Changes **36 files changed** (+531 additions, -367 deletions) <details> <summary>View changed files</summary> 📝 `webapp/packages/core-administration/src/Administration/Administration.tsx` (+35 -9) 📝 `webapp/packages/core-app/src/AppScreen/RightArea.tsx` (+0 -3) 📝 `webapp/packages/core-blocks/src/Slide/SlideBoxStyles.ts` (+1 -0) 📝 `webapp/packages/core-localization/src/locales/en.ts` (+1 -0) 📝 `webapp/packages/core-localization/src/locales/ru.ts` (+1 -0) 📝 `webapp/packages/plugin-authentication-administration/src/PluginBootstrap.ts` (+0 -4) 📝 `webapp/packages/plugin-authentication/src/PluginBootstrap.ts` (+7 -31) ➖ `webapp/packages/plugin-authentication/src/UserInfo.tsx` (+0 -60) ➖ `webapp/packages/plugin-authentication/src/UserMenu/ChangeUserPasswordDialog/ChangeUserPasswordDialog.tsx` (+0 -157) ➖ `webapp/packages/plugin-authentication/src/UserMenu/ChangeUserPasswordDialog/ChangeUserPasswordDialogFooter.tsx` (+0 -60) 📝 `webapp/packages/plugin-authentication/src/index.ts` (+0 -2) 📝 `webapp/packages/plugin-authentication/src/locales/en.ts` (+0 -6) 📝 `webapp/packages/plugin-authentication/src/locales/it.ts` (+0 -6) 📝 `webapp/packages/plugin-authentication/src/locales/ru.ts` (+0 -6) ➕ `webapp/packages/plugin-user-profile-administration/.gitignore` (+17 -0) ➕ `webapp/packages/plugin-user-profile-administration/package.json` (+46 -0) ➕ `webapp/packages/plugin-user-profile-administration/src/PluginBootstrap.ts` (+26 -0) ➕ `webapp/packages/plugin-user-profile-administration/src/index.ts` (+3 -0) ➕ `webapp/packages/plugin-user-profile-administration/src/manifest.ts` (+21 -0) ➕ `webapp/packages/plugin-user-profile-administration/tsconfig.json` (+8 -0) _...and 16 more files_ </details> ### 📄 Description …rofile --- <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:38 +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#1770
No description provided.