Kuma/db
google-labs-jules[bot] d94126dce6 feat: Implement user management with user types
Adds a user management module allowing administrators to assign types (roles) to users.

- Adds `user_type` column to the `user` table (default 'admin').
- Updates user model and adds backend logic for managing user types.
- Introduces a new 'User Management' section in Settings UI for admins.
- Admins can now view all users and change their user types.
- Access to user management functions is restricted to admin users.
2025-06-29 19:13:06 +00:00
..
knex_migrations feat: Implement user management with user types 2025-06-29 19:13:06 +00:00
old_migrations Fix: Add missing FK for monitor-tls-info table (#4632) 2024-03-31 12:04:22 +08:00
knex_init_db.js Fix: Add missing FK for monitor-tls-info table (#4632) 2024-03-31 12:04:22 +08:00
kuma.db add retries for pinging function 2021-07-19 18:23:06 +02:00
patch-monitor-tls-info-add-fk.sql Fix: Add missing FK for monitor-tls-info table [1.23.X] (#4631) 2024-03-31 12:05:38 +08:00