FreeFeed / freefeed-server

FreeFeed server
https://freefeed.net
MIT License
42 stars 18 forks source link

Remove all V1 serializers #414

Closed davidmz closed 4 years ago

davidmz commented 4 years ago

This changeset completely removes old (v1) serializers. The output of some API methods is slightly changes but it should not affect clients.

'create' and 'update' methods of the UsersContoller now returns the same data as whoami.

'create' and 'update' methods of the GroupsController now returns the same data as UsersController.show with 'users' -> 'groups' key replacing.