Age | Commit message (Collapse) | Author |
|
svn path=/branches/tk161/; revision=4300
|
|
svn path=/branches/tk161/; revision=4290
|
|
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
|
|
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
|
|
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
|
|
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
|
|
svn path=/branches/tk161/; revision=4237
|
|
svn path=/branches/tk161/; revision=4216
|
|
models.RoaRequestPrefix.get_absolute_url restored since the /delete URL depends on it
svn path=/branches/tk161/; revision=4183
|
|
svn path=/branches/tk161/; revision=4181
|
|
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/portal-gui/scripts/rpkigui-rcynic.py; revision=3859
|
|
svn path=/rpkid/rpki/gui/app/forms.py; revision=3753
|
|
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
|
|
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
|
|
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
|