aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui
AgeCommit message (Expand)Author
2011-11-23remove features that depend on django 1.3, so that portal gui works with djan...Michael Elkins
2011-11-11if ${sysconfdir}/rpki/settings.py already exists, append a .new suffix and co...Michael Elkins
2011-11-10move settings.py for portal gui django app to ${sysconfdir}/rpki since it rea...Michael Elkins
2011-10-30use combination of AKI and issuer name to look up parent cert since the same ...Michael Elkins
2011-10-18update rpki.gui.cacheview app to support new rcynic xml format. closes #106Michael Elkins
2011-10-13use the django.contrib.staticfiles app to serve the django admin site media.Michael Elkins
2011-10-07install copy of example rpki.conf as template for new gui usersMichael Elkins
2011-10-05Stop abusing RuntimeError. This closes #52.Rob Austein
2011-09-30no longer necessary to create stub rpki.conf for deprecated rpkidemo usersMichael Elkins
2011-07-25add blurb about necessary file permissions for portal-guiMichael Elkins
2011-07-25portal-gui install dox updateMichael Elkins
2011-06-29import with_statement now done by python build scriptMichael Elkins
2011-06-17More "from __future__ import with_statement" funRob Austein
2011-06-15implement context manager wrapper for django transaction dbMichael Elkins
2011-06-15display a table containing the full x.509 cert chain for all signed objectsMichael Elkins
2011-06-14extrude validation status lables from the rcynic XML file and shove into djan...Michael Elkins
2011-06-14speed up processing rescerts by disabling autocommit while updating rfc3779 infoMichael Elkins
2011-06-14properly handle the self-signed TAsMichael Elkins
2011-06-12fix bug in garbage collection. should be calling .all() on the RelatedManage...Michael Elkins
2011-06-10make rpkigui-rcynic a full-fledged installed script.Michael Elkins
2011-06-09add support for browing the rcynic cacheMichael Elkins
2011-05-10Don't assume installation directories existRob Austein
2011-05-06DESTDIRRob Austein
2011-03-24adduser script should use settings from rpki.gui.appMichael Elkins
2011-03-03put django project templates into $top/rpkid/rpki/gui/templatesMichael Elkins
2011-03-02portal-gui project Makefile should not install django app templatesMichael Elkins
2011-03-02move portal-gui scripts out of the python package tree into the project treeMichael Elkins
2011-03-02move $top/portal-gui into $top/rpkid/portal-guiMichael Elkins