aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/app/views.py
AgeCommit message (Collapse)Author
2012-01-17updated routeviews data handlingMichael Elkins
refactor common IP range tables into rpki.gui.models. rework import script to load data into a staging table and swap with the active table upon completion. use separate tables for v4 and v6. svn path=/branches/tk161/; revision=4163
2012-01-17add debug message for route viewMichael Elkins
svn path=/branches/tk161/; revision=4162
2012-01-17add column for validation statusMichael Elkins
fix broken <h1> tag svn path=/branches/tk161/; revision=4161
2012-01-17import initial cut at rpki.gui.routeview appMichael Elkins
svn path=/branches/tk161/; revision=4159
2012-01-17forgot to include html templates in last commitMichael Elkins
svn path=/branches/tk161/; revision=4158
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-03add missing import from futureMichael Elkins
svn path=/rpkid/rpki/gui/app/views.py; revision=3798
2011-04-18ask for confirmation when deleting a roa requestMichael Elkins
svn path=/rpkid/rpki/gui/app/templates/base.html; revision=3773
2011-03-30pass a log file object to glue.list_received_resourcesMichael Elkins
svn path=/rpkid/rpki/gui/app/glue.py; revision=3754
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-30add 'refresh' link in portal gui to query rpkid for updated information ↵Michael Elkins
rather than using the rpkigui-list-resources script svn path=/rpkid/Makefile.in; revision=3751
2011-03-24add support to the portal gui for generating ghostbuster requestsMichael Elkins
svn path=/rpkid/rpki/gui/app/admin.py; revision=3738
2011-03-03put django project templates into $top/rpkid/rpki/gui/templatesMichael Elkins
django templates should be installed as APP/templates/APP/template.html to avoid namespace clashes svn path=/rpkid/portal-gui/Makefile.in; revision=3709
2011-03-02put default values for portal-gui django app into a local settings.pyMichael Elkins
so that they are not required in the site's settings.py svn path=/rpkid/rpki/gui/app/glue.py; revision=3699
2011-02-25portal-gui no longer invokes the myrpki.py command line tool.Michael Elkins
It now updates the IRDB directly, and notifies rpkid to immediately perform an update, rather than waiting for the next cron job to cycle. added a 'valid_until' field to the Child model, to store the end of the RPKI resource certificate validity period. change load_csv.py and list_resources.py to use the code for locating rpki.conf in rpki.config rather than duplicating it locally. fixed bug in AddressRange model in function as_resource_range() where IPv4 addresses were returned as IPv6. svn path=/portal-gui/templates/myrpki/child_view.html; revision=3694
2011-02-15Use the request.META['wsgi.errors'] log object instead of writing to ↵Michael Elkins
sys.stderr so that log entries will show up in the virtual host specific log files. svn path=/rpkid/rpki/gui/app/glue.py; revision=3680
2011-02-08add new script rpkigui-response as a help to put responses fromMichael Elkins
parents/repositories back into the rpki outbox mailbox don't present link for issuing a roa on address ranges that are not proper prefixes put all urls used by rpkidemo under the /rpki/demo/ prefix created new my_login_required decorator for use in portal gui views used by rpkidemo in order to return response code 403 instead of redirecting to the login page created rpki.gui.app.login view in order to fail with code 403 when rpkidemo user enters a bad username or password instead of redirecting to the login page added support for handling the parent-child setup by placing the uploaded identity.xml files into ${localstatedir}/rpki/inbox for the rpki operator to process manually. The responses are placed into ${localstatedir}/rpki/outbox where the portal gui processes them when rpkidemo polls for a response. svn path=/rpkid/Makefile.in; revision=3674
2011-01-25fix selective deletion of roa requests in prefix view pageMichael Elkins
svn path=/rpkid/rpki/gui/app/models.py; revision=3654
2011-01-24fix botched called to glue.conf()Michael Elkins
svn path=/rpkid/rpki/gui/app/glue.py; revision=3650
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