forked from hybridauth/hybridauth
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grabbing latest changes #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updated XING Provider to v1.1.0
Add GitLab hybridauth provider file.
…l-providers/hybridauth-gitlab/Providers/GitLab.php
Update Auth.php library version
this error is caused by DateTime settings. please add this to your code Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.' in /home2/markewl7/public_html/guildgear/system/library/Hybrid/Logger.php:80 Stack trace: #0 /home2/markewl7/public_html/guildgear/system/library/Hybrid/Logger.php(80): DateTime->__construct() #1 /home2/markewl7/public_html/guildgear/system/library/Hybrid/Endpoint.php(210): Hybrid_Logger::error('Endpoint: Error...') #2 /home2/markewl7/public_html/guildgear/system/library/Hybrid/Endpoint.php(117): Hybrid_Endpoint->authInit() #3 /home2/markewl7/public_html/guildgear/system/library/Hybrid/Endpoint.php(51): Hybrid_Endpoint->processAuthStart() #4 /home2/markewl7/public_htm in /home2/markewl7/public_html/guildgear/system/library/Hybrid/Logger.php on line 80
[XING] Fix typo
[VKontakte] Fix warnings for getUserByResponse()
fix DateTime error in Logger
[Drupal module] Require OAuth.php only if not exist
Updated changelog, small fix in readme, version bump and fix in logger.
This time for sure.
Switch photoURL to photoBIG in getUserProfile() function. Small refactoring code.
[Hybrid_Endpoint] Improve error reporting
[odnoklassniki] Improve error reporting
[Odnoklassniki] Get better size of user avatar
GitLab OAuth2 provider
There was no cURL connection and execution timeout in Hybrid OpenID implementation. This can cause processes to wait ‘indefinitely’ for a response.
Need string conversion for $data->customURL and check it is not empty
Conflicts: hybridauth/Hybrid/thirdparty/OpenID/LightOpenID.php
Fix Steam profileUrl
MixCloud provider added
Add cURL timeouts for OpenID
Conflicts: additional-providers/hybridauth-odnoklassniki/Providers/Odnoklassniki.php
… enjoyiacm-master odnoklassniki/Providers/Odnoklassniki.php
For current facebook api (v2.5) read_stream permission is deprecated and not available for new apps. This means that facebook login cannot be used for new sites. (More info here: https://developers.facebook.com/docs/apps/versions)
Facebook login read_stream deprecated for 2.5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.