aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui
AgeCommit message (Expand)Author
2011-11-10move settings.py for portal gui django app to ${sysconfdir}/rpki since it rea...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-12add support for oo setup via portal guiMichael Elkins
2011-10-07qualify csv_writer calls with rpki.myrpki.Michael Elkins
2011-10-07add support for import/export of xml files for rpki setupMichael Elkins
2011-10-07revert rev #3877 so the portal gui writes the csv files when configuring reso...Michael Elkins
2011-09-20fix botch where a child's prefixes were passed instead of asnsMichael Elkins
2011-06-15no longer write csv files when calling configure_resourcesMichael Elkins
2011-06-15color code entire line in tableMichael Elkins
2011-06-15display a table containing the full x.509 cert chain for all signed objectsMichael Elkins
2011-06-14remove deprecated templateMichael Elkins
2011-06-14extrude validation status lables from the rcynic XML file and shove into djan...Michael Elkins
2011-06-12add indices for AddressRange objects to speed up reprocessing changed rescertsMichael Elkins
2011-06-12remove <h1> tag from within title block since it is added by the parent templateMichael Elkins
2011-06-10add URLs for as/address range detailMichael Elkins
2011-06-09add support for browing the rcynic cacheMichael Elkins
2011-05-13relable 'Submit' buttons as 'Delete' for ROAs and Ghostbusters.Michael Elkins
2011-05-13give user detail on what default max length for a roa isMichael Elkins
2011-05-03add missing import from futureMichael Elkins
2011-04-18use a more meaningful label for the unallocated case in the dropbox when edit...Michael Elkins
2011-04-18add missing html templateMichael Elkins
2011-04-18ask for confirmation when deleting a roa requestMichael Elkins
2011-04-07ADR vcard type is not a string, but a compound objectMichael Elkins
2011-04-06use GMT instead of UTC, since the latter seems to make fbsd 8 unhappyMichael Elkins
2011-03-30pass a log file object to glue.list_received_resourcesMichael Elkins
2011-03-30add support for editing the validity period for child resource certsMichael Elkins
2011-03-30fix broken redirect after deleting split prefixMichael Elkins
2011-03-30add 'refresh' link in portal gui to query rpkid for updated information rathe...Michael Elkins
2011-03-24move base templates into rpki.gui.appMichael Elkins
2011-03-24add support to the portal gui for generating ghostbuster requestsMichael Elkins
2011-03-24fix typo in settings.pyMichael Elkins
2011-03-03put django project templates into $top/rpkid/rpki/gui/templatesMichael Elkins
2011-03-02update portal-gui settings.py.in to reflect changes in django 1.2Michael Elkins
2011-03-02mv portal-gui TODO into the app directoryMichael Elkins
2011-03-02move portal-gui scripts out of the python package tree into the project treeMichael Elkins
2011-03-02put default values for portal-gui django app into a local settings.pyMichael Elkins
2011-03-02move rpki.gui.app templates into the source tree as recommended for distribut...Michael Elkins
2011-02-25portal-gui no longer invokes the myrpki.py command line tool.Michael Elkins
2011-02-19do not print warning about missing <list_received_resources/> responses when ...Michael Elkins
2011-02-16sort ASs and AddressRanges by the lower bound in the rangeMichael Elkins
2011-02-15Use the request.META['wsgi.errors'] log object instead of writing to sys.stde...Michael Elkins
2011-02-12do not require the host to be set while editing in the django admin interfaceMichael Elkins
2011-02-08add new script rpkigui-response as a help to put responses fromMichael Elkins
2011-01-25move portal-gui/scripts to rpkid/rpkid/gui/scriptsMichael Elkins
2011-01-25fix form validation to reject AS 0 in a roa requestMichael Elkins
2011-01-25fix selective deletion of roa requests in prefix view pageMichael Elkins
2011-01-24really fix glue.conf() *ahem*Michael Elkins
2011-01-24fix botched called to glue.conf()Michael Elkins
2011-01-24move portal-gui django app to $top/rpkid/rpki/guiMichael Elkins