aboutsummaryrefslogtreecommitdiff
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-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-17remove empty directoryMichael 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-17add svn:keywords to timestamp.pyMichael 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-17change timestamp name to use underscoresMichael Elkins
2012-01-17show data import timestamps in route viewMichael Elkins
2012-01-17update timestamp on bgp v4 importMichael 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