Commit Graph

724 Commits

Author SHA1 Message Date
b8dc5467d8 Increase GET group member list limit 2021-11-11 00:18:48 +00:00
4ab5ead4eb Update link to Protospace Forum 2021-10-29 22:01:43 +00:00
e928937d43 Add course description to class page 2021-10-23 07:28:52 +00:00
c3deb3d560 Update Google Groups links to Discourse 2021-10-23 07:28:52 +00:00
Tanner Collin
293209b3e0
Merge pull request #66 from Protospace/dependabot/pip/apiserver/babel-2.9.1
Bump babel from 2.8.0 to 2.9.1 in /apiserver
2021-10-21 15:54:56 -06:00
dependabot[bot]
8631c99347
Bump babel from 2.8.0 to 2.9.1 in /apiserver
Bumps [babel](https://github.com/python-babel/babel) from 2.8.0 to 2.9.1.
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES)
- [Commits](https://github.com/python-babel/babel/compare/v2.8.0...v2.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-21 18:33:45 +00:00
7b74a58720 Add route to change Discourse username 2021-10-14 22:47:27 +00:00
ee8dd8897e Fix auth black screen bug 2021-10-08 05:02:00 +00:00
0b25fa173b Add Discourse users to Protospace Members group on auth 2021-10-07 06:39:04 +00:00
3a91f14b29 Show alarm status line to unvetted members 2021-10-06 20:38:55 +00:00
ef44815d7a Allow non-vetted members to see the alarm status 2021-10-06 20:24:21 +00:00
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