]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/models/user.ts
Server: delete user with the id and not the username
authorChocobozzz <florian.bigard@gmail.com>
Tue, 9 Aug 2016 19:44:45 +0000 (21:44 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Tue, 9 Aug 2016 19:44:45 +0000 (21:44 +0200)
commit68a3b9f2aacb0225ae8b883b561b144bac339cbd
treee3d75b7952073ba4b2ef4b62ed57ded9f3cf0f1e
parent45b81debd6d6647980da7ad5a984bafa37cb79ea
Server: delete user with the id and not the username
server/controllers/api/v1/users.js
server/middlewares/validators/users.js
server/models/user.js
server/tests/api/checkParams.js
server/tests/api/users.js
server/tests/utils/users.js