aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/app/views.py
AgeCommit message (Expand)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
2013-06-27add button to delete all alertsMichael Elkins
2013-06-14fix bug in roa confirmation page where routes that overlap with the roa, but ...Michael Elkins
2013-06-13handle exception thrown when there are no matching routes to displayMichael Elkins
2013-06-13fix botched decoration of the alert class-based views where the self argument...Michael Elkins
2013-06-10decorate alert views to require a user to be logged in and a resource handle ...Michael Elkins
2013-04-15add warning to CSV import form for ROAs, ASes and Prefixes that all existing ...Michael Elkins
2013-04-03add support for deleting alertsMichael Elkins
2013-04-03intial support for storing alerts and displaying them in the guiMichael Elkins
2013-03-29in the route detail view, view roa list by page since the list may be quite l...Michael Elkins
2013-03-28allow user to create roas by selecting entries from the route viewMichael Elkins
2013-03-26configure logging support to go both to apache.log and to email the admins up...Michael Elkins
2013-03-25use new method Zookeeper.initialize_resource_bpki() added in [5206].Michael Elkins
2013-03-25use Zookeeper.synchronize_ca() when changes are made to a single resource hol...Michael Elkins
2013-03-24revert default filetype to xml in serve_xml()Michael Elkins
2013-03-22add import/export of asns.csv and prefixes.csvMichael Elkins
2013-03-21merge ^/branches/tk334Michael Elkins
2013-03-01remove duplication line of codeMichael Elkins
2013-02-28conf list for superusers should show everythingMichael Elkins
2013-02-27add a clone button to each roa, which copies the prefix as the default value ...Michael Elkins
2013-02-26add support for multiple users managing the same resource holderMichael Elkins
2013-02-25move repository client list to its own pageMichael Elkins
2013-02-23add new roa creation form allowing multiple roas to be enteredMichael Elkins
2013-02-21add support for breaking the route view into multiple pagesMichael Elkins
2013-02-20remove glue.str_to_resource_range() since resource_range_ip.parse_str() can n...Michael Elkins
2013-02-20add is_prefix attribute to ipv6 objects so that the create roa button appears...Michael Elkins
2013-01-31require a connection secured with TLS, otherwise return a HTTP 500 errorMichael Elkins
2013-01-08merge ^/branches/tk325Michael Elkins
2012-11-27rewrite ghostbuster_delete to avoid using DeleteView, so we don't need revers...Michael Elkins
2012-11-27poke rpkid when a ghostbuster is created/editedMichael Elkins
2012-11-26use css class row-fluid instead of row to use relative widths rather than abs...Michael Elkins
2012-11-26remove *_list templates since they are no longer usedMichael Elkins
2012-11-26rewrite ghostbuster_{create,edit} not to use generic viewsMichael Elkins
2012-11-25do not display part of the vcard that are disallowed by RFCMichael Elkins
2012-11-23snapshot of work in progressMichael Elkins
2012-11-22back out some of the CBV changesMichael Elkins
2012-11-22commiting work in progressMichael Elkins
2012-11-22commiting work in progressMichael Elkins
2012-11-21update templates to use twitter bootstrap 2.2.1Michael Elkins
2012-11-15Pull from /trunk.Rob Austein
2012-11-14merge with /trunkMichael Elkins
2012-11-12merge with /trunkMichael Elkins
2012-11-12merge with /trunkMichael Elkins
2012-11-10add ResourceCert.conf and make .parent optinally nullMichael Elkins
2012-10-26Teach MySQLdb converter interface about rpki.sundial.datetime.Rob Austein
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