Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LDAP signin form moved to main signin-modal | alecdwm | 2016-12-14 | 1 | -4/+23 |
| | | | | | - previously was a separate modal - now is located on main modal, like email auth | ||||
* | Initial support for LDAP server authentication | alecdwm | 2016-12-13 | 1 | -2/+8 |
| | | | | | | | | | | | | | | 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 | -1/+27 |
| | |||||
* | Add support of i18n with related patches and support "en" and "zh" locales ↵ | Wu Cheng-Han | 2016-08-19 | 1 | -7/+7 |
| | | | | for now | ||||
* | Add support of google signin | Cheng-Han, Wu | 2016-05-21 | 1 | -3/+8 |
| | |||||
* | Start extending to support GitLab authentication. | Jason Croft | 2016-05-11 | 1 | -0/+5 |
| | | | | | | | | | | | 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 | ||||
* | Add help and help modal with contacts, documents, cheatsheet | Cheng-Han, Wu | 2016-05-11 | 1 | -0/+34 |