aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui
AgeCommit message (Expand)Author
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 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-17remove django admin site from installed appsMichael Elkins
2012-01-17disable admindocs urlMichael 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-17fix module docstringsMichael 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-17rework routeview parser to use bulk sql insertsMichael 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
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