Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-05 | Source tree reorg, phase 1. Almost everything moved, no file contents changed. | Rob Austein | |
svn path=/branches/tk685/; revision=5757 | |||
2014-03-10 | Remove delegated resources from the labuser* accounts when resetting the ↵ | Michael Elkins | |
demo. see #544 svn path=/trunk/; revision=5701 | |||
2014-01-15 | Doh, helps to import errno module before using it. See #661. | Rob Austein | |
svn path=/trunk/; revision=5638 | |||
2014-01-15 | Add 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-25 | Add --enable-wsgi-python-egg-cache. See #630. | Rob Austein | |
svn path=/trunk/; revision=5520 | |||
2013-09-25 | Use 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-20 | Disable mod_deflate if it's enabled and we know how to do so. In | Rob Austein | |
practice, this is Ubuntu-specific, because FreeBSD lacks Ubuntu's `a2dismod` command. Closes #595. svn path=/trunk/; revision=5509 | |||
2013-09-20 | Apache 2.4 support. Closes #616. | Rob Austein | |
svn path=/trunk/; revision=5507 | |||
2013-09-20 | add +/- for each roa to given visual feedback about how the roa affects the ↵ | Michael Elkins | |
given route svn path=/trunk/; revision=5503 | |||
2013-09-19 | new 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-09 | set 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-15 | Try not to stomp on existing Apache configurations during initial | Rob Austein | |
install, add comments explaining our configuration in case user has to sort this out by hand. svn path=/trunk/; revision=5428 | |||
2013-06-27 | add button to delete all alerts | Michael Elkins | |
rpkigui-reset-demo will clear all alerts for labuser* accounts see #562 svn path=/trunk/; revision=5421 | |||
2013-06-10 | need 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-07 | Use Python's platform library instead of parsing /etc/issue. | Rob Austein | |
svn path=/trunk/; revision=5328 | |||
2013-05-07 | Simplify and comment. | Rob Austein | |
svn path=/trunk/; revision=5327 | |||
2013-05-06 | Cleanup | Rob Austein | |
svn path=/trunk/; revision=5326 | |||
2013-05-02 | Whack Apache configuration into shape on FreeBSD. | Rob Austein | |
svn path=/trunk/; revision=5316 | |||
2013-05-02 | Whack Ubuntu Apache configuration to use rpkigui-apache-conf-gen. | Rob Austein | |
svn path=/trunk/; revision=5315 | |||
2013-05-02 | Add --remove and --purge, use classes to encapsulate common code. | Rob Austein | |
svn path=/trunk/; revision=5314 | |||
2013-05-01 | Start consolidating Apache configuration voodoo into new script | Rob Austein | |
rpkigui-apache-conf-gen. svn path=/trunk/; revision=5313 | |||
2013-04-29 | Indent | Rob Austein | |
svn path=/trunk/; revision=5311 | |||
2013-04-26 | Loading setproctitle dumps core when running under WSGI and Apache, so | Rob Austein | |
don't try. Closes #520. svn path=/trunk/; revision=5310 | |||
2013-04-09 | Add --jitter option to help spread the load when fetching routeviews | Rob Austein | |
data under cron. svn path=/trunk/; revision=5293 | |||
2013-04-06 | Move installation of portal-gui data files into setup.py. | Rob Austein | |
svn path=/trunk/; revision=5289 | |||
2013-04-05 | Consolidate list of scripts for setup.py to install into setup.py, get | Rob Austein | |
rid of a lot of Makefile.in code that no longer serves any useful purpose. svn path=/trunk/; revision=5285 | |||
2013-04-05 | Whack build environment with a club to get rpki-ca package to start up | Rob 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-04 | convert ${sbindir}/rpki-manage from a shell script to a pure python script | Michael Elkins | |
svn path=/trunk/; revision=5279 | |||
2013-04-04 | fix DJANGO_SETTINGS_MODULE in rpki-manage.in script | Michael Elkins | |
svn path=/trunk/; revision=5278 | |||
2013-04-04 | set PYTHONPATH from rpki.autoconf.datarootdir at runtime rather than ↵ | Michael Elkins | |
substituting at build time svn path=/trunk/; revision=5276 | |||
2013-04-04 | pull SECRET_KEY from rpki.conf if present, otherwise generate a random value | Michael 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-04 | set settings.STATIC_ROOT from rpki.autoconf.datarootdir instead of ↵ | Michael Elkins | |
substituting it at build time svn path=/trunk/; revision=5274 | |||
2013-04-04 | no longer necessary to set rpki.config.default_dirname from settings.py | Michael Elkins | |
svn path=/trunk/; revision=5272 | |||
2013-04-03 | remove support for virtualenv. | Michael Elkins | |
closes #504 svn path=/trunk/; revision=5269 | |||
2013-04-03 | allow 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-26 | convert 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-26 | change default loglevel to ERROR when importing routes since this is invoked ↵ | Michael Elkins | |
by cron svn path=/trunk/; revision=5228 | |||
2013-03-26 | fix missing import sys | Michael Elkins | |
svn path=/trunk/; revision=5227 | |||
2013-03-26 | use 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-26 | rollback 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-26 | set default loglevel for rpki.gui.* to WARNING, otherwise the auxillary ↵ | Michael Elkins | |
scripts are too verbose svn path=/trunk/; revision=5222 | |||
2013-03-26 | conditional 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-26 | configure 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-26 | send email error reports to root@localhost by default | Michael Elkins | |
see #496 svn path=/trunk/; revision=5218 | |||
2013-03-26 | we should not be shipping the gui with DEBUG=True | Michael Elkins | |
closes #494 svn path=/trunk/; revision=5217 | |||
2013-03-19 | remove 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-19 | remove deprecated script | Michael Elkins | |
svn path=/trunk/; revision=5178 |