discourse/spec/serializers
Robin Ward dbe42068a2 REFACTOR: Move option to return emails into the serializer
This makes more sense than having the guardian take an accessor.
The logic belongs in the Serializer, where the JSON is calculated.

Also removed some of the DRYness in the spec. It's fewer lines
and made it easier to test the option on the serializer.
2019-01-11 11:17:23 -05: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 REFACTOR: Move option to return emails into the serializer 2019-01-11 11:17:23 -05: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 Nuke all `SiteSetting.stubs` from our codebase. 2017-07-07 15:09:14 +09:00
basic_user_serializer_spec.rb UX: show full name on /latest page 2018-08-23 14:41:06 +05:30
category_detailed_serializer_spec.rb UX: new /categories layout 2016-08-17 23:23:16 +02:00
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 FIX: Do not leak information about post revisions. (#6536) 2018-10-31 14:47:00 +00:00
single_sign_on_record_serializer_spec.rb remove unused variable 2018-06-12 15:00:50 +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
web_hook_post_serializer_spec.rb Trim `WebHookPostSerializer` further. 2018-05-21 17:29:58 +08: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 FIX: Exclude `UserAuthToken` and `UserAuthTokenLog` in user webhook. 2018-08-31 17:25:56 +08:00