discourse/spec/serializers
Robin Ward 111a502231 FIX: Deleting Users should work nicely with Reviewable Users
"Rejecting" a user in the queue is equivalent to deleting them, which
would then making it impossible to review rejected users. Now we store
information about the user in the payload so if they are deleted things
still display in the Rejected view.

Secondly, if a user is destroyed outside of the review queue, it will
now automatically "Reject" that queue item.
2019-04-03 16:42:39 -04:00
..
admin_plugin_serializer_spec.rb Fix regression introduced in 8cf0f51eb2. 2018-05-16 14:26:03 +08:00
admin_user_list_serializer_spec.rb PERF: N+1 queries admin users pages. 2019-03-15 15:09:44 +08:00
basic_group_serializer_spec.rb FIX: Only serialize group membership domains for administrators (#6771) 2018-12-14 15:47:00 +00:00
basic_group_user_serializer_spec.rb FIX: Group owners should be able to invite users to their groups. 2017-07-21 23:48:25 +09:00
basic_post_serializer_spec.rb
basic_user_serializer_spec.rb DEV: Refactor test to assert for the actual output. 2019-01-12 08:00:22 +08:00
category_detailed_serializer_spec.rb
category_serializer_spec.rb FIX: Always include custom fields in CategorySerializer 2019-03-25 07:59:56 +05:30
category_upload_serializer_spec.rb UX: category images have no sizes (#6662) 2018-11-27 08:40:06 +08:00
current_user_serializer_spec.rb Current user serializer groups (ef7f84b follow-up) 2018-12-18 09:05:45 +01:00
group_show_serializer_spec.rb Split alias levels in mentionable and messageable levels. (#5065) 2017-08-28 12:32:08 -04:00
post_revision_serializer_spec.rb FEATURE: option for tags in a tag group to be visible only to staff 2018-03-26 17:05:09 -04:00
post_serializer_spec.rb FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
reviewable_flagged_post_serializer_spec.rb FIX: Allow us to serialize reviewables with deleted topics 2019-04-02 09:36:49 -04:00
reviewable_queued_post_serializer_spec.rb UX: Link directly to the post, not to the topic 2019-04-01 14:29:14 -04:00
reviewable_serializer_spec.rb FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
reviewable_user_serializer_spec.rb FIX: Deleting Users should work nicely with Reviewable Users 2019-04-03 16:42:39 -04:00
single_sign_on_record_serializer_spec.rb remove unused variable 2018-06-12 15:00:50 +05:30
site_serializer_spec.rb DEV: Option to preload category custom fields for site serializer 2019-03-16 17:18:57 +05:30
suggested_topic_serializer_spec.rb FEATURE: option for tags in a tag group to be visible only to staff 2018-03-26 17:05:09 -04:00
tag_group_serializer_spec.rb FIX: doesn't translate group permission keys 2018-08-21 12:56:56 +02:00
theme_serializer_spec.rb FIX: Display errors in single theme pages (#6449) 2018-10-04 02:33:06 +05:30
topic_link_serializer_spec.rb UX: Replace heuristic solution for extracting root domain. 2017-11-29 16:26:46 +08:00
topic_list_item_serializer_spec.rb PERF: Fix N+1 for non-staff users when tagging is enabled. 2018-11-19 12:53:58 +08:00
topic_list_serializer_spec.rb DEV: Fix typo in specs. 2018-11-19 15:13:54 +08:00
topic_view_posts_serializer_spec.rb PERF: Do not calculate gaps for TopicViewPostsSerializer. 2018-07-02 14:01:50 +08:00
topic_view_serializer_spec.rb improve erraticly failing spec 2018-05-23 08:39:15 +10:00
upload_serializer_spec.rb Add missing fields to Upload Fabricator (#6448) 2018-10-04 22:00:07 +08:00
user_auth_token_serializer_spec.rb Only check for suspicious login for staff members 2018-10-26 00:29:28 +02:00
user_serializer_spec.rb FIX: Do not serialize user fields unless they are specified for display (#6736) 2018-12-07 10:57:28 +00:00
user_summary_serializer_spec.rb FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
web_hook_post_serializer_spec.rb FIX: WebhookPostSerializer spec failure 2019-03-06 09:47:31 +00:00
web_hook_topic_view_serializer_spec.rb DEV: Improve specs to provide a better error message. 2018-10-19 14:31:17 +08:00
web_hook_user_serializer_spec.rb FEATURE: Introducing new UI for changing User's notification levels (#7248) 2019-03-27 09:41:50 +00:00