summaryrefslogtreecommitdiff
path: root/lib/web/auth (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removing returnTo setting from referer in all other authentication sourcesRalph Krimmel2019-11-2812-28/+8
* Moving the storage of referrer information to main authorization check instea...Ralph Krimmel2019-11-281-5/+3
* Fixing linting problemsRalph Krimmel2019-11-271-4/+3
* Fixing redirection after SAML loginfoobarable2019-11-271-2/+5
* Move note actions to their own file.David Mehren2019-10-272-8/+8
* Rework debug loggingSheogorath2019-06-084-9/+8
* Fix eslint warningsSheogorath2019-05-3112-23/+23
* asyncified setting and verifying the passwordClaudius2019-05-131-2/+8
* Added a configuration option for passport-saml:Emmanuel Ormancey2019-04-061-1/+2
* Add required change for Google+ API deprecationSheogorath2019-03-091-1/+2
* Fix typoCloudYu2018-11-272-4/+4
* InternalOAuthError is not part of passport, but of passport-oauth2Claudius Coenen2018-11-141-4/+4
* Add OpenID to CodiMDSheogorath2018-10-052-0/+62
* Update passport-ldapSheogorath2018-06-301-1/+1
* Merge pull request #784 from pferreir/add-oauth2-supportChristoph (Sheogorath) Kern2018-06-042-0/+107
|\
| * Add support for generic OAuth2 providersPedro Ferreira2018-03-262-0/+107
* | Fix typo of "grouptAttribute" in saml auth moduleMax Wu2018-04-271-2/+2
|/
* Change config to camel case with backwards compatibilitySheogorath2018-03-2511-35/+35
* Add check for undefined UUIDSheogorath2018-03-181-1/+8
* Multiple emails from LDAP are already an ArrayFelix Schäfer2018-03-091-1/+1
* Introduce ldap.useridFieldDustin Frisch2018-03-011-1/+4
* Fix uncaught exception for non-existent userSheogorath2018-01-301-0/+5
* Add setting `ldap.usernameField`Lukas Kalbertodt2017-12-091-1/+7
* added guide for SAML settingsNorihito Nakae2017-12-041-1/+0
* fixed the SAML callback URL to unconfigurable.Norihito Nakae2017-11-291-1/+1
* Initial support for SAML authenticationNorihito Nakae2017-11-282-0/+97
* Add mattermost authenticationChristoph Witzany2017-10-312-0/+50
* Merge pull request #562 from SISheogorath/fix/LDAPSheogorath2017-10-271-2/+3
|\
| * Fix LDAP problem about missing uidNumberSheogorath2017-10-121-2/+3
* | Give google the correct name.Kaiyu Shi2017-09-041-3/+3
|/
* fix: export to gist occurred 404 not foundMax Wu2017-05-171-0/+4
* refactor(config.js): Extract config fileBoHong Li2017-05-081-8/+8
* refactor(auth.js): Remove base pathBoHong Li2017-05-081-8/+8
* refactor(app.js): Move passport serialize and deserialize to auth moduleBoHong Li2017-05-081-0/+22
* refactor(app.js, auth.js): Extract all auth method to individual modulesBoHong Li2017-05-0810-0/+405