User session tracking #93587

Merged
Oleg-Komarov merged 18 commits from user-session into main 2024-08-02 16:04:09 +02:00

18 Commits

Author SHA1 Message Date
5177bf3b51 improve naming 2024-08-02 15:59:35 +02:00
8aed6094be readability 2024-08-02 15:55:51 +02:00
b6fa9192ed improve message grammar 2024-08-02 15:52:41 +02:00
72a75023c8 remore redundant atomic decorator 2024-08-02 15:48:31 +02:00
6345c8316b subject is not used in template 2024-08-02 15:43:23 +02:00
623c7c4cdb change email subject 2024-08-02 15:41:08 +02:00
e48b15c7c9 remove agent_is_trusted from this branch 2024-08-02 15:37:15 +02:00
d3a6bc2556 move email notification to a background task 2024-08-02 15:33:59 +02:00
1f4e4db0d6 improve readability 2024-08-02 11:46:54 +02:00
f3854edcfd Merge branch 'main' into user-session 2024-08-01 15:00:18 +02:00
5b78784144 Check that email is confirmed before sending a new user session email 2024-08-01 14:49:57 +02:00
392952e6bd delete UserSession records on user.anonymize 2024-08-01 13:41:54 +02:00
a208437b94 active sessions page 2024-08-01 12:35:37 +02:00
1045f83da3 reorder columns in migration 2024-08-01 11:11:28 +02:00
6bc5d1eccd send email about a login from a new IP 2024-08-01 10:49:41 +02:00
0662506ffe assume we always have a session 2024-07-30 16:42:33 +02:00
f6ecf235a5 add test 2024-07-30 16:13:02 +02:00
1a98730e3a UserSession model: keep track of user session activity 2024-07-30 15:58:21 +02:00