]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/controllers/api/v1/users.js
Server: delete user with the id and not the username
[github/Chocobozzz/PeerTube.git] / server / controllers / api / v1 / users.js
2016-08-09  ChocobozzzServer: delete user with the id and not the username
2016-08-05  ChocobozzzServer: fix status code when updating/removing a user
2016-08-05  ChocobozzzServer: allow user to get its informations (/users/me)
2016-08-05  ChocobozzzServer: move clients in its own file
2016-08-04  ChocobozzzImplement user API (create, update, remove, list)
2016-07-20  ChocobozzzServer: implement refresh token
2016-07-19  ChocobozzzServer: Don't make the host url check for client creden...
2016-07-01  ChocobozzzreqValidators --> validators
2016-07-01  ChocobozzzOAuth/User models refractoring -> use mongoose api
2016-05-13  ChocobozzzAuthenticate before make/quit friends (server + tests)
2016-05-13  ChocobozzzRemove the cache middleware
2016-05-13  ChocobozzzUpdate to standard 7. Goodbye snake_case, I used to...
2016-04-27  ChocobozzzMake angular client load dynamically the generated...
2016-04-14  ChocobozzzAdd authentications for routes that need it and adapts...
2016-03-21  ChocobozzzOAuth server: first draft