aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/app
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
2013-09-20use resource_range_ip.min.bits instead of resource_range_ip.datum_type.bits t...Michael 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-04-15add warning to CSV import form for ROAs, ASes and Prefixes that all existing ...Michael 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-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
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-26add templates for 404 and 500 error reporting to the userMichael Elkins
2013-03-25fix wrong css class for page-headerMichael Elkins
2013-03-25upgrade to bootstrap 2.3.1Michael 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-24add link to pubclient detail for exporting the XML responseMichael Elkins
2013-03-24correct xml attribute for popup help is 'title'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-06fix DeprecationWarning showing up in the apache.logMichael Elkins
2013-03-05fix paginator template tag to nicely display when there are a huge amount of ...Michael Elkins
2013-03-05need enctype="multipart/form-data" when uploading files in a formMichael Elkins
2013-03-05field label was not being expanded in the app_form.html templateMichael Elkins
2013-03-05remove outdated css class attributes for an old version of bootstapMichael Elkins
2013-03-04move core function to rpki.gui.app.check_expiredMichael Elkins
2013-03-04add .cert_chain property to return the complete certificate chain for the spe...Michael Elkins