summaryrefslogtreecommitdiff
path: root/lib/models/user.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move letter-avatars into own requestSheogorath2018-04-171-5/+5
| | | | | | | | | | To prevent further weakening of our CSP policies, moving the Avatars into a non-inline version is the way to go. This implementation probably needs some beautification. But already fixes the bug. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* 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
| | | | add ‘use strict’ in all backend file
* Use JavaScript Standard StyleBoHong Li2017-03-081-140/+138
| | | | | Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code.
* 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 ↵Cheng-Han, Wu2016-05-201-2/+2
| | | | profile image url
* 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 ↵Cheng-Han, Wu2016-04-201-0/+77
note status (created or updated) and support docs (note alias)