aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/app
AgeCommit message (Expand)Author
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-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-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-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-17remove django admin site from installed appsMichael 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-17need to add keyword to callback argumentMichael Elkins
2012-01-17fix module path for rpki.gui.modelsMichael 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
2012-01-17add support for ipv6 routes in route_viewMichael Elkins
2012-01-17add support for importing mrt format ribsMichael Elkins
2012-01-17store timestamps in UTCMichael Elkins
2012-01-17create utility function for updating Timestamp objectsMichael Elkins
2012-01-17display name+ts in admin site Timestamp listMichael Elkins
2012-01-17fix generation of timestamp dictMichael Elkins
2012-01-17add Timestamp model to admin siteMichael Elkins
2012-01-17show data import timestamps in route viewMichael Elkins
2012-01-17add Timestamp model to store metadata for external dataMichael Elkins
2012-01-17add link to route view in sidebarMichael Elkins
2012-01-17refactor cacheview app to use common rpki.gui.modelsMichael Elkins
2012-01-17incorporate validation status from cacheview appMichael Elkins
2012-01-17updated routeviews data handlingMichael Elkins
2012-01-17add debug message for route viewMichael Elkins
2012-01-17add column for validation statusMichael Elkins
2012-01-17import initial cut at rpki.gui.routeview appMichael Elkins
2012-01-17forgot to include html templates in last commitMichael Elkins
2012-01-17Use Twitter Bootstrap CSS Framework to style html templatesMichael Elkins