This repository has been archived on 2024-06-09 . You can view files and clone it, but cannot push or open issues/pull-requests.
Matt Jankowski
71706f21c2
Ignore implied formats for catch all route requests ( #1340 )
...
A request to `/test` would show the custom 404 page, but a request to
`/test.test` would return a 404 with an empty body.
This change ignores the format on incoming catch all route requests, so that the
html 404 page is returned on these requests.
2017-04-09 14:39:41 +02:00
..
environments
Allows setting log level in env variable ( #1290 )
2017-04-09 01:42:13 +02:00
initializers
Make sure Rabl is using Oj
2017-04-05 19:29:30 +02:00
locales
Fix #795 , fix #704 , fix #835 - 2FA requires confirmation to be enabled ( #1278 )
2017-04-08 22:20:08 +02:00
application.rb
Merge branch 'master' into master
2017-04-05 20:28:58 +02:00
boot.rb
Upgrade to Rails 5.0.0.1
2016-08-17 17:58:00 +02:00
cable.yml
Add Heroku deployment support
2017-01-17 22:00:03 +11:00
database.yml
Add env variable to disable prepared statements ( #1293 )
2017-04-09 05:46:32 +02:00
deploy.rb
Add capistrano to development environment
2017-01-30 20:03:17 +01:00
environment.rb
Upgrade to Rails 5.0.0.1
2016-08-17 17:58:00 +02:00
i18n-tasks.yml
Update settings to re-use admin layout, one big navigation tree, improve settings forms
2017-01-28 03:56:10 +01:00
navigation.rb
Fix #795 , fix #704 , fix #835 - 2FA requires confirmation to be enabled ( #1278 )
2017-04-08 22:20:08 +02:00
puma.rb
Force UTF8 encoding on generated XML ( #1140 )
2017-04-07 11:09:14 +02:00
routes.rb
Ignore implied formats for catch all route requests ( #1340 )
2017-04-09 14:39:41 +02:00
secrets.yml
Upgrade to Rails 5.0.0.1
2016-08-17 17:58:00 +02:00
settings.yml
New admin setting: open/close registrations, with custom message, from the admin UI
2017-04-04 15:28:12 +02:00
sidekiq.yml
Adjust down the number of Sidekiq threads to 5 (default of 25 is way too high)
2016-03-25 14:20:31 +01:00