Commit Graph

317 Commits

Author SHA1 Message Date
f29f8a9c75 Freeze requirements 2020-01-23 06:55:11 +00:00
c6182c8984 Allow importing the old portal to be optional 2020-01-23 06:54:34 +00:00
6dcdeffa9e Add link to docs in README 2020-01-23 03:33:57 +00:00
b840889379 Add button to log out all sessions 2020-01-23 03:32:54 +00:00
664859dd26 Only allow admins to change member's names 2020-01-23 03:11:37 +00:00
66c959db59 Import validation exception 2020-01-23 02:55:28 +00:00
9719867ebd Move <Router> to index.js, go home on log out 2020-01-23 02:54:33 +00:00
78f67e845b Update serialize-javascript package 2020-01-22 22:38:30 +00:00
8b48ff9c05 Move utils and permissions to own file, clean up code 2020-01-22 22:32:58 +00:00
0a13f52053 Fully document API and move dev setup instructions 2020-01-21 23:49:01 +00:00
15f736809d Make member_id int, ignore username case 2020-01-21 23:46:44 +00:00
f84171de83 Confirm user logout 2020-01-21 23:45:54 +00:00
72d502d0b7 Set up boilerplate sphinx docs 2020-01-21 06:18:09 +00:00
3af9f51fb0 Misc fixes 2020-01-21 05:00:45 +00:00
a3e14c434d Add missing green color for Prepaid 2020-01-20 09:47:23 +00:00
eb472c815e Add unit testing instructions 2020-01-20 06:05:10 +00:00
aa9045e49e Add door controller cards route to API 2020-01-20 06:01:10 +00:00
872a51f5f5 Change pause and unpause routes to POST 2020-01-20 04:42:50 +00:00
5a69e5d88d Improve nginx caching 2020-01-20 03:05:26 +00:00
047833b5cc Display correct icon color based on status 2020-01-20 02:54:44 +00:00
6c7464fe67 Display "Former Member" for all non-member statuses 2020-01-20 02:31:38 +00:00
b214dc230f Add UI for pausing and unpausing members 2020-01-20 02:25:58 +00:00
c9faca94ad Add API routes to pause / unpause membership 2020-01-20 01:57:05 +00:00
e92182724b Fix fake missing membership tests 2020-01-20 00:46:07 +00:00
45965b29b2 Make expire and paused date read-only, add fake months individually 2020-01-20 00:29:28 +00:00
8ca8970092 Add django command for running member tally cron daily 2020-01-19 10:57:56 +00:00
712a6c533f Retally membership months on any transaction change 2020-01-19 08:59:16 +00:00
73b6d19c19 Add a fake membership transaction when importing old portal 2020-01-19 06:58:51 +00:00
0fe999ca97 Add utils and tests for calculating membership status 2020-01-19 03:00:05 +00:00
f9c21b7001 Fix margins on attendance buttons 2020-01-18 07:54:17 +00:00
3755969ead Allow admins to add transactions to users 2020-01-18 04:47:54 +00:00
6a7f409986 Add transaction editor to UI 2020-01-18 03:34:55 +00:00
08bd52704b Use object IDs instead of array indices as keys 2020-01-18 01:36:53 +00:00
cb8ac3cf63 Force refresh of states instead of modifying objects 2020-01-18 01:27:56 +00:00
6c8f6f7baa Add transactions to admin member search result 2020-01-18 00:55:08 +00:00
1839616aa9 Limit sign ups from Protospace only 2020-01-17 09:20:55 +00:00
df1490dd2d Add API route for transactions 2020-01-17 07:20:07 +00:00
0f39901c76 Only show course description character count over 3000 2020-01-17 04:16:42 +00:00
94a296744c Improve old portal timezone correction
(Still off by an hour during DST)
2020-01-17 04:16:09 +00:00
92ac996952 Add README 2020-01-16 23:38:11 +00:00
699449e1f1 Move DB and whitelist localhost 2020-01-16 23:15:37 +00:00
dc50eb13d0 Increase short logo icon size 2020-01-16 23:13:43 +00:00
ec5f17d4d3 Correct timezone data from old portal scrape 2020-01-16 09:46:11 +00:00
b6573f1d72 Add UI for class sign up and attendance 2020-01-16 09:09:45 +00:00
57407be11e Add API route for training 2020-01-16 06:17:33 +00:00
801d35aa88 Add icon to short logo 2020-01-16 04:05:30 +00:00
27c6ca65e1 Fix class sorting bug and move datetime picker down 2020-01-16 03:00:10 +00:00
1a8b12ceb4 Add favicons and site title 2020-01-16 02:49:09 +00:00
d171f19d4e Display max student count 2020-01-16 02:35:01 +00:00
a58aa22bbf Display times in local timezone 2020-01-16 02:03:23 +00:00