aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/app/forms.py
AgeCommit message (Expand)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
2013-09-20use resource_range_ip.min.bits instead of resource_range_ip.datum_type.bits t...Michael Elkins
2013-03-21merge ^/branches/tk334Michael Elkins
2013-03-05remove outdated css class attributes for an old version of bootstapMichael Elkins
2013-02-26add support for multiple users managing the same resource holderMichael Elkins
2013-02-23add new roa creation form allowing multiple roas to be enteredMichael Elkins
2013-02-20remove glue.str_to_resource_range() since resource_range_ip.parse_str() can n...Michael Elkins
2013-02-20use resource_range_ip.parse_str() rather than calling through resource_range_...Michael 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-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-10-12Replace rpki.ipaddrs with rpki.POW.IPAddress.Rob Austein
2012-06-27in roa creation form, assume mask is closet classful if mask is missing. clo...Michael Elkins
2012-02-07check that the prefix is allocated to the user when validating the roa creati...Michael Elkins
2012-02-07add support for editing user accounts to change email and passwordMichael Elkins
2012-02-07make selection of parent in the user creation form optional, with the default...Michael Elkins
2012-02-07add basic user management supportMichael Elkins
2012-02-07split roa creation double confirmation into separate functions and formsMichael Elkins
2012-02-06remove import cruftMichael Elkins
2012-02-02form validation must be prepared for None values in required fieldsMichael Elkins
2012-02-02add support for add/revoke resources to childMichael Elkins
2012-01-30remove dead code that is deprecated by the changes in tk100.Michael Elkins
2012-01-21require double confirmation for roa creationMichael Elkins
2012-01-21add form for creating ROA requestsMichael Elkins
2012-01-19fixed ghostbuster suppport. app.models.GhostbusterRequest now does multi-tab...Michael Elkins
2012-01-18fix bad indentMichael Elkins
2012-01-17remove deprecated misc moduleMichael Elkins
2012-01-17remove deprecated asnset moduleMichael Elkins
2012-01-17continued integration with tk100Michael Elkins
2012-01-17forgot to include html templates in last commitMichael Elkins
2011-11-11set default value of max_length to prefix length, and change help text to mak...Michael Elkins
2011-10-12add support for oo setup via portal guiMichael Elkins
2011-10-07revert rev #3877 so the portal gui writes the csv files when configuring reso...Michael Elkins
2011-05-13give user detail on what default max length for a roa isMichael Elkins
2011-04-18use a more meaningful label for the unallocated case in the dropbox when edit...Michael Elkins
2011-03-30add support for editing the validity period for child resource certsMichael Elkins
2011-03-30fix broken redirect after deleting split prefixMichael Elkins
2011-03-24add support to the portal gui for generating ghostbuster requestsMichael Elkins
2011-01-24move portal-gui django app to $top/rpkid/rpki/guiMichael Elkins