summaryrefslogtreecommitdiff
path: root/lib/models/user.js (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-09Sanitize username and photo URLDavid Mehren1-2/+3
2021-04-26Remove unneeded polyfillErik Michelson1-9/+0
2021-02-15Linter: Fix all lint errorsPhilip Molares1-2/+2
2019-06-11fix: upgrade sequelize to latest version to fix CVEBoHong Li1-104/+103
2019-05-26Fix missing pictures for OpenIDSheogorath1-0/+3
2019-05-13polyfilling scrypt for node 8.5+Claudius1-4/+13
2019-05-13asyncified setting and verifying the passwordClaudius1-9/+7
2019-05-13getting password hashing into a hook where it could be asyncClaudius1-6/+14
2018-11-21Switch scrypt library to a successorSheogorath1-1/+1
2018-11-14switching to eslint for code checkingClaudius Coenen1-1/+1
2018-06-23Allow to disable gravatarSheogorath1-25/+5
2018-05-25Add token based security featureSheogorath1-0/+4
2018-05-25Fix requests for deleted usersSheogorath1-0/+3
2018-04-17Move letter-avatars into own requestSheogorath1-5/+5
2018-03-26Use TEXT instead of STRING for tokensPedro Ferreira1-2/+2
2017-11-28Initial support for SAML authenticationNorihito Nakae1-0/+9
2017-10-31Add mattermost authenticationChristoph Witzany1-0/+9
2017-09-22Fix broken profile imagesSheogorath1-2/+6
2017-05-08refactor: Remove `require` extension filenameBoHong Li1-2/+2
2017-03-14Use strict mode in all backend filesBoHong Li1-0/+1
2017-03-08Use JavaScript Standard StyleBoHong Li1-140/+138
2017-02-18Fix user profile photo might not replace to proper sizeWu Cheng-Han1-4/+4
2017-02-03Update to add biggerphoto on parsing user profileWu Cheng-Han1-10/+26
2017-01-06Profile pictures for LDAP usersalecdwm1-0/+11
2016-12-02Update to support optional email register and signinWu Cheng-Han1-0/+33
2016-05-21Update to use bigger size of profile imageCheng-Han, Wu1-3/+3
2016-05-21Add support of google signinCheng-Han, Wu1-0/+3
2016-05-20Update to use bigger avatar image and twitter now use screen_name based profi...Cheng-Han, Wu1-2/+2
2016-05-15Add db migrations for PR #121Cheng-Han, Wu1-0/+3
2016-05-12Retrieve GitLab avatar.Jason Croft1-0/+3
2016-05-12Retrieve GitLab avatar.Jason Croft1-0/+3
2016-05-11Add accessToken columnJason Croft1-1/+4
2016-04-20Refactor server with Sequelize ORM, refactor server configs, now will show no...Cheng-Han, Wu1-0/+77