0
I Use This!
Inactive

Commits : Listings

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