Commit Graph

123 Commits

Author SHA1 Message Date
4d532e5846 add final tests for trip.rs 2023-04-28 18:18:00 +02:00
38732df6c8 add test; fix bug 2023-04-28 18:08:01 +02:00
ef921314d2 clean function 2023-04-26 17:02:47 +02:00
346a9b1d91 add unit tests 2023-04-26 16:54:53 +02:00
9236113507 clean code with clippy 2023-04-26 12:52:19 +02:00
a49de71a5d even more tests! 2023-04-26 12:21:30 +02:00
1e92b166c7 add tests for trip_details 2023-04-26 11:31:02 +02:00
7a2639bbb1 remove unused users 2023-04-26 11:25:29 +02:00
153d7f84e1 add tests for usre 2023-04-26 11:22:22 +02:00
daf8afd731 clean code with clippy 2023-04-24 14:34:06 +02:00
a3ac83228c add rss feed with common actions 2023-04-18 12:10:11 +02:00
2d1710251c demote sqlx log to debug 2023-04-13 08:15:55 +02:00
87a956369e skip rest test for now; error bc CI can't find /static folder 2023-04-10 15:24:54 +02:00
c11ed8abc4 fix ci 2023-04-10 15:15:16 +02:00
311153d96b fix ci 2023-04-10 15:01:43 +02:00
54211c72a9 add rest test 2023-04-10 14:39:41 +02:00
494ec31c8d use proper result for finding user 2023-04-10 14:25:31 +02:00
769bc7f177 show 6 (instead of 7) days for normal user 2023-04-07 12:06:04 +02:00
0b961ca1b8 merge 2023-04-07 11:58:00 +02:00
1d03dd59b2 allow cox to edit own trips 2023-04-07 11:54:56 +02:00
3f9d5bb4c7 allow trip to be deleted if noone has registered yet 2023-04-07 11:16:39 +02:00
c59a2c3a29 show last day of year 2023-04-07 10:10:54 +02:00
4d49574ebb add cox_needed attribute 2023-04-06 20:08:58 +02:00
f034a780a2 send loggedin_user in /admin/user 2023-04-06 18:57:10 +02:00
194577f9bd check if already cox on planned events 2023-04-06 18:48:18 +02:00
82c4680684 restructure code 2023-04-06 08:06:50 +02:00
2ede4af500 sort user by name 2023-04-05 22:09:24 +02:00
92040e7eac move todo to proper location 2023-04-05 22:04:05 +02:00
8f05d1bdf4 don't allow to join as user if already cox 2023-04-05 22:01:50 +02:00
9ab1572b15 don't allow cox to help if cox is already registered as rower for event 2023-04-05 21:49:48 +02:00
f609ee1cb4 allow admin to create user 2023-04-05 20:56:36 +02:00
0789095704 add fileserver 2023-04-05 19:24:02 +02:00
f7c7f9aaf8 show registration time for rowers 2023-04-05 17:25:22 +02:00
da31c36c70 clean code with clippy 2023-04-04 19:49:27 +02:00
21b87f9471 cox always see full year 2023-04-04 15:42:26 +02:00
476c4db255 allow to show full year 2023-04-04 15:38:47 +02:00
cedaba5709 push 2023-04-04 15:16:21 +02:00
0bdd073d7f fix bug 2023-04-04 12:23:41 +02:00
3d907487a1 add planned_trip functionality 2023-04-04 12:19:56 +02:00
3dfc64071c finish admin tasks 2023-04-04 10:44:14 +02:00
303624ab83 show name of loggedin_user; add logout functionality 2023-04-03 22:10:12 +02:00
387d93bbaf add tests; add authentication cookie 2023-04-03 22:03:45 +02:00
79f22b9217 clean code with clippy 2023-04-03 17:32:41 +02:00
ff73accb52 craete login tests 2023-04-03 17:21:34 +02:00
d50f3d9746 start working on auth 2023-04-03 16:11:26 +02:00
3dbfadb00e don't focus on tests for now 2023-03-27 11:46:47 +02:00
546381511e push 2023-03-26 16:58:45 +02:00
bb8fb03b61 add user table 2023-03-26 14:40:56 +02:00
f01b073654 clean repo 2023-03-26 13:59:48 +02:00
22dfd76467 always use your own name for registrations; except if the user has the add_different_user permission 2023-03-23 11:16:00 +01:00
cde862f97f always use your own name for registrations; except if the user has the add_different_user permission 2023-03-23 11:13:19 +01:00
de35247c76 improve code with clippy 2023-03-23 10:26:18 +01:00
Philipp
31258bdf15 allow cox to create events on no open days 2023-03-14 19:31:40 +01:00
747698b72d fix 2023-03-14 17:09:12 +01:00
38d8197a48 don't allow registration for own events 2023-03-14 17:05:20 +01:00
48c9a481cc push 2023-03-14 16:49:32 +01:00
c79a342ce8 push 2023-03-14 14:00:53 +01:00
13f86e5383 improve message 2023-03-12 13:48:03 +01:00
9e31652f47 clean code with clippy 2023-03-04 13:48:09 +01:00
ff36557a60 switch to datetime (instead of string) + show proper timezone 2023-03-04 13:36:36 +01:00
ff30d1894a remove debug statement 2023-03-04 13:33:01 +01:00
6ea1585d7c proper error message if already registered 2023-03-04 12:10:44 +01:00
23f3c142c1 add logging 2023-03-04 11:20:12 +01:00
edf59251d0 allow deleting registrations 2023-02-16 13:47:51 +01:00
306ae13467 add flash 2023-02-16 11:59:01 +01:00
6e54b29288 final touches 2023-02-16 11:26:41 +01:00
a95445c53c push 2023-02-09 17:29:29 +01:00
432962f5a9 push 2023-02-09 17:08:07 +01:00
9a72413934 Push 2023-02-09 15:29:44 +01:00
03dcfc6255 push 2023-02-09 13:19:00 +01:00
5200150828 push 2023-02-09 12:16:04 +01:00
1934fef0dd finish day CRU 2023-02-08 22:02:17 +01:00
9fd0481f73 initial push 2023-02-08 16:25:06 +01:00