Commit Graph

67 Commits

Author SHA1 Message Date
c8ee881b2c Genealogy as a feature (#175)
All checks were successful
continuous-integration/drone/push Build is passing
Start our journey into turning GeneIT as afully featured family intranet by making genealogy a feature that can be disabled by family admins

Reviewed-on: #175
2024-05-16 19:15:15 +00:00
45ff766752 Update backend dependencies
Some checks failed
continuous-integration/drone/push Build is failing
2024-05-14 19:34:35 +02:00
2a69c89065 Automatically trim values before saving 2023-08-31 19:23:21 +02:00
137b7422cf Can disable couple photos (#5)
All checks were successful
continuous-integration/drone/push Build is passing
Add an option in family settings to disable couple photos from Web UI

Reviewed-on: #5
2023-08-26 14:55:23 +00:00
1c1f2cc710 More properly return import errors
Some checks failed
continuous-integration/drone/push Build is failing
2023-08-25 15:14:59 +02:00
71ae2df2d7 Output email in error in case of validation failure
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-25 15:01:45 +02:00
5fa3d79b4c Can import photos 2023-08-18 13:41:20 +02:00
9e94cfc298 Remove useless check 2023-08-18 11:06:57 +02:00
57d919ee63 Can import basic data 2023-08-18 11:05:32 +02:00
3b5efb46cd Can export family data 2023-08-17 17:37:44 +02:00
eacf3b0700 Add new field 2023-08-08 11:11:29 +02:00
0262889913 Can set photo to couple 2023-08-08 10:33:12 +02:00
3a219ff9e2 Can delete a couple information 2023-08-07 19:31:05 +02:00
ea84c45e8a Can update couple information 2023-08-07 19:28:44 +02:00
4997132bf8 Can get couple information 2023-08-07 17:16:00 +02:00
ff8e3cce9d Can get possible couple states through API 2023-08-07 17:01:56 +02:00
29c503a6b0 Can create couple 2023-08-07 16:50:22 +02:00
75438f4ae0 Can download uploaded images 2023-08-07 14:53:44 +02:00
c6148f6562 Can delete member image 2023-08-07 11:07:24 +02:00
02da973dd8 Ready to implement photos management 2023-08-05 19:15:52 +02:00
aa351bfae9 Add DELETE /family/{id}/member/{id_member} 2023-08-05 13:56:24 +02:00
c6d9264d94 Mother and father can not be identical 2023-08-05 12:12:36 +02:00
5506149efc Add loop protection 2023-08-05 12:10:23 +02:00
eaf09135f4 Add PUT /family/{id}/member/{id_member} 2023-08-05 10:50:18 +02:00
e59ed6ed71 Add GET /family/{id}/members 2023-08-05 10:38:10 +02:00
5f0842b7dc Add GET /family/{id}/member/{id_member} 2023-08-05 10:24:19 +02:00
f344765dd8 Can create a family member 2023-08-04 19:03:46 +02:00
4be127f58e Can update family settings 2023-07-12 17:44:39 +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
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
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
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
f54dfde7f7 Can create a family 2023-06-16 17:51:51 +02:00
71db3339d8 Can replace user password from profile 2023-06-14 15:23:23 +02:00
ae84ae8822 Can request account creation from web app 2023-06-13 10:06:04 +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
27910a03a8 Can replace password 2023-06-05 19:04:31 +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
0050d99797 Can check if password is set aith auth/info route 2023-06-05 18:41:56 +02:00