discourse/app
Martin Brennan 1014e56e80
DEV: Respond with 403 instead of 500 for disabled local login via email
Previously if local login via email was disabled because of the site setting or because SSO was enabled, we were raising a 500 error. We now raise a 403 error instead; we shouldn't raise 500 errors on purpose, instead keeping that code for unhandled errors. It doesn't make sense in the context of what we are validating either to raise a 500.
2020-01-20 16:11:58 +10:00
..
assets FIX: Make category-chooser show all parent categories (#8706) 2020-01-19 13:07:54 +02:00
controllers DEV: Respond with 403 instead of 500 for disabled local login via email 2020-01-20 16:11:58 +10:00
helpers FIX: Replace deprecated URI.encode, URI.escape, URI.unescape and URI.unencode (#8528) 2019-12-12 12:49:21 +10:00
jobs FEATURE: Drop "backup" schema 7 days after restore 2020-01-16 17:48:47 +01:00
mailers FIX: Replace deprecated URI.encode, URI.escape, URI.unescape and URI.unencode (#8528) 2019-12-12 12:49:21 +10:00
models Merge pull request #8736 from gschlager/rename_reply_id_column 2020-01-17 17:24:49 +01:00
serializers FEATURE: Secure media allowing duplicated uploads with category-level privacy and post-based access rules (#8664) 2020-01-16 13:50:27 +10:00
services DEV: Use blank instead of NOT present 2020-01-18 07:34:15 -07:00
views SECURITY: 2FA with U2F / TOTP 2020-01-15 11:27:12 +01:00