aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/app/forms.py
AgeCommit message (Collapse)Author
2012-06-27in roa creation form, assume mask is closet classful if mask is missing. ↵Michael Elkins
closes #245 svn path=/trunk/; revision=4561
2012-02-07check that the prefix is allocated to the user when validating the roa ↵Michael Elkins
creation form svn path=/branches/tk161/; revision=4309
2012-02-07add support for editing user accounts to change email and passwordMichael Elkins
remove superuser column from user list svn path=/branches/tk161/; revision=4307
2012-02-07make selection of parent in the user creation form optional, with the ↵Michael Elkins
default being the current user renamed ChildWizardForm to UserCreateForm renamed template for user creation form svn path=/branches/tk161/; revision=4306
2012-02-07add basic user management supportMichael Elkins
svn path=/branches/tk161/; revision=4304
2012-02-07split roa creation double confirmation into separate functions and formsMichael Elkins
svn path=/branches/tk161/; revision=4300
2012-02-06remove import cruftMichael Elkins
svn path=/branches/tk161/; revision=4295
2012-02-02form validation must be prepared for None values in required fieldsMichael Elkins
svn path=/branches/tk161/; revision=4283
2012-02-02add support for add/revoke resources to childMichael Elkins
add support for editing child model add child creation wizard svn path=/branches/tk161/; revision=4282
2012-01-30remove dead code that is deprecated by the changes in tk100.Michael Elkins
reformat code according to pep8 move copyright notices into comments out of docstrings svn path=/branches/tk161/; revision=4271
2012-01-21require double confirmation for roa creationMichael Elkins
display list of matching routes with validation status for second confirmation svn path=/branches/tk161/; revision=4254
2012-01-21add form for creating ROA requestsMichael Elkins
svn path=/branches/tk161/; revision=4253
2012-01-19fixed ghostbuster suppport. app.models.GhostbusterRequest now does ↵Michael Elkins
multi-table inheritance from irdb.models.GhostbusterRequest. forms.GhostbusterRequest can be a plain class instead of a callable by setting the .queryset attribute on the field during __init__ svn path=/branches/tk161/; revision=4236
2012-01-18fix bad indentMichael Elkins
svn path=/branches/tk161/; revision=4215
2012-01-17remove deprecated misc moduleMichael Elkins
svn path=/branches/tk161/; revision=4186
2012-01-17remove deprecated asnset moduleMichael Elkins
remove old forms for dealing with the now removed models.AddressRange svn path=/branches/tk161/; revision=4184
2012-01-17continued integration with tk100Michael Elkins
svn path=/branches/tk161/; revision=4181
2012-01-17forgot to include html templates in last commitMichael Elkins
svn path=/branches/tk161/; revision=4158
2011-11-11set default value of max_length to prefix length, and change help text to ↵Michael Elkins
make it clear this field should be an integer without a leading slash. closes #132 svn path=/trunk/; revision=4087
2011-10-12add support for oo setup via portal guiMichael Elkins
svn path=/rpkid/rpki/gui/app/forms.py; revision=4033
2011-10-07revert rev #3877 so the portal gui writes the csv files when configuring ↵Michael Elkins
resources svn path=/rpkid/rpki/gui/app/forms.py; revision=4022
2011-05-13give user detail on what default max length for a roa isMichael Elkins
svn path=/rpkid/rpki/gui/app/forms.py; revision=3812
2011-04-18use a more meaningful label for the unallocated case in the dropbox when ↵Michael Elkins
editing prefix/asn ranges svn path=/rpkid/rpki/gui/app/forms.py; revision=3775
2011-03-30add support for editing the validity period for child resource certsMichael Elkins
svn path=/rpkid/rpki/gui/app/forms.py; revision=3753
2011-03-30fix broken redirect after deleting split prefixMichael Elkins
improve prefix view to make it clearer what action is taken for the embedded form svn path=/rpkid/rpki/gui/app/forms.py; revision=3752
2011-03-24add support to the portal gui for generating ghostbuster requestsMichael Elkins
svn path=/rpkid/rpki/gui/app/admin.py; revision=3738
2011-01-24move portal-gui django app to $top/rpkid/rpki/guiMichael Elkins
change dashboard url to /rpki/ put myrpki cli path and confdir into settings.py rather than generating glue.py at build time don't use the old myrpki images on the dashboard no longer need to include the portal-gui python module in sys.path since it is installed in site-packages svn path=/buildtools/subst-vars.py; revision=3646