Commit Graph

439 Commits

Author SHA1 Message Date
d9993cab21 Build family information provider 2023-07-08 11:59:55 +02:00
ce7e21d20d Remove useless hook usage 2023-07-07 19:03:17 +02:00
6aceda7fe7 Add navigation to families screen 2023-07-07 18:57:43 +02:00
09f1584d18 Create families list screen 2023-07-07 18:41:00 +02:00
947a3ad274 Start to show the list of families 2023-07-04 19:05:36 +02:00
1a4a7985e0 Fix code compilation 2023-07-04 18:47:37 +02:00
b8c58ff1f5 Fix logic bug 2023-06-27 19:03:39 +02:00
3721f4ba5a Can join a family 2023-06-27 18:52:49 +02:00
817d14ef36 Add a dialog when a family was created 2023-06-27 17:15:13 +02:00
5b06886c71 Can create a family from the GUI 2023-06-27 17:13:12 +02:00
378761f6d5 Add DELETE /family/{id}/user/{user_id} route 2023-06-23 15:33:16 +02:00
b2c55b537e Fix verbosity level 2023-06-22 16:04:23 +02:00
85b9b2ce48 Can update user membership 2023-06-22 16:03:11 +02:00
a66a12d2a6 Add POST /family/{id}/renew_invitation_code route 2023-06-22 15:18:49 +02:00
b655ac5910 Refactor family structures 2023-06-22 15:07:45 +02:00
4e1c78724f Add PATCH /family/{id} route 2023-06-22 14:37:48 +02:00
6bbe69d01f Add DELETE /family/{id} route 2023-06-21 18:15:20 +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
0ef722d29f Create view to load memberships 2023-06-19 19:00:35 +02:00
c2e93aebbe Can join a family 2023-06-17 18:55:07 +02:00
93436fbc09 Refactor rest password route 2023-06-17 18:27:51 +02:00
56f8dfeb9e Better handling of configuration load 2023-06-17 18:19:11 +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
e6c896efa2 Add new tables for families management 2023-06-15 18:00:31 +02:00
74601a8d9d Optimize imports 2023-06-15 09:33:52 +02:00
6a399ac52a Can delete account 2023-06-15 09:33:41 +02:00
fc58e65ea1 Provide user info in context 2023-06-15 08:52:04 +02:00
1934354665 Create a context to store authentication 2023-06-15 08:45:21 +02:00
10e5c124fd Can request account deletion 2023-06-14 16:12:09 +02:00
6f58e767a2 Clean code 2023-06-14 15:30:16 +02:00
71db3339d8 Can replace user password from profile 2023-06-14 15:23:23 +02:00
e3bec527f0 Can update profile information 2023-06-14 14:14:46 +02:00
b64bc8fb6d Remove useless imports 2023-06-13 16:22:23 +02:00
eb0c1a5c21 Refactor BasAuthenticatedPage 2023-06-13 16:21:44 +02:00
c01ed9ae49 Ready to build profile route page 2023-06-13 16:16:07 +02:00
b3e1a4544c Handle invalid tokens 2023-06-13 15:29:15 +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
fc1104ec89 Can authenticate using password 2023-06-13 10:42:28 +02:00
ae84ae8822 Can request account creation from web app 2023-06-13 10:06:04 +02:00
37015807bb Réorganisation des imports 2023-06-12 19:11:33 +02:00
e5827656fa Can reset password 2023-06-12 19:10:31 +02:00
1bd18133b3 Check reset token validity 2023-06-12 16:25:38 +02:00