- 23 Dec, 2016 2 commits
- 06 Dec, 2016 4 commits
- 05 Dec, 2016 1 commit
-
-
Zosman authored
-
- 22 Nov, 2016 1 commit
-
-
Zosman authored
Fixes an issue with the /signup page for blocked users erroring, now returns a render that renders banned.html
-
- 18 Nov, 2016 3 commits
-
-
David Haynes authored
- thanks python
-
Zosman authored
Changed Unblock Style, Changed the only variable that get changed when user is blocked to user.blocked
-
David Haynes authored
- also a little bit of cleanup as well
-
- 16 Nov, 2016 3 commits
- 15 Nov, 2016 2 commits
- 13 Nov, 2016 1 commit
-
-
Zosman authored
-
- 09 Nov, 2016 2 commits
- 08 Nov, 2016 1 commit
-
-
Zosman authored
-
- 05 Oct, 2016 1 commit
-
-
David Haynes authored
-
- 28 Aug, 2016 1 commit
-
-
David Haynes authored
This reverts commit 795ee50ff9c5fd719062291be2f49008f344e8fc.
-
- 21 Aug, 2016 2 commits
-
-
root authored
-
David Haynes authored
- whoopsie
-
- 15 May, 2016 1 commit
-
-
David Haynes authored
-
- 13 May, 2016 5 commits
-
-
David Haynes authored
- I remember :dbond: saying a foreignkey to User could be a bad idea
-
David Haynes authored
- request.user.registereduser.user -- the (redundant) standard now - removed signup page support for custom admin signups: - this worked pre-CAS s/t admins could add new users - doesn't make sense to use now plus I always hated supporting it - full_name by default left for usability reasons - email system also updated (*not tested*)
-
David Haynes authored
- yay
-
David Haynes authored
- proper order, plus direct redirect with no logic needed -- the :dhaynes: way
-
David Haynes authored
- remove silly helper functions since those are now model vars - fix associations with ^^ - full_name is now provided/filled in/read-only for non-staff - correct redirects with signup
-
- 04 May, 2016 1 commit
-
-
David Haynes authored
- need to look into git stash edition
-
- 26 Apr, 2016 1 commit
-
-
--Added bootstrap3_datetimepicker to requirements --Added bootstrap3_datetimepicker to installed_apps --Animated custom datetimepicker --Closes #26
-
- 11 Apr, 2016 2 commits
-
-
David Haynes authored
- if some rougue admin adds a bunch of redirect loops, now those are handeled - yayayay
-
David Haynes authored
- the host url(in this case go.gmu.edu) is banned from being linked to - prevents users trying to create links to trap users in redirect loops - also a bit more documentation/formatting in crispy-forms cause it looked bad
-
- 09 Apr, 2016 2 commits
-
-
David Haynes authored
- in case admins want to directly contact the user - feature noted in email
-
David Haynes authored
features: - emails sent to admin and users upon registration - email sent to user once they are approved/denied - tidy code
-
- 08 Apr, 2016 1 commit
-
-
David Haynes authored
- ie. About page has no logic, thus render with a TemplateView - Also some new documentation for imports to make it look less messy
-
- 15 Mar, 2016 1 commit
-
-
Matthew Rodgers authored
-
- 09 Mar, 2016 1 commit
-
-
David Haynes authored
- also pass 'request' to forms since by default that cannot be accessed - reformatting a bit for better reading
-
- 22 Feb, 2016 1 commit
-
-
Nicholas Anderson authored
-