aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui
AgeCommit message (Expand)Author
2013-03-19revert OS specific post install rules added in [5119]Michael Elkins
2013-03-14remove trailing slash from the URL alias for /rcynic. closes #465Michael Elkins
2013-03-14add alias for /rcynic/ to the generated apache.conf (see #465)Michael Elkins
2013-03-13check for settings.py in the standard locations if $DJANGO_SETTINGS_MODULE is...Michael Elkins
2013-03-13add new helper script for the rpki workshop to create web user accounts for e...Michael Elkins
2013-03-12set PATH in cron entry otherwise rpkigui-import-routes script is not found in...Michael Elkins
2013-03-11fix error in crontab entry where it was not running every two hoursMichael Elkins
2013-03-11change default log level to WARNINGMichael Elkins
2013-03-07use --enable-target-install framework to add install-linux to the install tar...Michael Elkins
2013-03-07move installation of most portal-gui scripts to setup.py (see #373)Michael Elkins
2013-03-06fix typohMichael Elkins
2013-03-06comment out debug statement printing sys.pathMichael Elkins
2013-03-06revert [5096]Michael Elkins
2013-03-04remove deprecated script that was used back when the web portal used the sqli...Michael Elkins
2013-03-04move core function to rpki.gui.app.check_expiredMichael Elkins
2013-03-04move core of rpkid/portal-gui/scripts/rpkigui-import-routes.py to rpkid/rpki/...Michael Elkins
2013-03-04move core implementation to rpki.gui.cacheview.util and only leave the script...Michael Elkins
2013-03-03move build-time generated configuration to local_settings.py and leave settin...Michael Elkins
2013-03-01change rpki.gui.models.IPV6AddressField.get_db_prep_value() to return `long` ...Michael Elkins
2013-02-28add new script rpkigui-flatten-roas script to take care of flattening old roa...Michael Elkins
2013-01-31Merge from trunk.Rob Austein
2013-01-18Get rid of "installation-manifest" Makefile target silliness.Rob Austein
2012-12-23"install -t" is a GNU-ism that only works on some platforms.Rob Austein
2012-12-20Add "make instalation-manifest" as a first cut at something that willRob Austein
2012-11-26remove dependence on django-crispy-forms by including a basic form template f...Michael Elkins
2012-11-26remove duplicate copies of web portal medaMichael Elkins
2012-11-26also remove settings.pyc in uninstallMichael Elkins
2012-11-26configure now sets STATIC_ROOT in settings.pyMichael Elkins
2012-11-26rewrite ghostbuster_{create,edit} not to use generic viewsMichael Elkins
2012-11-25do not display part of the vcard that are disallowed by RFCMichael Elkins
2012-11-23snapshot of work in progressMichael Elkins
2012-11-22commiting work in progressMichael Elkins
2012-11-21update templates to use twitter bootstrap 2.2.1Michael Elkins
2012-11-20add support for client side route lookup in the roa creation formMichael Elkins
2012-11-16fixes to handle the case where the gui is managing the rootMichael Elkins
2012-11-15Pull from /trunk.Rob Austein
2012-11-14merge with /trunkMichael Elkins
2012-11-12default $LANG to en_US.UTF-8 if unset to avoid problems with django-adminMichael Elkins
2012-11-12merge with /trunkMichael Elkins
2012-11-12fix bug where object_accepted object was compared to wrong attribute when loo...Michael Elkins
2012-11-10merge with ^/trunkMichael Elkins
2012-11-10add rpki-manage script to wrap django-admin with env vars already setMichael Elkins
2012-11-10initial support for using django south on rpki.gui.appMichael Elkins
2012-11-08redirect to /rpki when we get a request for the bare vhostMichael Elkins
2012-11-06Merge from /trunk.Rob Austein
2012-11-04only consider certs which have already been accepted when looking up the issuerMichael Elkins
2012-09-30Don't whack installation directories if they already exist. MaybeRob Austein
2012-08-31Merge from trunk.Rob Austein
2012-08-24do not assume that user.email is not NoneMichael Elkins
2012-07-16simplify exiting the scriptMichael Elkins