-
Issue #1591692: Replace current OAuth library by the PECL package Initial commit in branch 7.x-4.x. This branch will use the PECL OAuth Package.
-
Issue #1092270 by jobeirne, steinmb and juampy: Decouple OAuth code from Drupal module via Libraries API. Updated CHANGELOG.
-
Issue #1092270 by jobeirne, steinmb and juampy: Decouple OAuth code from Drupal module via Libraries API. Updated README file.
-
ssue #1092270 by jobeirne, steinmb and juampy: Decouple OAuth code from Drupal module via Libraries API. Updated README file.
-
Issue #1092270 by jobeirne, steinmb and juampy: Decouple OAuth code from Drupal module via Libraries API. Added a check at hook_init() before including the library.
-
Issue #1092270 by jobeirne, steinmb and juampy: Decouple OAuth code from Drupal module via Libraries API. Backported from 7.x-3.x
-
Issue #1092270 by jobeirne, steinmb and juampy: Decouple OAuth code from Drupal module via Libraries API. Fixed indentation at hook_requirements().
-
Issue #1092270 by jobeirne, steinmb and juampy: Decouple OAuth code from Drupal module via Libraries API. Added hook_requirements() to ensure the library is present and hook_init() to load it.
-
Issue #1535764 by bojanz: Signature selection in includes/DrupalOAuthServer.inc is broken Backported from 7.x-3.x
-
Issue #1535764 by bojanz: Signature selection in includes/DrupalOAuthServer.inc is broken Committed suggested patch.