Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-05 | Source tree reorg, phase 1. Almost everything moved, no file contents changed. | Rob Austein | |
svn path=/branches/tk685/; revision=5757 | |||
2013-09-13 | add favicon for RPKI web portal | Michael Elkins | |
see #614 svn path=/trunk/; revision=5493 | |||
2013-06-27 | add button to delete all alerts | Michael Elkins | |
rpkigui-reset-demo will clear all alerts for labuser* accounts see #562 svn path=/trunk/; revision=5421 | |||
2013-06-13 | display rpki.net software version in the gui toolbar | Michael Elkins | |
see #543 svn path=/trunk/; revision=5403 | |||
2013-06-13 | add current resource holder name to page title so it appears in the browser tab. | Michael Elkins | |
closes #546 svn path=/trunk/; revision=5402 | |||
2013-06-07 | use {% load url from future %} to support older versions of django prior to ↵ | Michael Elkins | |
the syntax change see #528 svn path=/trunk/; revision=5381 | |||
2013-06-07 | expand link to resource holder creation page with {% url %} rather than ↵ | Michael Elkins | |
hardcoding it (duh) see #528 svn path=/trunk/; revision=5380 | |||
2013-06-06 | add Help link to navigation bar which points to rpki.net wiki page | Michael Elkins | |
closes #521 svn path=/trunk/; revision=5376 | |||
2013-06-06 | Add a link to the resource holder creation page if the current user is a ↵ | Michael Elkins | |
superuser and there are no resource holders defined. closes #528 svn path=/trunk/; revision=5375 | |||
2013-04-15 | add warning to CSV import form for ROAs, ASes and Prefixes that all existing ↵ | Michael Elkins | |
objects will be replaced with the contents of the CSV file. see #509 svn path=/trunk/; revision=5295 | |||
2013-04-03 | put badge inside of <a> element so it displays on the same line as the ↵ | Michael Elkins | |
'alert' text. needed since .nav>li>a has a "display:block" style svn path=/branches/tk500/; revision=5262 | |||
2013-04-03 | omit resource holder specific options from the sidebar when the user hasn't ↵ | Michael Elkins | |
selected a resource holder to manage svn path=/branches/tk500/; revision=5261 | |||
2013-04-03 | add support for deleting alerts | Michael Elkins | |
print unread alert account in the sidebar, with color indicating the highest level alert svn path=/branches/tk500/; revision=5258 | |||
2013-04-03 | intial support for storing alerts and displaying them in the gui | Michael Elkins | |
svn path=/branches/tk500/; revision=5256 | |||
2013-03-29 | use nav-list css class for sidebar entries | Michael Elkins | |
svn path=/trunk/; revision=5246 | |||
2013-03-29 | in the route detail view, view roa list by page since the list may be quite ↵ | Michael Elkins | |
large (e.g. viewing 0.0.0.0/0) svn path=/trunk/; revision=5245 | |||
2013-03-28 | drop "requests" in a few more places in the html templates | Michael Elkins | |
svn path=/trunk/; revision=5242 | |||
2013-03-28 | drop the word 'request' from the GUI since users do not understand the ↵ | Michael Elkins | |
distinction svn path=/trunk/; revision=5241 | |||
2013-03-28 | allow user to create roas by selecting entries from the route view | Michael Elkins | |
see #325 svn path=/trunk/; revision=5240 | |||
2013-03-26 | add templates for 404 and 500 error reporting to the user | Michael Elkins | |
see #496 svn path=/trunk/; revision=5219 | |||
2013-03-25 | fix wrong css class for page-header | Michael Elkins | |
svn path=/trunk/; revision=5210 | |||
2013-03-24 | add link to pubclient detail for exporting the XML response | Michael Elkins | |
svn path=/trunk/; revision=5204 | |||
2013-03-24 | correct xml attribute for popup help is 'title' | Michael Elkins | |
svn path=/trunk/; revision=5203 | |||
2013-03-22 | add import/export of asns.csv and prefixes.csv | Michael Elkins | |
see #323 svn path=/trunk/; revision=5198 | |||
2013-03-21 | merge ^/branches/tk334 | Michael Elkins | |
svn path=/trunk/; revision=5193 | |||
2013-03-05 | need enctype="multipart/form-data" when uploading files in a form | Michael Elkins | |
closes #392 svn path=/trunk/; revision=5105 | |||
2013-03-05 | field label was not being expanded in the app_form.html template | Michael Elkins | |
svn path=/trunk/; revision=5104 | |||
2013-02-28 | update templates for new syntax of the {% url %} tag in django 1.5 | Michael Elkins | |
svn path=/trunk/; revision=5091 | |||
2013-02-27 | drop "Request" from "ROA Requests" in dashboard | Michael Elkins | |
closes #419 svn path=/trunk/; revision=5085 | |||
2013-02-27 | add a clone button to each roa, which copies the prefix as the default value ↵ | Michael Elkins | |
when generating a new roa see #325 svn path=/trunk/; revision=5084 | |||
2013-02-27 | updated web portal html templates to use newer syntax for the {% url %} tag | Michael Elkins | |
svn path=/trunk/; revision=5083 | |||
2013-02-26 | add support for multiple users managing the same resource holder | Michael Elkins | |
svn path=/trunk/; revision=5081 | |||
2013-02-25 | move repository client list to its own page | Michael Elkins | |
closes #424 svn path=/trunk/; revision=5072 | |||
2013-02-23 | add new roa creation form allowing multiple roas to be entered | Michael Elkins | |
add links for creating roas for IP ranges by automatically splitting the range into prefixes closes #399 closes #420 svn path=/trunk/; revision=5055 | |||
2013-02-21 | add support for breaking the route view into multiple pages | Michael Elkins | |
svn path=/trunk/; revision=5053 | |||
2013-01-31 | require a connection secured with TLS, otherwise return a HTTP 500 error | Michael Elkins | |
closes #401 svn path=/branches/tk401/; revision=4985 | |||
2013-01-08 | merge ^/branches/tk325 | Michael Elkins | |
svn path=/trunk/; revision=4957 | |||
2012-11-27 | fix formatting in roa request creation confirmation view | Michael Elkins | |
svn path=/branches/tk329/; revision=4910 | |||
2012-11-26 | use table to display repository details | Michael Elkins | |
fix css class typo in roa detail view svn path=/branches/tk329/; revision=4909 | |||
2012-11-26 | use css class row-fluid instead of row to use relative widths rather than ↵ | Michael Elkins | |
absolute pixels rename roa_request_confirm_delete.html to roarequest_confirm_delete.html to match the other roarequest templates svn path=/branches/tk329/; revision=4908 | |||
2012-11-26 | remove dependence on django-crispy-forms by including a basic form template ↵ | Michael Elkins | |
for twitter bootstrap svn path=/branches/tk329/; revision=4907 | |||
2012-11-26 | remove *_list templates since they are no longer used | Michael Elkins | |
remove object_detail.html templates, and make all the *_detail.html templates dervice from app_base.html directly. there was no functionality left worth having in the intermediate template remove verbose_name from some models where it wasn't needed add form_title variable to some forms where it was missing svn path=/branches/tk329/; revision=4905 | |||
2012-11-26 | rewrite ghostbuster_{create,edit} not to use generic views | Michael Elkins | |
make sure to set the .vcard field when saving a ghostbuster request display the list of covering ROAs from the rcynic cache in the route detail view rename route_roa_list to route_detail remove the delete button from the object_detail.html template since not all objects that use it can be deleted set STATIC_ROOT in settings.py so that collectstatic works svn path=/branches/tk329/; revision=4901 | |||
2012-11-25 | do not display part of the vcard that are disallowed by RFC | Michael Elkins | |
add new roa detail view, displaying covered routes use {% url %} to get the url instead of hardcoding it in templates add some missing title params to buttons remove edit button from generic object detail modify labels for validation statuses to use the label- suffix required by bootstrap 2.2.x don't use object_detail for the repository_detail view remove stub get_absolute_url() methods where they were previously used as placeholders svn path=/branches/tk329/; revision=4900 | |||
2012-11-23 | snapshot of work in progress | Michael Elkins | |
svn path=/branches/tk329/; revision=4898 | |||
2012-11-22 | back out some of the CBV changes | Michael Elkins | |
svn path=/branches/tk329/; revision=4895 | |||
2012-11-22 | commiting work in progress | Michael Elkins | |
svn path=/branches/tk329/; revision=4892 | |||
2012-11-21 | remove deprecated templates | Michael Elkins | |
svn path=/branches/tk329/; revision=4891 | |||
2012-11-21 | update templates to use twitter bootstrap 2.2.1 | Michael Elkins | |
use django-crispy-forms for form rendering new generic form template app_form.html to replace many duplicate form templates svn path=/branches/tk329/; revision=4890 | |||
2012-11-20 | add support for client side route lookup in the roa creation form | Michael Elkins | |
see #329 svn path=/branches/tk329/; revision=4889 |