aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui/scripts
AgeCommit message (Collapse)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
svn path=/branches/tk685/; revision=5757
2014-03-10Remove delegated resources from the labuser* accounts when resetting the ↵Michael Elkins
demo. see #544 svn path=/trunk/; revision=5701
2014-01-15Doh, helps to import errno module before using it. See #661.Rob Austein
svn path=/trunk/; revision=5638
2014-01-15Add lock file and abort timer. See #661.Rob Austein
svn path=/trunk/; revision=5637
2013-09-25Use NameVirtualHost for Apache 2.2 on Ubuntu as well as on FreeBSD.Rob Austein
Refactor config file template code to account for recent changes. svn path=/trunk/; revision=5519
2013-09-20Disable mod_deflate if it's enabled and we know how to do so. InRob Austein
practice, this is Ubuntu-specific, because FreeBSD lacks Ubuntu's `a2dismod` command. Closes #595. svn path=/trunk/; revision=5509
2013-09-20Apache 2.4 support. Closes #616.Rob Austein
svn path=/trunk/; revision=5507
2013-09-20add +/- for each roa to given visual feedback about how the roa affects the ↵Michael Elkins
given route svn path=/trunk/; revision=5503
2013-09-19new cli script rpkigui-query-routes to query the web portal's ↵Michael Elkins
routeview/rcynic db for route validity svn path=/trunk/; revision=5500
2013-09-09set default logging level to ERROR for rpkigui-rcynic script so we don't ↵Michael Elkins
flood the user's mailbox when invokved by cron frequently see #608 svn path=/trunk/; revision=5489
2013-07-15Try not to stomp on existing Apache configurations during initialRob Austein
install, add comments explaining our configuration in case user has to sort this out by hand. svn path=/trunk/; revision=5428
2013-06-27add button to delete all alertsMichael Elkins
rpkigui-reset-demo will clear all alerts for labuser* accounts see #562 svn path=/trunk/; revision=5421
2013-06-10need to access ResourceHolderCA via the GUI's proxy model to pass to ↵Michael Elkins
list_received_resources() see #544 svn path=/trunk/; revision=5386
2013-06-04"ubunutu" => "ubuntu", sigh. Fixes #540.Rob Austein
svn path=/trunk/; revision=5368
2013-06-04.lower(), not .downcase(). Fixes #539.Rob Austein
svn path=/trunk/; revision=5366
2013-05-07Use Python's platform library instead of parsing /etc/issue.Rob Austein
svn path=/trunk/; revision=5328
2013-05-07Simplify and comment.Rob Austein
svn path=/trunk/; revision=5327
2013-05-06CleanupRob Austein
svn path=/trunk/; revision=5326
2013-05-02Whack Apache configuration into shape on FreeBSD.Rob Austein
svn path=/trunk/; revision=5316
2013-05-02Whack Ubuntu Apache configuration to use rpkigui-apache-conf-gen.Rob Austein
svn path=/trunk/; revision=5315
2013-05-02Add --remove and --purge, use classes to encapsulate common code.Rob Austein
svn path=/trunk/; revision=5314
2013-05-01Start consolidating Apache configuration voodoo into new scriptRob Austein
rpkigui-apache-conf-gen. svn path=/trunk/; revision=5313
2013-04-09Add --jitter option to help spread the load when fetching routeviewsRob Austein
data under cron. svn path=/trunk/; revision=5293
2013-04-05Consolidate list of scripts for setup.py to install into setup.py, getRob Austein
rid of a lot of Makefile.in code that no longer serves any useful purpose. svn path=/trunk/; revision=5285
2013-04-05Whack build environment with a club to get rpki-ca package to start upRob Austein
properly after install on Ubuntu. Some cleanup still required, rpki-ca cron stuff isn't done yet, and GUI has not yet been tested with this, but daemons now start up properly upon install as an Ubuntu user would expect, which is some kind of progress. svn path=/trunk/; revision=5283
2013-04-04convert ${sbindir}/rpki-manage from a shell script to a pure python scriptMichael Elkins
svn path=/trunk/; revision=5279
2013-04-04fix DJANGO_SETTINGS_MODULE in rpki-manage.in scriptMichael Elkins
svn path=/trunk/; revision=5278
2013-04-03allow rpkigui-import-routes to be invoked with zero arguments, in which it ↵Michael Elkins
will download the routeview.org data from the default URL see #502 svn path=/trunk/; revision=5267
2013-03-26convert the two remaining scripts using ↵Michael Elkins
$top/buildtools/make-django-script.py to using rpki.gui.script_util.setup() instead so we can get rid of the build script svn path=/trunk/; revision=5233
2013-03-26change default loglevel to ERROR when importing routes since this is invoked ↵Michael Elkins
by cron svn path=/trunk/; revision=5228
2013-03-26fix missing import sysMichael Elkins
svn path=/trunk/; revision=5227
2013-03-26use rpki.gui.script_util.setup() to configure the django orm.Michael Elkins
generate the scripts using ${COMPILE_PYTHON} since ${COMPILE_DJANGO} is no longer required svn path=/trunk/; revision=5226
2013-03-13check for settings.py in the standard locations if $DJANGO_SETTINGS_MODULE ↵Michael Elkins
is unset svn path=/trunk/; revision=5142
2013-03-13add new helper script for the rpki workshop to create web user accounts for ↵Michael Elkins
each labuser* resource holder svn path=/trunk/; revision=5141
2013-03-11change default log level to WARNINGMichael Elkins
svn path=/trunk/; revision=5131
2013-03-06fix typohMichael Elkins
svn path=/trunk/; revision=5115
2013-03-04remove deprecated script that was used back when the web portal used the ↵Michael Elkins
sqlite db backend svn path=/trunk/; revision=5101
2013-03-04move core function to rpki.gui.app.check_expiredMichael Elkins
see #442 svn path=/trunk/; revision=5100
2013-03-04move core of rpkid/portal-gui/scripts/rpkigui-import-routes.py to ↵Michael Elkins
rpkid/rpki/gui/routeview/util.py see #442 svn path=/trunk/; revision=5098
2013-03-04move core implementation to rpki.gui.cacheview.util and only leave the ↵Michael Elkins
script wrapper see #442 svn path=/trunk/; revision=5097
2013-02-28add new script rpkigui-flatten-roas script to take care of flattening old ↵Michael Elkins
roas which had multiple prefixes see #421 svn path=/trunk/; revision=5086
2012-11-26rewrite ghostbuster_{create,edit} not to use generic viewsMichael Elkins
make sure to set the .vcard field when saving a ghostbuster request display the list of covering ROAs from the rcynic cache in the route detail view rename route_roa_list to route_detail remove the delete button from the object_detail.html template since not all objects that use it can be deleted set STATIC_ROOT in settings.py so that collectstatic works svn path=/branches/tk329/; revision=4901
2012-11-16fixes to handle the case where the gui is managing the rootMichael Elkins
svn path=/trunk/; revision=4884
2012-11-14merge with /trunkMichael Elkins
svn path=/branches/tk274/; revision=4866
2012-11-12default $LANG to en_US.UTF-8 if unset to avoid problems with django-adminMichael Elkins
svn path=/branches/tk274/; revision=4855
2012-11-12fix bug where object_accepted object was compared to wrong attribute when ↵Michael Elkins
looking up validated certs closes #335 svn path=/trunk/; revision=4847
2012-11-10add rpki-manage script to wrap django-admin with env vars already setMichael Elkins
svn path=/branches/tk319/; revision=4833
2012-11-04only consider certs which have already been accepted when looking up the issuerMichael Elkins
closes #299 svn path=/trunk/; revision=4801
2012-08-24do not assume that user.email is not NoneMichael Elkins
svn path=/trunk/; revision=4660
2012-07-16simplify exiting the scriptMichael Elkins
svn path=/trunk/; revision=4604