aboutsummaryrefslogtreecommitdiff
path: root/portal-gui/rpkigui
AgeCommit message (Expand)Author
2011-01-24move portal-gui django app to $top/rpkid/rpki/guiMichael 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-22revert back to using Django's built in authentication rather than HTTP Digest...Michael Elkins
2011-01-22integrate portal-gui into toplevel configure script; remove $top/portal-gui/b...Michael 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-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-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-30Close <img/> elements so pages will parse as XHTMLRob Austein
2010-10-30swap order of csrf- and ConditionalGetMiddleware to fix a page truncation pro...Michael Elkins
2010-10-28don't run configure_resources when the user is a front-end for rpkidemoMichael 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-07-27strictly enforce non-overlapping resource ranges in AddressRange and Asn obje...Michael 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-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-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-08call glue.configure_resources() after deleting a roa request from a prefixMichael Elkins
2010-07-08make configure output additional info about installation paths for debuggingMichael Elkins
2010-07-07use new rpki.ipaddrss.parse() in lieu of rpkigui.myrpki.misc.str_to_addr()Michael Elkins
2010-07-07added configure script to ease installationMichael Elkins
2010-07-06fix bug with file objects not being closed when running configure_resources()Michael Elkins
2010-07-06redirect to /myrpki/ on logoutMichael Elkins
2010-07-06set default redirect to /myrpki/ after loginMichael Elkins
2010-07-06fix handle selection for normal usersMichael Elkins
2010-07-06fix bug introduced by overzealous weedingMichael Elkins
2010-07-06remove extraneous importsMichael Elkins
2010-07-06weed dead codeMichael Elkins
2010-07-06improve css for tables to improve readabilityMichael Elkins
2010-07-06load_csv can now create suballocations of received resources automaticallyMichael Elkins
2010-07-06rework portal-gui to support max prefix lengthsMichael Elkins
2010-07-05show subdivided prefixes in unallocated resources section on dashboardMichael Elkins
2010-07-05workaround for printing address ranges with the hi and lo swappedMichael Elkins
2010-07-04add support for deleting a subdivided prefixMichael Elkins
2010-07-04gracefully handle printing address range with hi and lo swappedMichael Elkins