Age | Commit message (Expand) | Author |
2014-04-05 | Source tree reorg, phase 1. Almost everything moved, no file contents changed. | Rob Austein |
2014-03-10 | Remove delegated resources from the labuser* accounts when resetting the demo... | Michael Elkins |
2014-01-15 | Doh, helps to import errno module before using it. See #661. | Rob Austein |
2014-01-15 | Add lock file and abort timer. See #661. | Rob Austein |
2013-11-27 | $top/rpkid/portal-gui/ no longer needs a Makefile. Closes #477. | Rob Austein |
2013-09-25 | Add --enable-wsgi-python-egg-cache. See #630. | Rob Austein |
2013-09-25 | Use NameVirtualHost for Apache 2.2 on Ubuntu as well as on FreeBSD. | Rob Austein |
2013-09-20 | Disable mod_deflate if it's enabled and we know how to do so. In | Rob Austein |
2013-09-20 | Apache 2.4 support. Closes #616. | Rob Austein |
2013-09-20 | add +/- for each roa to given visual feedback about how the roa affects the g... | Michael Elkins |
2013-09-19 | new cli script rpkigui-query-routes to query the web portal's routeview/rcyni... | Michael Elkins |
2013-09-09 | set default logging level to ERROR for rpkigui-rcynic script so we don't floo... | Michael Elkins |
2013-07-15 | Try not to stomp on existing Apache configurations during initial | Rob Austein |
2013-06-27 | add button to delete all alerts | Michael Elkins |
2013-06-10 | need to access ResourceHolderCA via the GUI's proxy model to pass to list_rec... | Michael Elkins |
2013-06-04 | "ubunutu" => "ubuntu", sigh. Fixes #540. | Rob Austein |
2013-06-04 | .lower(), not .downcase(). Fixes #539. | Rob Austein |
2013-05-07 | Use Python's platform library instead of parsing /etc/issue. | Rob Austein |
2013-05-07 | Simplify and comment. | Rob Austein |
2013-05-06 | Cleanup | Rob Austein |
2013-05-02 | Whack Apache configuration into shape on FreeBSD. | Rob Austein |
2013-05-02 | Whack Ubuntu Apache configuration to use rpkigui-apache-conf-gen. | Rob Austein |
2013-05-02 | Add --remove and --purge, use classes to encapsulate common code. | Rob Austein |
2013-05-01 | Start consolidating Apache configuration voodoo into new script | Rob Austein |
2013-04-29 | Indent | Rob Austein |
2013-04-26 | Loading setproctitle dumps core when running under WSGI and Apache, so | Rob Austein |
2013-04-09 | Add --jitter option to help spread the load when fetching routeviews | Rob Austein |
2013-04-06 | Move installation of portal-gui data files into setup.py. | Rob Austein |
2013-04-05 | Consolidate list of scripts for setup.py to install into setup.py, get | Rob Austein |
2013-04-05 | Whack build environment with a club to get rpki-ca package to start up | Rob Austein |
2013-04-04 | convert ${sbindir}/rpki-manage from a shell script to a pure python script | Michael Elkins |
2013-04-04 | fix DJANGO_SETTINGS_MODULE in rpki-manage.in script | Michael Elkins |
2013-04-04 | set PYTHONPATH from rpki.autoconf.datarootdir at runtime rather than substitu... | Michael Elkins |
2013-04-04 | pull SECRET_KEY from rpki.conf if present, otherwise generate a random value | Michael Elkins |
2013-04-04 | set settings.STATIC_ROOT from rpki.autoconf.datarootdir instead of substituti... | Michael Elkins |
2013-04-04 | no longer necessary to set rpki.config.default_dirname from settings.py | Michael Elkins |
2013-04-03 | remove support for virtualenv. | Michael Elkins |
2013-04-03 | allow rpkigui-import-routes to be invoked with zero arguments, in which it wi... | Michael Elkins |
2013-03-26 | convert the two remaining scripts using $top/buildtools/make-django-script.py... | Michael Elkins |
2013-03-26 | change default loglevel to ERROR when importing routes since this is invoked ... | Michael Elkins |
2013-03-26 | fix missing import sys | Michael Elkins |
2013-03-26 | use rpki.gui.script_util.setup() to configure the django orm. | Michael Elkins |
2013-03-26 | rollback the change in [5093] since that only applied to DEBUG=True and we no... | Michael Elkins |
2013-03-26 | set default loglevel for rpki.gui.* to WARNING, otherwise the auxillary scrip... | Michael Elkins |
2013-03-26 | conditional get support is no longer needed. it was added for the long forgo... | Michael Elkins |
2013-03-26 | configure logging support to go both to apache.log and to email the admins up... | Michael Elkins |
2013-03-26 | send email error reports to root@localhost by default | Michael Elkins |
2013-03-26 | we should not be shipping the gui with DEBUG=True | Michael Elkins |
2013-03-19 | remove woefully out of date READMEs for the web portal. this data is now in ... | Michael Elkins |
2013-03-19 | remove deprecated script | Michael Elkins |