aboutsummaryrefslogtreecommitdiff
path: root/portal-gui
AgeCommit message (Expand)Author
2011-03-02move $top/portal-gui into $top/rpkid/portal-guiMichael Elkins
2011-03-02rpki.gui.app templates moved into app subdirectoryMichael Elkins
2011-02-25portal-gui no longer invokes the myrpki.py command line tool.Michael Elkins
2011-01-25update portal-gui documentationMichael Elkins
2011-01-25move portal-gui/scripts to rpkid/rpkid/gui/scriptsMichael Elkins
2011-01-24Add missing deinstall and test targetsRob Austein
2011-01-24check for both django-admin and django-admin.py since it can be named eitherMichael Elkins
2011-01-24move portal-gui django app to $top/rpkid/rpki/guiMichael Elkins
2011-01-23make sure leading directories exist prior to installing filesMichael Elkins
2011-01-23remove CONFDIR variable from toplevel configure script. now hardcoded to go ...Michael Elkins
2011-01-23redirect to /myrpki/ after successful login via /accounts/login/Michael Elkins
2011-01-22modify adduser script to set password in django rather than apache digest authMichael Elkins
2011-01-22revert back to using Django's built in authentication rather than HTTP Digest...Michael Elkins
2011-01-22myrpki cli lives in $(sbindir)Michael Elkins
2011-01-22integrate portal-gui into toplevel configure script; remove $top/portal-gui/b...Michael Elkins
2011-01-21rebuild configure for myrpki.conf => rpki.conf changeMichael Elkins
2011-01-20UNTESTED changes to port-gui to match myrpki.conf => rpki.conf changesRob Austein
2010-12-21remove hardcoded paths for WSGIScriptAlias so that it can be changedMichael Elkins
2010-12-21remove chmod command for deprecated runserver scriptMichael Elkins
2010-11-29fix default location of $top on work0Michael Elkins
2010-11-29change $USER to $WEBUSER to avoid conflict with posix shell variable of same ...Michael Elkins
2010-11-29backout change to login url because it broke sessionsMichael Elkins
2010-11-22fixed broken handling of $prefix expansion for $datarootdir.Michael Elkins
2010-11-17ensure the htpasswd file exists during "make install" so that "htdigest -c" i...Michael Elkins
2010-11-17update portal-gui install instructionsMichael Elkins
2010-11-17call conf.save() regardless of self-hosted or notMichael Elkins
2010-11-11move docs on configuring apache to README.apacheMichael Elkins
2010-11-08redirect to /myrpki after hitting /accounts/loginMichael Elkins
2010-11-07updates to portal-giu to better support hosted handlesMichael Elkins
2010-11-07change defaults to require deployment under apache+mod_wsgiMichael Elkins
2010-10-31update docs on using rpkidemo with portal-guiMichael Elkins
2010-10-30Close <img/> elements so pages will parse as XHTMLRob Austein
2010-10-30update docs when using with rpkidemoMichael Elkins
2010-10-30swap order of csrf- and ConditionalGetMiddleware to fix a page truncation pro...Michael Elkins
2010-10-29change apache config to only require digest auth for /accounts/login/Michael Elkins
2010-10-29add meta-configure script to make it easier to run configureMichael Elkins
2010-10-29adduser now adds the user to the apache password file if not already presentMichael Elkins
2010-10-29adduser script should create empty csv files so portal-gui doesn't barfMichael Elkins
2010-10-29fix botched installation of the adduser.py scriptMichael Elkins
2010-10-28add section on setting up django to use apache for user authenticationMichael Elkins
2010-10-28initial instructions for using portal-gui with rpkidemoMichael Elkins
2010-10-28don't run configure_resources when the user is a front-end for rpkidemoMichael Elkins
2010-10-28add stub myrpki.conf when create rpkidemo userMichael Elkins
2010-10-28move django.wsgi into apache/ subdir for improved securityMichael Elkins
2010-10-27add support for uploading publications requests and myrpki.xml updates from r...Michael Elkins
2010-10-27add support for uploading identity.xml and repository requests from rpkidemoMichael Elkins
2010-10-26add commented-out settings for running django using http digest authenticationMichael Elkins
2010-10-19add support for download the myrpki.xml file; fix problem with superuser not ...Michael Elkins
2010-10-19provide links on the dashboard to export csv files; intended to also be used ...Michael Elkins
2010-10-09https => httpRob Austein