9929c5db48
Check accommodation availability directly in create reservation dialog
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-06-19 22:09:29 +02:00
ec020ec17c
Merge branch 'master' into accomodation_module
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-06-15 08:06:50 +00:00
80737c21a5
Update Rust crate rust-s3 to 0.34.0 ( #218 )
...
continuous-integration/drone/push Build is passing
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [rust-s3](https://github.com/durch/rust-s3 ) | dependencies | minor | `0.33.0` -> `0.34.0` |
---
### Release Notes
<details>
<summary>durch/rust-s3 (rust-s3)</summary>
### [`v0.34.0`](https://github.com/durch/rust-s3/releases/tag/v0.34.0 )
[Compare Source](https://github.com/durch/rust-s3/compare/v0.33.0...v0.34.0 )
#### What's Changed
- Fix etag generation for small files by [@​theCapypara](https://github.com/theCapypara ) in https://github.com/durch/rust-s3/pull/324
- add support for new region eu-central-2 by [@​robinfriedli](https://github.com/robinfriedli ) in https://github.com/durch/rust-s3/pull/314
- fix: presigned custom header order by [@​zifeo](https://github.com/zifeo ) in https://github.com/durch/rust-s3/pull/309
- refactor(s3): don't depend on reqwest by [@​tomkarw](https://github.com/tomkarw ) in https://github.com/durch/rust-s3/pull/299
- Remove superfluous println by [@​zaninime](https://github.com/zaninime ) in https://github.com/durch/rust-s3/pull/345
- Move to the smaller, cargo-team maintained `home` crate by [@​utkarshgupta137](https://github.com/utkarshgupta137 ) in https://github.com/durch/rust-s3/pull/338
- remove misleading comment from GCP example by [@​pascualex](https://github.com/pascualex ) in https://github.com/durch/rust-s3/pull/356
- Add il-central-1 region by [@​ArielHorwitz](https://github.com/ArielHorwitz ) in https://github.com/durch/rust-s3/pull/359
- Add feature-gate on Credentials::refresh by [@​olback](https://github.com/olback ) in https://github.com/durch/rust-s3/pull/361
- Only send metadata on Initiate of multipart upload by [@​jcrossley3](https://github.com/jcrossley3 ) in https://github.com/durch/rust-s3/pull/353
- Fix put_object_stream sync for small files by [@​jsurkont](https://github.com/jsurkont ) in https://github.com/durch/rust-s3/pull/357
- Rework presign_post to be correct by [@​urkle](https://github.com/urkle ) in https://github.com/durch/rust-s3/pull/358
- Implement a new `ListBuckets` command and its consumer API. by [@​aalekhpatel07](https://github.com/aalekhpatel07 ) in https://github.com/durch/rust-s3/pull/348
- feat: re-expose 'http-credentials' from 's3' by [@​woshilapin](https://github.com/woshilapin ) in https://github.com/durch/rust-s3/pull/364
- Fix Bytes version requirement by [@​Ten0](https://github.com/Ten0 ) in https://github.com/durch/rust-s3/pull/365
- Fix fail-on-err description by [@​randomairborne](https://github.com/randomairborne ) in https://github.com/durch/rust-s3/pull/371
#### New Contributors
- [@​theCapypara](https://github.com/theCapypara ) made their first contribution in https://github.com/durch/rust-s3/pull/324
- [@​robinfriedli](https://github.com/robinfriedli ) made their first contribution in https://github.com/durch/rust-s3/pull/314
- [@​zifeo](https://github.com/zifeo ) made their first contribution in https://github.com/durch/rust-s3/pull/309
- [@​tomkarw](https://github.com/tomkarw ) made their first contribution in https://github.com/durch/rust-s3/pull/299
- [@​zaninime](https://github.com/zaninime ) made their first contribution in https://github.com/durch/rust-s3/pull/345
- [@​utkarshgupta137](https://github.com/utkarshgupta137 ) made their first contribution in https://github.com/durch/rust-s3/pull/338
- [@​pascualex](https://github.com/pascualex ) made their first contribution in https://github.com/durch/rust-s3/pull/356
- [@​ArielHorwitz](https://github.com/ArielHorwitz ) made their first contribution in https://github.com/durch/rust-s3/pull/359
- [@​olback](https://github.com/olback ) made their first contribution in https://github.com/durch/rust-s3/pull/361
- [@​jcrossley3](https://github.com/jcrossley3 ) made their first contribution in https://github.com/durch/rust-s3/pull/353
- [@​jsurkont](https://github.com/jsurkont ) made their first contribution in https://github.com/durch/rust-s3/pull/357
- [@​urkle](https://github.com/urkle ) made their first contribution in https://github.com/durch/rust-s3/pull/358
- [@​aalekhpatel07](https://github.com/aalekhpatel07 ) made their first contribution in https://github.com/durch/rust-s3/pull/348
- [@​woshilapin](https://github.com/woshilapin ) made their first contribution in https://github.com/durch/rust-s3/pull/364
- [@​randomairborne](https://github.com/randomairborne ) made their first contribution in https://github.com/durch/rust-s3/pull/371
**Full Changelog**: https://github.com/durch/rust-s3/compare/v0.33.0...v0.34.0
</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDguMSIsInVwZGF0ZWRJblZlciI6IjM3LjQwOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: #218
2024-06-15 08:06:21 +00:00
df6a9e8292
Can generate calendars
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-06-03 22:47:39 +02:00
0f0b5978b6
Fix unused warning
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-05-31 23:07:56 +02:00
7626d91ece
Remove comment
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2024-05-31 22:35:22 +02:00
e62f536c03
Can delete a reservation
2024-05-31 22:31:23 +02:00
51f8aaccb6
Can get accommodations reservations of a family
2024-05-31 22:09:33 +02:00
b34959df33
Can create calendars
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-05-31 21:41:58 +02:00
2346c90be8
Add new table to define iCal calendars URLs
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-05-30 21:59:00 +02:00
9f72cd9b9c
Fix bad assumption
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-05-30 21:46:55 +02:00
5075e8843b
Can validate or reject reservation
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-05-30 21:43:27 +02:00
82dbf11b42
Fix typo
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-05-30 19:56:35 +02:00
f07a6a8923
Can change a reservation time
2024-05-30 19:54:21 +02:00
33b03a4d74
Can delete a reservation
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-05-29 22:28:38 +02:00
70d8020610
Prohibit similar start time and end time
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-05-29 22:18:35 +02:00
5f25a516e9
Can create reservation requests
2024-05-29 22:16:50 +02:00
5b9d82889c
Update TODO list
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-05-28 22:14:34 +02:00
3efae7bfff
Can get single accommodation reservation information
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-05-28 22:12:17 +02:00
1332b001c8
Can get all the reservations of a given accommodation
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-05-28 21:43:24 +02:00
936b095d46
Can get the full list of accommodation reservations for a family
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-05-25 08:48:13 +02:00
d0d1169c7d
Can update accommodation information
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-05-25 07:57:50 +02:00
9a4da0462a
Get single accommodation information
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-05-25 07:54:34 +02:00
49f3677081
Get full list of accommodations
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-05-25 07:50:11 +02:00
bc800e7cf6
Only an admin can delete an accommodation
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-05-23 21:34:28 +02:00
18582fdff7
Can delete an accommodation
2024-05-23 21:30:51 +02:00
c4fadce69f
Can create new accommodations using the API
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-05-23 21:20:14 +02:00
2f1df6c117
Can toggle accommodations module
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-05-23 19:28:29 +02:00
32d3793025
Update database structure
continuous-integration/drone/push Build is passing
2024-05-23 18:45:56 +02:00
c8ee881b2c
Genealogy as a feature ( #175 )
...
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
continuous-integration/drone/push Build is passing
2024-05-14 21:36:49 +02:00
45ff766752
Update backend dependencies
continuous-integration/drone/push Build is failing
2024-05-14 19:34:35 +02:00
b1398fee2d
Update dependency filesize to v10.1.1 ( #116 )
...
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 [@​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
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 )
...
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 ([#​858](https://github.com/redis-rs/redis-rs/pull/858 ) [@​sp-angel](https://github.com/sp-angel ))
- Implement `FromRedisValue` for `Box<[T]>` and `Arc<[T]>` ([#​799](https://github.com/redis-rs/redis-rs/pull/799 ) [@​JOT85](https://github.com/JOT85 ))
- Sync Cluster: support multi-slot operations. ([#​967](https://github.com/redis-rs/redis-rs/pull/967 ))
- Execute multi-node requests using try_request. ([#​919](https://github.com/redis-rs/redis-rs/pull/919 ))
- Sorted set blocking commands ([#​962](https://github.com/redis-rs/redis-rs/pull/962 ) [@​gheorghitamutu](https://github.com/gheorghitamutu ))
- Allow passing routing information to cluster. ([#​899](https://github.com/redis-rs/redis-rs/pull/899 ))
- Add `tcp_nodelay` feature ([#​941](https://github.com/redis-rs/redis-rs/pull/941 ) [@​PureWhiteWu](https://github.com/PureWhiteWu ))
- Add support for multi-shard commands. ([#​900](https://github.com/redis-rs/redis-rs/pull/900 ))
##### Changes
- Order in usage of ClusterParams. ([#​997](https://github.com/redis-rs/redis-rs/pull/997 ))
- **Breaking change**: Fix StreamId::contains_key signature ([#​783](https://github.com/redis-rs/redis-rs/pull/783 ) [@​Ayush1325](https://github.com/Ayush1325 ))
- **Breaking change**: Update Command expiration values to be an appropriate type ([#​589](https://github.com/redis-rs/redis-rs/pull/589 ) [@​joshleeb](https://github.com/joshleeb ))
- **Breaking change**: Bump aHash to v0.8.6 ([#​966](https://github.com/redis-rs/redis-rs/pull/966 ) [@​aumetra](https://github.com/aumetra ))
- Fix features for `load_native_certs`. ([#​996](https://github.com/redis-rs/redis-rs/pull/996 ))
- Revert redis-test versioning changes ([#​993](https://github.com/redis-rs/redis-rs/pull/993 ))
- Tests: Add retries to test cluster creation ([#​994](https://github.com/redis-rs/redis-rs/pull/994 ))
- Fix sync cluster behavior with transactions. ([#​983](https://github.com/redis-rs/redis-rs/pull/983 ))
- Sync Pub/Sub - cache received pub/sub messages. ([#​910](https://github.com/redis-rs/redis-rs/pull/910 ))
- Prefer routing to primary in a transaction. ([#​986](https://github.com/redis-rs/redis-rs/pull/986 ))
- Accept iterator at `ClusterClient` initialization ([#​987](https://github.com/redis-rs/redis-rs/pull/987 ) [@​ruanpetterson](https://github.com/ruanpetterson ))
- **Breaking change**: Change timeouts from usize and isize to f64 ([#​988](https://github.com/redis-rs/redis-rs/pull/988 ) [@​eythorhel19](https://github.com/eythorhel19 ))
- Update minimal rust version to 1.6.5 ([#​982](https://github.com/redis-rs/redis-rs/pull/982 ))
- Disable JSON module tests for redis 6.2.4. ([#​980](https://github.com/redis-rs/redis-rs/pull/980 ))
- Add connection string examples ([#​976](https://github.com/redis-rs/redis-rs/pull/976 ) [@​NuclearOreo](https://github.com/NuclearOreo ))
- Move response policy into multi-node routing. ([#​952](https://github.com/redis-rs/redis-rs/pull/952 ))
- Added functions that allow tests to check version. ([#​963](https://github.com/redis-rs/redis-rs/pull/963 ))
- Fix XREADGROUP command ordering as per Redis Docs, and compatibility with Upstash Redis ([#​960](https://github.com/redis-rs/redis-rs/pull/960 ) [@​prabhpreet](https://github.com/prabhpreet ))
- Optimize make_pipeline_results by pre-allocate memory ([#​957](https://github.com/redis-rs/redis-rs/pull/957 ) [@​PureWhiteWu](https://github.com/PureWhiteWu ))
- Run module tests sequentially. ([#​956](https://github.com/redis-rs/redis-rs/pull/956 ))
- Log cluster creation output in tests. ([#​955](https://github.com/redis-rs/redis-rs/pull/955 ))
- CI: Update and use better maintained github actions. ([#​954](https://github.com/redis-rs/redis-rs/pull/954 ))
- Call CLIENT SETINFO on new connections. ([#​945](https://github.com/redis-rs/redis-rs/pull/945 ))
- Deprecate functions that erroneously use `tokio` in their name. ([#​913](https://github.com/redis-rs/redis-rs/pull/913 ))
- CI: Increase timeouts and use newer redis. ([#​949](https://github.com/redis-rs/redis-rs/pull/949 ))
- Remove redis version from redis-test. ([#​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 )
...
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
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
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