summaryrefslogtreecommitdiff
path: root/lib/web/auth/utils.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Linter: Fix all lint errorsPhilip Molares2021-02-151-2/+2
| | | | Signed-off-by: Philip Molares <philip.molares@udo.edu>
* Removing returnTo setting from referer in all other authentication sourcesRalph Krimmel2019-11-281-6/+0
| | | | Signed-off-by: Ralph Krimmel <rkrimme1@gwdg.de>
* Rework debug loggingSheogorath2019-06-081-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>
* refactor(app.js, auth.js): Extract all auth method to individual modulesBoHong Li2017-05-081-0/+53