discourse/spec
Blake Erickson 02ade72ceb Update username should return a json response
- Have update username return json response that contains the updated
  username and id. I figured this would be better than just return "OK".
- Add test to verify that the new username is returned.
2014-12-10 09:43:16 -07:00
..
components FIX: properly unescape HTML entities in excerpts 2014-12-10 12:52:51 +01:00
controllers Update username should return a json response 2014-12-10 09:43:16 -07:00
fabricators FIX: Admin panel referral stats not counting topics correctly 2014-11-24 12:16:52 -08:00
fixtures FIX: auto response email replies should not be accepted 2014-12-04 22:39:13 +05:30
helpers
integration update specs to remove deprecation warnings 2014-11-07 06:05:44 -08:00
integrity
jobs demock spec 2014-12-07 18:11:38 +11:00
mailers FIX: if full user name is not provided, username should be present in email From header 2014-12-03 13:12:05 +05:30
models FIX: drastically simplify auto-close topic logic 2014-12-06 16:29:54 +01:00
phantom_js Rename "User Expansion" to the much clearer "User Card" 2014-10-20 12:11:59 -04:00
serializers FEATURE: restrict some user fields for TL0 users when viewed by anonymous users 2014-11-26 19:20:03 +01:00
services For performance reasons, use delete_all when removing a user's email logs 2014-11-28 14:20:43 -05:00
support correct broken spec 2014-11-12 10:27:34 +11:00
views/omniauth_callbacks
spec_helper.rb