aboutsummaryrefslogtreecommitdiff
path: root/portal-gui
AgeCommit message (Expand)Author
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
2010-07-27strictly enforce non-overlapping resource ranges in AddressRange and Asn obje...Michael Elkins
2010-07-19fix bug where instance method was called on class objectMichael Elkins
2010-07-16improved support for viewing unallocated address ranges in the dashboard and ...Michael Elkins
2010-07-13change prefix split form to accept single input box in which the user can ent...Michael Elkins
2010-07-13use specific exit code when list_resources.py detects it did not receive all ...Michael Elkins
2010-07-12more copyright notice updates for $top/portal-gui/scripts/Michael Elkins
2010-07-12fix copyright noticesMichael Elkins
2010-07-12fix copyright noticesMichael Elkins
2010-07-12remove roa link from address ranges which are not properly representably as p...Michael Elkins
2010-07-11load_csv now properly creates suballocation for ASNsMichael Elkins
2010-07-11properly handle ipv6 addresses in load_csvMichael Elkins
2010-07-11make load_csv understand delegation of AS rangesMichael Elkins
2010-07-11add copyright notices to portal-gui codeMichael Elkins
2010-07-11add missing template conf_empty.html to makefile.inMichael Elkins
2010-07-10properly handle issuing roas for subdivided prefixesMichael Elkins
2010-07-09add nice error page when an account no permission to manage any handlesMichael Elkins
2010-07-09elaborate on the process of creating non-superuser users and granting access ...Michael Elkins