summaryrefslogtreecommitdiff
path: root/public/views/signin-modal.ejs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow displaying LDAP provider name on sign-in modalneopostmodern2017-01-091-1/+1
|
* Merge pull request #279 from alecdwm/ldap-authMax Wu2017-01-091-2/+27
|\ | | | | Support for LDAP server authentication
| * LDAP signin form moved to main signin-modalalecdwm2016-12-141-4/+23
| | | | | | | | | | - previously was a separate modal - now is located on main modal, like email auth
| * 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
* | Switch email register and signin button order to make form default action as ↵Wu Cheng-Han2016-12-141-1/+1
|/ | | | signin
* 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