aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/app/views.py
AgeCommit message (Collapse)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
svn path=/branches/tk685/; revision=5757
2013-06-27add button to delete all alertsMichael Elkins
rpkigui-reset-demo will clear all alerts for labuser* accounts see #562 svn path=/trunk/; revision=5421
2013-06-14fix bug in roa confirmation page where routes that overlap with the roa, but ↵Michael Elkins
are not covered, were mistakenly included in the list of affected routes closes #553 svn path=/trunk/; revision=5407
2013-06-13handle exception thrown when there are no matching routes to displayMichael Elkins
see #548 svn path=/trunk/; revision=5401
2013-06-13fix botched decoration of the alert class-based views where the self ↵Michael Elkins
argument was omitted, and the wrong parent class was used in super() due to copy+paste closes #549 svn path=/trunk/; revision=5400
2013-06-10decorate alert views to require a user to be logged in and a resource handle ↵Michael Elkins
selected closes #542 svn path=/trunk/; revision=5388
2013-04-15add 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-03add support for deleting alertsMichael Elkins
print unread alert account in the sidebar, with color indicating the highest level alert svn path=/branches/tk500/; revision=5258
2013-04-03intial support for storing alerts and displaying them in the guiMichael Elkins
svn path=/branches/tk500/; revision=5256
2013-03-29in 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-28allow user to create roas by selecting entries from the route viewMichael Elkins
see #325 svn path=/trunk/; revision=5240
2013-03-26configure logging support to go both to apache.log and to email the admins ↵Michael Elkins
upon ERROR put static configuration into ${sysconfdir}/rpki/default_settings.py to avoid issue with %() expansion when settings.py is generated closes #496 svn path=/trunk/; revision=5220
2013-03-25use new method Zookeeper.initialize_resource_bpki() added in [5206].Michael Elkins
svn path=/trunk/; revision=5208
2013-03-25use Zookeeper.synchronize_ca() when changes are made to a single resource ↵Michael Elkins
holder rather than called .synchronize() closes #486 svn path=/trunk/; revision=5207
2013-03-24revert default filetype to xml in serve_xml()Michael Elkins
svn path=/trunk/; revision=5202
2013-03-22add import/export of asns.csv and prefixes.csvMichael Elkins
see #323 svn path=/trunk/; revision=5198
2013-03-21merge ^/branches/tk334Michael Elkins
svn path=/trunk/; revision=5193
2013-03-01remove duplication line of codeMichael Elkins
svn path=/trunk/; revision=5095
2013-02-28conf list for superusers should show everythingMichael Elkins
svn path=/trunk/; revision=5087
2013-02-27add 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-26add support for multiple users managing the same resource holderMichael Elkins
svn path=/trunk/; revision=5081
2013-02-25move repository client list to its own pageMichael Elkins
closes #424 svn path=/trunk/; revision=5072
2013-02-23add new roa creation form allowing multiple roas to be enteredMichael 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-21add support for breaking the route view into multiple pagesMichael Elkins
svn path=/trunk/; revision=5053
2013-02-20remove glue.str_to_resource_range() since resource_range_ip.parse_str() can ↵Michael Elkins
now be used for both v4/v6 svn path=/trunk/; revision=5050
2013-02-20add is_prefix attribute to ipv6 objects so that the create roa button ↵Michael Elkins
appears in the dashboard svn path=/trunk/; revision=5049
2013-01-31require a connection secured with TLS, otherwise return a HTTP 500 errorMichael Elkins
closes #401 svn path=/branches/tk401/; revision=4985
2013-01-08merge ^/branches/tk325Michael Elkins
svn path=/trunk/; revision=4957
2012-11-27rewrite ghostbuster_delete to avoid using DeleteView, so we don't need ↵Michael Elkins
reverse_lazy. needed to support django 1.3 svn path=/branches/tk329/; revision=4912
2012-11-27poke rpkid when a ghostbuster is created/editedMichael Elkins
svn path=/branches/tk329/; revision=4911
2012-11-26use 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-26remove *_list templates since they are no longer usedMichael 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-26rewrite ghostbuster_{create,edit} not to use generic viewsMichael 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-25do not display part of the vcard that are disallowed by RFCMichael 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-23snapshot of work in progressMichael Elkins
svn path=/branches/tk329/; revision=4898
2012-11-22back out some of the CBV changesMichael Elkins
svn path=/branches/tk329/; revision=4895
2012-11-22commiting work in progressMichael Elkins
svn path=/branches/tk329/; revision=4894
2012-11-22commiting work in progressMichael Elkins
svn path=/branches/tk329/; revision=4892
2012-11-21update templates to use twitter bootstrap 2.2.1Michael 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-15Pull from /trunk.Rob Austein
svn path=/branches/tk274/; revision=4877
2012-11-14merge with /trunkMichael Elkins
svn path=/branches/tk274/; revision=4866
2012-11-12merge with /trunkMichael Elkins
svn path=/branches/tk274/; revision=4858
2012-11-12merge with /trunkMichael Elkins
svn path=/branches/tk274/; revision=4849
2012-11-10add ResourceCert.conf and make .parent optinally nullMichael Elkins
svn path=/branches/tk316/; revision=4827
2012-10-26Teach MySQLdb converter interface about rpki.sundial.datetime.Rob Austein
svn path=/branches/tk274/; revision=4794
2012-02-24HttpResponse is not an exceptionMichael Elkins
svn path=/branches/tk161/; revision=4363
2012-02-22remove gui interface to update_bpki since this should be run either by the ↵Michael Elkins
cli or in cron svn path=/branches/tk161/; revision=4361
2012-02-16fix bug where ipv4 addresses were displayed instead of ipv6 in the dashboardMichael Elkins
invoke Zookeeper.run_rpkid_now() or .synchronize() when anything in the IRDB changes. closes #192 svn path=/branches/tk161/; revision=4343
2012-02-15poke rpkid to run its cron job after creating/deleting roas or gbrsMichael Elkins
svn path=/branches/tk161/; revision=4337
2012-02-14rework cacheview models to separate validation status from accepted objectsMichael Elkins
optimize import of rcynic xml summary svn path=/branches/tk161/; revision=4330