summaryrefslogtreecommitdiff
path: root/lib/auth.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(app.js, auth.js): Extract all auth method to individual modulesBoHong Li2017-05-081-194/+0
|
* Add config option for gitlab api scope and auto adapt gitlab snippet feature ↵Wu Cheng-Han2017-03-141-0/+1
| | | | on it
* 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-173/+175
| | | | | Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code.
* LDAP auth use email if providedalecdwm2016-12-141-1/+1
|
* Tokens not required for ldap authalecdwm2016-12-141-4/+30
|
* Initial support for LDAP server authenticationalecdwm2016-12-131-1/+32
| | | | | | | | | | | | | | Limitations as of this commit: - tlsOptions can only be specified in config.json, not as env vars - authentication failures are not yet gracefully handled by the UI - instead the error message is shown on a blank page (/auth/ldap) - no email address is associated with the LDAP user's account - no picture/profile URL is associated with the LDAP user's account - we might have to generate our own access + refresh tokens, because we aren't using oauth. The currently generated tokens are just a placeholder. - 'LDAP Sign in' needs to be translated to each locale
* Update to support optional email register and signinWu Cheng-Han2016-12-021-3/+24
|
* Add support of google signinCheng-Han, Wu2016-05-211-0/+9
|
* Update to use dropbox api version 2Cheng-Han, Wu2016-05-211-0/+1
|
* Update to make user profile auto update on authenticationCheng-Han, Wu2016-05-201-9/+24
|
* Fix code styles and user refreshToken might need update when accessToken not ↵Cheng-Han, Wu2016-05-161-4/+5
| | | | match
* Add accessToken saving.Jason Croft2016-05-111-4/+14
|
* Start extending to support GitLab authentication.Jason Croft2016-05-091-0/+10
| | | | | | | | | | | Add necessary dependency. Add baseURL parameter for self-hosted GitLab Add necessary require. Add block for GitLab auth. Fix typo Update font-awesome dependency for GitLab icon. Use a color closer to GitLab orange. More direct TODO
* Refactor server with Sequelize ORM, refactor server configs, now will show ↵Cheng-Han, Wu2016-04-201-30/+46
| | | | note status (created or updated) and support docs (note alias)
* Jump to 0.3.1Wu Cheng-Han2015-07-021-6/+7
|
* Marked as 0.2.8Wu Cheng-Han2015-05-151-4/+4
|
* First commit, version 0.2.7Wu Cheng-Han2015-05-041-0/+49