aboutsummaryrefslogtreecommitdiff
path: root/rpkid
AgeCommit message (Expand)Author
2012-01-20store the uri field from <list_received_resources/> pdu in order to allow for...Michael Elkins
2012-01-20branch merge with tk100Michael Elkins
2012-01-20add v6 to route viewMichael Elkins
2012-01-20fix route view to work with new gui model for resource certsMichael Elkins
2012-01-20merge with ^/branches/tk100Michael 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-19fixed views to lookup parent/child by pk rather than handleMichael Elkins
2012-01-19fix parent detail view to work with new modelsMichael Elkins
2012-01-19change rpkigui/ to app/ in template path for bootstrap_form.htmlMichael Elkins
2012-01-19merge with ^/branches/tk100Michael Elkins
2012-01-19add as_resource_range method to rpki.gui.models.ASNMichael Elkins
2012-01-19dashboard template filename does not need to be configurableMichael Elkins
2012-01-19unused asn list is composed of resource_range_as, so calling obj.as_resource_...Michael Elkins
2012-01-19use create() instead of add() when constructing a new object rather than addi...Michael Elkins
2012-01-19add new module range_list with implementation of a resource_set type object t...Michael Elkins
2012-01-18IP version in ChildNet is stored as a string; update filterMichael Elkins
2012-01-18merge with ^/branches/tk100Michael Elkins
2012-01-18fix dashboard view to filter asns properlyMichael Elkins
2012-01-18remove deprecated URLs for rpkidemoMichael Elkins
2012-01-18fix bad indentMichael 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-17merge with ^/branches/tk100Michael Elkins
2012-01-17add copyright noticeMichael 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-17merge with ^/branches/tk100Michael Elkins
2012-01-17remove django admin site from installed appsMichael Elkins
2012-01-17disable admindocs urlMichael Elkins
2012-01-17remove manage.py scriptMichael Elkins
2012-01-17remove deprecated settings in support of rpkidemoMichael Elkins
2012-01-17web portal no longer needs to write files in ${localstatedir}Michael Elkins
2012-01-17install twitter boostrap.min.css into web portal media directoryMichael Elkins
2012-01-17remove deprecated myrpki image filesMichael Elkins
2012-01-17need to add keyword to callback argumentMichael Elkins
2012-01-17fix module path for rpki.gui.modelsMichael Elkins
2012-01-17forgot to fix apache/rpki.conf -> apache.conf in makefileMichael Elkins
2012-01-17rename the apache configuration file from rpki.conf to apache.confMichael Elkins
2012-01-17remove deprecated templates for old modelsMichael Elkins
2012-01-17rename template subdirectory to match the django application nameMichael Elkins
2012-01-17remove deprecated misc moduleMichael Elkins
2012-01-17remove deprecated AllocationTree moduleMichael Elkins
2012-01-17remove deprecated asnset moduleMichael Elkins
2012-01-17update roa templates to match models.RoaRequestPrefixMichael Elkins
2012-01-17continued integration with tk100Michael Elkins
2012-01-17modify route_view to use common validation codeMichael Elkins
2012-01-17display routes matching ROA request to be deletedMichael Elkins