Server: fix tests
[oweals/peertube.git] / server / tests / api / users.js
2016-08-16 ChocobozzzServer: add user list sort/pagination
2016-08-09 ChocobozzzServer: delete user with the id and not the username
2016-08-07 ChocobozzzServer: split tests utils in multiple files
2016-08-05 ChocobozzzServer: allow user to get its informations (/users/me)
2016-08-04 ChocobozzzImplement user API (create, update, remove, list)
2016-07-20 ChocobozzzServer: implement refresh token
2016-07-18 ChocobozzzServer: udpate async to 2.0.0
2016-06-06 ChocobozzzAdd tags support to server
2016-05-21 ChocobozzzAdd total results field and wrap videos in data field...
2016-05-13 ChocobozzzAuthenticate before make/quit friends (server + tests)
2016-05-13 ChocobozzzUpdate to standard 7. Goodbye snake_case, I used to...
2016-05-03 ChocobozzzBetter tests for a better world
2016-04-27 ChocobozzzDon't forget to test the client stuffs
2016-04-14 ChocobozzzAdd authentications for routes that need it and adapts...