summaryrefslogtreecommitdiff
path: root/public/views/signin-modal.ejs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial support for LDAP server authenticationalecdwm2016-12-131-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 signinWu Cheng-Han2016-12-021-1/+27
|
* Add support of i18n with related patches and support "en" and "zh" locales ↵Wu Cheng-Han2016-08-191-7/+7
| | | | for now
* Add support of google signinCheng-Han, Wu2016-05-211-3/+8
|
* Start extending to support GitLab authentication.Jason Croft2016-05-111-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, cheatsheetCheng-Han, Wu2016-05-111-0/+34