4f7c56a4b8
Loads clients list only once ( #106 )
...
continuous-integration/drone/push Build is passing
Currently, the list of client is loaded separately for each Actix HTTP handler threads.
In prevision of future improvements, it is worthwhile to load this list only once.
Reviewed-on: #106
2023-04-17 16:49:19 +00:00
6d2e52d632
Add default clients ( #105 )
...
continuous-integration/drone/push Build is passing
* Add the possibility to create client enabled by default when creating new accounts
* Can mark clients are granted for all users, regardless of users accounts grants
Reviewed-on: #105
2023-04-15 10:19:15 +00:00
85e165bd29
Refactor users management ( #8 )
...
* Update users backend interface signatures
2022-12-03 12:28:11 +01:00
fc6ab00e30
Refactor users management ( #7 )
...
continuous-integration/drone/push Build is passing
* Improve general settings management by admin
2022-11-26 16:06:16 +01:00
a2d731bfff
Refactor users management ( #6 )
...
continuous-integration/drone/push Build is passing
* Improve second factor removal by admin
2022-11-26 15:08:36 +01:00
f5ac7bf278
Refactor users management ( #6 )
...
* Use asynchronous interface to set authorized clients list
2022-11-26 14:51:08 +01:00
b68304c976
Refactor users management ( #5 )
...
* Use asynchronous interface to clear 2FA history
2022-11-26 14:18:46 +01:00
3e65555d0f
Add additional comment
continuous-integration/drone/push Build is passing
2022-11-19 18:41:49 +01:00
65d334b947
Refactor users management
...
continuous-integration/drone/push Build is passing
* Shard `src/data/user.rs` into two different files
* One for user data structure (same file)
* One for user manipulation (new file: `user_file_entity.rs`)
* Isolate password hashing and verification
2022-11-19 17:52:35 +01:00
0c35400e64
Simplify user update call syntax
2022-11-19 16:43:28 +01:00
d06c0352fc
Log all user actions on stdout
continuous-integration/drone/push Build is passing
2022-11-19 13:38:24 +01:00
7e1cbb184d
Can clear 2FA login history from edit_user page
2022-11-12 11:16:55 +01:00
7a3eaa944e
Start to create 2FA exemption after successful 2FA login
continuous-integration/drone/push Build is failing
2022-11-12 10:24:00 +01:00
af383720b7
Merge factors type for authentication
2022-11-11 12:26:02 +01:00
9ff4392afb
Replace Option<SecondFactor>
with SecondFactor
2022-04-19 17:56:53 +02:00
78d70af510
Administrators can remove two factor authentication
2022-04-19 17:14:05 +02:00
5cf1f63674
Fix deprecation warnings
2022-04-18 17:13:41 +02:00
65dac1e923
Can update user information
2022-04-08 16:28:19 +02:00
91817bd2a4
Fix bad strings
2022-04-07 19:02:34 +02:00
4e14e383b4
cargo clippy
2022-04-07 19:00:36 +02:00
c9ca23cd82
Can create user accounts
2022-04-07 18:59:48 +02:00
af903de7c2
Start to build edit user form
2022-04-07 17:04:05 +02:00
754814f04a
Display the list of users
2022-04-06 18:03:00 +02:00
da6a494875
Load a list of clients
2022-04-06 17:18:06 +02:00