| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Google oauth variable: hostedDomain | ike | 2020-02-08 | 1 | -1/+1 |
* | Removing returnTo setting from referer in all other authentication sources | Ralph Krimmel | 2019-11-28 | 12 | -28/+8 |
* | Moving the storage of referrer information to main authorization check instea... | Ralph Krimmel | 2019-11-28 | 1 | -5/+3 |
* | Fixing linting problems | Ralph Krimmel | 2019-11-27 | 1 | -4/+3 |
* | Fixing redirection after SAML login | foobarable | 2019-11-27 | 1 | -2/+5 |
* | Move note actions to their own file. | David Mehren | 2019-10-27 | 2 | -8/+8 |
* | Rework debug logging | Sheogorath | 2019-06-08 | 4 | -9/+8 |
* | Fix eslint warnings | Sheogorath | 2019-05-31 | 12 | -23/+23 |
* | asyncified setting and verifying the password | Claudius | 2019-05-13 | 1 | -2/+8 |
* | Added a configuration option for passport-saml: | Emmanuel Ormancey | 2019-04-06 | 1 | -1/+2 |
* | Add required change for Google+ API deprecation | Sheogorath | 2019-03-09 | 1 | -1/+2 |
* | Fix typo | CloudYu | 2018-11-27 | 2 | -4/+4 |
* | InternalOAuthError is not part of passport, but of passport-oauth2 | Claudius Coenen | 2018-11-14 | 1 | -4/+4 |
* | Add OpenID to CodiMD | Sheogorath | 2018-10-05 | 2 | -0/+62 |
* | Update passport-ldap | Sheogorath | 2018-06-30 | 1 | -1/+1 |
* | Merge pull request #784 from pferreir/add-oauth2-support | Christoph (Sheogorath) Kern | 2018-06-04 | 2 | -0/+107 |
|\ |
|
| * | Add support for generic OAuth2 providers | Pedro Ferreira | 2018-03-26 | 2 | -0/+107 |
* | | Fix typo of "grouptAttribute" in saml auth module | Max Wu | 2018-04-27 | 1 | -2/+2 |
|/ |
|
* | Change config to camel case with backwards compatibility | Sheogorath | 2018-03-25 | 11 | -35/+35 |
* | Add check for undefined UUID | Sheogorath | 2018-03-18 | 1 | -1/+8 |
* | Multiple emails from LDAP are already an Array | Felix Schäfer | 2018-03-09 | 1 | -1/+1 |
* | Introduce ldap.useridField | Dustin Frisch | 2018-03-01 | 1 | -1/+4 |
* | Fix uncaught exception for non-existent user | Sheogorath | 2018-01-30 | 1 | -0/+5 |
* | Add setting `ldap.usernameField` | Lukas Kalbertodt | 2017-12-09 | 1 | -1/+7 |
* | added guide for SAML settings | Norihito Nakae | 2017-12-04 | 1 | -1/+0 |
* | fixed the SAML callback URL to unconfigurable. | Norihito Nakae | 2017-11-29 | 1 | -1/+1 |
* | Initial support for SAML authentication | Norihito Nakae | 2017-11-28 | 2 | -0/+97 |
* | Add mattermost authentication | Christoph Witzany | 2017-10-31 | 2 | -0/+50 |
* | Merge pull request #562 from SISheogorath/fix/LDAP | Sheogorath | 2017-10-27 | 1 | -2/+3 |
|\ |
|
| * | Fix LDAP problem about missing uidNumber | Sheogorath | 2017-10-12 | 1 | -2/+3 |
* | | Give google the correct name. | Kaiyu Shi | 2017-09-04 | 1 | -3/+3 |
|/ |
|
* | fix: export to gist occurred 404 not found | Max Wu | 2017-05-17 | 1 | -0/+4 |
* | refactor(config.js): Extract config file | BoHong Li | 2017-05-08 | 1 | -8/+8 |
* | refactor(auth.js): Remove base path | BoHong Li | 2017-05-08 | 1 | -8/+8 |
* | refactor(app.js): Move passport serialize and deserialize to auth module | BoHong Li | 2017-05-08 | 1 | -0/+22 |
* | refactor(app.js, auth.js): Extract all auth method to individual modules | BoHong Li | 2017-05-08 | 10 | -0/+405 |