foodsoft/app
Patrick Gansterer 8c6d48da86 Avoid ActionView::MissingTemplate occurred in sessions#new
Some browser request /:foodcoop/login with the HTTP-Accept-Header set
to "image/webp,image/*;q=0.8", which leads to an internal server error
due to a not existing template. Call respond_to to allow only html and
respond with the correct "406 Not Acceptable" HTTP status code.
2019-01-15 04:18:47 +01:00
..
assets Add format helper for currency 2018-10-11 21:56:46 +02:00
controllers Avoid ActionView::MissingTemplate occurred in sessions#new 2019-01-15 04:18:47 +01:00
documents Rewrite OrderPdfs to support multiple orders at once 2017-12-09 12:22:37 +01:00
helpers Add format helper for currency 2018-10-11 21:56:46 +02:00
inputs Make ordergroup break fields a bit nicer 2016-03-11 13:56:02 +01:00
mail_receivers Improve the interface of FoodsoftMailReceiver 2017-10-03 17:26:33 +02:00
mailers Add missing brackets to the Message-ID of emails 2018-06-11 15:51:33 +02:00
models big speedup in syncing via caching/reducing queries (#610) 2019-01-15 02:56:21 +01:00
serializers API v1 config endpoint 2018-10-13 20:41:47 +02:00
views Prepare for API v1 (PR #570) 2018-10-13 20:16:35 +02:00
workers Remove code duplication for catching errors when sending mails 2017-09-30 12:20:17 +02:00