summaryrefslogtreecommitdiff
path: root/lib/web/auth/utils.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-15Linter: Fix all lint errorsPhilip Molares1-2/+2
Signed-off-by: Philip Molares <philip.molares@udo.edu>
2019-11-28Removing returnTo setting from referer in all other authentication sourcesRalph Krimmel1-6/+0
Signed-off-by: Ralph Krimmel <rkrimme1@gwdg.de>
2019-06-08Rework debug loggingSheogorath1-3/+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>
2017-05-08refactor(app.js, auth.js): Extract all auth method to individual modulesBoHong Li1-0/+53