summaryrefslogtreecommitdiff
path: root/lib/models/user.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-17Move letter-avatars into own requestSheogorath1-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>
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
add ‘use strict’ in all backend file
2017-03-08Use JavaScript Standard StyleBoHong Li1-140/+138
Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code.
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 ↵Cheng-Han, Wu1-2/+2
profile image url
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 ↵Cheng-Han, Wu1-0/+77
note status (created or updated) and support docs (note alias)