aboutsummaryrefslogtreecommitdiff
path: root/portal-gui/rpkigui/myrpki/views.py
AgeCommit message (Expand)Author
2011-01-24move portal-gui django app to $top/rpkid/rpki/guiMichael Elkins
2011-01-22revert back to using Django's built in authentication rather than HTTP Digest...Michael Elkins
2010-12-21remove hardcoded paths for WSGIScriptAlias so that it can be changedMichael Elkins
2010-11-07updates to portal-giu to better support hosted handlesMichael Elkins
2010-11-07change defaults to require deployment under apache+mod_wsgiMichael Elkins
2010-10-28don't run configure_resources when the user is a front-end for rpkidemoMichael Elkins
2010-10-27add support for uploading publications requests and myrpki.xml updates from r...Michael Elkins
2010-10-27add support for uploading identity.xml and repository requests from rpkidemoMichael Elkins
2010-10-19add support for download the myrpki.xml file; fix problem with superuser not ...Michael Elkins
2010-10-19provide links on the dashboard to export csv files; intended to also be used ...Michael Elkins
2010-07-27strictly enforce non-overlapping resource ranges in AddressRange and Asn obje...Michael Elkins
2010-07-16improved support for viewing unallocated address ranges in the dashboard and ...Michael Elkins
2010-07-13change prefix split form to accept single input box in which the user can ent...Michael Elkins
2010-07-12fix copyright noticesMichael Elkins
2010-07-11add copyright notices to portal-gui codeMichael Elkins
2010-07-11add missing template conf_empty.html to makefile.inMichael Elkins
2010-07-10properly handle issuing roas for subdivided prefixesMichael Elkins
2010-07-09add nice error page when an account no permission to manage any handlesMichael Elkins
2010-07-08call glue.configure_resources() after deleting a roa request from a prefixMichael Elkins
2010-07-07use new rpki.ipaddrss.parse() in lieu of rpkigui.myrpki.misc.str_to_addr()Michael Elkins
2010-07-06fix handle selection for normal usersMichael Elkins
2010-07-06fix bug introduced by overzealous weedingMichael Elkins
2010-07-06remove extraneous importsMichael Elkins
2010-07-06weed dead codeMichael Elkins
2010-07-06load_csv can now create suballocations of received resources automaticallyMichael Elkins
2010-07-06rework portal-gui to support max prefix lengthsMichael Elkins
2010-07-05show subdivided prefixes in unallocated resources section on dashboardMichael Elkins
2010-07-04add support for deleting a subdivided prefixMichael Elkins
2010-07-04properly use the django model api to exclude objectsMichael Elkins
2010-07-04fix broken address range splittingMichael Elkins
2010-07-04fix bug in split address formMichael Elkins
2010-07-03fix bad path for template file in asn detail viewMichael Elkins
2010-07-03enable expansion of $Id$ keywordMichael Elkins
2010-07-03invoke glue.configure_resources upon changesMichael Elkins
2010-07-02portal-gui updatesMichael Elkins
2010-07-01add auxillary scripts for querying rpkid/rcynic, add model objects to represe...Michael Elkins
2010-07-01commit recent rpki changesMichael Elkins
2010-06-12Rename rpki to rpkigui.Bill Fenner