|
474db1232d
|
start working on calculating member fees
|
2024-01-18 21:36:38 +01:00 |
|
|
07c76f4e64
|
add family
|
2024-01-18 16:37:54 +01:00 |
|
|
3e2e058bcc
|
limit users to proper role, Fixes #135
|
2024-01-10 14:08:15 +01:00 |
|
|
5800f137f3
|
add data from nx
|
2023-12-30 21:21:30 +01:00 |
|
|
c7d7d0ca83
|
in preparation to moving userdata into app, we switched to arbitrary groups
|
2023-12-23 21:27:52 +01:00 |
|
|
7569798b00
|
upgrade sqlx to 0.7 Fixes #76 restructure registrations
|
2023-11-22 13:19:31 +01:00 |
|
|
2dd3885ba0
|
fix query
|
2023-11-20 23:44:13 +01:00 |
|
|
144bcefcab
|
update deps, switch to newest rocket version
|
2023-11-08 17:39:39 +01:00 |
|
|
039f9fbddf
|
switch order
|
2023-11-02 16:00:41 +01:00 |
|
|
4726c25d20
|
migration + better ordering
|
2023-11-02 15:04:08 +01:00 |
|
|
e1a7bdae65
|
fix ci
|
2023-11-02 12:25:13 +01:00 |
|
|
1ff050a247
|
add ergo tool
|
2023-11-02 12:15:10 +01:00 |
|
|
1d7f95e522
|
finish backend tests of new db layout
|
2023-10-30 15:32:17 +01:00 |
|
|
1f35be88ad
|
scheckbuch can't see logbuch
|
2023-10-24 10:16:26 +02:00 |
|
|
1581570d97
|
fix off-by-one error of not showing 'always show' trips 7 days before the event
|
2023-10-09 20:42:01 +02:00 |
|
|
d102e57b09
|
disable rowers in logbook if they are on water
|
2023-10-01 20:52:41 +02:00 |
|
|
90155dbc0f
|
fix ci
|
2023-10-01 20:52:41 +02:00 |
|
|
ff31ad83fe
|
add boatdamages functionality
|
2023-08-02 14:29:19 +02:00 |
|
|
adb26f6b91
|
create tests for model/rower.rs, Closes #32
|
2023-07-31 16:59:15 +02:00 |
|
|
32e6148844
|
use query_as instead of manual mapping
|
2023-07-31 16:33:44 +02:00 |
|
|
dc4b4b3499
|
add tests; Closes #30
|
2023-07-31 16:25:07 +02:00 |
|
|
1bff814811
|
push
|
2023-07-30 22:59:47 +02:00 |
|
|
e30dae68ad
|
remove not unseful logging
|
2023-07-28 11:50:11 +02:00 |
|
|
2e9ad2215f
|
remove unused import
|
2023-07-27 22:18:00 +02:00 |
|
|
16a0654e1f
|
only save (encrypted) user_id in cookie
|
2023-07-27 22:16:12 +02:00 |
|
|
0c906f2bda
|
check if shipmaster is already on the water
|
2023-07-27 15:00:52 +02:00 |
|
|
e5f22ae070
|
more clippy :-)
|
2023-07-25 13:32:20 +02:00 |
|
|
a7789af713
|
clean code with clippy
|
2023-07-25 13:22:11 +02:00 |
|
|
3765541674
|
even show who's logging in
|
2023-07-25 11:36:36 +02:00 |
|
|
1436feaffd
|
create logs for login
|
2023-07-25 11:31:51 +02:00 |
|
|
082fac9789
|
add stats
|
2023-07-24 20:56:46 +02:00 |
|
|
c42cd2cd9c
|
allow adding rowers to logbook
|
2023-07-24 13:01:39 +02:00 |
|
|
c32c8bb643
|
move always_show to tripdetails
|
2023-07-23 19:45:48 +02:00 |
|
|
1d4c5f356d
|
add first draft of logbook
|
2023-07-23 12:17:57 +02:00 |
|
|
4ad6caa26c
|
trim string
|
2023-07-11 14:37:48 +02:00 |
|
|
a0afce344f
|
add debug log for auth
|
2023-07-11 09:16:13 +02:00 |
|
|
52f1c3c026
|
push
|
2023-06-08 17:23:23 +02:00 |
|
|
d7417804a0
|
renew cookies on every action; increase cookie timeout to 3 months
|
2023-06-07 00:07:11 +02:00 |
|
|
eccf224a40
|
order names by last access
|
2023-06-06 10:08:54 +02:00 |
|
|
9c30cda326
|
clean code with clippy
|
2023-05-30 14:36:23 +02:00 |
|
|
c91db80ce5
|
no more clones!
|
2023-05-24 12:18:14 +02:00 |
|
|
99296d4060
|
fix many clones()
|
2023-05-24 12:11:55 +02:00 |
|
|
968ab00cc0
|
show last access time
|
2023-05-10 09:04:09 +02:00 |
|
|
8c38a2faf6
|
add last_access column for user table
|
2023-05-10 08:57:20 +02:00 |
|
|
3f01bf39b3
|
deduplicate code
|
2023-05-03 16:06:27 +02:00 |
|
|
0b34b776ac
|
remove unwrap :-)
|
2023-05-03 15:59:28 +02:00 |
|
|
bb4dba7bc9
|
only allow guests to register for specific events; don't even show them the other trips
|
2023-04-29 18:57:01 +02:00 |
|
|
3d5ad30904
|
send triptype to frontend
|
2023-04-28 21:19:51 +02:00 |
|
|
734bbd434e
|
fix bug
|
2023-04-28 19:43:59 +02:00 |
|
|
055c330a3e
|
allow 'deletion' of user
|
2023-04-28 19:29:20 +02:00 |
|