- 07 Feb, 2017 2 commits
-
-
Zach Knox authored
but it's kind of ugly I'll fix that later
-
David Haynes authored
- bunch of blanks for now
-
- 05 Feb, 2017 1 commit
-
-
Grady Moran authored
Modified requirements.txt to add the django-ratelimit (https://github.com/jsocol/django-ratelimit) version 1.0.1 Modified views.py to take a big chunk out of index function and put it in a post function. This allows the ratelimit decorations to work on that function.
-
- 02 Jan, 2017 4 commits
-
-
David Haynes authored
- plus spacing fixes
-
David Haynes authored
-
David Haynes authored
- teleport future packages into the present!
-
Zosman authored
-
- 23 Dec, 2016 4 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
-