aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui
AgeCommit message (Collapse)Author
2011-11-10move settings.py for portal gui django app to ${sysconfdir}/rpki since it ↵Michael Elkins
really is a configuration file svn path=/branches/tk103/; revision=4078
2011-10-18update rpki.gui.cacheview app to support new rcynic xml format. closes #106Michael Elkins
svn path=/trunk/; revision=4054
2011-10-13use the django.contrib.staticfiles app to serve the django admin site media.Michael Elkins
svn path=/trunk/; revision=4037
2011-10-12add support for oo setup via portal guiMichael Elkins
svn path=/rpkid/rpki/gui/app/forms.py; revision=4033
2011-10-07qualify csv_writer calls with rpki.myrpki.Michael Elkins
svn path=/rpkid/rpki/gui/app/glue.py; revision=4024
2011-10-07add support for import/export of xml files for rpki setupMichael Elkins
svn path=/rpkid/rpki/gui/app/glue.py; revision=4023
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-09-20fix botch where a child's prefixes were passed instead of asnsMichael Elkins
svn path=/rpkid/rpki/gui/app/glue.py; revision=3994
2011-06-15no longer write csv files when calling configure_resourcesMichael Elkins
svn path=/rpkid/rpki/gui/app/glue.py; revision=3877
2011-06-15color code entire line in tableMichael Elkins
svn path=/rpkid/rpki/gui/cacheview/templates/cacheview/query_result.html; revision=3876
2011-06-15display a table containing the full x.509 cert chain for all signed objectsMichael Elkins
in cert detail view, display validation status for all issued objects in tables move name and key id fields to signedobject base class in order to store the SN and SKI of the signing EE certs svn path=/rpkid/portal-gui/scripts/rpkigui-rcynic.py; revision=3875
2011-06-14remove deprecated templateMichael Elkins
svn path=/rpkid/rpki/gui/cacheview/templates/cacheview/resourcecert_detail.html; revision=3874
2011-06-14extrude validation status lables from the rcynic XML file and shove into ↵Michael Elkins
django db color code validation status in signed object detail views to make problems stand out svn path=/rpkid/portal-gui/scripts/rpkigui-rcynic.py; revision=3873
2011-06-12add indices for AddressRange objects to speed up reprocessing changed rescertsMichael Elkins
svn path=/rpkid/rpki/gui/cacheview/models.py; revision=3867
2011-06-12remove <h1> tag from within title block since it is added by the parent templateMichael Elkins
svn path=/rpkid/rpki/gui/cacheview/templates/cacheview/roa_detail.html; revision=3866
2011-06-10add URLs for as/address range detailMichael Elkins
svn path=/rpkid/rpki/gui/cacheview/models.py; revision=3861
2011-06-09add support for browing the rcynic cacheMichael Elkins
svn path=/rpkid/portal-gui/scripts/rpkigui-rcynic.py; revision=3859
2011-05-13relable 'Submit' buttons as 'Delete' for ROAs and Ghostbusters.Michael Elkins
svn path=/rpkid/rpki/gui/app/templates/rpkigui/ghostbuster_confirm_delete.html; revision=3813
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-05-03add missing import from futureMichael Elkins
svn path=/rpkid/rpki/gui/app/views.py; revision=3798
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-04-18add missing html templateMichael Elkins
svn path=/rpkid/rpki/gui/app/templates/rpkigui/roa_request_confirm_delete.html; revision=3774
2011-04-18ask for confirmation when deleting a roa requestMichael Elkins
svn path=/rpkid/rpki/gui/app/templates/base.html; revision=3773
2011-04-07ADR vcard type is not a string, but a compound objectMichael Elkins
svn path=/rpkid/rpki/gui/app/glue.py; revision=3766
2011-04-06use GMT instead of UTC, since the latter seems to make fbsd 8 unhappyMichael Elkins
svn path=/rpkid/rpki/gui/settings.py.in; revision=3761
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-24move base templates into rpki.gui.appMichael Elkins
svn path=/rpkid/rpki/gui/app/templates/base.html; revision=3739
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-24fix typo in settings.pyMichael Elkins
svn path=/rpkid/rpki/gui/settings.py.in; revision=3737
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-02update portal-gui settings.py.in to reflect changes in django 1.2Michael Elkins
svn path=/rpkid/rpki/gui/settings.py.in; revision=3704
2011-03-02mv portal-gui TODO into the app directoryMichael Elkins
svn path=/rpkid/rpki/gui/TODO; revision=3703
2011-03-02move portal-gui scripts out of the python package tree into the project treeMichael Elkins
svn path=/rpkid/portal-gui/scripts; revision=3702
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-03-02move rpki.gui.app templates into the source tree as recommended for ↵Michael Elkins
distributing django apps explicitly use %{csrf_token%} in form templates as recommended in Django 1.2 svn path=/rpkid/rpki/gui/app/templates; revision=3698
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-19do not print warning about missing <list_received_resources/> responses when ↵Michael Elkins
the -v argument is omitted svn path=/rpkid/rpki/gui/scripts/list_resources.py; revision=3684
2011-02-16sort ASs and AddressRanges by the lower bound in the rangeMichael Elkins
svn path=/rpkid/rpki/gui/app/admin.py; revision=3681
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-12do not require the host to be set while editing in the django admin interfaceMichael Elkins
svn path=/rpkid/rpki/gui/app/models.py; revision=3678
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-25move portal-gui/scripts to rpkid/rpkid/gui/scriptsMichael Elkins
svn path=/portal-gui/Makefile.in; revision=3657
2011-01-25fix form validation to reject AS 0 in a roa requestMichael Elkins
svn path=/rpkid/rpki/gui/app/asnset.py; revision=3655
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-24really fix glue.conf() *ahem*Michael Elkins
svn path=/rpkid/rpki/gui/app/glue.py; revision=3652
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