discourse/app
Joffrey JAFFEUX aa73df768a
DEV: improves error message when sso param is not passed (#8549)
SingleSignOnProvider is expecting a sso param later in the chain. If sso param is not found it will cause a 500 with the following exception: `NoMethodError (undefined method `unpack1' for nil:NilClass)` as `set_return_sso_url` is attempting to decode it: https://github.com/discourse/discourse/blob/master/lib/single_sign_on_provider.rb#L19
2019-12-16 12:33:24 +01:00
..
assets Add bookmark-clock icon (#8553) 2019-12-16 12:37:34 +10:00
controllers DEV: improves error message when sso param is not passed (#8549) 2019-12-16 12:33:24 +01:00
helpers FIX: Replace deprecated URI.encode, URI.escape, URI.unescape and URI.unencode (#8528) 2019-12-12 12:49:21 +10:00
jobs FIX: Replace deprecated URI.encode, URI.escape, URI.unescape and URI.unencode (#8528) 2019-12-12 12:49:21 +10:00
mailers FIX: Replace deprecated URI.encode, URI.escape, URI.unescape and URI.unencode (#8528) 2019-12-12 12:49:21 +10:00
models Changed `CONFLICT` to `SQL` for multiline strings 2019-12-13 11:51:40 -05:00
serializers FEATURE: Hash API keys in the database (#8438) 2019-12-12 11:45:00 +00:00
services SECURITY: vulnerability in WildcardUrlChecker 2019-12-13 09:29:09 -05:00
views FEATURE: improve email change workflow 2019-11-21 16:28:35 +11:00