|
3117028023
|
Begin LDAP HTTP server with stubs
|
2020-02-04 06:18:37 +00:00 |
|
|
efcc4b847d
|
Fix login bug with empty username
|
2020-02-02 05:30:40 +00:00 |
|
|
0326950c54
|
Move Django secret key to secrets.py
|
2020-02-02 04:42:46 +00:00 |
|
|
c501eb3c1a
|
Install gunicorn
|
2020-02-02 04:00:12 +00:00 |
|
|
5c517ed41f
|
Add prod domains to ALLOWED_HOSTS
|
2020-02-02 04:00:12 +00:00 |
|
|
004f98f0a8
|
Fix missing import
|
2020-02-02 03:59:43 +00:00 |
|
|
b06a741763
|
Add instructions for importing member photo and scrape date
|
2020-02-02 03:59:06 +00:00 |
|
|
c9fa795824
|
Obfuscate PayPal IPN route
|
2020-02-02 00:02:53 +00:00 |
|
|
5130c8e169
|
Add docs for users reporting their transactions route
|
2020-02-01 09:03:31 +00:00 |
|
|
f5cfc9a1d6
|
Add UI so users can report transactions
|
2020-02-01 08:56:22 +00:00 |
|
|
59d495b91d
|
Add API route for reporting transactions
|
2020-02-01 08:55:45 +00:00 |
|
|
4bde37cd8a
|
Link to member from transaction
|
2020-02-01 07:39:24 +00:00 |
|
|
5a6e7914c9
|
Enforce correct capitalization of PayPal
|
2020-02-01 07:39:02 +00:00 |
|
|
beb9072291
|
Train paypal hints when reported transaction is cleared
|
2020-02-01 02:36:48 +00:00 |
|
|
63d83ec2f6
|
Add minimum height to container to prevent loading flashing
|
2020-02-01 02:36:15 +00:00 |
|
|
baeda4acb9
|
Document transaction reporting
|
2020-02-01 01:38:12 +00:00 |
|
|
9fd7e76486
|
Add UI page for reported transactions, member dropdown
|
2020-01-31 23:47:52 +00:00 |
|
|
7d3d06033d
|
Expose reported transactions on GET /transactions/
|
2020-01-31 23:46:59 +00:00 |
|
|
8296295937
|
Add /ipn/ API route to process PayPal IPNs
|
2020-01-30 23:51:51 +00:00 |
|
|
c1e682478b
|
Register all api models with admin page
|
2020-01-29 23:42:44 +00:00 |
|
|
bfc757cace
|
Add script to parse old paypal txs into member hints
|
2020-01-29 23:42:10 +00:00 |
|
|
26c8180ca0
|
Protect static. against misconfigured webservers
|
2020-01-26 22:40:39 +00:00 |
|
|
f2addd45b1
|
Add link to member forms on admin member page
|
2020-01-26 22:17:24 +00:00 |
|
|
6789090ba2
|
Generate member forms on unpause and import
|
2020-01-26 22:17:05 +00:00 |
|
|
7eb46f39db
|
Statically serve member PDF forms instead, add link
|
2020-01-26 10:39:59 +00:00 |
|
|
0c1f82a3c7
|
Add API route to generate member's application PDF forms
|
2020-01-26 08:29:14 +00:00 |
|
|
e24de87557
|
Add missing member_id to transaction docs
|
2020-01-25 22:55:12 +00:00 |
|
|
ff72500e70
|
Host CSS, remove dependency of Google Fonts and CDN
|
2020-01-23 23:42:32 +00:00 |
|
|
f44d1d9d98
|
Move success messages under submit button
|
2020-01-23 22:44:42 +00:00 |
|
|
273e514ee3
|
Add script to hammer API with test requests
|
2020-01-23 22:32:49 +00:00 |
|
|
3f293f2cea
|
Rename process image function
|
2020-01-23 22:32:31 +00:00 |
|
|
c0fa194818
|
Fix cards typo in docs
|
2020-01-23 20:50:40 +00:00 |
|
|
5ac30ebf6c
|
Fix import error
|
2020-01-23 07:29:38 +00:00 |
|
|
77e90e090f
|
Log when we run without old portal data
|
2020-01-23 07:25:53 +00:00 |
|
|
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 |
|