aboutsummaryrefslogtreecommitdiff
path: root/portal-gui/rpkigui
AgeCommit message (Collapse)Author
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-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-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-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-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-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-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-30Close <img/> elements so pages will parse as XHTMLRob Austein
svn path=/portal-gui/rpkigui/templates/base.html; revision=3522
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-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-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-07-27strictly enforce non-overlapping resource ranges in AddressRange and Asn ↵Michael Elkins
object trees. add cert member to Roa class to hold a pointer to the resource cert from which all prefixes in the roa derive svn path=/portal-gui/rpkigui/myrpki/forms.py; revision=3418
2010-07-16improved support for viewing unallocated address ranges in the dashboard and ↵Michael Elkins
prefix views svn path=/portal-gui/Makefile.in; revision=3415
2010-07-13change prefix split form to accept single input box in which the user can ↵Michael Elkins
enter a CIDR or range remove hyperlinks for roa/delete when the prefix has been allocated to a child svn path=/portal-gui/rpkigui/myrpki/forms.py; revision=3398
2010-07-12fix copyright noticesMichael Elkins
svn path=/portal-gui/rpkigui/django.wsgi.in; revision=3394
2010-07-12fix copyright noticesMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/admin.py; revision=3393
2010-07-12remove roa link from address ranges which are not properly representably as ↵Michael Elkins
prefixes svn path=/portal-gui/rpkigui/myrpki/forms.py; revision=3392
2010-07-11add copyright notices to portal-gui codeMichael Elkins
svn path=/portal-gui/rpkigui/django.wsgi.in; revision=3385
2010-07-11add missing template conf_empty.html to makefile.inMichael Elkins
fix bug with missing subdivided prefixes in the unallocated resources section of the dashboard add matching roas to the asn view tidy up some html in prefix view svn path=/portal-gui/Makefile.in; revision=3380
2010-07-10properly handle issuing roas for subdivided prefixesMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/views.py; revision=3373
2010-07-09add nice error page when an account no permission to manage any handlesMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/views.py; revision=3372
2010-07-08call glue.configure_resources() after deleting a roa request from a prefixMichael Elkins
use sys.executable to get the path to the python interpreter when invoking the myrpki.py cli svn path=/portal-gui/rpkigui/myrpki/glue.py; revision=3367
2010-07-08make configure output additional info about installation paths for debuggingMichael Elkins
automatically set the proper paths in django.wsgi use $INSTDIR for referring to installed portal-gui sources svn path=/portal-gui/Makefile.in; revision=3365
2010-07-07use new rpki.ipaddrss.parse() in lieu of rpkigui.myrpki.misc.str_to_addr()Michael Elkins
change calls to rpki.resource_set.resource_range_ip._prefixlen() to .prefixlen() svn path=/portal-gui/rpkigui/myrpki/forms.py; revision=3363
2010-07-07added configure script to ease installationMichael Elkins
svn path=/portal-gui/Makefile.in; revision=3357
2010-07-06fix bug with file objects not being closed when running configure_resources()Michael Elkins
properly used django's query filters instead of explicting looping in python svn path=/portal-gui/rpkigui/myrpki/glue.py; revision=3353
2010-07-06redirect to /myrpki/ on logoutMichael Elkins
svn path=/portal-gui/rpkigui/settings.py; revision=3352
2010-07-06set default redirect to /myrpki/ after loginMichael Elkins
svn path=/portal-gui/rpkigui/settings.py; revision=3351
2010-07-06fix handle selection for normal usersMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/views.py; revision=3349
2010-07-06fix bug introduced by overzealous weedingMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/views.py; revision=3348
2010-07-06remove extraneous importsMichael Elkins
quality imports for rpkigui.myrpki.* svn path=/portal-gui/rpkigui/myrpki/views.py; revision=3344
2010-07-06weed dead codeMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/forms.py; revision=3343
2010-07-06improve css for tables to improve readabilityMichael Elkins
make the child and parent views prettier add css block to base template check for allocation to child in roa form validator svn path=/portal-gui/rpkigui/myrpki/forms.py; revision=3342
2010-07-06load_csv can now create suballocations of received resources automaticallyMichael Elkins
load_csv uses new add_roa_requests() function remove extraneous code and imports from misc/glue/views svn path=/portal-gui/rpkigui/myrpki/glue.py; revision=3341
2010-07-06rework portal-gui to support max prefix lengthsMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/admin.py; revision=3340
2010-07-05show subdivided prefixes in unallocated resources section on dashboardMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/views.py; revision=3339
2010-07-05workaround for printing address ranges with the hi and lo swappedMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/models.py; revision=3338
2010-07-04add support for deleting a subdivided prefixMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/forms.py; revision=3336
2010-07-04gracefully handle printing address range with hi and lo swappedMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/models.py; revision=3334