[PR #116] [MERGED] 1.15.5 #2796

Closed
opened 2026-04-11 10:38:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moghtech/komodo/pull/116
Author: @mbecker20
Created: 10/11/2024
Status: Merged
Merged: 10/12/2024
Merged by: @mbecker20

Base: mainHead: 1.15.5


📝 Commits (6)

  • 3da41f5 1.15.5
  • e1e72e9 update username / password / delete user backend
  • d8b3425 bump version
  • 2f53621 alerter default disabled
  • 8cd84c5 delete users and update username / password
  • ea49150 set password "" after update

📊 Changes

24 files changed (+701 additions, -188 deletions)

View changed files

📝 Cargo.lock (+13 -13)
📝 Cargo.toml (+1 -1)
📝 bin/core/src/api/write/mod.rs (+6 -0)
bin/core/src/api/write/user.rs (+130 -0)
📝 bin/core/src/auth/local.rs (+6 -7)
📝 bin/core/src/helpers/mod.rs (+9 -0)
📝 client/core/rs/src/api/write/user.rs (+58 -1)
📝 client/core/rs/src/entities/alerter.rs (+3 -8)
📝 client/core/ts/src/responses.ts (+5 -0)
📝 client/core/ts/src/types.ts (+38 -0)
📝 frontend/src/components/keys/table.tsx (+5 -1)
📝 frontend/src/components/layouts.tsx (+4 -1)
📝 frontend/src/components/users/new.tsx (+1 -1)
📝 frontend/src/components/users/service-api-key.tsx (+15 -3)
📝 frontend/src/components/users/table.tsx (+37 -3)
📝 frontend/src/pages/settings/index.tsx (+13 -23)
📝 frontend/src/pages/settings/profile.tsx (+164 -9)
📝 frontend/src/pages/settings/providers.tsx (+46 -40)
📝 frontend/src/pages/settings/tags.tsx (+13 -7)
📝 frontend/src/pages/settings/users.tsx (+111 -47)

...and 4 more files

📄 Description

  • Update your user's username and password
  • Admin: Delete Users

🔄 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/moghtech/komodo/pull/116 **Author:** [@mbecker20](https://github.com/mbecker20) **Created:** 10/11/2024 **Status:** ✅ Merged **Merged:** 10/12/2024 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `main` ← **Head:** `1.15.5` --- ### 📝 Commits (6) - [`3da41f5`](https://github.com/moghtech/komodo/commit/3da41f543923ba30b29b67043c23381444e0cf4c) 1.15.5 - [`e1e72e9`](https://github.com/moghtech/komodo/commit/e1e72e93a9c4b9965426e8ba7749a4f5d86d7f9a) update username / password / delete user backend - [`d8b3425`](https://github.com/moghtech/komodo/commit/d8b34256dcef614270e8f668e89896fbc0e8d572) bump version - [`2f53621`](https://github.com/moghtech/komodo/commit/2f536214888388c193ba041ab519f0391c6c2e4e) alerter default disabled - [`8cd84c5`](https://github.com/moghtech/komodo/commit/8cd84c59f52a97360c4b8f7a520812ac1f2a723f) delete users and update username / password - [`ea49150`](https://github.com/moghtech/komodo/commit/ea491509edc628bfdf534e2cbba8b2234dc8f157) set password "" after update ### 📊 Changes **24 files changed** (+701 additions, -188 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+13 -13) 📝 `Cargo.toml` (+1 -1) 📝 `bin/core/src/api/write/mod.rs` (+6 -0) ➕ `bin/core/src/api/write/user.rs` (+130 -0) 📝 `bin/core/src/auth/local.rs` (+6 -7) 📝 `bin/core/src/helpers/mod.rs` (+9 -0) 📝 `client/core/rs/src/api/write/user.rs` (+58 -1) 📝 `client/core/rs/src/entities/alerter.rs` (+3 -8) 📝 `client/core/ts/src/responses.ts` (+5 -0) 📝 `client/core/ts/src/types.ts` (+38 -0) 📝 `frontend/src/components/keys/table.tsx` (+5 -1) 📝 `frontend/src/components/layouts.tsx` (+4 -1) 📝 `frontend/src/components/users/new.tsx` (+1 -1) 📝 `frontend/src/components/users/service-api-key.tsx` (+15 -3) 📝 `frontend/src/components/users/table.tsx` (+37 -3) 📝 `frontend/src/pages/settings/index.tsx` (+13 -23) 📝 `frontend/src/pages/settings/profile.tsx` (+164 -9) 📝 `frontend/src/pages/settings/providers.tsx` (+46 -40) 📝 `frontend/src/pages/settings/tags.tsx` (+13 -7) 📝 `frontend/src/pages/settings/users.tsx` (+111 -47) _...and 4 more files_ </details> ### 📄 Description - Update your user's username and password - **Admin**: Delete Users --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-11 10:38:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#2796