aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/app
AgeCommit message (Expand)Author
2013-03-01remove duplication line of codeMichael Elkins
2013-02-28update templates for new syntax of the {% url %} tag in django 1.5Michael Elkins
2013-02-28conf list for superusers should show everythingMichael Elkins
2013-02-27drop "Request" from "ROA Requests" in dashboardMichael Elkins
2013-02-27add a clone button to each roa, which copies the prefix as the default value ...Michael Elkins
2013-02-27updated web portal html templates to use newer syntax for the {% url %} tagMichael Elkins
2013-02-26add support for multiple users managing the same resource holderMichael Elkins
2013-02-25move repository client list to its own pageMichael Elkins
2013-02-23add new roa creation form allowing multiple roas to be enteredMichael Elkins
2013-02-21add support for breaking the route view into multiple pagesMichael Elkins
2013-02-20remove glue.str_to_resource_range() since resource_range_ip.parse_str() can n...Michael Elkins
2013-02-20add is_prefix attribute to ipv6 objects so that the create roa button appears...Michael Elkins
2013-02-20use resource_range_ip.parse_str() rather than calling through resource_range_...Michael Elkins
2013-01-31require a connection secured with TLS, otherwise return a HTTP 500 errorMichael Elkins
2013-01-08merge ^/branches/tk325Michael Elkins
2012-11-27rewrite ghostbuster_delete to avoid using DeleteView, so we don't need revers...Michael Elkins
2012-11-27poke rpkid when a ghostbuster is created/editedMichael Elkins
2012-11-27fix formatting in roa request creation confirmation viewMichael Elkins
2012-11-26use table to display repository detailsMichael Elkins
2012-11-26use css class row-fluid instead of row to use relative widths rather than abs...Michael Elkins
2012-11-26remove dependence on django-crispy-forms by including a basic form template f...Michael Elkins
2012-11-26remove *_list templates since they are no longer usedMichael Elkins
2012-11-26rewrite ghostbuster_{create,edit} not to use generic viewsMichael Elkins
2012-11-25do not display part of the vcard that are disallowed by RFCMichael Elkins
2012-11-23snapshot of work in progressMichael Elkins
2012-11-22back out some of the CBV changesMichael Elkins
2012-11-22commiting work in progressMichael Elkins
2012-11-22commiting work in progressMichael Elkins
2012-11-21remove deprecated templatesMichael Elkins
2012-11-21update templates to use twitter bootstrap 2.2.1Michael Elkins
2012-11-20add support for client side route lookup in the roa creation formMichael Elkins
2012-11-16put asn last in ROA creation form, and autofocus the prefix input fieldMichael Elkins
2012-11-16add "autofocus=true" to the text boxes for entering ASNs and prefixesMichael Elkins
2012-11-15Pull from /trunk.Rob Austein
2012-11-15Pull from /trunk.Rob Austein
2012-11-14merge with /trunkMichael Elkins
2012-11-12merge with /trunkMichael Elkins
2012-11-12merge with /trunkMichael Elkins
2012-11-12merge with /trunkMichael Elkins
2012-11-10merge with ^/tk316Michael Elkins
2012-11-10remove 'serialize' from the introspection rules, since it doesn't affect the ...Michael Elkins
2012-11-10initial support for using django south on rpki.gui.appMichael Elkins
2012-11-08Avoid specifying the keyword parameters min= and max= in rpki.gui.app.range_l...Michael Elkins
2012-10-26Teach MySQLdb converter interface about rpki.sundial.datetime.Rob Austein
2012-10-12Replace rpki.ipaddrs with rpki.POW.IPAddress.Rob Austein
2012-08-31Merge from trunk.Rob Austein
2012-08-24do not assume that user.email is not NoneMichael Elkins
2012-07-13fix missing importsMichael Elkins
2012-07-12move fetching of admin email addresses to the glue library so it can be used ...Michael Elkins
2012-07-06remove debug msg to stdout from rpki.gui.app.glue.list_received_resourcesMichael Elkins