about summary refs log tree commit diff
path: root/app/serializers/rest/admin/account_serializer.rb
AgeCommit message (Collapse)Author
2022-11-08Add `sensitized` to Admin::Account serializer (fix #19148) (#20094)trwnh
* Add `sensitized` to Admin::Account serializer (fix #19148) * remove whitespace, please linter
2022-09-15Fix breaking change in admin account API (#19176)trwnh
* Fix breaking change in admin account API Ensure that `ip` is a String value and not returning a raw database entry * please rubocop
2022-01-16Remove IP tracking columns from users table (#16409)Eugen Rochko
2019-06-20Add moderation API (#9387)Eugen Rochko
Fix #8580 Fix #7143