Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LDAP auth use email if provided | alecdwm | 2016-12-14 | 1 | -1/+1 |
| | |||||
* | Tokens not required for ldap auth | alecdwm | 2016-12-14 | 1 | -4/+30 |
| | |||||
* | Initial support for LDAP server authentication | alecdwm | 2016-12-13 | 1 | -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 signin | Wu Cheng-Han | 2016-12-02 | 1 | -3/+24 |
| | |||||
* | Add support of google signin | Cheng-Han, Wu | 2016-05-21 | 1 | -0/+9 |
| | |||||
* | Update to use dropbox api version 2 | Cheng-Han, Wu | 2016-05-21 | 1 | -0/+1 |
| | |||||
* | Update to make user profile auto update on authentication | Cheng-Han, Wu | 2016-05-20 | 1 | -9/+24 |
| | |||||
* | Fix code styles and user refreshToken might need update when accessToken not ↵ | Cheng-Han, Wu | 2016-05-16 | 1 | -4/+5 |
| | | | | match | ||||
* | Add accessToken saving. | Jason Croft | 2016-05-11 | 1 | -4/+14 |
| | |||||
* | Start extending to support GitLab authentication. | Jason Croft | 2016-05-09 | 1 | -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, Wu | 2016-04-20 | 1 | -30/+46 |
| | | | | note status (created or updated) and support docs (note alias) | ||||
* | Jump to 0.3.1 | Wu Cheng-Han | 2015-07-02 | 1 | -6/+7 |
| | |||||
* | Marked as 0.2.8 | Wu Cheng-Han | 2015-05-15 | 1 | -4/+4 |
| | |||||
* | First commit, version 0.2.7 | Wu Cheng-Han | 2015-05-04 | 1 | -0/+49 |