aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/user.js
Commit message (Expand)AuthorAgeFilesLines
* Server: add association between author and userChocobozzz2016-12-291-0/+5
* Server: Add postgresql indexesChocobozzz2016-12-291-0/+5
* Server: add database field validationsChocobozzz2016-12-281-8/+24
* First version with PostgreSQLChocobozzz2016-12-191-52/+80
* Server: remove useless hash affectationsChocobozzz2016-10-021-8/+8
* Server: when we remove a user, remove the oauthtokens tooChocobozzz2016-10-011-0/+8
* Add migration (for db, folders...) mechanismChocobozzz2016-09-261-0/+5
* Server: show user created date for the apiChocobozzz2016-09-231-1/+2
* Server: encrypt password in databaseChocobozzz2016-08-251-12/+31
* Server: add user list sort/paginationChocobozzz2016-08-161-5/+11
* Server: optimize function to see if there are users or notChocobozzz2016-08-161-0/+5
* Server: delete user with the id and not the usernameChocobozzz2016-08-091-0/+5
* Implement user API (create, update, remove, list)Chocobozzz2016-08-041-6/+27
* Server: implement refresh tokenChocobozzz2016-07-201-4/+4
* OAuth/User models refractoring -> use mongoose apiChocobozzz2016-07-011-0/+28