summaryrefslogtreecommitdiff
path: root/public/views/shared/signin-modal.ejs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add some missing translationsSheogorath2018-11-231-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>
* removing global site layout vars from individual routers, putting them into ↵Claudius2018-11-031-30/+30
| | | | | | app.local Signed-off-by: Claudius <opensource@amenthes.de>
* Add OpenID to CodiMDSheogorath2018-10-051-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>
* Add support for generic OAuth2 providersPedro Ferreira2018-03-261-2/+7
| | | | Signed-off-by: Pedro Ferreira <pedro.ferreira@cern.ch>
* Change config to camel case with backwards compatibilitySheogorath2018-03-251-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>
* Fix ldap provider name in templateSheogorath2018-01-261-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>
* Initial support for SAML authenticationNorihito Nakae2017-11-281-1/+6
|
* Add mattermost authenticationChristoph Witzany2017-10-311-2/+7
|
* Refactor templates and rearrange its pathWu Cheng-Han2017-01-211-0/+95