Commit graph

7 commits

Author SHA1 Message Date
Matt Rogers
faf585b1d4 Add a configuration setting for serving static assets
This new setting will allow us to control in `site.yml` whether or not
our static assets will be served by Rails or by the app server that is
proxying requests to Rails. This is set to `false` by default so that
the proxying server is responsible for serving the assets.
2015-09-01 19:21:16 -05:00
Dan Rice
ce7f1a62c6 Use Thin instead of WEBrick 2015-03-13 00:25:58 -04:00
Dan Rice
ea0d40060a Remove support for deprecated password-hashing algorithm
* Remove all methods implementing and checking for the old algorithm
* Document a pre-upgrade step to check for remaining obsolete passwords
* Remove config.salt
2014-11-15 10:28:29 -05:00
Dan Rice
7556db7529 Bump version to 2.4devel 2014-10-02 12:02:01 -04:00
Dan Rice
e41b61c124 Recommend upgrading from 2.2.3
[ci skip]
2014-09-30 14:32:29 -04:00
Daniel Rice
4fb16afff7 Fix numbering in upgrade doc 2014-08-20 17:09:00 -04:00
Daniel Rice
41764d8bc2 Convert documentation to Markdown using Pandoc 2014-08-20 16:41:29 -04:00