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