discourse/spec
Sam Saffron 333b5a19b2 FIX: do not include uncategorized_category_id in topic_create_allowed if posting in uncategorized is disabled
Previously users were still allowed to create topic via API even if
uncategorized was disabled.

Not 100% happy with all this special casing, but I guess we have to do
something.

This also splits up a mega spec now that we have fab! into a more easy to
understand structure (I hope)
2019-06-26 17:41:07 +10:00
..
components FIX: Ensure topic exists before making a banner. (#7781) 2019-06-25 13:49:29 +03:00
fabricators DEV: Class that converts MD with old attachment links to new MD. 2019-06-04 15:54:25 +08:00
fixtures FIX: Use correct locale when translating without cache 2019-06-05 14:19:56 +02:00
helpers replace subfolder on cdn url conversion between general cdn and s3 (#7764) 2019-06-17 11:51:17 -07:00
import_export DEV: Prefabrication (test optimization) (#7414) 2019-05-07 13:12:20 +10:00
integration DEV: change testing cache clearing so it is more deliberate 2019-06-03 10:21:38 +10:00
integrity Revert "PERF: Use Oj for serializing JSON. (#7780)" 2019-06-25 11:13:27 +03:00
jobs FIX: Don't replace img tags within anchor tags with markdown format. 2019-06-21 12:32:02 +08:00
lib FIX: English locale must not fall back to any other locale 2019-06-07 21:53:01 +02:00
mailers FEATURE: English locale with international date formats 2019-05-20 13:47:20 +02:00
models FIX: do not include uncategorized_category_id in topic_create_allowed if posting in uncategorized is disabled 2019-06-26 17:41:07 +10:00
multisite FIX: multisite upload urls must have either db name or the word 'short-url'. 2019-06-25 01:19:58 +05:30
requests FIX: Don't use DistributedCache to store redis readonly state 2019-06-25 11:20:34 +08:00
serializers FIX: Broken spec 2019-06-10 11:50:48 -04:00
services FIX: Don't use DistributedCache to store redis readonly state 2019-06-25 11:20:34 +08:00
support FIX: don't bump topics when hidden tags are added or removed 2019-05-06 14:52:18 -04:00
tasks FEATURE: option to skip posts with ignored missing uploads 2019-05-09 05:11:15 +05:30
views/omniauth_callbacks DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
rails_helper.rb DEV: security restriction in dev mode broke tests 2019-06-03 11:33:56 +10:00