summaryrefslogtreecommitdiff
path: root/lib/web/auth/openid (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-28Removing returnTo setting from referer in all other authentication sourcesRalph Krimmel1-2/+0
Signed-off-by: Ralph Krimmel <rkrimme1@gwdg.de>
2019-06-08Rework debug loggingSheogorath1-2/+2
We have various places with overly simple if statements that could be handled by our logging library. Also a lot of those logs are not marked as debug logs but as info logs, which can cause confusion during debugging. This patch removed unneeded if clauses around debug logging statements, reworks debug log messages towards ECMA templates and add some new logging statements which might be helpful in order to debug things like image uploads. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2019-05-31Fix eslint warningsSheogorath1-2/+2
Since we are about to release it's time to finally fix our linting. This patch basically runs eslint --fix and does some further manual fixes. Also it sets up eslint to fail on every warning on order to make warnings visable in the CI process. There should no functional change be introduced. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-11-27Fix typoCloudYu1-2/+2
Signed-off-by: CloudYu <cloudyu322@gmail.com>
2018-10-05Add OpenID to CodiMDSheogorath1-0/+61
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>