aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/app/models.py
AgeCommit message (Expand)Author
2013-02-26add support for multiple users managing the same resource holderMichael Elkins
2012-11-26remove *_list templates since they are no longer usedMichael Elkins
2012-11-25do not display part of the vcard that are disallowed by RFCMichael Elkins
2012-11-23snapshot of work in progressMichael Elkins
2012-11-22back out some of the CBV changesMichael Elkins
2012-11-22commiting work in progressMichael Elkins
2012-11-10merge with ^/tk316Michael Elkins
2012-11-10initial support for using django south on rpki.gui.appMichael Elkins
2012-02-24remove .title() from the template tags to retrieve the verbose_name of object...Michael Elkins
2012-02-12add link to display roas covering a bgp prefix in the routes viewMichael Elkins
2012-02-07add basic user management supportMichael Elkins
2012-02-04format models.py according to pep8Michael Elkins
2012-02-02add support for add/revoke resources to childMichael Elkins
2012-01-20create custom template tag for fetching the verbose_name or verbose_name_plur...Michael Elkins
2012-01-20store the uri field from <list_received_resources/> pdu in order to allow for...Michael Elkins
2012-01-20add generic object_detail base template for boilerplate detail views with an ...Michael Elkins
2012-01-19initial support for managing repositories and pubclientsMichael Elkins
2012-01-19fixed ghostbuster suppport. app.models.GhostbusterRequest now does multi-tab...Michael Elkins
2012-01-18change proxy models in app.models to match names from irdb.modelsMichael Elkins
2012-01-17pull duplicated model for represent AS ranges into abstract model in rpki.gui...Michael Elkins
2012-01-17remove as_resource_range() and as_roa_prefix() from Proxy models since they w...Michael Elkins
2012-01-17add issuer handle to string representation of a RoaRequestMichael Elkins
2012-01-17fix typoh where prefix=True should have been proxy=TrueMichael Elkins
2012-01-17fix module path for rpki.gui.modelsMichael Elkins
2012-01-17remove deprecated misc moduleMichael Elkins
2012-01-17update roa templates to match models.RoaRequestPrefixMichael Elkins
2012-01-17continued integration with tk100Michael Elkins
2012-01-17add support for importing mrt format ribsMichael Elkins
2012-01-17store timestamps in UTCMichael Elkins
2012-01-17display name+ts in admin site Timestamp listMichael Elkins
2012-01-17add Timestamp model to admin siteMichael Elkins
2012-01-17add Timestamp model to store metadata for external dataMichael Elkins
2012-01-16make Parent & Child proxy models around the irdb variantsMichael Elkins
2012-01-14first cut at move to rpki.irdbMichael Elkins
2011-11-11reorder models to avoid forward references. closes #149Michael Elkins
2011-04-07ADR vcard type is not a string, but a compound objectMichael Elkins
2011-03-30add support for editing the validity period for child resource certsMichael Elkins
2011-03-24add support to the portal gui for generating ghostbuster requestsMichael 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-12do not require the host to be set while editing in the django admin interfaceMichael 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-24move portal-gui django app to $top/rpkid/rpki/guiMichael Elkins