discourse/spec/requests/admin
David Taylor d8bd3c32ca
DEV: Allow theme CLI to specify which theme to synchronize (#6963)
Currently the theme is matched by name, which can be fragile when there are many themes with the same name. This functionality will be used by the next version of theme CLI.
2019-01-30 14:17:04 +00:00
..
admin_controller_spec.rb REFACTOR: admin controller specs to requests (#5978) 2018-06-11 12:32:55 +08:00
api_controller_spec.rb Adds test to make sure moderators can't make master keys 2018-09-11 12:02:06 -04:00
backups_controller_spec.rb Correct spec 2018-11-15 15:42:16 +11:00
badges_controller_spec.rb REFACTOR: admin badges controller specs to requests (#5960) 2018-06-11 12:50:56 +08:00
color_schemes_controller_spec.rb REFACTOR: admin color schemes controller specs to requests (#5964) 2018-06-11 12:48:58 +08:00
dashboard_controller_spec.rb REFACTOR: admin dashboard controller specs to requests (#5967) 2018-06-11 12:47:42 +08:00
email_controller_spec.rb FIX: Return 400 when username params is invalid. 2019-01-30 16:06:55 +08:00
email_templates_controller_spec.rb FIX: Email template for "Queued Posts Reminder" was not found 2018-07-24 17:26:52 +02:00
embeddable_hosts_controller_spec.rb REFACTOR: admin embeddable hosts controller specs to requests (#5979) 2018-06-11 12:32:13 +08:00
embedding_controller_spec.rb REFACTOR: admin embedding controller specs to requests (#5980) 2018-06-11 12:31:58 +08:00
emojis_controller_spec.rb REFACTOR: admin emojis controller specs to requests (#5974) 2018-06-11 12:39:31 +08:00
flagged_topics_controller_spec.rb DEV: Assert for 200 response code to avoid changing magic helper in the future. 2018-06-07 16:11:09 +08:00
flags_controller_spec.rb remove unneeded variable assignment 2018-11-25 23:36:34 +05:30
groups_controller_spec.rb DEV: Take 2 Queue jobs in tests by default. 2018-05-31 16:23:23 +08:00
impersonate_controller_spec.rb REFACTOR: admin impersonate controller specs to requests (#5968) 2018-06-11 12:47:14 +08:00
moderation_history_controller_spec.rb FEATURE: show post approvals in Moderation History (#6643) 2018-11-22 10:22:23 +08:00
permalinks_controller_spec.rb REFACTOR: admin permalinks controller specs to requests (#5970) 2018-06-11 12:37:21 +08:00
plugins_controller_spec.rb REFACTOR: admin plugins controller specs to requests (#5977) 2018-06-11 12:33:07 +08:00
reports_controller_spec.rb FIX: handles not found reports in bulk loading (#6582) 2018-11-12 13:47:24 +01:00
screened_emails_controller_spec.rb REFACTOR: admin screened emails controller specs to requests (#5975) 2018-06-11 12:33:54 +08:00
screened_ip_addresses_controller_spec.rb REFACTOR: admin screened ip addresses controller specs to requests (#5965) 2018-06-11 12:48:34 +08:00
screened_urls_controller_spec.rb REFACTOR: admin screened urls controller specs to requests (#5976) 2018-06-11 12:33:38 +08:00
search_logs_spec.rb REFACTOR: Calculate CTR in SearchLog model and hide unique column (#6791) 2018-12-18 19:13:46 +05:30
site_settings_controller_spec.rb FEATURE: Upload Site Settings. (#6573) 2018-11-14 15:03:02 +08:00
site_texts_controller_spec.rb FEATURE: Better handling of quotation marks in site text search 2018-11-12 13:26:41 +01:00
staff_action_logs_controller_spec.rb FEATURE: backend support for user-selectable components 2018-08-08 14:46:34 +10:00
themes_controller_spec.rb DEV: Allow theme CLI to specify which theme to synchronize (#6963) 2019-01-30 14:17:04 +00:00
user_fields_controller_spec.rb REFACTOR: admin user fields controller specs to requests (#5961) 2018-06-11 12:50:21 +08:00
users_controller_spec.rb FIX: Consistency about our response for invalid user id in Admin::UsersController. 2018-12-15 08:01:35 +08:00
versions_controller_spec.rb REFACTOR: admin versions controller specs to requests (#5973) 2018-06-11 12:35:05 +08:00
web_hooks_controller_spec.rb REFACTOR: admin webhooks controller specs to requests (#5969) 2018-06-11 12:47:29 +08:00