aboutsummaryrefslogtreecommitdiff
path: root/portal-gui
AgeCommit message (Collapse)Author
2011-03-02move $top/portal-gui into $top/rpkid/portal-guiMichael Elkins
svn path=/portal-gui; revision=3701
2011-03-02rpki.gui.app templates moved into app subdirectoryMichael Elkins
svn path=/portal-gui/templates/myrpki; revision=3700
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-01-25update portal-gui documentationMichael Elkins
svn path=/portal-gui/README; revision=3659
2011-01-25move portal-gui/scripts to rpkid/rpkid/gui/scriptsMichael Elkins
svn path=/portal-gui/Makefile.in; revision=3657
2011-01-24Add missing deinstall and test targetsRob Austein
svn path=/portal-gui/Makefile.in; revision=3651
2011-01-24check for both django-admin and django-admin.py since it can be named eitherMichael Elkins
svn path=/configure; revision=3647
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
2011-01-23make sure leading directories exist prior to installing filesMichael Elkins
svn path=/portal-gui/Makefile.in; revision=3644
2011-01-23remove CONFDIR variable from toplevel configure script. now hardcoded to go ↵Michael Elkins
into ${localstatedir}/rpki/conf django db now defaults to ${localstatedir}/rpki/gui.db remove MYRPKI and MYRPKI_DATA_DIR from settings.py and substitute those variables into glue.py from glue.py.in mv rpkigui/templates up one directory so the django app code can be moved eventually remove deprecated runserver script put scripts into ${libexecdir} and ${sbindir} with a prefix of "rpkigui" svn path=/configure; revision=3643
2011-01-23redirect to /myrpki/ after successful login via /accounts/login/Michael Elkins
remove old http digest auth configuration svn path=/portal-gui/rpkigui/settings.py.in; revision=3642
2011-01-22modify adduser script to set password in django rather than apache digest authMichael Elkins
svn path=/portal-gui/scripts/adduser.py; revision=3635
2011-01-22revert back to using Django's built in authentication rather than HTTP ↵Michael Elkins
Digest auth now that rpkidemo can log in via Django svn path=/portal-gui/Makefile.in; revision=3634
2011-01-22myrpki cli lives in $(sbindir)Michael Elkins
svn path=/portal-gui/Makefile.in; revision=3630
2011-01-22integrate portal-gui into toplevel configure script; remove ↵Michael Elkins
$top/portal-gui/build.sh as a result remove helper script, and use @PYTHON@ configure variable to substitute instead rename django.wsgi => rpki.wsgi rename zrpki.conf => rpki.conf for apache configuration svn path=/configure; revision=3629
2011-01-21rebuild configure for myrpki.conf => rpki.conf changeMichael Elkins
svn path=/portal-gui/configure; revision=3622
2011-01-20UNTESTED changes to port-gui to match myrpki.conf => rpki.conf changesRob Austein
into line with the other Python code portal-gui needs a bit more work to bring its autoconf into line with the other code, which may include some source tree reorganizations. svn path=/portal-gui/Makefile.in; revision=3621
2010-12-21remove hardcoded paths for WSGIScriptAlias so that it can be changedMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/models.py; revision=3577
2010-12-21remove chmod command for deprecated runserver scriptMichael Elkins
svn path=/portal-gui/Makefile.in; revision=3576
2010-11-29fix default location of $top on work0Michael Elkins
svn path=/portal-gui/build.sh; revision=3567
2010-11-29change $USER to $WEBUSER to avoid conflict with posix shell variable of same ↵Michael Elkins
name svn path=/portal-gui/Makefile.in; revision=3566
2010-11-29backout change to login url because it broke sessionsMichael Elkins
svn path=/portal-gui/rpkigui/urls.py.in; revision=3565
2010-11-22fixed broken handling of $prefix expansion for $datarootdir.Michael Elkins
remove runserver script from installation target since it is deprecated svn path=/portal-gui/Makefile.in; revision=3560
2010-11-17ensure the htpasswd file exists during "make install" so that "htdigest -c" ↵Michael Elkins
is not necessary svn path=/portal-gui/Makefile.in; revision=3554
2010-11-17update portal-gui install instructionsMichael Elkins
svn path=/portal-gui/README; revision=3553
2010-11-17call conf.save() regardless of self-hosted or notMichael Elkins
always chown() the *.csv files, even if they already exist svn path=/portal-gui/scripts/adduser.py; revision=3552
2010-11-11move docs on configuring apache to README.apacheMichael Elkins
update README to detail use of the build.sh for installation instead of using the configure script directly. added USER= configuration variable to specify the user that the apache web server is running as. make install target sets file permissions so that apache user can read/write them adduser.py sets file permissions so that apacher user can read/write them svn path=/portal-gui/Makefile.in; revision=3548
2010-11-08redirect to /myrpki after hitting /accounts/loginMichael Elkins
svn path=/portal-gui/rpkigui/urls.py.in; revision=3539
2010-11-07updates to portal-giu to better support hosted handlesMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/glue.py; revision=3538
2010-11-07change defaults to require deployment under apache+mod_wsgiMichael Elkins
svn path=/portal-gui/README; revision=3537
2010-10-31update docs on using rpkidemo with portal-guiMichael Elkins
svn path=/portal-gui/README.rpkidemo; revision=3523
2010-10-30Close <img/> elements so pages will parse as XHTMLRob Austein
svn path=/portal-gui/rpkigui/templates/base.html; revision=3522
2010-10-30update docs when using with rpkidemoMichael Elkins
svn path=/portal-gui/README.rpkidemo; revision=3517
2010-10-30swap order of csrf- and ConditionalGetMiddleware to fix a page truncation ↵Michael Elkins
problem under apache+mod_wsgi svn path=/portal-gui/rpkigui/settings.py.in; revision=3516
2010-10-29change apache config to only require digest auth for /accounts/login/Michael Elkins
svn path=/portal-gui/apache/zmyrpki.conf.in; revision=3515
2010-10-29add meta-configure script to make it easier to run configureMichael Elkins
svn path=/portal-gui/build.sh; revision=3513
2010-10-29adduser now adds the user to the apache password file if not already presentMichael Elkins
svn path=/portal-gui/scripts/adduser.py; revision=3512
2010-10-29adduser script should create empty csv files so portal-gui doesn't barfMichael Elkins
svn path=/portal-gui/scripts/adduser.py; revision=3511
2010-10-29fix botched installation of the adduser.py scriptMichael Elkins
svn path=/portal-gui/Makefile.in; revision=3510
2010-10-28add section on setting up django to use apache for user authenticationMichael Elkins
svn path=/portal-gui/README.rpkidemo; revision=3509
2010-10-28initial instructions for using portal-gui with rpkidemoMichael Elkins
svn path=/portal-gui/README; revision=3508
2010-10-28don't run configure_resources when the user is a front-end for rpkidemoMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/glue.py; revision=3506
2010-10-28add stub myrpki.conf when create rpkidemo userMichael Elkins
svn path=/portal-gui/scripts/adduser.py; revision=3505
2010-10-28move django.wsgi into apache/ subdir for improved securityMichael Elkins
new adduser script for creating portal-gui users (to be used with rpkidemo) add stub apache conf file for integration with mod_wsgi svn path=/portal-gui/Makefile.in; revision=3504
2010-10-27add support for uploading publications requests and myrpki.xml updates from ↵Michael Elkins
rpkidemo add support for conditional GETs of various xml files svn path=/portal-gui/rpkigui/myrpki/urls.py; revision=3502
2010-10-27add support for uploading identity.xml and repository requests from rpkidemoMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/urls.py; revision=3497
2010-10-26add commented-out settings for running django using http digest authenticationMichael Elkins
svn path=/portal-gui/rpkigui/settings.py.in; revision=3495
2010-10-19add support for download the myrpki.xml file; fix problem with superuser not ↵Michael Elkins
being able to download for any resource handle svn path=/portal-gui/rpkigui/myrpki/urls.py; revision=3481
2010-10-19provide links on the dashboard to export csv files; intended to also be used ↵Michael Elkins
by rpkidemo svn path=/portal-gui/rpkigui/myrpki/glue.py; revision=3480
2010-10-09https => httpRob Austein
svn path=/portal-gui/scripts/list_resources.py; revision=3473