- 18 Feb, 2017 3 commits
-
-
Zosman authored
Added a or statment to the line that sets the row that we are searching through, it is my hope that this will accomplish the goal of allowing the user to search through both fullname and username, at the moment i am unable to test this unfortunatly. #hope :zosman:
-
Zosman authored
Its an attempt to make #go more freindly to people who dont know django and #go as a project :zosman:
-
Zosman authored
Made comments a bit more PG :zosman:
-
- 16 Feb, 2017 1 commit
-
-
Zosman authored
-
- 14 Feb, 2017 3 commits
-
-
David Haynes authored
-
David Haynes authored
Drop ldap support (Closes #124) See merge request !75
-
David Haynes authored
- this was included in the original version of Go before cas was fully utilised - I'm not sure it even works and has been sitting around for a long time - will slightly speed up builds
-
- 08 Feb, 2017 2 commits
-
-
David Haynes authored
Dhaynes small nit See merge request !74
-
Grady Moran authored
Removed a $ at the end of the admin (not useradmin) page in urls.py that was breaking when you tried to access the page.
-
- 07 Feb, 2017 21 commits
-
-
David Haynes authored
Establish framework for testing and complete test_urls.py and test_pf See merge request !73
-
David Haynes authored
- variable names changed
-
David Haynes authored
- redirection tested
-
David Haynes authored
- also a note that reversing /admin just does not work
-
David Haynes authored
- fairly simple stuff here
-
David Haynes authored
- also fix some spaces
-
David Haynes authored
- also fix some coments
-
David Haynes authored
- chars, ints, _ and -'s
-
David Haynes authored
-
David Haynes authored
- figured out how to test urls woo
-
David Haynes authored
- also remove obsolete setup file
-
David Haynes authored
-
David Haynes authored
- bunch of blanks for now
-
David Haynes authored
-
David Haynes authored
adds two scoops style requirements.txt See merge request !71
-
David Haynes authored
-
David Haynes authored
- == over =
-
David Haynes authored
- also CI >>> ci
-
David Haynes authored
-
David Haynes authored
- oops, dd'd too much
-
David Haynes authored
-
- 05 Feb, 2017 2 commits
-
-
Grady Moran authored
-
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.
-
- 04 Feb, 2017 8 commits
-
-
Zosman authored
-
Leo Grandinetti authored
- added requirements directory with base, ci, prod, and dev txt file - requirements.txt in base directory redirects to requirements/base.txt - ci, prod, and dev all redirect to base.txt and installs their own specific packages at dhayne's discretion - when installing packages through pip3, command is pip3 install -r requirements/{preferred_requirement_file}.txt - possibly need to rewrite parts of installation wiki to accomodate, or not idk - Closes #131
-
Zosman authored
These group of commits on branch issue119 in an attempt to allow admins to search through the users in a table. we currently have too many to be able to easily find a specific user in a table. This issue will solve that problem. - Zach Osman
-
Zosman authored
-
Zosman authored
-
David Haynes authored
- phew
-
David Haynes authored
- list out what we need to do
-
Zosman authored
-