summaryrefslogtreecommitdiff
path: root/public/views/signin-modal.ejs (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-21Refactor templates and rearrange its pathWu Cheng-Han1-95/+0
2017-01-12Add `allowemailregister` optionSheogorath1-1/+1
2017-01-09Allow displaying LDAP provider name on sign-in modalneopostmodern1-1/+1
2016-12-14LDAP signin form moved to main signin-modalalecdwm1-4/+23
- previously was a separate modal - now is located on main modal, like email auth
2016-12-13Initial support for LDAP server authenticationalecdwm1-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
2016-12-14Switch email register and signin button order to make form default action as ↵Wu Cheng-Han1-1/+1
signin
2016-12-02Update to support optional email register and signinWu Cheng-Han1-1/+27
2016-08-19Add support of i18n with related patches and support "en" and "zh" locales ↵Wu Cheng-Han1-7/+7
for now
2016-05-21Add support of google signinCheng-Han, Wu1-3/+8
2016-05-11Start extending to support GitLab authentication.Jason Croft1-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
2016-05-11Add help and help modal with contacts, documents, cheatsheetCheng-Han, Wu1-0/+0
2016-05-09Start extending to support GitLab authentication.Jason Croft1-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
2016-04-20Refactor server with Sequelize ORM, refactor server configs, now will show ↵Cheng-Han, Wu1-0/+34
note status (created or updated) and support docs (note alias)