Commit graph

117 commits

Author SHA1 Message Date
maartenvn 141e25ee38 Use regular buttons instead of inputs for better accessibility 2020-07-27 20:17:28 +02:00
maartenvn d5379ae0b7 Highlight no data provided 2020-07-27 17:44:16 +02:00
j d49df3debf Merge branch 'layout' into 'master'
Link to privacy policy and tweak layout

See merge request bestuur/kers!7
2020-07-26 15:33:08 +02:00
Midgard 2e5f2ec3e7
Adjust layout: a bit more space, less bullets 2020-07-26 15:30:30 +02:00
Midgard b664ef765f
Add a footer with i.a. a link to privacy policy 2020-07-26 15:30:30 +02:00
j 295de3f5d5 Merge branch 'improve-assignment' into 'master'
Fix bug in assignment: date has no date

See merge request bestuur/kers!6
2020-07-26 02:30:36 +02:00
Midgard 4cf6498360
Fix bug in assignment: date has no date
This made the assignment task crash.
2020-07-26 01:15:27 +02:00
Midgard e2a82dcf74
Remove migration rewriting from Makefile
Now that we're live, we can't rewrite migration history.
2020-07-26 00:58:47 +02:00
Midgard 772c6eff1f
Remove /test endpoint 2020-07-26 00:42:13 +02:00
Midgard 264dc30639
Remove cargo culted .all() 2020-07-26 00:41:35 +02:00
Midgard 783ab54b61
Correct typo 2020-07-26 00:41:06 +02:00
Midgard 3e88f1d207
Remove magic constants "A" and "I"
These stand for "admitted" and "interested", but we have constants for
that.
2020-07-26 00:40:29 +02:00
j d107409619 Merge branch 'better-eventview' into 'master'
Move description from title to paragraph

See merge request bestuur/kers!3
2020-07-26 00:16:43 +02:00
redfast00 f7da5b5da2 Move description from title to paragraph
The description of events can be quite long: they contain a description
of what will happen during the event and what safety measures are taken.
2020-07-25 21:57:35 +02:00
Midgard 6466c51111
Eliminate hardcoded 'A' for ADMITTED 2020-07-25 16:33:20 +02:00
Midgard 45d62cee58
Denied is not a thing any more 2020-07-25 16:23:37 +02:00
redfast00 db4074ab33 Add static config 2020-07-25 15:07:06 +02:00
Midgard a3891494af
Add deregistration 2020-07-25 14:31:03 +02:00
redfast00 5a1d5713e6 Fix name of config entry 2020-07-25 14:28:38 +02:00
redfast00 af4e025a6d Add data volume 2020-07-25 14:10:32 +02:00
Midgard 182f43545f
Improve button design
The red felt like something was wrong. The animations are snappier now.
2020-07-25 14:03:17 +02:00
Midgard 01eb5c86bb
"".split(",") == [""] 2020-07-25 13:55:12 +02:00
Midgard a764d21e73
Redo student № placeholder, validate min 8 chars 2020-07-25 13:47:39 +02:00
Midgard 6d6e12a999
Reorder event list item info a bit 2020-07-25 13:45:42 +02:00
Midgard aaabde9be3
Color links 2020-07-25 13:45:42 +02:00
redfast00 b779062f25 Remove adminer 2020-07-25 13:35:30 +02:00
redfast00 7d23ee6044 Move env variables to envfile 2020-07-25 13:33:28 +02:00
Midgard 79fc7413c9
Responsive style++ 2020-07-25 13:27:20 +02:00
Midgard 38f811784c
Remove unneeded code
Works without Referer. This allows to eliminate a hardcoded URL path.
2020-07-25 13:06:54 +02:00
Midgard ad45243d0b
Correct length of student number in placeholder 2020-07-25 13:04:54 +02:00
Midgard 6825af2981
Fix error after variable name refactor 2020-07-25 13:03:47 +02:00
Midgard 829b454bd9
Add development environment docs in README 2020-07-25 12:40:57 +02:00
Midgard 8d17100677
Superuser is created in the seed migration
users/migrations/0002
2020-07-25 12:32:04 +02:00
Midgard 4573d0ae94
Format script 2020-07-25 12:25:20 +02:00
Midgard 764959e70a
Moar environment variables 2020-07-25 12:21:53 +02:00
Midgard 10568e2b3d
Rewrite migrations 2020-07-25 12:15:18 +02:00
Midgard db8fc1920c
Makefile: make messages upon database resetting clearer 2020-07-25 12:14:50 +02:00
Midgard 4706f7b5fc
Don't remove our precious seed migration 2020-07-25 12:09:58 +02:00
Midgard 4911aaeb54
Give migration more useful name 2020-07-25 11:59:04 +02:00
Midgard a29f4e627e
Database toggle 2020-07-25 11:54:15 +02:00
Midgard 17650b72ba
Allow admin password to be set from environment
Require password to be different from "admin" in production.
2020-07-25 11:35:43 +02:00
Midgard ce411aec56
Makefile! 2020-07-25 11:04:56 +02:00
Midgard 2f76476057
M-makefile? 2020-07-25 10:59:30 +02:00
Midgard 4f4d2da551
Did somebody say "Makefile"? 2020-07-25 10:44:18 +02:00
Maxime Bloch ab8b7258a7 add responsible person to event 2020-07-25 02:46:33 +02:00
Maxime Bloch 62b71a5df6 Add event edit link for admins 2020-07-25 02:41:33 +02:00
Maxime Bloch eaa154f829 Add notes to event list view 2020-07-25 02:37:05 +02:00
Maxime Bloch 1aaa3f68d4 add note to event model 2020-07-25 02:33:42 +02:00
Maxime Bloch 19d791153c add migration to create 'bestuur' group with correct event permissions. Add default admin user. Add form to add users to a group 2020-07-25 02:27:15 +02:00
Midgard 4306889349
Improve header layout 2020-07-25 01:32:44 +02:00