Age | Commit message (Collapse) | Author |
|
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
|
|
svn path=/branches/tk161/; revision=4162
|
|
fix broken <h1> tag
svn path=/branches/tk161/; revision=4161
|
|
svn path=/branches/tk161/; revision=4159
|
|
svn path=/branches/tk161/; revision=4158
|
|
svn path=/rpkid/rpki/gui/app/forms.py; revision=4033
|
|
resources
svn path=/rpkid/rpki/gui/app/forms.py; revision=4022
|
|
svn path=/rpkid/rpki/gui/app/views.py; revision=3798
|
|
svn path=/rpkid/rpki/gui/app/templates/base.html; revision=3773
|
|
svn path=/rpkid/rpki/gui/app/glue.py; revision=3754
|
|
svn path=/rpkid/rpki/gui/app/forms.py; revision=3753
|
|
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
|
|
rather than using the rpkigui-list-resources script
svn path=/rpkid/Makefile.in; revision=3751
|
|
svn path=/rpkid/rpki/gui/app/admin.py; revision=3738
|
|
django templates should be installed as APP/templates/APP/template.html to avoid namespace clashes
svn path=/rpkid/portal-gui/Makefile.in; revision=3709
|
|
so that they are not required in the site's settings.py
svn path=/rpkid/rpki/gui/app/glue.py; revision=3699
|
|
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
|
|
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
|
|
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
|
|
svn path=/rpkid/rpki/gui/app/models.py; revision=3654
|
|
svn path=/rpkid/rpki/gui/app/glue.py; revision=3650
|
|
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
|