Commit Graph

22 Commits

Author SHA1 Message Date
06766a2af4 Update chrono & clap dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-15 16:39:17 +01:00
e71fad8546 Check login before logging it 2024-02-19 19:11:13 +01:00
176b6cbe61 Fix update issue
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-31 10:05:58 +00:00
6cc9f4c54c Refactor dependencies to reduce code base size (#111)
All checks were successful
continuous-integration/drone/push Build is passing
Use crates to reduce code base size :

* `actix-remote-ip` to safely determine user IP location
* `light-openid` for the OpenID primitives & as client to handle federation

Reviewed-on: #111
2023-04-29 11:11:24 +00:00
f2e4826b14 Update to code to Rust 1.67
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-02 10:22:15 +01:00
fc6ab00e30 Refactor users management (#7)
All checks were successful
continuous-integration/drone/push Build is passing
* Improve general settings management by admin
2022-11-26 16:06:16 +01:00
7e1cbb184d Can clear 2FA login history from edit_user page 2022-11-12 11:16:55 +01:00
af383720b7 Merge factors type for authentication 2022-11-11 12:26:02 +01:00
68e0aa2565 Update aes dependency
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-20 09:30:36 +02:00
489f938b71 Can specify environment variables in client configuration 2022-04-15 21:58:07 +02:00
45f125a331 Add code challenge support 2022-04-14 18:04:01 +02:00
c9ca23cd82 Can create user accounts 2022-04-07 18:59:48 +02:00
fef8ca84f4 simplify functions 2022-04-03 18:10:33 +02:00
627138544f add further tests 2022-04-03 18:04:12 +02:00
7183b5e6ce cargo clippy 2022-04-03 17:51:42 +02:00
1ff9c7686e Improve some code 2022-04-03 17:46:01 +02:00
188b4f836d Improve some code 2022-04-03 17:44:19 +02:00
886bae32c8 Enable bruteforce protection on login endpoint 2022-04-03 17:33:01 +02:00
b965fa6b4f Format code 2022-04-03 15:50:49 +02:00
41ee80a077 Refactor sessions management 2022-04-01 22:51:33 +02:00
6fdac7fbb1 Add communication with user actor 2022-03-30 12:41:22 +02:00
b4e8113706 Automatically create admin on first start 2022-03-29 19:32:31 +02:00