6768211a78
Display card image link if user has one
2020-07-16 22:03:46 +00:00
a849b5f887
Add field for card_photo to database
2020-07-16 22:03:46 +00:00
e3514a1768
Add border to card member photo and check font size
2020-07-16 22:03:46 +00:00
9281abf853
Add function to generate member card photo
2020-07-16 22:03:46 +00:00
ee7c9d53d1
Mirror member card template to hide white line
2020-07-16 16:03:12 -06:00
b9a7d118dc
Adjust member card template
2020-07-12 15:18:59 -06:00
638ec37faa
Add swordfish media
2020-07-12 15:04:56 -06:00
d8c93fed06
Add member card template image
2020-07-11 23:54:38 -06:00
e93c936967
Display and vet members ready to be vetted
2020-07-12 03:10:23 +00:00
8561ed2ff4
Add an API route for members ready to be vetted
2020-07-12 03:09:24 +00:00
f3d96b4019
Alert Tanner when an IPN fails to verify
2020-07-03 23:03:00 +00:00
2a381402e2
Try to verify PayPal IPNs twice
2020-07-03 22:50:14 +00:00
f3167a245e
Be more explicit about which URLs we can use
2020-06-29 22:44:08 +00:00
665d4e68bd
Correct admin history date tz, add info to chart
2020-06-26 03:13:29 +00:00
bdbab31a17
Look up emails case insensitive
2020-06-26 03:12:56 +00:00
942ecab890
Use new password reset URLs in client
2020-06-23 21:01:21 +00:00
ca808e1d67
Document password reset URL change
2020-06-23 20:59:58 +00:00
a6e1876b93
Send reset password to LDAP server
2020-06-23 20:58:53 +00:00
5a2c022dfd
Fix UI bugs
2020-06-22 20:51:04 +00:00
74e0bc9754
Add pages for password reset to GUI
2020-06-20 03:50:09 +00:00
8ddb1ca949
Document password reset route change
2020-06-20 03:49:18 +00:00
c5767f033c
Add custom password reset check
2020-06-20 03:48:31 +00:00
1e685187df
Document password reset route
2020-06-20 00:35:58 +00:00
41e1359516
Add URL for password reset confirm
2020-06-20 00:29:24 +00:00
00bcf3fee7
Add email relay credentials
2020-06-19 23:49:05 +00:00
e70e312843
Make locker storage subscription a custom amount
2020-06-19 04:55:48 +00:00
9e39fc8eb1
Add daily card scan count to Home
2020-06-19 04:55:32 +00:00
3141891a27
Add chart line when space opened
2020-06-19 04:55:17 +00:00
16a989fdd8
Improve member form headers
2020-06-19 04:54:41 +00:00
82316e914a
Recount when there's a scan, add count to stats
2020-06-16 04:22:42 +00:00
9bfd44199b
Add Property Management Portal to quick links
2020-06-16 04:21:46 +00:00
5311c31480
Remove default last_seen_at
2020-06-16 04:21:10 +00:00
537b0e7339
Document bypass code
2020-06-11 01:20:01 +00:00
e099490f8b
Send bypass code to server from UI
2020-06-11 01:18:26 +00:00
f23c3ecc4c
Add a bypass code to allow registration outside Protospace
2020-06-10 21:14:43 +00:00
84b83baf13
Remove bypass from debugging
2020-06-08 21:46:03 +00:00
97e1d78acd
Improve card scan logging
2020-06-08 20:16:29 +00:00
e2a3f5a961
Add update rate to Charts page
2020-06-08 20:06:30 +00:00
77b2db0b06
Improve registration logging
2020-06-08 20:06:10 +00:00
Tanner Collin
ac3bd5ba49
Merge pull request #20 from Protospace/dependabot/npm_and_yarn/webclient/websocket-extensions-0.1.4
...
Bump websocket-extensions from 0.1.3 to 0.1.4 in /webclient
2020-06-05 14:46:06 -06:00
dependabot[bot]
ec32c670ab
Bump websocket-extensions from 0.1.3 to 0.1.4 in /webclient
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-06-05 20:43:37 +00:00
Tanner Collin
134401dbb8
Merge pull request #19 from Protospace/dependabot/pip/apiserver/django-3.0.7
...
Bump django from 3.0.3 to 3.0.7 in /apiserver
2020-06-05 14:41:50 -06:00
dependabot[bot]
c86fa197ed
Bump django from 3.0.3 to 3.0.7 in /apiserver
...
Bumps [django](https://github.com/django/django ) from 3.0.3 to 3.0.7.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.0.3...3.0.7 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-06-05 20:34:56 +00:00
e0c36f69ef
Don't allow non-admins to edit their lockout cert dates
2020-06-05 03:50:33 +00:00
2656ed3ff0
Correct timezone for date in lockout auth update script
2020-06-05 03:43:56 +00:00
9ad64cbf5a
Resolve member objects in lockout auth update script
2020-06-05 03:29:32 +00:00
86f4862dbe
Remove Emrah's training_record_fix.py
...
member_id is only a hint from the old portal scrape import used to
link objects when people register on Spaceport if they had an account on
the old portal. It shouldn't be used going forward.
2020-06-05 03:10:07 +00:00
8e9855c408
Return true/false instead of 1/0 for lockouts
2020-06-05 02:52:53 +00:00
fa4777732e
Add space activity chart to UI
2020-06-05 02:48:33 +00:00
Emrah Atil
7c9cbfa1c3
Utility to populate tool certification dates from training data
2020-06-04 19:22:26 -06:00