DAIUWS
  1. DAIUWS

openid-connect-generic-fork

Public
AuthorCommitMessageCommit dateIssues
Jonathan DaggerhartGitHubJonathan Daggerhart
acbd46c7173MMerge pull request #126 from TeDo-Verlag/fixfix stripos call
Gassan GousseinovGassan Gousseinov
11e89fd9b2dfix stripos call
Jonathan DaggerhartGitHubJonathan Daggerhart
42402b69b5aMMerge pull request #124 from bookchiq/devFilter redirect URL before stashing it to a cookie
Sarah LewisSarah Lewis
39ae1f8a8f9Filter redirect URL before stashing it to a cookie
Jonathan DaggerhartGitHubJonathan Daggerhart
f33225fc2cdIssue #108: Attempt to fix regression for cookie during auto flow (#119)
Jonathan DaggerhartJonathan Daggerhart
9a204ebcae2Noting changes and bumping version for next release
Jonathan DaggerhartGitHubJonathan Daggerhart
6dfb0fafa55Issue #76: Avoid double question marks in auth url query string (#120)
Raphaël DrozJonathan DaggerhartRaphaël Droz
f263fb4a164fix #106, wp-cli bootstrap must not inhibit custom rewrite rules (#110)
Thijs KinkhorstJonathan DaggerhartThijs Kinkhorst
d45ab06e3d4Fix syntax error in example openid-connect-generic-login-button-text hook (#113)
Shane MulliganJonathan DaggerhartShane Mulligan
0b51e9c1e59Change PHP keywords to comply with PSR2 (#116)Signed-off-by: CodeLingoBot <bot@codelingo.io>
Slavic DragovtevJonathan DaggerhartSlavic Dragovtev
6ecb69f1cb0Allow override of the plugin by posting credentials to wp-login.php (#118)* allow overriding the plugin if credentials are POSTed to wp-login.php * fix indentation to be consistent
Jonathan DaggerhartJonathan Daggerhart
a53f7532338Read me table of contents
Jonathan DaggerhartJonathan Daggerhart
fd458b623a6Fixing incomplete example
Jonathan DaggerhartJonathan Daggerhart
c27e12069a4Minor formatting on readme
Jonathan DaggerhartJonathan Daggerhart
eec106b50e8Documenting hooks and other internals for contributors
Jonathan DaggerhartGitHubJonathan Daggerhart
4d7939e9e5eBug with some special char in the firstname or lastnameAdd str_replace because token is encoded in base64 URL (and not just base64). Solves the problem with some special char Re: #101
Jonathan DaggerhartJonathan Daggerhart
aca202f5ac8Additional readme updates
Jonathan DaggerhartJonathan Daggerhart
0a2572e781dReadme and hooks
Jonathan DaggerhartJonathan Daggerhart
0d4e4bd0060additional error detection on user_claim
Matt VarblowJonathan DaggerhartMatt Varblow
6917df262f3Allow identity providers which do not support the userinfo endpoint. (#100)* Allow identity providers which do not support the userinfo endpoint. * Fixed empty check for userinfo endpoint
cswebserviceJonathan Daggerhartcswebservice
54f3ff41939allow developers to use the plain auth url by shortcode (#98)* allow developers to use the plain auth url by shortcode * prevent to set the redirect cookie on every page request by moving the function call to the formular rendering.
Raphaël DrozJonathan DaggerhartRaphaël Droz
87470689dbaavoid messing-up with wp-cli (#96)When using wp-cli (eg: rewrite/cache flush), init() will run setcookie() which would trigger "headers already sent by". Just disable module when wp-cli is being used.
Jonathan DaggerhartJonathan Daggerhart
72305fcc9faMMerge branch 'dev'
Jonathan DaggerhartJonathan Daggerhart
93d41ee3c6ffixing composer.json and updateing readme
Jonathan DaggerhartJonathan Daggerhart
e8545af1232nvm, wp.org can have it's own folder name
Jonathan DaggerhartJonathan Daggerhart
94e73af1b66renaming to match wordpress.org plugin slug
Jonathan DaggerhartJonathan Daggerhart
18625fbc21bupdating readme to include composer information
Jonathan DaggerhartJonathan Daggerhart
2a1b797e174fixing composer.json for packagist
Jonathan DaggerhartJonathan Daggerhart
64a4676c886trailing comma in json
Jonathan DaggerhartJonathan Daggerhart
ef6fac4e41eversion update along with readmes.new composer.json to place on packagist
Raphaël DrozJonathan DaggerhartRaphaël Droz
f3096b6f148fix a notice: If using traditional login, $token_response may be empty (#86)fix a 404: In Bedrock-like layout configuration, $redirect_url === 'wp-login.php?loggedout=true' (which work for local redirection). But canonicalization should take into account the additional /wp/ prefix. site_url() does meanwhile home_url() does not.
Raphaël DrozJonathan DaggerhartRaphaël Droz
f9c076a5c03hook: ability to filter claim and derived user data (#84)
Raphaël DrozJonathan DaggerhartRaphaël Droz
6263bee23bbgoogle provider: do not attempt to use their not-compliant /revoke endpoint (#83)
Raphaël DrozJonathan DaggerhartRaphaël Droz
58c8b7ac9a7disconnect hook: get user meta from information provided by filter parameters (#82)
Raphaël DrozJonathan DaggerhartRaphaël Droz
d0b79313c24fixed a notice when cookie does not contain expected redirect_url (#80)
Raphaël DrozJonathan DaggerhartRaphaël Droz
756c3c05a14Translit names' special characters (#73)When nickname is generated from a full name, intent to translit them to ascii instead of stripping special characters.
Antti LeppäJonathan DaggerhartAntti Leppä
56bd5718e63Feature #68 state time limit option (#69)* Added an option for state time limit on the settings page
Jonathan DaggerhartJonathan Daggerhart
6bc53f96d43some readme and metadata updates for plugin repo
Jonathan DaggerhartGitHubJonathan Daggerhart
9bf826c7041MMerge pull request #66 from daggerhart/timeoutremoved generic wp filter used for request timeout
Jonathan DaggerhartJonathan Daggerhart
a99280600aeremoved generic wp filter used for request timeout
Jonathan DaggerhartGitHubJonathan Daggerhart
c098e9da30eMMerge pull request #65 from daggerhart/prefixPrefixes for better autoloading
Jonathan DaggerhartJonathan Daggerhart
326efbb416fprefixing generic classes with oidcg comment class names.adjusting autoloading to look for the standardized prefix.
Jonathan DaggerhartJonathan Daggerhart
6f077c932a4incrementing to 3.3.x, updating readmes and changelog
Jonathan DaggerhartGitHubJonathan Daggerhart
e02e4559652MMerge pull request #52 from dirtsimple/wp_tokensSimplify refresh/logout handling (to fix #49, #50, and #51)
Jonathan DaggerhartJonathan Daggerhart
e541a9f3b4eupdating version
PJ EbyPJ Eby
b14554e8fe2WP still supports PHP 5.2.4 :(
PJ EbyPJ Eby
662e9fb25bbTrack refresh token expiration (fixes #51)
PJ EbyPJ Eby
caf13244990Defer logouts to after all WP plugins initialize
PJ EbyPJ Eby
134d0116b89Drop unnecessary user_meta keys
PJ EbyPJ Eby
7879835b496Store refresh token in sessions, instead of a cookie