spaceport/apiserver/apiserver/api
Tanner Collin 4f121d0541 Add progress to class creation, fix interest emails
If there's 20 people interested in a course, class creation could take
quite a while so show progress. Only send emails to active members.
Change "Interest +" wording to "interested" in emails.
2022-09-05 22:01:46 +00:00
..
emails Add progress to class creation, fix interest emails 2022-09-05 22:01:46 +00:00
management/commands Iterate over Members instead of Users in discourse integration 2022-04-21 22:21:16 +00:00
__init__.py Create an index of all history changes 2020-02-24 23:49:14 +00:00
admin.py Don't register historical tables in admin interface 2020-02-13 02:16:21 +00:00
apps.py Create an index of all history changes 2020-02-24 23:49:14 +00:00
fields.py Move utils and permissions to own file, clean up code 2020-01-22 22:32:58 +00:00
models.py Add Protocoin to Paymaster 2022-08-22 22:15:03 +00:00
permissions.py Serialize History and expose to API 2020-02-25 23:32:28 +00:00
serializers.py Add public protocoin transaction route 2022-09-02 01:00:39 +00:00
signals.py More preferred name 2022-08-27 06:55:55 +00:00
test_api.py add unhappy day registration test cases 2022-07-04 20:55:53 -06:00
tests.py test: remove unused django setup calls 2022-06-26 08:14:21 -07:00
throttles.py implement registration API tests 2022-07-04 20:43:06 -06:00
utils_auth.py Generate missing LDAP users 2022-08-30 20:49:04 +00:00
utils_email.py Add progress to class creation, fix interest emails 2022-09-05 22:01:46 +00:00
utils_ldap.py Merge branch 'preferred_name' 2022-08-31 00:12:56 +00:00
utils_paypal.py Add logging to all transactions 2022-08-23 20:36:03 +00:00
utils_stats.py Add progress to class creation, fix interest emails 2022-09-05 22:01:46 +00:00
utils.py Collect preferred name on sign up and use it 2022-08-25 02:16:28 +00:00
views.py Add progress to class creation, fix interest emails 2022-09-05 22:01:46 +00:00