Commit Graph

96 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
f167e24c4f Database migration are now automatically applied
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-14 21:36:49 +02:00
45ff766752 Update backend dependencies
Some checks failed
continuous-integration/drone/push Build is failing
2024-05-14 19:34:35 +02:00
b1398fee2d Update dependency filesize to v10.1.1 (#116)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [filesize](https://filesizejs.com) ([source](https://github.com/avoidwork/filesize.js)) | dependencies | patch | [`10.1.0` -> `10.1.1`](https://renovatebot.com/diffs/npm/filesize/10.1.0/10.1.1) |

---

### Release Notes

<details>
<summary>avoidwork/filesize.js (filesize)</summary>

### [`v10.1.1`](https://github.com/avoidwork/filesize.js/blob/HEAD/CHANGELOG.md#1011)

[Compare Source](https://github.com/avoidwork/filesize.js/compare/10.1.0...10.1.1)

-   Rework types to allow Parameters\<typeof filesize> to function properly [`#180`](https://github.com/avoidwork/filesize.js/pull/180)
-   Bump [@&#8203;babel/traverse](https://github.com/babel/traverse) from 7.23.0 to 7.23.2 [`#178`](https://github.com/avoidwork/filesize.js/pull/178)
-   change: rework types to allow usages like Parameters\<typeof filesize> [`fbfc87f`](fbfc87f4d2)
-   Generating CHANGELOG.md [`d80c457`](d80c4579e1)
-   fix: types for partial now return a higher order function [`af4a6ef`](af4a6efe8e)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Reviewed-on: #116
2024-03-22 10:38:13 +00:00
d8695d62b8 Update backend dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-11 18:25:47 +01:00
9f83183d2c Update Rust crate redis to 0.24.0 (#45)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [redis](https://github.com/redis-rs/redis-rs) | dependencies | minor | `0.23.3` -> `0.24.0` |

---

### Release Notes

<details>
<summary>redis-rs/redis-rs (redis)</summary>

### [`v0.24.0`](https://github.com/redis-rs/redis-rs/releases/tag/redis-0.24.0): v0.24.0

[Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-0.23.4...redis-0.24.0)

##### 0.24.0 (2023-12-05)

##### Features

-   **Breaking change**: Support Mutual TLS ([#&#8203;858](https://github.com/redis-rs/redis-rs/pull/858) [@&#8203;sp-angel](https://github.com/sp-angel))
-   Implement `FromRedisValue` for `Box<[T]>` and `Arc<[T]>` ([#&#8203;799](https://github.com/redis-rs/redis-rs/pull/799) [@&#8203;JOT85](https://github.com/JOT85))
-   Sync Cluster: support multi-slot operations. ([#&#8203;967](https://github.com/redis-rs/redis-rs/pull/967))
-   Execute multi-node requests using try_request. ([#&#8203;919](https://github.com/redis-rs/redis-rs/pull/919))
-   Sorted set blocking commands ([#&#8203;962](https://github.com/redis-rs/redis-rs/pull/962) [@&#8203;gheorghitamutu](https://github.com/gheorghitamutu))
-   Allow passing routing information to cluster. ([#&#8203;899](https://github.com/redis-rs/redis-rs/pull/899))
-   Add `tcp_nodelay` feature ([#&#8203;941](https://github.com/redis-rs/redis-rs/pull/941) [@&#8203;PureWhiteWu](https://github.com/PureWhiteWu))
-   Add support for multi-shard commands. ([#&#8203;900](https://github.com/redis-rs/redis-rs/pull/900))

##### Changes

-   Order in usage of ClusterParams. ([#&#8203;997](https://github.com/redis-rs/redis-rs/pull/997))
-   **Breaking change**: Fix StreamId::contains_key signature ([#&#8203;783](https://github.com/redis-rs/redis-rs/pull/783) [@&#8203;Ayush1325](https://github.com/Ayush1325))
-   **Breaking change**: Update Command expiration values to be an appropriate type ([#&#8203;589](https://github.com/redis-rs/redis-rs/pull/589) [@&#8203;joshleeb](https://github.com/joshleeb))
-   **Breaking change**: Bump aHash to v0.8.6 ([#&#8203;966](https://github.com/redis-rs/redis-rs/pull/966) [@&#8203;aumetra](https://github.com/aumetra))
-   Fix features for `load_native_certs`. ([#&#8203;996](https://github.com/redis-rs/redis-rs/pull/996))
-   Revert redis-test versioning changes ([#&#8203;993](https://github.com/redis-rs/redis-rs/pull/993))
-   Tests: Add retries to test cluster creation ([#&#8203;994](https://github.com/redis-rs/redis-rs/pull/994))
-   Fix sync cluster behavior with transactions. ([#&#8203;983](https://github.com/redis-rs/redis-rs/pull/983))
-   Sync Pub/Sub - cache received pub/sub messages. ([#&#8203;910](https://github.com/redis-rs/redis-rs/pull/910))
-   Prefer routing to primary in a transaction. ([#&#8203;986](https://github.com/redis-rs/redis-rs/pull/986))
-   Accept iterator at `ClusterClient` initialization ([#&#8203;987](https://github.com/redis-rs/redis-rs/pull/987) [@&#8203;ruanpetterson](https://github.com/ruanpetterson))
-   **Breaking change**: Change timeouts from usize and isize to f64 ([#&#8203;988](https://github.com/redis-rs/redis-rs/pull/988) [@&#8203;eythorhel19](https://github.com/eythorhel19))
-   Update minimal rust version to 1.6.5 ([#&#8203;982](https://github.com/redis-rs/redis-rs/pull/982))
-   Disable JSON module tests for redis 6.2.4. ([#&#8203;980](https://github.com/redis-rs/redis-rs/pull/980))
-   Add connection string examples ([#&#8203;976](https://github.com/redis-rs/redis-rs/pull/976) [@&#8203;NuclearOreo](https://github.com/NuclearOreo))
-   Move response policy into multi-node routing. ([#&#8203;952](https://github.com/redis-rs/redis-rs/pull/952))
-   Added functions that allow tests to check version. ([#&#8203;963](https://github.com/redis-rs/redis-rs/pull/963))
-   Fix XREADGROUP command ordering as per Redis Docs, and compatibility with Upstash Redis ([#&#8203;960](https://github.com/redis-rs/redis-rs/pull/960) [@&#8203;prabhpreet](https://github.com/prabhpreet))
-   Optimize make_pipeline_results by pre-allocate memory ([#&#8203;957](https://github.com/redis-rs/redis-rs/pull/957) [@&#8203;PureWhiteWu](https://github.com/PureWhiteWu))
-   Run module tests sequentially.  ([#&#8203;956](https://github.com/redis-rs/redis-rs/pull/956))
-   Log cluster creation output in tests. ([#&#8203;955](https://github.com/redis-rs/redis-rs/pull/955))
-   CI: Update and use better maintained github actions. ([#&#8203;954](https://github.com/redis-rs/redis-rs/pull/954))
-   Call CLIENT SETINFO on new connections. ([#&#8203;945](https://github.com/redis-rs/redis-rs/pull/945))
-   Deprecate functions that erroneously use `tokio` in their name. ([#&#8203;913](https://github.com/redis-rs/redis-rs/pull/913))
-   CI: Increase timeouts and use newer redis. ([#&#8203;949](https://github.com/redis-rs/redis-rs/pull/949))
-   Remove redis version from redis-test. ([#&#8203;943](https://github.com/redis-rs/redis-rs/pull/943))

### [`v0.23.4`](https://github.com/redis-rs/redis-rs/compare/redis-0.23.3...redis-0.23.4)

[Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-0.23.3...redis-0.23.4)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44OS40IiwidXBkYXRlZEluVmVyIjoiMzcuOTEuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

Reviewed-on: #45
2024-03-04 09:06:19 +00: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
6f54ae2ceb Fix a issue that prevent family from being deleted 2023-08-18 15:39:00 +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
1cf79e621f Fix thumbnail size 2023-08-10 12:14:44 +02:00
6495085df6 Can update / delete member information through UI 2023-08-08 15:21:05 +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
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
4cd7519890 Add S3 bucket configuration 2023-08-05 14:49:17 +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
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
274e9d9a21 Can put photo on couples 2023-08-03 18:31:08 +02:00
0abd0e5516 Add last tables structure 2023-08-03 18:30:29 +02:00
4be127f58e Can update family settings 2023-07-12 17:44:39 +02:00
addaca1b0e Display the list of family users 2023-07-09 17:02:43 +02:00
1a4a7985e0 Fix code compilation 2023-07-04 18:47:37 +02:00
3721f4ba5a Can join a family 2023-06-27 18:52:49 +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