aboutsummaryrefslogtreecommitdiff
path: root/portal-gui/scripts
AgeCommit message (Collapse)Author
2011-01-25move portal-gui/scripts to rpkid/rpkid/gui/scriptsMichael Elkins
svn path=/portal-gui/Makefile.in; revision=3657
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-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-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-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-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-07updates to portal-giu to better support hosted handlesMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/glue.py; revision=3538
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-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-09https => httpRob Austein
svn path=/portal-gui/scripts/list_resources.py; revision=3473
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-19fix bug where instance method was called on class objectMichael Elkins
svn path=/portal-gui/scripts/list_resources.py; revision=3416
2010-07-13use specific exit code when list_resources.py detects it did not receive all ↵Michael Elkins
expected responses svn path=/portal-gui/scripts/list_resources.py; revision=3397
2010-07-12more copyright notice updates for $top/portal-gui/scripts/Michael Elkins
svn path=/portal-gui/scripts/helper.in; revision=3395
2010-07-11load_csv now properly creates suballocation for ASNsMichael Elkins
svn path=/portal-gui/scripts/load_csv.py; revision=3391
2010-07-11properly handle ipv6 addresses in load_csvMichael Elkins
svn path=/portal-gui/scripts/load_csv.py; revision=3389
2010-07-11make load_csv understand delegation of AS rangesMichael Elkins
svn path=/portal-gui/scripts/load_csv.py; revision=3387
2010-07-09fix verbose output from list_resources so that normal messages dont sound ↵Michael Elkins
like errors svn path=/portal-gui/scripts/list_resources.py; revision=3370
2010-07-09update list_resource usage script to reflect the fact that it no longer ↵Michael Elkins
requires handles as arguments svn path=/portal-gui/scripts/list_resources.py; revision=3369
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-07fix bug in helper scriptMichael Elkins
svn path=/portal-gui/scripts/helper.in; revision=3360
2010-07-07added configure script to ease installationMichael Elkins
svn path=/portal-gui/Makefile.in; revision=3357
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-04use rpki.resource_set functions for IP address parsingMichael Elkins
svn path=/portal-gui/scripts/load_csv.py; revision=3323
2010-07-03list_resources now auto-detects all served handles.Michael Elkins
svn path=/portal-gui/README; revision=3319
2010-07-03make list_resource.py accept multiple <self/> handles as argumentsMichael Elkins
update docs add stub wsgi application svn path=/portal-gui/README; revision=3318
2010-07-02add symlink for list_resource scriptMichael Elkins
svn path=/portal-gui/scripts/list_resources; revision=3311
2010-07-02portal-gui updatesMichael Elkins
svn path=/portal-gui/README; revision=3310
2010-07-01add auxillary scripts for querying rpkid/rcynic, add model objects to ↵Michael Elkins
represent resource certs svn path=/portal-gui/rpkigui/myrpki/admin.py; revision=3307