Commit Graph

713 Commits

Author SHA1 Message Date
8edff64d94 Fix bug with default discourse_username 2021-10-04 06:27:42 +00:00
90b14026d0 Switch to Mailgun 2021-10-02 04:49:35 +00:00
bef5ac437a Allow users to customize their Discourse username 2021-10-02 04:45:00 +00:00
Tanner Collin
b0b480c95b
Merge pull request #60 from Protospace/dependabot/pip/apiserver/pillow-8.3.2
Bump pillow from 8.2.0 to 8.3.2 in /apiserver
2021-09-25 19:39:21 -06:00
Tanner Collin
3a08a671c0
Merge pull request #64 from Protospace/dependabot/pip/apiserver/django-3.1.13
Bump django from 3.1.12 to 3.1.13 in /apiserver
2021-09-25 19:38:29 -06:00
3dd606b0af Add new users to protospace_members Discourse group 2021-09-25 23:00:35 +00:00
6cc2b44711 Update Discourse group membership in daily cronjob 2021-09-25 23:00:35 +00:00
0b27a8bd5d Grammar 2021-09-25 23:00:35 +00:00
441e86ec2b Fix bugs related to Discourse username case 2021-09-25 22:59:34 +00:00
596813bee7 Filter out non-Discourse usernames 2021-09-25 03:12:11 +00:00
66fb4767ca Add Discourse group membership integration 2021-09-24 23:00:56 +00:00
35b4ba08e6 Install gunicorn 2021-09-24 23:00:56 +00:00
c2ea455750 Display the recorder of each Transaction 2021-09-23 21:04:18 +00:00
dependabot[bot]
3ecafb6683
Bump django from 3.1.12 to 3.1.13 in /apiserver
Bumps [django](https://github.com/django/django) from 3.1.12 to 3.1.13.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.1.12...3.1.13)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-22 18:25:01 +00:00
26f581b449 Add info for if a member is allowed entry 2021-09-22 07:29:24 +00:00
e75cd254d8 Update stats when is_allowed_entry has changed 2021-09-22 03:19:30 +00:00
520d11c236 Display userPrincipalName in user dump 2021-09-18 21:55:31 +00:00
ed88c2cbed Remove extra ( 2021-09-18 21:46:06 +00:00
Tanner Collin
d7b713bbf2
Merge pull request #61 from pspencer53/ldap_pat
Merge in Pat's LDAP fix
2021-09-18 15:43:40 -06:00
c741c498cb Update password change/reset progress text 2021-09-18 21:24:19 +00:00
95295a712e Display progress updates during password resets 2021-09-18 21:12:14 +00:00
33a95d0604 Display progress updates during password changes 2021-09-18 20:45:12 +00:00
466453bf8a Move Courses page link into Classes page 2021-09-18 20:33:40 +00:00
Patrick Spencer
5a8b72fa25 Added comments to reflect the changes on 09/17/2021 2021-09-18 00:42:33 -06:00
Patrick Spencer
f4412d1cf5 Added delete_user() function, also updated create_user() to limit sAMAccountName to 20 chars. Also updated find_user() to now look for either SAM or UPN 2021-09-18 00:26:38 -06:00
77ce7c0f9b Add a setting for if a member is allowed entry 2021-09-16 22:28:24 +00:00
b4cf41edff Add a check for instructors to know course vs. class 2021-09-16 22:28:23 +00:00
7aebffa329 Raise error on invalid backup key 2021-09-08 18:41:31 +00:00
feff5914ff Update CNC-Precix-Users LDAP group based on certifications 2021-09-08 06:18:17 +00:00
18c8ab1ea9 Add cnc key back into Lockout API 2021-09-08 06:04:09 +00:00
996e063014 Rename CNC cert to Tormach, add Precix CNC cert 2021-09-08 05:24:05 +00:00
e1aea8efcf Display if the door is open 2021-09-08 03:34:12 +00:00
dependabot[bot]
f7788051d9
Bump pillow from 8.2.0 to 8.3.2 in /apiserver
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 8.3.2.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/8.2.0...8.3.2)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-08 01:36:20 +00:00
c2705338f5 Register new users on the Wiki and Discourse 2021-09-05 01:05:59 +00:00
7dfc32f4df Increase auth server API timeout 2021-09-05 00:53:14 +00:00
77def611cc Add Discourse auth 2021-09-05 00:47:44 +00:00
fa8d68ad52 Fix bug setting wiki password 2021-09-04 23:47:45 +00:00
58b3e4bcc5 Handle orphan cards 2021-09-04 23:38:46 +00:00
8f0b278dd4 Rename auth functions to wiki auth functions 2021-09-04 23:34:43 +00:00
30b1488a18 Rename auth server API functions 2021-09-04 22:54:17 +00:00
77653e9eb9 Display progress updates during registration 2021-09-04 22:28:12 +00:00
1f5f99c971 Hide Sign Up form from IPs outside Protospace 2021-09-04 20:28:05 +00:00
ccd44a063b Add Discourse set password integration 2021-09-04 06:19:57 +00:00
fd0e4b290a Add /ping route to authserver 2021-09-03 23:14:45 +00:00
5c4e0943d0 Improve auth server logging 2021-09-03 23:14:45 +00:00
e6d230a04e Fix newest overall sort bug 2021-08-27 21:33:15 +00:00
370cda0dcc Add link to Charts page 2021-08-21 19:15:22 +00:00
fa36a1bec9 Fix empty last name bug 2021-08-21 19:14:06 +00:00
aa5a01681f Hide member last names from non-vetted members 2021-08-19 07:42:01 +00:00
c98efeff3a Fix 404 in darkmode 2021-08-18 21:45:00 +00:00