| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
| |
Now that MapIt is https only the proxy pass URLs need to be https
otherwise we proxy back the 301 redirect and various bits of the
JavaScript fail the pre-flight CORS check.
|
|
|
|
|
|
|
|
|
| |
- Adds is_superuser flag to User
- Logged-in user must be a superuser or have from_body set in order to access
anything within /admin
- has_permission_to on a superuser will always return true
- Only superusers can create/grant superusers
- New `createsuperuser` command for creating superusers
|
|
|
|
| |
This will be used by the installation script. Fixes #995.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This also sets Cache-Control: no-transform for Javascript
in order to prevent mangling by proxies. Thanks to Matthew
Somerville for suggesting these changes.
|
|
This commit also reorganizes the files in conf/
|