discourse/spec
Blake Erickson 589e3fcaa0 FIX: return 400 for missing required params (#6546)
If a required param is missing return a 400 and show a message
displaying which param was missing. Added this to the application
controller so that we don't have to add this logic to every controller
action.
2018-10-31 13:02:48 +11:00
..
components FEATURE: push related PMs to take first 3 slots 2018-10-29 10:47:59 +11:00
fabricators Add missing fields to Upload Fabricator (#6448) 2018-10-04 22:00:07 +08:00
fixtures UX: Use user locale for locations. (#6527) 2018-10-25 10:54:01 +00:00
helpers extract inline JS that's used to store preloaded data (#6370) 2018-09-17 16:31:46 +08:00
import_export FIX: topic and category exporters were only exporting users who created the first post 2018-01-16 12:51:53 -05:00
integration FEATURE: Automatically expire keys if not used for a configurable amount of time. (#6264) 2018-08-20 17:36:14 +02:00
integrity Use a more helpful failure message in spec 2018-09-13 21:31:44 +02:00
jobs FEATURE: Suspicious logins report. (#6544) 2018-10-30 22:51:58 +00:00
lib FEATURE: [Experimental] Content Security Policy (#6514) 2018-10-22 13:22:23 -04:00
mailers FIX: Notifications shouldn't use user locale unless allow_user_locale is enabled 2018-09-05 11:44:28 +02:00
models FEATURE: Suspicious logins report. (#6544) 2018-10-30 22:51:58 +00:00
multisite DEV: Clear connections after multisite specs. 2018-09-11 10:15:06 +08:00
requests FIX: return 400 for missing required params (#6546) 2018-10-31 13:02:48 +11:00
serializers Only check for suspicious login for staff members 2018-10-26 00:29:28 +02:00
services FEATURE: allow multiple secrets for Discourse SSO provider 2018-10-15 16:03:53 +11:00
support FEATURE: [Experimental] Content Security Policy (#6514) 2018-10-22 13:22:23 -04:00
tasks suppress print output when running specs 2017-10-31 16:06:11 +05:30
views/omniauth_callbacks CSP - extract all other inline JavaScripts (#6528) 2018-10-25 09:52:01 -04:00
rails_helper.rb DEV: Clear ColorScheme.hex_cache to avoid leaking state. 2018-10-15 11:16:26 +08:00