Age | Commit message (Expand) | Author |
2013-06-27 | add button to delete all alerts | Michael Elkins |
2013-06-26 | Don't allow exceptions (eg, MySQL connection errors) to prevent us | Rob Austein |
2013-06-18 | Synchronize BSCs after updating BPKI, closes #555. | Rob Austein |
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-10 | rpki.version hack and rpkic command to display it. | Rob Austein |
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-26 | Loading setproctitle dumps core when running under WSGI and Apache, so | Rob Austein |
2013-04-20 | Consider updating ROAs and Ghostbusters when CA certificate changes. | Rob Austein |
2013-04-20 | Force new manifest EE certificate, manifest, and CRL when parent | Rob Austein |
2013-04-19 | Throw exception when asked to issue a certificate with notAfter <= | Rob Austein |
2013-04-19 | Add option to allow setting initial resource validity when configuring | Rob Austein |
2013-04-18 | Teach rpkic and yamltest about Ghostbusters records. | Rob Austein |
2013-04-17 | Oops, reissuing a child certificate works better when we remember to | Rob Austein |
2013-04-16 | Restrict use of rpkid.self.regen_margin to certificate regeneration, | 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 | Clean up various old messes in how we configure listener server and | Rob Austein |
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 |
2013-03-28 | allow user to create roas by selecting entries from the route view | Michael Elkins |
2013-03-26 | set rpki.config.default_dirname from rpki.gui.autoconf.sysconfdir to the need... | Michael Elkins |
2013-03-26 | convert the two remaining scripts using $top/buildtools/make-django-script.py... | Michael Elkins |
2013-03-26 | setting INSTALLED_APPS is not required when accessing existing db tables. | Michael Elkins |
2013-03-26 | add new rpki.gui.script_util.setup() that does the ORM setup for standalone s... | Michael Elkins |
2013-03-26 | need to return a byte string instead of long now that we are no longer conver... | Michael Elkins |
2013-03-26 | configure logging support to go both to apache.log and to email the admins up... | Michael Elkins |