- Jul 03, 2017
-
-
Dr Abraham Martin authored
Raise TypeError if the request is not in the proper format for UcamWebAuth, so that django tries other authentication backends
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
- Jul 22, 2016
-
-
Matthew Vernon authored
-
- May 11, 2016
-
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
- Oct 12, 2015
-
-
Dr Abraham Martin authored
-
- Aug 21, 2015
-
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
- Mar 13, 2015
-
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
- Mar 12, 2015
-
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
- Oct 14, 2014
-
-
Ben Harris authored
-
Ben Harris authored
It's no longer required. Arguably, we should run some tests with it set to make sure it still works.
-
Ben Harris authored
-
Ben Harris authored
It's excessively picky, and in particular rejects single-component host names. These are permitted by the URI spec, and are generated by django.test.RequestFactory. In any case, the next thing we do with the returned URL is to compare it with one we've generated internally, which should catch any genuinely invalid URLs.
-
Ben Harris authored
-
Ben Harris authored
This is a two-character fix with a 17-line test case.
-
Ben Harris authored
It can now be automatically generated from an incoming request and Django's urlconf. Django handles validation of the host name by checking against ALLOWED_HOSTS. This causes relatively deep code changes because it requires passing the current HttpRequest a lot deeper into the call stack than it used to go.
-