aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui
AgeCommit message (Expand)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
2014-03-10Rollback deletion of cached resource certs when there is an error communicati...Michael Elkins
2014-01-09Update more copyrights, clean up module doc blocks.Rob Austein
2013-10-09we must import rpki.gui.cacheview.models because it is illegal to try to impo...Michael Elkins
2013-09-26better error handling and logging when we can't parse the origin AS from a ro...Michael Elkins
2013-09-23Use netifaces library to construct a list of IP addresses to stuffRob Austein
2013-09-23rework save_statuses() to save a single status instead, and peform garbage co...Michael Elkins
2013-09-23catch OSError when calling os.stat() and treat the object as if it were missi...Michael Elkins
2013-09-23use stat.ST_MTIME as array offset to retrieve mtime value from os.stat() retu...Michael Elkins
2013-09-23revert [5498]Michael Elkins
2013-09-20use resource_range_ip.min.bits instead of resource_range_ip.datum_type.bits t...Michael Elkins
2013-09-19delete existing objects that were previously accepted if they were not accept...Michael Elkins
2013-09-19garbage collect ROAPrefixV* objects when there are no associated ROAsMichael Elkins
2013-09-19import cacheview.models directly instead of cacheviewMichael Elkins
2013-09-19resource_range_ip has a .min element, not .prefix_minMichael Elkins
2013-09-19update cacheview interface to match the style of the main appMichael Elkins
2013-09-18remove default=None from the migration removing null=True from the ResourceCe...Michael Elkins
2013-09-13add favicon for RPKI web portalMichael Elkins
2013-09-03use Python None as default value for ForeignKey field, rather than 0.Michael Elkins
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-13display rpki.net software version in the gui toolbarMichael Elkins
2013-06-13add current resource holder name to page title so it appears in the browser tab.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-06-07use {% load url from future %} to support older versions of django prior to t...Michael Elkins
2013-06-07expand link to resource holder creation page with {% url %} rather than hardc...Michael Elkins
2013-06-06add Help link to navigation bar which points to rpki.net wiki pageMichael Elkins
2013-06-06Add a link to the resource holder creation page if the current user is a supe...Michael Elkins
2013-05-01Add ALLOWED_HOSTS. Closes #525.Rob Austein
2013-04-15add warning to CSV import form for ROAs, ASes and Prefixes that all existing ...Michael Elkins
2013-04-04pull SECRET_KEY from rpki.conf if present, otherwise generate a random valueMichael Elkins
2013-04-03allow rpkigui-import-routes to be invoked with zero arguments, in which it wi...Michael Elkins
2013-04-03add support for automatically fetching routeviews.org dumps specified by URLMichael Elkins
2013-04-03merge /trunkMichael Elkins
2013-04-03put badge inside of <a> element so it displays on the same line as the 'alert...Michael Elkins
2013-04-03omit resource holder specific options from the sidebar when the user hasn't s...Michael Elkins
2013-04-03remove get_email_list() and replace with calls to Conf.send_alert()Michael Elkins
2013-04-03add Conf.send_alert() to store an alert for a resource holder. takes care of...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-04-01warn about stale rcynic and bgp data in the nightly expiration cron job. cur...Michael Elkins
2013-03-29a roa only matches a route if it exactly matches or is an aggregrate. if the...Michael Elkins
2013-03-29use nav-list css class for sidebar entriesMichael Elkins
2013-03-29in the route detail view, view roa list by page since the list may be quite l...Michael Elkins
2013-03-29fix bug in orm query where roas covering a subset of a route were ignoredMichael Elkins
2013-03-29the pager should display links for the first and last page if they are not vi...Michael Elkins
2013-03-28drop "requests" in a few more places in the html templatesMichael Elkins
2013-03-28drop the word 'request' from the GUI since users do not understand the distin...Michael Elkins