summaryrefslogtreecommitdiff
path: root/lib/models/user.js (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sanitize username and photo URLDavid Mehren2021-05-091-2/+3
* Remove unneeded polyfillErik Michelson2021-04-261-9/+0
* Linter: Fix all lint errorsPhilip Molares2021-02-151-2/+2
* fix: upgrade sequelize to latest version to fix CVEBoHong Li2019-06-111-104/+103
* Fix missing pictures for OpenIDSheogorath2019-05-261-0/+3
* polyfilling scrypt for node 8.5+Claudius2019-05-131-4/+13
* asyncified setting and verifying the passwordClaudius2019-05-131-9/+7
* getting password hashing into a hook where it could be asyncClaudius2019-05-131-6/+14
* Switch scrypt library to a successorSheogorath2018-11-211-1/+1
* switching to eslint for code checkingClaudius Coenen2018-11-141-1/+1
* Allow to disable gravatarSheogorath2018-06-231-25/+5
* Merge pull request #830 from SISheogorath/feature/GDPRChristoph (Sheogorath) Kern2018-06-171-0/+7
|\
| * Add token based security featureSheogorath2018-05-251-0/+4
| * Fix requests for deleted usersSheogorath2018-05-251-0/+3
* | Merge pull request #784 from pferreir/add-oauth2-supportChristoph (Sheogorath) Kern2018-06-041-2/+2
|\ \ | |/ |/|
| * Use TEXT instead of STRING for tokensPedro Ferreira2018-03-261-2/+2
* | Move letter-avatars into own requestSheogorath2018-04-171-5/+5
|/
* Initial support for SAML authenticationNorihito Nakae2017-11-281-0/+9
* Add mattermost authenticationChristoph Witzany2017-10-311-0/+9
* Fix broken profile imagesSheogorath2017-09-221-2/+6
* refactor: Remove `require` extension filenameBoHong Li2017-05-081-2/+2
* Use strict mode in all backend filesBoHong Li2017-03-141-0/+1
* Use JavaScript Standard StyleBoHong Li2017-03-081-140/+138
* Fix user profile photo might not replace to proper sizeWu Cheng-Han2017-02-181-4/+4
* Update to add biggerphoto on parsing user profileWu Cheng-Han2017-02-031-10/+26
* Profile pictures for LDAP usersalecdwm2017-01-061-0/+11
* Update to support optional email register and signinWu Cheng-Han2016-12-021-0/+33
* Update to use bigger size of profile imageCheng-Han, Wu2016-05-211-3/+3
* Add support of google signinCheng-Han, Wu2016-05-211-0/+3
* Update to use bigger avatar image and twitter now use screen_name based profi...Cheng-Han, Wu2016-05-201-2/+2
* Add db migrations for PR #121Cheng-Han, Wu2016-05-151-0/+3
* Retrieve GitLab avatar.Jason Croft2016-05-121-0/+3
* Add accessToken columnJason Croft2016-05-111-1/+4
* Refactor server with Sequelize ORM, refactor server configs, now will show no...Cheng-Han, Wu2016-04-201-0/+77