aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui
AgeCommit message (Expand)Author
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-11-08to_bytes -> toBytes, from_bytes -> fromBytes to match the rpki.POW.IPAddress APIMichael 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
2012-07-05remove admin autodiscover since we do not use the admin interfaceMichael Elkins
2012-07-05add empty stub admin.py to overwrite any existing moduleMichael Elkins
2012-07-03initial implementation of rescert expiration cron scriptMichael Elkins
2012-06-27in roa creation form, assume mask is closet classful if mask is missing. clo...Michael Elkins
2012-02-24add more information to the Parent detail view. closes #205Michael Elkins
2012-02-24remove .title() from the template tags to retrieve the verbose_name of object...Michael Elkins
2012-02-24display current resource handle in a larger font. closes #206Michael Elkins
2012-02-24reword text to avoid indicating where the route origin validation table is re...Michael Elkins
2012-02-24move copyright notice to comment block. pep8 formatting.Michael Elkins
2012-02-24remove the admin link from the topbar. closes #202Michael Elkins
2012-02-24HttpResponse is not an exceptionMichael Elkins
2012-02-23move the 'select identity' link to the app_base template, inside the is_super...Michael Elkins
2012-02-22remove gui interface to update_bpki since this should be run either by the cl...Michael Elkins
2012-02-16fix bug where ipv4 addresses were displayed instead of ipv6 in the dashboardMichael Elkins
2012-02-15poke rpkid to run its cron job after creating/deleting roas or gbrsMichael Elkins
2012-02-14rework cacheview models to separate validation status from accepted objectsMichael Elkins
2012-02-13set proper sort order for RouteOrigin{,V6} to sort by prefixMichael Elkins
2012-02-12only show accepted roas in route_roa_listMichael Elkins