summaryrefslogtreecommitdiff
path: root/public/views/shared/signin-modal.ejs (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-23Add some missing translationsSheogorath1-8/+8
There are some places in our code that made it to be not translated. This patch fixes some small translation problems and adds some static strings in templates to translation. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-11-03removing global site layout vars from individual routers, putting them into ↵Claudius1-30/+30
app.local Signed-off-by: Claudius <opensource@amenthes.de>
2018-10-05Add OpenID to CodiMDSheogorath1-1/+20
With OpenID every OpenID capable provider can provide authentication for users of a CodiMD instance. This means we have federated authentication. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-03-26Add support for generic OAuth2 providersPedro Ferreira1-2/+7
Signed-off-by: Pedro Ferreira <pedro.ferreira@cern.ch>
2018-03-25Change config to camel case with backwards compatibilitySheogorath1-1/+1
This refactors the configs a bit to now use camel case everywhere. This change should help to clean up the config interface and make it better understandable. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-01-26Fix ldap provider name in templateSheogorath1-1/+1
Before this fix it's impossible to set the provider name in the sign-model since `ldap` is a boolean there and this way not able to have an attribute like `ldap.providerName`. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2017-11-28Initial support for SAML authenticationNorihito Nakae1-1/+6
2017-10-31Add mattermost authenticationChristoph Witzany1-2/+7
2017-01-21Refactor templates and rearrange its pathWu Cheng-Han1-0/+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)