index
:
sra/rpki.net
master
zone-cleanup
Dragon Research Labs RPKI Toolkit
git user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpkid
/
rpki
/
gui
/
app
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
2013-09-20
use resource_range_ip.min.bits instead of resource_range_ip.datum_type.bits t...
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-04-15
add warning to CSV import form for ROAs, ASes and Prefixes that all existing ...
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
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
configure logging support to go both to apache.log and to email the admins up...
Michael Elkins
2013-03-26
add templates for 404 and 500 error reporting to the user
Michael Elkins
2013-03-25
fix wrong css class for page-header
Michael Elkins
2013-03-25
upgrade to bootstrap 2.3.1
Michael Elkins
2013-03-25
use new method Zookeeper.initialize_resource_bpki() added in [5206].
Michael Elkins
2013-03-25
use Zookeeper.synchronize_ca() when changes are made to a single resource hol...
Michael Elkins
2013-03-24
add link to pubclient detail for exporting the XML response
Michael Elkins
2013-03-24
correct xml attribute for popup help is 'title'
Michael Elkins
2013-03-24
revert default filetype to xml in serve_xml()
Michael Elkins
2013-03-22
add import/export of asns.csv and prefixes.csv
Michael Elkins
2013-03-21
merge ^/branches/tk334
Michael Elkins
2013-03-06
fix DeprecationWarning showing up in the apache.log
Michael Elkins
2013-03-05
fix paginator template tag to nicely display when there are a huge amount of ...
Michael Elkins
2013-03-05
need enctype="multipart/form-data" when uploading files in a form
Michael Elkins
2013-03-05
field label was not being expanded in the app_form.html template
Michael Elkins
2013-03-05
remove outdated css class attributes for an old version of bootstap
Michael Elkins
2013-03-04
move core function to rpki.gui.app.check_expired
Michael Elkins
2013-03-04
add .cert_chain property to return the complete certificate chain for the spe...
Michael Elkins
[next]