aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/app/views.py
AgeCommit message (Expand)Author
2012-02-24HttpResponse is not an exceptionMichael Elkins
2012-02-22remove gui interface to update_bpki since this should be run either by the cl...Michael Elkins
2012-02-16fix bug where ipv4 addresses were displayed instead of ipv6 in the dashboardMichael Elkins
2012-02-15poke rpkid to run its cron job after creating/deleting roas or gbrsMichael Elkins
2012-02-14rework cacheview models to separate validation status from accepted objectsMichael Elkins
2012-02-12only show accepted roas in route_roa_listMichael Elkins
2012-02-12add link to display roas covering a bgp prefix in the routes viewMichael Elkins
2012-02-08sort roa list lexicographically by prefixMichael Elkins
2012-02-07check that the prefix is allocated to the user when validating the roa creati...Michael Elkins
2012-02-07add support for editing user accounts to change email and passwordMichael Elkins
2012-02-07make selection of parent in the user creation form optional, with the default...Michael Elkins
2012-02-07rename child creation wizard to user_createMichael Elkins
2012-02-07add basic user management supportMichael Elkins
2012-02-07don't need to call Zookeeper.synchronize() when add/deleting roa requestsMichael Elkins
2012-02-07force irdb sync with rpkid when something changesMichael Elkins
2012-02-07split roa creation double confirmation into separate functions and formsMichael Elkins
2012-02-07need to check max prefix length when checking new roaMichael Elkins
2012-02-07coerce min/max value back to appropriate datum_type for the rangeMichael Elkins
2012-02-04fix import/export of XML files as part of the setup processMichael Elkins
2012-02-02add support for add/revoke resources to childMichael Elkins
2012-02-01remove dead codeMichael Elkins
2012-01-30remove dead code that is deprecated by the changes in tk100.Michael Elkins
2012-01-21require double confirmation for roa creationMichael Elkins
2012-01-21add form for creating ROA requestsMichael Elkins
2012-01-20create custom template tag for fetching the verbose_name or verbose_name_plur...Michael Elkins
2012-01-20add deletion confirmation to general object detail templateMichael Elkins
2012-01-20add generic template for viewing a list of objects as a tableMichael Elkins
2012-01-20wrap long linesMichael Elkins
2012-01-20fix issues reported by pyflakes and pep8 toolsMichael Elkins
2012-01-20fix roa request list template to reflect the irdb RoaRequestPrefix modelMichael 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-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-19dashboard template filename does not need to be configurableMichael 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-18change proxy models in app.models to match names from irdb.modelsMichael Elkins
2012-01-17need to add keyword to callback argumentMichael 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