aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui
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-11-27$top/rpkid/portal-gui/ no longer needs a Makefile. Closes #477.Rob Austein
svn path=/trunk/; revision=5606
2013-09-25Add --enable-wsgi-python-egg-cache. See #630.Rob Austein
svn path=/trunk/; revision=5520
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-29IndentRob Austein
svn path=/trunk/; revision=5311
2013-04-26Loading setproctitle dumps core when running under WSGI and Apache, soRob Austein
don't try. Closes #520. svn path=/trunk/; revision=5310
2013-04-09Add --jitter option to help spread the load when fetching routeviewsRob Austein
data under cron. svn path=/trunk/; revision=5293
2013-04-06Move installation of portal-gui data files into setup.py.Rob Austein
svn path=/trunk/; revision=5289
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-04set PYTHONPATH from rpki.autoconf.datarootdir at runtime rather than ↵Michael Elkins
substituting at build time svn path=/trunk/; revision=5276
2013-04-04pull SECRET_KEY from rpki.conf if present, otherwise generate a random valueMichael Elkins
merge remainder of settings.py into default_settings.py and remove settings.py.in remove $top/buildtools/subst-vars.py since it was only used to generate settings.py from settings.py.in move ${datarootdir}/default_settings.py to rpki.gui.default_settings set DJANGO_SETTINGS_MODULE to rpki.gui.default_settings in ${datarootdir}/rpki/wsgi/rpki.wsgi svn path=/trunk/; revision=5275
2013-04-04set settings.STATIC_ROOT from rpki.autoconf.datarootdir instead of ↵Michael Elkins
substituting it at build time svn path=/trunk/; revision=5274
2013-04-04no longer necessary to set rpki.config.default_dirname from settings.pyMichael Elkins
svn path=/trunk/; revision=5272
2013-04-03remove support for virtualenv.Michael Elkins
closes #504 svn path=/trunk/; revision=5269
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-26rollback the change in [5093] since that only applied to DEBUG=True and we ↵Michael Elkins
no longer are shipping that way. svn path=/trunk/; revision=5223
2013-03-26set default loglevel for rpki.gui.* to WARNING, otherwise the auxillary ↵Michael Elkins
scripts are too verbose svn path=/trunk/; revision=5222
2013-03-26conditional get support is no longer needed. it was added for the long ↵Michael Elkins
forgotten rpkitest command line util svn path=/trunk/; revision=5221
2013-03-26configure logging support to go both to apache.log and to email the admins ↵Michael Elkins
upon ERROR put static configuration into ${sysconfdir}/rpki/default_settings.py to avoid issue with %() expansion when settings.py is generated closes #496 svn path=/trunk/; revision=5220
2013-03-26send email error reports to root@localhost by defaultMichael Elkins
see #496 svn path=/trunk/; revision=5218
2013-03-26we should not be shipping the gui with DEBUG=TrueMichael Elkins
closes #494 svn path=/trunk/; revision=5217
2013-03-19remove woefully out of date READMEs for the web portal. this data is now in ↵Michael Elkins
the wiki. svn path=/trunk/; revision=5179
2013-03-19remove deprecated scriptMichael Elkins
svn path=/trunk/; revision=5178