Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-09 | pep8 fixes | Michael Elkins | |
svn path=/branches/tk161/; revision=4319 | |||
2012-02-09 | use std logging module for log messsages | Michael Elkins | |
change -d to generalized "-l LOGLEVEL" pep8 fixes svn path=/branches/tk161/; revision=4318 | |||
2012-02-08 | fix broken $Id$ tag | Michael Elkins | |
svn path=/branches/tk161/; revision=4317 | |||
2012-02-08 | sort roa list lexicographically by prefix | Michael Elkins | |
svn path=/branches/tk161/; revision=4316 | |||
2012-02-08 | specifier issuer when looking up parent. closes #183 | Michael Elkins | |
svn path=/branches/tk161/; revision=4315 | |||
2012-02-08 | make import routes more silent | Michael Elkins | |
svn path=/branches/tk161/; revision=4314 | |||
2012-02-08 | use install -d instead of -D, which is not supported under freebsd's install | Michael Elkins | |
svn path=/branches/tk161/; revision=4313 | |||
2012-02-07 | make configure detect when running inside of virtualenv so that the ↵ | Michael Elkins | |
rpki.wsgi script can be generated properly make rpki.wsgi be generated used a sed script rather than make-django-script svn path=/branches/tk161/; revision=4312 | |||
2012-02-07 | combine install targets into single target | Michael Elkins | |
svn path=/branches/tk161/; revision=4311 | |||
2012-02-07 | remove deprecated web portal scripts | Michael Elkins | |
svn path=/branches/tk161/; revision=4310 | |||
2012-02-07 | check that the prefix is allocated to the user when validating the roa ↵ | Michael Elkins | |
creation form svn path=/branches/tk161/; revision=4309 | |||
2012-02-07 | use two-column format for dashboard | Michael Elkins | |
svn path=/branches/tk161/; revision=4308 | |||
2012-02-07 | add support for editing user accounts to change email and password | Michael Elkins | |
remove superuser column from user list svn path=/branches/tk161/; revision=4307 | |||
2012-02-07 | make 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-07 | rename child creation wizard to user_create | Michael Elkins | |
svn path=/branches/tk161/; revision=4305 | |||
2012-02-07 | add basic user management support | Michael Elkins | |
svn path=/branches/tk161/; revision=4304 | |||
2012-02-07 | don't need to call Zookeeper.synchronize() when add/deleting roa requests | Michael Elkins | |
svn path=/branches/tk161/; revision=4303 | |||
2012-02-07 | force irdb sync with rpkid when something changes | Michael Elkins | |
svn path=/branches/tk161/; revision=4302 | |||
2012-02-07 | fix wrong class for block messages | Michael Elkins | |
svn path=/branches/tk161/; revision=4301 | |||
2012-02-07 | split roa creation double confirmation into separate functions and forms | Michael Elkins | |
svn path=/branches/tk161/; revision=4300 | |||
2012-02-07 | add glue function for converting string to resource_range_ip | Michael Elkins | |
svn path=/branches/tk161/; revision=4299 | |||
2012-02-07 | add support for running in virtualenv | Michael Elkins | |
svn path=/branches/tk161/; revision=4298 | |||
2012-02-07 | need to check max prefix length when checking new roa | Michael Elkins | |
svn path=/branches/tk161/; revision=4297 | |||
2012-02-07 | coerce min/max value back to appropriate datum_type for the range | Michael Elkins | |
svn path=/branches/tk161/; revision=4296 | |||
2012-02-06 | remove import cruft | Michael Elkins | |
svn path=/branches/tk161/; revision=4295 | |||
2012-02-06 | create /usr/local/share/rpki if it doesn't exist | Michael Elkins | |
svn path=/branches/tk161/; revision=4294 | |||
2012-02-04 | format models.py according to pep8 | Michael Elkins | |
use narrower spans to display multi column fields in some templates to avoid unnecessary wrapping when the window is narrow add titles to buttons for some actions to provide some user help svn path=/branches/tk161/; revision=4291 | |||
2012-02-04 | fix import/export of XML files as part of the setup process | Michael Elkins | |
svn path=/branches/tk161/; revision=4290 | |||
2012-02-03 | strip empty lines from irdbd schema. closes #163 | Michael Elkins | |
svn path=/branches/tk161/; revision=4289 | |||
2012-02-03 | SundialField needs to set __metaclass__. Closes #181 | Michael Elkins | |
svn path=/branches/tk161/; revision=4285 | |||
2012-02-02 | form validation must be prepared for None values in required fields | Michael Elkins | |
svn path=/branches/tk161/; revision=4283 | |||
2012-02-02 | add support for add/revoke resources to child | Michael Elkins | |
add support for editing child model add child creation wizard svn path=/branches/tk161/; revision=4282 | |||
2012-02-01 | remove dead code | Michael Elkins | |
svn path=/branches/tk161/; revision=4279 | |||
2012-02-01 | fix typoh in filename | Michael Elkins | |
svn path=/branches/tk161/; revision=4278 | |||
2012-01-30 | merge with tk100 | Michael Elkins | |
svn path=/branches/tk161/; revision=4272 | |||
2012-01-30 | remove 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-21 | require double confirmation for roa creation | Michael Elkins | |
display list of matching routes with validation status for second confirmation svn path=/branches/tk161/; revision=4254 | |||
2012-01-21 | add form for creating ROA requests | Michael Elkins | |
svn path=/branches/tk161/; revision=4253 | |||
2012-01-20 | create custom template tag for fetching the verbose_name or ↵ | Michael Elkins | |
verbose_name_plural in generic object list/detail views select page title based on verbose_name instead of passing in page_title rename templates to the default name selected by object_detail() and object_list() generic views use generic delete_object() view for parents and ghostbusters svn path=/branches/tk161/; revision=4252 | |||
2012-01-20 | add deletion confirmation to general object detail template | Michael Elkins | |
fix repository deletion svn path=/branches/tk161/; revision=4251 | |||
2012-01-20 | add generic template for viewing a list of objects as a table | Michael Elkins | |
format roa request deletion confirmation page into two columns, with an alert box around the action remove trailing slash from roa_detail url svn path=/branches/tk161/; revision=4250 | |||
2012-01-20 | add styled warning message when there are no items in a generic list view | Michael Elkins | |
svn path=/branches/tk161/; revision=4249 | |||
2012-01-20 | wrap long lines | Michael Elkins | |
svn path=/branches/tk161/; revision=4248 | |||
2012-01-20 | fix issues reported by pyflakes and pep8 tools | Michael Elkins | |
svn path=/branches/tk161/; revision=4247 | |||
2012-01-20 | fix roa request list template to reflect the irdb RoaRequestPrefix model | Michael Elkins | |
add stub view function for roa creation as a placeholder so that the {% url %} for the Create button doesn't throw an exception. svn path=/branches/tk161/; revision=4246 | |||
2012-01-20 | store the uri field from <list_received_resources/> pdu in order to allow ↵ | Michael Elkins | |
for checking the cert chain for expiration using cacheview svn path=/branches/tk161/; revision=4245 | |||
2012-01-20 | branch merge with tk100 | Michael Elkins | |
svn path=/branches/tk161/; revision=4244 | |||
2012-01-20 | add v6 to route view | Michael Elkins | |
svn path=/branches/tk161/; revision=4243 | |||
2012-01-20 | fix route view to work with new gui model for resource certs | Michael Elkins | |
svn path=/branches/tk161/; revision=4241 | |||
2012-01-20 | merge with ^/branches/tk100 | Michael Elkins | |
svn path=/branches/tk161/; revision=4239 |