aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui
AgeCommit message (Expand)Author
2014-03-16Pull from trunk.Rob Austein
2014-01-15Doh, helps to import errno module before using it. See #661.Rob Austein
2014-01-15Add 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-25Add --enable-wsgi-python-egg-cache. See #630.Rob Austein
2013-09-25Use NameVirtualHost for Apache 2.2 on Ubuntu as well as on FreeBSD.Rob Austein
2013-09-20Disable mod_deflate if it's enabled and we know how to do so. InRob Austein
2013-09-20Apache 2.4 support. Closes #616.Rob Austein
2013-09-20add +/- for each roa to given visual feedback about how the roa affects the g...Michael Elkins
2013-09-19new cli script rpkigui-query-routes to query the web portal's routeview/rcyni...Michael Elkins
2013-09-09set default logging level to ERROR for rpkigui-rcynic script so we don't floo...Michael Elkins
2013-07-15Try not to stomp on existing Apache configurations during initialRob Austein
2013-06-27add button to delete all alertsMichael Elkins
2013-06-10need 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-07Use Python's platform library instead of parsing /etc/issue.Rob Austein
2013-05-07Simplify and comment.Rob Austein
2013-05-06CleanupRob Austein
2013-05-02Whack Apache configuration into shape on FreeBSD.Rob Austein
2013-05-02Whack Ubuntu Apache configuration to use rpkigui-apache-conf-gen.Rob Austein
2013-05-02Add --remove and --purge, use classes to encapsulate common code.Rob Austein
2013-05-01Start consolidating Apache configuration voodoo into new scriptRob Austein
2013-04-29IndentRob Austein
2013-04-26Loading setproctitle dumps core when running under WSGI and Apache, soRob Austein
2013-04-09Add --jitter option to help spread the load when fetching routeviewsRob Austein
2013-04-06Move installation of portal-gui data files into setup.py.Rob Austein
2013-04-05Consolidate list of scripts for setup.py to install into setup.py, getRob Austein
2013-04-05Whack build environment with a club to get rpki-ca package to start upRob Austein
2013-04-04convert ${sbindir}/rpki-manage from a shell script to a pure python scriptMichael Elkins
2013-04-04fix DJANGO_SETTINGS_MODULE in rpki-manage.in scriptMichael Elkins
2013-04-04set PYTHONPATH from rpki.autoconf.datarootdir at runtime rather than substitu...Michael Elkins
2013-04-04pull SECRET_KEY from rpki.conf if present, otherwise generate a random valueMichael Elkins
2013-04-04set settings.STATIC_ROOT from rpki.autoconf.datarootdir instead of substituti...Michael Elkins
2013-04-04no longer necessary to set rpki.config.default_dirname from settings.pyMichael Elkins
2013-04-03remove support for virtualenv.Michael Elkins
2013-04-03allow rpkigui-import-routes to be invoked with zero arguments, in which it wi...Michael Elkins
2013-03-26convert the two remaining scripts using $top/buildtools/make-django-script.py...Michael Elkins
2013-03-26change default loglevel to ERROR when importing routes since this is invoked ...Michael Elkins
2013-03-26fix missing import sysMichael Elkins
2013-03-26use rpki.gui.script_util.setup() to configure the django orm.Michael Elkins
2013-03-26rollback the change in [5093] since that only applied to DEBUG=True and we no...Michael Elkins
2013-03-26set default loglevel for rpki.gui.* to WARNING, otherwise the auxillary scrip...Michael Elkins
2013-03-26conditional get support is no longer needed. it was added for the long forgo...Michael Elkins
2013-03-26configure logging support to go both to apache.log and to email the admins up...Michael Elkins
2013-03-26send email error reports to root@localhost by defaultMichael Elkins
2013-03-26we should not be shipping the gui with DEBUG=TrueMichael Elkins
2013-03-19remove woefully out of date READMEs for the web portal. this data is now in ...Michael Elkins
2013-03-19remove deprecated scriptMichael Elkins
2013-03-19revert OS specific post install rules added in [5119]Michael Elkins