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