0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Dec 20, 2024 — Dec 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Issue #2410491 by joel.gilchrist: Handle password change in backend OAuth2 system More... almost 11 years ago
Issue #2307239 by colan: Stop using empty() on a method return value. More... over 11 years ago
Removed line breaks in the README to be more compatible with the d.o handbook. More... over 11 years ago
Added doc note about choosing a Web-service client. More... over 11 years ago
Issue #2298113 by colan: Made the module name a link to the project page. More... over 11 years ago
Issue #2298113 by colan: Added a README file to the module directory. More... over 11 years ago
Made required configuration options required. More... over 11 years ago
Issue #2298087 by colan: Added missing declaration for the global user variable. More... over 11 years ago
Issue #2298087 by colan: Disable password reset links if passwords not editable. More... over 11 years ago
Issue #2298087 by colan: Disable the password reset page if editing disabled. More... over 11 years ago
Issue #2298087 by colan: Purge user config variables on module uninstall. More... over 11 years ago
Issue #2298087 by colan: Add a Miscellaneous category for other config settings. More... over 11 years ago
Issue #2298087 by colan: Use shorter names for config form elements. More... over 11 years ago
Issue #2298087 by colan: Use config options to disable email/password editing. More... over 11 years ago
Issue #2298087 by colan: Added config options to disable email/password editing. More... over 11 years ago
Purge any OAuth2 tokens from the session when users log out. More... over 11 years ago
Attempt to get access tokens for existing users whenever they log in. More... over 11 years ago
Report new-user creation in the log. More... over 11 years ago
Return the proper boolean value after attempting to get an access token. More... over 11 years ago
Added some documentation and removed completed @todos. More... over 11 years ago
Make the authentication-handling class configurable, and started using it. More... over 11 years ago
Removed the old non-object-oriented code. More... over 11 years ago
Modified the module file to use the new class. More... over 11 years ago
Moved all of the functionality into a class so that it may be overridden. More... over 11 years ago
Added a stub function for fetching the remote user's e-mail address on creation. More... over 11 years ago
A new local user is created if it exists remotely, but not locally. More... over 11 years ago
Made the access request scope configurable. More... over 11 years ago
Started working on checking for a valid remote user by getting a token. More... over 11 years ago
On login, if the user exists remotely but not here, create it and set the ID. More... over 11 years ago
Call oauth2_authentication_authenticate() instead of user_authenticate(). More... over 11 years ago