aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/app/views.py
AgeCommit message (Collapse)Author
2012-02-12only show accepted roas in route_roa_listMichael Elkins
svn path=/branches/tk161/; revision=4328
2012-02-12add link to display roas covering a bgp prefix in the routes viewMichael Elkins
svn path=/branches/tk161/; revision=4327
2012-02-08sort roa list lexicographically by prefixMichael Elkins
svn path=/branches/tk161/; revision=4316
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-07rename child creation wizard to user_createMichael Elkins
svn path=/branches/tk161/; revision=4305
2012-02-07add basic user management supportMichael Elkins
svn path=/branches/tk161/; revision=4304
2012-02-07don't need to call Zookeeper.synchronize() when add/deleting roa requestsMichael Elkins
svn path=/branches/tk161/; revision=4303
2012-02-07force irdb sync with rpkid when something changesMichael Elkins
svn path=/branches/tk161/; revision=4302
2012-02-07split roa creation double confirmation into separate functions and formsMichael Elkins
svn path=/branches/tk161/; revision=4300
2012-02-07need to check max prefix length when checking new roaMichael Elkins
svn path=/branches/tk161/; revision=4297
2012-02-07coerce min/max value back to appropriate datum_type for the rangeMichael Elkins
svn path=/branches/tk161/; revision=4296
2012-02-04fix import/export of XML files as part of the setup processMichael Elkins
svn path=/branches/tk161/; revision=4290
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-02-01remove dead codeMichael Elkins
svn path=/branches/tk161/; revision=4279
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-20create 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-20add deletion confirmation to general object detail templateMichael Elkins
fix repository deletion svn path=/branches/tk161/; revision=4251
2012-01-20add generic template for viewing a list of objects as a tableMichael 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-20wrap long linesMichael Elkins
svn path=/branches/tk161/; revision=4248
2012-01-20fix issues reported by pyflakes and pep8 toolsMichael Elkins
svn path=/branches/tk161/; revision=4247
2012-01-20fix roa request list template to reflect the irdb RoaRequestPrefix modelMichael 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-20add v6 to route viewMichael Elkins
svn path=/branches/tk161/; revision=4243
2012-01-20fix route view to work with new gui model for resource certsMichael Elkins
svn path=/branches/tk161/; revision=4241
2012-01-20add generic object_detail base template for boilerplate detail views with an ↵Michael Elkins
import/create button add detail views for repository and pubclients rename import_* to *_import to match names for other methods on the same model svn path=/branches/tk161/; revision=4238
2012-01-19initial support for managing repositories and pubclientsMichael Elkins
svn path=/branches/tk161/; revision=4237
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-19fixed views to lookup parent/child by pk rather than handleMichael Elkins
svn path=/branches/tk161/; revision=4234
2012-01-19dashboard template filename does not need to be configurableMichael Elkins
svn path=/branches/tk161/; revision=4229
2012-01-19add new module range_list with implementation of a resource_set type object ↵Michael Elkins
that collapses adjacent ranges and can compute missing ranges svn path=/branches/tk161/; revision=4225
2012-01-18IP version in ChildNet is stored as a string; update filterMichael Elkins
svn path=/branches/tk161/; revision=4222
2012-01-18fix dashboard view to filter asns properlyMichael Elkins
svn path=/branches/tk161/; revision=4218
2012-01-18change proxy models in app.models to match names from irdb.modelsMichael Elkins
svn path=/branches/tk161/; revision=4214
2012-01-17need to add keyword to callback argumentMichael Elkins
svn path=/branches/tk161/; revision=4193
2012-01-17rename template subdirectory to match the django application nameMichael Elkins
svn path=/branches/tk161/; revision=4188
2012-01-17remove deprecated misc moduleMichael Elkins
svn path=/branches/tk161/; revision=4186
2012-01-17remove deprecated AllocationTree moduleMichael Elkins
svn path=/branches/tk161/; revision=4185
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-17update roa templates to match models.RoaRequestPrefixMichael Elkins
models.RoaRequestPrefix.get_absolute_url restored since the /delete URL depends on it svn path=/branches/tk161/; revision=4183
2012-01-17continued integration with tk100Michael Elkins
svn path=/branches/tk161/; revision=4181
2012-01-17modify route_view to use common validation codeMichael Elkins
svn path=/branches/tk161/; revision=4180
2012-01-17display routes matching ROA request to be deletedMichael Elkins
remove breadcrumb from template svn path=/branches/tk161/; revision=4179
2012-01-17add support for ipv6 routes in route_viewMichael Elkins
ensure that the degenerate case where we see a BGP route for AS0 is marked as invalid. only select accepted ROAs, since cacheview also stores rejected ROAs for debugging. svn path=/branches/tk161/; revision=4178
2012-01-17fix generation of timestamp dictMichael Elkins
svn path=/branches/tk161/; revision=4173
2012-01-17show data import timestamps in route viewMichael Elkins
svn path=/branches/tk161/; revision=4170
2012-01-17refactor cacheview app to use common rpki.gui.modelsMichael Elkins
svn path=/branches/tk161/; revision=4165
2012-01-17incorporate validation status from cacheview appMichael Elkins
modify cacheview schema to use bigint for ip address storage modify rpkigui-rcynic to use a transaction-per-object to avoid huge memory requirements svn path=/branches/tk161/; revision=4164