Commit Graph

43 Commits

Author SHA1 Message Date
eacf3b0700 Add new field 2023-08-08 11:11:29 +02:00
29c503a6b0 Can create couple 2023-08-07 16:50:22 +02:00
c6148f6562 Can delete member image 2023-08-07 11:07:24 +02:00
c27ed56b8a Can upload photo for members 2023-08-07 11:00:44 +02:00
02da973dd8 Ready to implement photos management 2023-08-05 19:15:52 +02:00
5506149efc Add loop protection 2023-08-05 12:10:23 +02:00
8f5131429f Automatically delete members when families are deleted 2023-08-04 19:17:51 +02:00
f344765dd8 Can create a family member 2023-08-04 19:03:46 +02:00
85b9b2ce48 Can update user membership 2023-06-22 16:03:11 +02:00
4e1c78724f Add PATCH /family/{id} route 2023-06-22 14:37:48 +02:00
2d7bf10fc2 Repair account deletion 2023-06-21 17:44:03 +02:00
a94b26b23c Can leave a family 2023-06-21 17:35:07 +02:00
ad54f83c2c Add /family/{id}/users route 2023-06-21 17:01:52 +02:00
381a4797e4 Add /family/{id}/info route 2023-06-21 16:36:46 +02:00
053f08f927 Fix bad http code 2023-06-20 18:59:39 +02:00
3004f57185 Add route /family/list 2023-06-20 18:55:14 +02:00
c2e93aebbe Can join a family 2023-06-17 18:55:07 +02:00
cffa8f40c2 Add new TODOs 2023-06-16 18:47:08 +02:00
9dd3811136 Refactor login tokens management 2023-06-16 18:40:21 +02:00
f54dfde7f7 Can create a family 2023-06-16 17:51:51 +02:00
c979e77c54 Handle database restarts 2023-06-13 15:24:13 +02:00
4bfd30f5dd Fix a issue with account activation 2023-06-13 10:54:10 +02:00
8f0a3e1f07 Load server config on react app 2023-06-06 15:47:30 +02:00
2f3f61b159 Can delete account 2023-06-06 10:19:54 +02:00
85e5be0328 Can check delete account token 2023-06-06 10:02:41 +02:00
4b8baa2416 Can request account deletion 2023-06-06 09:47:52 +02:00
1a8211c13d Refactor users_service 2023-06-05 19:11:28 +02:00
c99a3a319c Can replace password 2023-06-05 19:02:51 +02:00
0ed24d078d Can update profile information 2023-06-05 18:52:00 +02:00
7fbdf629d1 Can sign out 2023-06-02 15:35:07 +02:00
d54f9e4503 Can finish open id login 2023-06-02 15:04:49 +02:00
29c0247b4b Add rate limiting 2023-06-02 11:52:10 +02:00
83d731c546 Start to build init openid login 2023-06-02 11:49:18 +02:00
c0f120bb53 Can get user information 2023-05-31 15:52:49 +02:00
652541cd59 Implement password authentication 2023-05-31 15:17:00 +02:00
5ed74260a8 Can request password reset 2023-05-31 13:56:18 +02:00
56be33070c Can change password by reset 2023-05-31 13:33:26 +02:00
0590197315 Can check the validity of a password reset token 2023-05-31 11:36:14 +02:00
7f8e41b618 Automatically remove outdated account creation requests 2023-05-31 11:06:58 +02:00
62a52b385e Generate reset password URL 2023-05-30 15:12:58 +02:00
c84c2ef3c5 Add rate limiting 2023-05-26 17:55:19 +02:00
4ba4d10fce Check for duplicate email 2023-05-25 09:42:43 +02:00
0bfdc305b1 Basic create user account 2023-05-24 16:19:46 +02:00