aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/app
AgeCommit message (Expand)Author
2012-01-16make Parent & Child proxy models around the irdb variantsMichael Elkins
2012-01-14first cut at move to rpki.irdbMichael Elkins
2011-12-10fix missing comma in dict initializationMichael Elkins
2011-12-09When creating a stub rpki.conf for hosted entities, copy the openssl path fro...Michael Elkins
2011-12-09update myrpki glue functions to use the system rpki.conf when dealing with th...Michael Elkins
2011-11-12make it clear that the asn and prefixes links are for resources delegated to ...Michael Elkins
2011-11-11reorder models to avoid forward references. closes #149Michael Elkins
2011-11-11set default value of max_length to prefix length, and change help text to mak...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-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-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-03put django project templates into $top/rpkid/rpki/gui/templatesMichael Elkins
2011-03-02mv portal-gui TODO into the app directoryMichael 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-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-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