aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/urls.py
AgeCommit message (Collapse)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
svn path=/branches/tk685/; revision=5757
2013-09-19update cacheview interface to match the style of the main appMichael Elkins
svn path=/trunk/; revision=5496
2013-03-06fix DeprecationWarning showing up in the apache.logMichael Elkins
see #447 svn path=/trunk/; revision=5112
2013-02-28remove rpki.gui.cacheview from urls.py since it is outdated and doesn't ↵Michael Elkins
compile with django 1.5 see #433 svn path=/trunk/; revision=5092
2013-01-31require a connection secured with TLS, otherwise return a HTTP 500 errorMichael Elkins
closes #401 svn path=/branches/tk401/; revision=4985
2012-11-21update templates to use twitter bootstrap 2.2.1Michael Elkins
use django-crispy-forms for form rendering new generic form template app_form.html to replace many duplicate form templates svn path=/branches/tk329/; revision=4890
2012-11-20add support for client side route lookup in the roa creation formMichael Elkins
see #329 svn path=/branches/tk329/; revision=4889
2012-07-05remove admin autodiscover since we do not use the admin interfaceMichael Elkins
svn path=/trunk/; revision=4576
2012-02-24move copyright notice to comment block. pep8 formatting.Michael Elkins
svn path=/branches/tk161/; revision=4365
2012-01-17disable admindocs urlMichael Elkins
disable admin url change defaut location for /site_media/ to /usr/local/share/rpki/media/ svn path=/branches/tk161/; revision=4201
2012-01-17continued integration with tk100Michael Elkins
svn path=/branches/tk161/; revision=4181
2012-01-17add debug message for route viewMichael Elkins
svn path=/branches/tk161/; revision=4162
2012-01-17forgot to include html templates in last commitMichael Elkins
svn path=/branches/tk161/; revision=4158
2011-06-09add support for browing the rcynic cacheMichael Elkins
svn path=/rpkid/portal-gui/scripts/rpkigui-rcynic.py; revision=3859
2011-02-08add new script rpkigui-response as a help to put responses fromMichael Elkins
parents/repositories back into the rpki outbox mailbox don't present link for issuing a roa on address ranges that are not proper prefixes put all urls used by rpkidemo under the /rpki/demo/ prefix created new my_login_required decorator for use in portal gui views used by rpkidemo in order to return response code 403 instead of redirecting to the login page created rpki.gui.app.login view in order to fail with code 403 when rpkidemo user enters a bad username or password instead of redirecting to the login page added support for handling the parent-child setup by placing the uploaded identity.xml files into ${localstatedir}/rpki/inbox for the rpki operator to process manually. The responses are placed into ${localstatedir}/rpki/outbox where the portal gui processes them when rpkidemo polls for a response. svn path=/rpkid/Makefile.in; revision=3674
2011-01-24move portal-gui django app to $top/rpkid/rpki/guiMichael Elkins
change dashboard url to /rpki/ put myrpki cli path and confdir into settings.py rather than generating glue.py at build time don't use the old myrpki images on the dashboard no longer need to include the portal-gui python module in sys.path since it is installed in site-packages svn path=/buildtools/subst-vars.py; revision=3646