Changeset 2716940
- Timestamp:
- 05/01/2022 10:46:58 PM (4 years ago)
- Location:
- authress
- Files:
-
- 19 edited
- 1 copied
-
assets/readme.txt (modified) (1 diff)
-
tags/0.2.76 (copied) (copied from authress/trunk)
-
tags/0.2.76/Authress_Sso_Login.php (modified) (2 diffs)
-
tags/0.2.76/readme.txt (modified) (1 diff)
-
tags/0.2.76/templates/authress-login-form.php (modified) (1 diff)
-
tags/0.2.76/vendor/autoload.php (modified) (1 diff)
-
tags/0.2.76/vendor/composer/InstalledVersions.php (modified) (2 diffs)
-
tags/0.2.76/vendor/composer/autoload_real.php (modified) (5 diffs)
-
tags/0.2.76/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/0.2.76/vendor/composer/installed.php (modified) (2 diffs)
-
tags/0.2.76/wordpress/readme.txt (modified) (1 diff)
-
trunk/Authress_Sso_Login.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/templates/authress-login-form.php (modified) (1 diff)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/InstalledVersions.php (modified) (2 diffs)
-
trunk/vendor/composer/autoload_real.php (modified) (5 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/wordpress/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
authress/assets/readme.txt
r2715303 r2716940 5 5 Requires PHP: 7.4 6 6 Tested up to: 5.9.1 7 Stable tag: 0.2.7 57 Stable tag: 0.2.76 8 8 License: Apache-2.0 9 9 License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE -
authress/tags/0.2.76/Authress_Sso_Login.php
r2715303 r2716940 4 4 Plugin URI: https://wordpress.org/plugins/authress 5 5 Description: Upgrades the WordPress login to support SSO Login. 6 Version: 0.2.7 56 Version: 0.2.76 7 7 Author: Authress 8 8 Author URI: https://authress.io … … 11 11 */ 12 12 13 define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.7 5' );13 define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.76' ); 14 14 15 15 define( 'AUTHRESS_SSO_LOGIN_PLUGIN_FILE', __FILE__ ); -
authress/tags/0.2.76/readme.txt
r2715303 r2716940 5 5 Requires PHP: 7.4 6 6 Tested up to: 5.9.1 7 Stable tag: 0.2.7 57 Stable tag: 0.2.76 8 8 License: Apache-2.0 9 9 License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE -
authress/tags/0.2.76/templates/authress-login-form.php
r2714950 r2716940 26 26 loginClickNextButton.classList.toggle('loader'); 27 27 console.log('Failed to redirect user to SSO login:', error.code); 28 if (error.code !== 'InvalidConnection' ) {28 if (error.code !== 'InvalidConnection' && error.code !== 'InvalidTenantIdentifier') { 29 29 return; 30 30 } -
authress/tags/0.2.76/vendor/autoload.php
r2715303 r2716940 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 0a00b0b80e542329b39d5ed9679d2c11::getLoader();7 return ComposerAutoloaderInit29eb4ea8e54f7a8fd50901f59f07cf05::getLoader(); -
authress/tags/0.2.76/vendor/composer/InstalledVersions.php
r2715303 r2716940 31 31 array ( 32 32 ), 33 'reference' => ' 03c38fb7e73a8fcaf42ee0063678d0fd977bfda6',33 'reference' => '76a51550e312e1a0ca030493093432887746122d', 34 34 'name' => 'authress/wordpress-plugin.php', 35 35 ), … … 43 43 array ( 44 44 ), 45 'reference' => ' 03c38fb7e73a8fcaf42ee0063678d0fd977bfda6',45 'reference' => '76a51550e312e1a0ca030493093432887746122d', 46 46 ), 47 47 'codercat/jwk-to-pem' => -
authress/tags/0.2.76/vendor/composer/autoload_real.php
r2715303 r2716940 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 0a00b0b80e542329b39d5ed9679d2c115 class ComposerAutoloaderInit29eb4ea8e54f7a8fd50901f59f07cf05 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 0a00b0b80e542329b39d5ed9679d2c11', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit29eb4ea8e54f7a8fd50901f59f07cf05', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 0a00b0b80e542329b39d5ed9679d2c11', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit29eb4ea8e54f7a8fd50901f59f07cf05', 'loadClassLoader')); 30 30 31 31 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 33 33 require __DIR__ . '/autoload_static.php'; 34 34 35 call_user_func(\Composer\Autoload\ComposerStaticInit 0a00b0b80e542329b39d5ed9679d2c11::getInitializer($loader));35 call_user_func(\Composer\Autoload\ComposerStaticInit29eb4ea8e54f7a8fd50901f59f07cf05::getInitializer($loader)); 36 36 } else { 37 37 $map = require __DIR__ . '/autoload_namespaces.php'; … … 54 54 55 55 if ($useStaticLoader) { 56 $includeFiles = Composer\Autoload\ComposerStaticInit 0a00b0b80e542329b39d5ed9679d2c11::$files;56 $includeFiles = Composer\Autoload\ComposerStaticInit29eb4ea8e54f7a8fd50901f59f07cf05::$files; 57 57 } else { 58 58 $includeFiles = require __DIR__ . '/autoload_files.php'; 59 59 } 60 60 foreach ($includeFiles as $fileIdentifier => $file) { 61 composerRequire 0a00b0b80e542329b39d5ed9679d2c11($fileIdentifier, $file);61 composerRequire29eb4ea8e54f7a8fd50901f59f07cf05($fileIdentifier, $file); 62 62 } 63 63 … … 66 66 } 67 67 68 function composerRequire 0a00b0b80e542329b39d5ed9679d2c11($fileIdentifier, $file)68 function composerRequire29eb4ea8e54f7a8fd50901f59f07cf05($fileIdentifier, $file) 69 69 { 70 70 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
authress/tags/0.2.76/vendor/composer/autoload_static.php
r2715303 r2716940 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 0a00b0b80e542329b39d5ed9679d2c117 class ComposerStaticInit29eb4ea8e54f7a8fd50901f59f07cf05 8 8 { 9 9 public static $files = array ( … … 631 631 { 632 632 return \Closure::bind(function () use ($loader) { 633 $loader->prefixLengthsPsr4 = ComposerStaticInit 0a00b0b80e542329b39d5ed9679d2c11::$prefixLengthsPsr4;634 $loader->prefixDirsPsr4 = ComposerStaticInit 0a00b0b80e542329b39d5ed9679d2c11::$prefixDirsPsr4;635 $loader->fallbackDirsPsr4 = ComposerStaticInit 0a00b0b80e542329b39d5ed9679d2c11::$fallbackDirsPsr4;636 $loader->classMap = ComposerStaticInit 0a00b0b80e542329b39d5ed9679d2c11::$classMap;633 $loader->prefixLengthsPsr4 = ComposerStaticInit29eb4ea8e54f7a8fd50901f59f07cf05::$prefixLengthsPsr4; 634 $loader->prefixDirsPsr4 = ComposerStaticInit29eb4ea8e54f7a8fd50901f59f07cf05::$prefixDirsPsr4; 635 $loader->fallbackDirsPsr4 = ComposerStaticInit29eb4ea8e54f7a8fd50901f59f07cf05::$fallbackDirsPsr4; 636 $loader->classMap = ComposerStaticInit29eb4ea8e54f7a8fd50901f59f07cf05::$classMap; 637 637 638 638 }, null, ClassLoader::class); -
authress/tags/0.2.76/vendor/composer/installed.php
r2715303 r2716940 7 7 array ( 8 8 ), 9 'reference' => ' 03c38fb7e73a8fcaf42ee0063678d0fd977bfda6',9 'reference' => '76a51550e312e1a0ca030493093432887746122d', 10 10 'name' => 'authress/wordpress-plugin.php', 11 11 ), … … 19 19 array ( 20 20 ), 21 'reference' => ' 03c38fb7e73a8fcaf42ee0063678d0fd977bfda6',21 'reference' => '76a51550e312e1a0ca030493093432887746122d', 22 22 ), 23 23 'codercat/jwk-to-pem' => -
authress/tags/0.2.76/wordpress/readme.txt
r2715303 r2716940 5 5 Requires PHP: 7.4 6 6 Tested up to: 5.9.1 7 Stable tag: 0.2.7 57 Stable tag: 0.2.76 8 8 License: Apache-2.0 9 9 License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE -
authress/trunk/Authress_Sso_Login.php
r2715303 r2716940 4 4 Plugin URI: https://wordpress.org/plugins/authress 5 5 Description: Upgrades the WordPress login to support SSO Login. 6 Version: 0.2.7 56 Version: 0.2.76 7 7 Author: Authress 8 8 Author URI: https://authress.io … … 11 11 */ 12 12 13 define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.7 5' );13 define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.76' ); 14 14 15 15 define( 'AUTHRESS_SSO_LOGIN_PLUGIN_FILE', __FILE__ ); -
authress/trunk/readme.txt
r2715303 r2716940 5 5 Requires PHP: 7.4 6 6 Tested up to: 5.9.1 7 Stable tag: 0.2.7 57 Stable tag: 0.2.76 8 8 License: Apache-2.0 9 9 License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE -
authress/trunk/templates/authress-login-form.php
r2714950 r2716940 26 26 loginClickNextButton.classList.toggle('loader'); 27 27 console.log('Failed to redirect user to SSO login:', error.code); 28 if (error.code !== 'InvalidConnection' ) {28 if (error.code !== 'InvalidConnection' && error.code !== 'InvalidTenantIdentifier') { 29 29 return; 30 30 } -
authress/trunk/vendor/autoload.php
r2715303 r2716940 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 0a00b0b80e542329b39d5ed9679d2c11::getLoader();7 return ComposerAutoloaderInit29eb4ea8e54f7a8fd50901f59f07cf05::getLoader(); -
authress/trunk/vendor/composer/InstalledVersions.php
r2715303 r2716940 31 31 array ( 32 32 ), 33 'reference' => ' 03c38fb7e73a8fcaf42ee0063678d0fd977bfda6',33 'reference' => '76a51550e312e1a0ca030493093432887746122d', 34 34 'name' => 'authress/wordpress-plugin.php', 35 35 ), … … 43 43 array ( 44 44 ), 45 'reference' => ' 03c38fb7e73a8fcaf42ee0063678d0fd977bfda6',45 'reference' => '76a51550e312e1a0ca030493093432887746122d', 46 46 ), 47 47 'codercat/jwk-to-pem' => -
authress/trunk/vendor/composer/autoload_real.php
r2715303 r2716940 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 0a00b0b80e542329b39d5ed9679d2c115 class ComposerAutoloaderInit29eb4ea8e54f7a8fd50901f59f07cf05 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 0a00b0b80e542329b39d5ed9679d2c11', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit29eb4ea8e54f7a8fd50901f59f07cf05', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 0a00b0b80e542329b39d5ed9679d2c11', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit29eb4ea8e54f7a8fd50901f59f07cf05', 'loadClassLoader')); 30 30 31 31 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 33 33 require __DIR__ . '/autoload_static.php'; 34 34 35 call_user_func(\Composer\Autoload\ComposerStaticInit 0a00b0b80e542329b39d5ed9679d2c11::getInitializer($loader));35 call_user_func(\Composer\Autoload\ComposerStaticInit29eb4ea8e54f7a8fd50901f59f07cf05::getInitializer($loader)); 36 36 } else { 37 37 $map = require __DIR__ . '/autoload_namespaces.php'; … … 54 54 55 55 if ($useStaticLoader) { 56 $includeFiles = Composer\Autoload\ComposerStaticInit 0a00b0b80e542329b39d5ed9679d2c11::$files;56 $includeFiles = Composer\Autoload\ComposerStaticInit29eb4ea8e54f7a8fd50901f59f07cf05::$files; 57 57 } else { 58 58 $includeFiles = require __DIR__ . '/autoload_files.php'; 59 59 } 60 60 foreach ($includeFiles as $fileIdentifier => $file) { 61 composerRequire 0a00b0b80e542329b39d5ed9679d2c11($fileIdentifier, $file);61 composerRequire29eb4ea8e54f7a8fd50901f59f07cf05($fileIdentifier, $file); 62 62 } 63 63 … … 66 66 } 67 67 68 function composerRequire 0a00b0b80e542329b39d5ed9679d2c11($fileIdentifier, $file)68 function composerRequire29eb4ea8e54f7a8fd50901f59f07cf05($fileIdentifier, $file) 69 69 { 70 70 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
authress/trunk/vendor/composer/autoload_static.php
r2715303 r2716940 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 0a00b0b80e542329b39d5ed9679d2c117 class ComposerStaticInit29eb4ea8e54f7a8fd50901f59f07cf05 8 8 { 9 9 public static $files = array ( … … 631 631 { 632 632 return \Closure::bind(function () use ($loader) { 633 $loader->prefixLengthsPsr4 = ComposerStaticInit 0a00b0b80e542329b39d5ed9679d2c11::$prefixLengthsPsr4;634 $loader->prefixDirsPsr4 = ComposerStaticInit 0a00b0b80e542329b39d5ed9679d2c11::$prefixDirsPsr4;635 $loader->fallbackDirsPsr4 = ComposerStaticInit 0a00b0b80e542329b39d5ed9679d2c11::$fallbackDirsPsr4;636 $loader->classMap = ComposerStaticInit 0a00b0b80e542329b39d5ed9679d2c11::$classMap;633 $loader->prefixLengthsPsr4 = ComposerStaticInit29eb4ea8e54f7a8fd50901f59f07cf05::$prefixLengthsPsr4; 634 $loader->prefixDirsPsr4 = ComposerStaticInit29eb4ea8e54f7a8fd50901f59f07cf05::$prefixDirsPsr4; 635 $loader->fallbackDirsPsr4 = ComposerStaticInit29eb4ea8e54f7a8fd50901f59f07cf05::$fallbackDirsPsr4; 636 $loader->classMap = ComposerStaticInit29eb4ea8e54f7a8fd50901f59f07cf05::$classMap; 637 637 638 638 }, null, ClassLoader::class); -
authress/trunk/vendor/composer/installed.php
r2715303 r2716940 7 7 array ( 8 8 ), 9 'reference' => ' 03c38fb7e73a8fcaf42ee0063678d0fd977bfda6',9 'reference' => '76a51550e312e1a0ca030493093432887746122d', 10 10 'name' => 'authress/wordpress-plugin.php', 11 11 ), … … 19 19 array ( 20 20 ), 21 'reference' => ' 03c38fb7e73a8fcaf42ee0063678d0fd977bfda6',21 'reference' => '76a51550e312e1a0ca030493093432887746122d', 22 22 ), 23 23 'codercat/jwk-to-pem' => -
authress/trunk/wordpress/readme.txt
r2715303 r2716940 5 5 Requires PHP: 7.4 6 6 Tested up to: 5.9.1 7 Stable tag: 0.2.7 57 Stable tag: 0.2.76 8 8 License: Apache-2.0 9 9 License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE
Note: See TracChangeset
for help on using the changeset viewer.