-
OAuth Common: February 25, 2011 2:10
Commit 84ae4b2 on 6.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Stripping CVS keywords
-
Committed 6.x-2.0-beta2
-
Made all the required changes after the context format changed.
-
The oauth contexts are now proper ctools exportables
-
First commit of the 6.x-2.x version
-
feature request #680134 by stella: make the API more flexible Also removed OAuthCommonHooks so that we don't have to mess with autoload at install-time.
-
Added autoload cache flushing to get past installation issues. The maintenance mode detection is no longer necessary. hook_enable works like a charm.
-
Made amends for the focus on the provider in oauth_common. Drupal installations acting as consumers can now also store token and consumer entries in the common tables. Fixed a bug that caused a fatal error when deleting users.
-
This commit was manufactured as part of Drupal's Great Git Migration to create tag 'DRUPAL-6--1-0-BETA1'. Sprout from master 2009-05-19 19:38:20 UTC Hugo Wetterberg <hugo@wetterberg.nu> 'Implemented a more generic signature method support for the DrupalOAuthServer. This can easily be expanded upon with a admin interface to change the allowed hmac hashing algorithms.' Cherrypick from master 2009-06-23 06:55:59 UTC Hugo Wetterberg <hugo@wetterberg.nu> 'Tagged the 6.x-1.0-beta2 release': includes/DrupalOAuthClient.inc includes/OAuthCommonHooks.inc oauth_common.admin.inc updates/update.6001.inc