discourse/spec/requests
Robin Ward b9abd7dc9e FEATURE: Shared Drafts
This feature can be enabled by choosing a destination for the
`shared drafts category` site setting.

* Staff members can create shared drafts, choosing a destination
category for the topic when it is published.

* Shared Drafts can be viewed in their category, or above the
topic list for the destination category where it will end up.

* When the shared draft is ready, it can be published to the
appropriate category by clicking a button on the topic view.

* When published, Drafts change their timestamps to the current
time, and any edits to the original post are removed.
2018-03-20 17:15:26 -04:00
..
admin Review Changes for f4f8a293e7. 2018-02-21 14:55:49 +08:00
composer_controller_spec.rb FIX: return 429 when admin api key is limited on admin route 2018-01-12 14:15:26 +11:00
directory_items_controller_spec.rb FIX: return 429 when admin api key is limited on admin route 2018-01-12 14:15:26 +11:00
email_controller_spec.rb FIX: return 429 when admin api key is limited on admin route 2018-01-12 14:15:26 +11:00
embed_controller_spec.rb FIX: do not create duplicate topics 2018-01-04 23:53:52 +05:30
groups_controller_spec.rb UX: Allow users to filter by different group types on groups page. 2018-03-20 17:38:11 +08:00
list_controller_spec.rb UX: Use topic list for displaying group messages on group page. 2018-03-16 11:56:40 +08:00
omniauth_callbacks_controller_spec.rb FEATURE: Disallow login via omniauth when user has 2FA enabled. 2018-03-01 15:47:07 +08:00
post_actions_controller_spec.rb FIX: return 429 when admin api key is limited on admin route 2018-01-12 14:15:26 +11:00
posts_controller_spec.rb FEATURE: Shared Drafts 2018-03-20 17:15:26 -04:00
robots_txt_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
safe_mode_controller_spec.rb
session_controller_spec.rb FEATURE: detect when client thinks user is logged on but is not 2018-03-06 16:49:31 +11:00
static_controller_spec.rb FIX: don't double request when downloading a file 2018-02-24 12:35:57 +01:00
tags_controller_spec.rb FIX: show only allowed tags on PM tags page and display correct count 2018-03-17 00:17:48 +05:30
topics_controller_spec.rb FEATURE: Shared Drafts 2018-03-20 17:15:26 -04:00
users_controller_spec.rb FIX: Missing 2FA guards when sso is enabled or when local login is disabled. 2018-03-02 10:39:10 +08:00
users_email_controller_spec.rb Review Changes for f4f8a293e7. 2018-02-21 14:55:49 +08:00