Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-21 | rebuild configure for myrpki.conf => rpki.conf change | Michael Elkins | |
svn path=/portal-gui/configure; revision=3622 | |||
2011-01-20 | UNTESTED changes to port-gui to match myrpki.conf => rpki.conf changes | Rob 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-21 | remove hardcoded paths for WSGIScriptAlias so that it can be changed | Michael Elkins | |
svn path=/portal-gui/rpkigui/myrpki/models.py; revision=3577 | |||
2010-12-21 | remove chmod command for deprecated runserver script | Michael Elkins | |
svn path=/portal-gui/Makefile.in; revision=3576 | |||
2010-11-29 | fix default location of $top on work0 | Michael Elkins | |
svn path=/portal-gui/build.sh; revision=3567 | |||
2010-11-29 | change $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-29 | backout change to login url because it broke sessions | Michael Elkins | |
svn path=/portal-gui/rpkigui/urls.py.in; revision=3565 | |||
2010-11-22 | fixed broken handling of $prefix expansion for $datarootdir. | Michael Elkins | |
remove runserver script from installation target since it is deprecated svn path=/portal-gui/Makefile.in; revision=3560 | |||
2010-11-17 | ensure the htpasswd file exists during "make install" so that "htdigest -c" ↵ | Michael Elkins | |
is not necessary svn path=/portal-gui/Makefile.in; revision=3554 | |||
2010-11-17 | update portal-gui install instructions | Michael Elkins | |
svn path=/portal-gui/README; revision=3553 | |||
2010-11-17 | call conf.save() regardless of self-hosted or not | Michael Elkins | |
always chown() the *.csv files, even if they already exist svn path=/portal-gui/scripts/adduser.py; revision=3552 | |||
2010-11-11 | move docs on configuring apache to README.apache | Michael 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-08 | redirect to /myrpki after hitting /accounts/login | Michael Elkins | |
svn path=/portal-gui/rpkigui/urls.py.in; revision=3539 | |||
2010-11-07 | updates to portal-giu to better support hosted handles | Michael Elkins | |
svn path=/portal-gui/rpkigui/myrpki/glue.py; revision=3538 | |||
2010-11-07 | change defaults to require deployment under apache+mod_wsgi | Michael Elkins | |
svn path=/portal-gui/README; revision=3537 | |||
2010-10-31 | update docs on using rpkidemo with portal-gui | Michael Elkins | |
svn path=/portal-gui/README.rpkidemo; revision=3523 | |||
2010-10-30 | Close <img/> elements so pages will parse as XHTML | Rob Austein | |
svn path=/portal-gui/rpkigui/templates/base.html; revision=3522 | |||
2010-10-30 | update docs when using with rpkidemo | Michael Elkins | |
svn path=/portal-gui/README.rpkidemo; revision=3517 | |||
2010-10-30 | swap 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-29 | change apache config to only require digest auth for /accounts/login/ | Michael Elkins | |
svn path=/portal-gui/apache/zmyrpki.conf.in; revision=3515 | |||
2010-10-29 | add meta-configure script to make it easier to run configure | Michael Elkins | |
svn path=/portal-gui/build.sh; revision=3513 | |||
2010-10-29 | adduser now adds the user to the apache password file if not already present | Michael Elkins | |
svn path=/portal-gui/scripts/adduser.py; revision=3512 | |||
2010-10-29 | adduser script should create empty csv files so portal-gui doesn't barf | Michael Elkins | |
svn path=/portal-gui/scripts/adduser.py; revision=3511 | |||
2010-10-29 | fix botched installation of the adduser.py script | Michael Elkins | |
svn path=/portal-gui/Makefile.in; revision=3510 | |||
2010-10-28 | add section on setting up django to use apache for user authentication | Michael Elkins | |
svn path=/portal-gui/README.rpkidemo; revision=3509 | |||
2010-10-28 | initial instructions for using portal-gui with rpkidemo | Michael Elkins | |
svn path=/portal-gui/README; revision=3508 | |||
2010-10-28 | don't run configure_resources when the user is a front-end for rpkidemo | Michael Elkins | |
svn path=/portal-gui/rpkigui/myrpki/glue.py; revision=3506 | |||
2010-10-28 | add stub myrpki.conf when create rpkidemo user | Michael Elkins | |
svn path=/portal-gui/scripts/adduser.py; revision=3505 | |||
2010-10-28 | move django.wsgi into apache/ subdir for improved security | Michael 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-27 | add 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-27 | add support for uploading identity.xml and repository requests from rpkidemo | Michael Elkins | |
svn path=/portal-gui/rpkigui/myrpki/urls.py; revision=3497 | |||
2010-10-26 | add commented-out settings for running django using http digest authentication | Michael Elkins | |
svn path=/portal-gui/rpkigui/settings.py.in; revision=3495 | |||
2010-10-19 | add 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-19 | provide 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-10-09 | https => http | Rob Austein | |
svn path=/portal-gui/scripts/list_resources.py; revision=3473 | |||
2010-07-27 | strictly 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-19 | fix bug where instance method was called on class object | Michael Elkins | |
svn path=/portal-gui/scripts/list_resources.py; revision=3416 | |||
2010-07-16 | improved support for viewing unallocated address ranges in the dashboard and ↵ | Michael Elkins | |
prefix views svn path=/portal-gui/Makefile.in; revision=3415 | |||
2010-07-13 | change 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-13 | use 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-12 | more copyright notice updates for $top/portal-gui/scripts/ | Michael Elkins | |
svn path=/portal-gui/scripts/helper.in; revision=3395 | |||
2010-07-12 | fix copyright notices | Michael Elkins | |
svn path=/portal-gui/rpkigui/django.wsgi.in; revision=3394 | |||
2010-07-12 | fix copyright notices | Michael Elkins | |
svn path=/portal-gui/rpkigui/myrpki/admin.py; revision=3393 | |||
2010-07-12 | remove 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-11 | load_csv now properly creates suballocation for ASNs | Michael Elkins | |
svn path=/portal-gui/scripts/load_csv.py; revision=3391 | |||
2010-07-11 | properly handle ipv6 addresses in load_csv | Michael Elkins | |
svn path=/portal-gui/scripts/load_csv.py; revision=3389 | |||
2010-07-11 | make load_csv understand delegation of AS ranges | Michael Elkins | |
svn path=/portal-gui/scripts/load_csv.py; revision=3387 | |||
2010-07-11 | add copyright notices to portal-gui code | Michael Elkins | |
svn path=/portal-gui/rpkigui/django.wsgi.in; revision=3385 | |||
2010-07-11 | add missing template conf_empty.html to makefile.in | Michael 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-10 | properly handle issuing roas for subdivided prefixes | Michael Elkins | |
svn path=/portal-gui/rpkigui/myrpki/views.py; revision=3373 |