Age | Commit message (Collapse) | Author |
|
therubracer 0.10.2 has problems with compiling libv8 on OSX[1]. Updating the dependency resolves the issue.
[1]: https://stackoverflow.com/questions/19630154/gem-install-therubyracer-v-0-10-2-on-osx-mavericks-not-installing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
installed on travis-ci.org
|
|
|
|
|
|
tmp db for test users.
|
|
the leap webapp nodes currently.
|
|
|
|
|
|
client_cert_lifespan config option.
|
|
problem creating the account.
|
|
|
|
|
|
doesn't try to install debugger.
|
|
bootswatch-rails, haml, and json.
|
|
|
|
closes #6550
|
|
tickets db might not yet be initialized.
|
|
https://github.com/azul/leap_web into develop
|
|
develop
|
|
|
|
from a stable url.
|
|
|
|
|
|
|
|
Also moved the location of the config files into a configuration setting.
|
|
There are some places where we only want to require login unless you can use EIP anonymously. So far we had an anonymous_certs_allowed? method in all these controllers. Now it's replaced with ApiController#anonymous_access_allowed?. The naming better reflects that there might be other services that allow anonymous use at some point.
This also fixed a typo name -> @filename that broke the ConfigsController.
|