Changeset 2690735
- Timestamp:
- 03/08/2022 11:32:20 AM (4 years ago)
- Location:
- authress
- Files:
-
- 4 added
- 21 edited
- 1 copied
-
assets/readme.txt (modified) (1 diff)
-
tags/0.2.53 (copied) (copied from authress/trunk)
-
tags/0.2.53/Authress_Sso_Login.php (modified) (2 diffs)
-
tags/0.2.53/docs (added)
-
tags/0.2.53/docs/customizations.md (added)
-
tags/0.2.53/lib/Authress_Sso_Login_Lock.php (modified) (1 diff)
-
tags/0.2.53/readme.txt (modified) (1 diff)
-
tags/0.2.53/templates/authress-login-form.php (modified) (2 diffs)
-
tags/0.2.53/vendor/autoload.php (modified) (1 diff)
-
tags/0.2.53/vendor/composer/InstalledVersions.php (modified) (2 diffs)
-
tags/0.2.53/vendor/composer/autoload_real.php (modified) (5 diffs)
-
tags/0.2.53/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/0.2.53/vendor/composer/installed.php (modified) (2 diffs)
-
tags/0.2.53/wordpress/readme.txt (modified) (1 diff)
-
trunk/Authress_Sso_Login.php (modified) (2 diffs)
-
trunk/docs (added)
-
trunk/docs/customizations.md (added)
-
trunk/lib/Authress_Sso_Login_Lock.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/templates/authress-login-form.php (modified) (2 diffs)
-
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
r2690711 r2690735 5 5 Requires PHP: 7.4 6 6 Tested up to: 5.9.1 7 Stable tag: 0.2.5 17 Stable tag: 0.2.53 8 8 License: Apache-2.0 9 9 License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE -
authress/tags/0.2.53/Authress_Sso_Login.php
r2690711 r2690735 4 4 Plugin URI: https://wordpress.org/plugins/authress 5 5 Description: Upgrades the WordPress login to support SSO Login. 6 Version: 0.2.5 16 Version: 0.2.53 7 7 Author: Authress 8 8 Author URI: https://authress.io … … 11 11 */ 12 12 13 define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.5 1' );13 define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.53' ); 14 14 15 15 define( 'AUTHRESS_SSO_LOGIN_PLUGIN_FILE', __FILE__ ); -
authress/tags/0.2.53/lib/Authress_Sso_Login_Lock.php
r2690169 r2690735 36 36 // wp_enqueue_script('authress_sso_login_login_auto_load', AUTHRESS_SSO_LOGIN_PLUGIN_JS_URL . 'login.js', [ 'authress_sso_login_login_sdk' ], AUTHRESS_SSO_LOGIN_VERSION); 37 37 $login_tpl = AUTHRESS_SSO_LOGIN_PLUGIN_DIR . 'templates/authress-login-form.php'; 38 $login_tpl = apply_filters( 'authress::user_login_template::html::formatter', $login_tpl); 38 39 $authress_options = Authress_Sso_Login_Options::Instance(); 40 $options = [ 41 'custom_domain' => $authress_options->get('customDomain'), 42 'application_id' => $authress_options->get('applicationId') 43 ]; 44 $login_tpl = apply_filters( 'authress::user_login_template::html::formatter', $login_tpl, $options); 39 45 require $login_tpl; 40 46 } -
authress/tags/0.2.53/readme.txt
r2690711 r2690735 5 5 Requires PHP: 7.4 6 6 Tested up to: 5.9.1 7 Stable tag: 0.2.5 17 Stable tag: 0.2.53 8 8 License: Apache-2.0 9 9 License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE -
authress/tags/0.2.53/templates/authress-login-form.php
r2690169 r2690735 139 139 width: 320px; 140 140 } 141 #registerform, #lostpasswordform , #login .message, #login #login_error{141 #registerform, #lostpasswordform { 142 142 width: 320px; 143 143 margin-left: auto; … … 145 145 } 146 146 #login .message, #login #login_error { 147 width: 342px; 147 max-width: 342px; 148 margin-left: auto; 149 margin-right: auto; 148 150 } 149 151 -
authress/tags/0.2.53/vendor/autoload.php
r2690711 r2690735 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit e1976fa38244c518f0301a303970e427::getLoader();7 return ComposerAutoloaderInit2b0eb5c91ca35dcfd0eb17b49510abdd::getLoader(); -
authress/tags/0.2.53/vendor/composer/InstalledVersions.php
r2690711 r2690735 31 31 array ( 32 32 ), 33 'reference' => ' a8630816f8fc7cf87a997ac33495b2ac5b95dacf',33 'reference' => '887bb439e965d138b19569d28fdd7ec6a345c567', 34 34 'name' => 'authress/wordpress-plugin.php', 35 35 ), … … 43 43 array ( 44 44 ), 45 'reference' => ' a8630816f8fc7cf87a997ac33495b2ac5b95dacf',45 'reference' => '887bb439e965d138b19569d28fdd7ec6a345c567', 46 46 ), 47 47 'codercat/jwk-to-pem' => -
authress/tags/0.2.53/vendor/composer/autoload_real.php
r2690711 r2690735 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit e1976fa38244c518f0301a303970e4275 class ComposerAutoloaderInit2b0eb5c91ca35dcfd0eb17b49510abdd 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit e1976fa38244c518f0301a303970e427', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit2b0eb5c91ca35dcfd0eb17b49510abdd', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 29 spl_autoload_unregister(array('ComposerAutoloaderInit e1976fa38244c518f0301a303970e427', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit2b0eb5c91ca35dcfd0eb17b49510abdd', '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 e1976fa38244c518f0301a303970e427::getInitializer($loader));35 call_user_func(\Composer\Autoload\ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::getInitializer($loader)); 36 36 } else { 37 37 $map = require __DIR__ . '/autoload_namespaces.php'; … … 54 54 55 55 if ($useStaticLoader) { 56 $includeFiles = Composer\Autoload\ComposerStaticInit e1976fa38244c518f0301a303970e427::$files;56 $includeFiles = Composer\Autoload\ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::$files; 57 57 } else { 58 58 $includeFiles = require __DIR__ . '/autoload_files.php'; 59 59 } 60 60 foreach ($includeFiles as $fileIdentifier => $file) { 61 composerRequire e1976fa38244c518f0301a303970e427($fileIdentifier, $file);61 composerRequire2b0eb5c91ca35dcfd0eb17b49510abdd($fileIdentifier, $file); 62 62 } 63 63 … … 66 66 } 67 67 68 function composerRequire e1976fa38244c518f0301a303970e427($fileIdentifier, $file)68 function composerRequire2b0eb5c91ca35dcfd0eb17b49510abdd($fileIdentifier, $file) 69 69 { 70 70 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
authress/tags/0.2.53/vendor/composer/autoload_static.php
r2690711 r2690735 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit e1976fa38244c518f0301a303970e4277 class ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd 8 8 { 9 9 public static $files = array ( … … 631 631 { 632 632 return \Closure::bind(function () use ($loader) { 633 $loader->prefixLengthsPsr4 = ComposerStaticInit e1976fa38244c518f0301a303970e427::$prefixLengthsPsr4;634 $loader->prefixDirsPsr4 = ComposerStaticInit e1976fa38244c518f0301a303970e427::$prefixDirsPsr4;635 $loader->fallbackDirsPsr4 = ComposerStaticInit e1976fa38244c518f0301a303970e427::$fallbackDirsPsr4;636 $loader->classMap = ComposerStaticInit e1976fa38244c518f0301a303970e427::$classMap;633 $loader->prefixLengthsPsr4 = ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::$prefixLengthsPsr4; 634 $loader->prefixDirsPsr4 = ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::$prefixDirsPsr4; 635 $loader->fallbackDirsPsr4 = ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::$fallbackDirsPsr4; 636 $loader->classMap = ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::$classMap; 637 637 638 638 }, null, ClassLoader::class); -
authress/tags/0.2.53/vendor/composer/installed.php
r2690711 r2690735 7 7 array ( 8 8 ), 9 'reference' => ' a8630816f8fc7cf87a997ac33495b2ac5b95dacf',9 'reference' => '887bb439e965d138b19569d28fdd7ec6a345c567', 10 10 'name' => 'authress/wordpress-plugin.php', 11 11 ), … … 19 19 array ( 20 20 ), 21 'reference' => ' a8630816f8fc7cf87a997ac33495b2ac5b95dacf',21 'reference' => '887bb439e965d138b19569d28fdd7ec6a345c567', 22 22 ), 23 23 'codercat/jwk-to-pem' => -
authress/tags/0.2.53/wordpress/readme.txt
r2690711 r2690735 5 5 Requires PHP: 7.4 6 6 Tested up to: 5.9.1 7 Stable tag: 0.2.5 17 Stable tag: 0.2.53 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
r2690711 r2690735 4 4 Plugin URI: https://wordpress.org/plugins/authress 5 5 Description: Upgrades the WordPress login to support SSO Login. 6 Version: 0.2.5 16 Version: 0.2.53 7 7 Author: Authress 8 8 Author URI: https://authress.io … … 11 11 */ 12 12 13 define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.5 1' );13 define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.53' ); 14 14 15 15 define( 'AUTHRESS_SSO_LOGIN_PLUGIN_FILE', __FILE__ ); -
authress/trunk/lib/Authress_Sso_Login_Lock.php
r2690169 r2690735 36 36 // wp_enqueue_script('authress_sso_login_login_auto_load', AUTHRESS_SSO_LOGIN_PLUGIN_JS_URL . 'login.js', [ 'authress_sso_login_login_sdk' ], AUTHRESS_SSO_LOGIN_VERSION); 37 37 $login_tpl = AUTHRESS_SSO_LOGIN_PLUGIN_DIR . 'templates/authress-login-form.php'; 38 $login_tpl = apply_filters( 'authress::user_login_template::html::formatter', $login_tpl); 38 39 $authress_options = Authress_Sso_Login_Options::Instance(); 40 $options = [ 41 'custom_domain' => $authress_options->get('customDomain'), 42 'application_id' => $authress_options->get('applicationId') 43 ]; 44 $login_tpl = apply_filters( 'authress::user_login_template::html::formatter', $login_tpl, $options); 39 45 require $login_tpl; 40 46 } -
authress/trunk/readme.txt
r2690711 r2690735 5 5 Requires PHP: 7.4 6 6 Tested up to: 5.9.1 7 Stable tag: 0.2.5 17 Stable tag: 0.2.53 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
r2690169 r2690735 139 139 width: 320px; 140 140 } 141 #registerform, #lostpasswordform , #login .message, #login #login_error{141 #registerform, #lostpasswordform { 142 142 width: 320px; 143 143 margin-left: auto; … … 145 145 } 146 146 #login .message, #login #login_error { 147 width: 342px; 147 max-width: 342px; 148 margin-left: auto; 149 margin-right: auto; 148 150 } 149 151 -
authress/trunk/vendor/autoload.php
r2690711 r2690735 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit e1976fa38244c518f0301a303970e427::getLoader();7 return ComposerAutoloaderInit2b0eb5c91ca35dcfd0eb17b49510abdd::getLoader(); -
authress/trunk/vendor/composer/InstalledVersions.php
r2690711 r2690735 31 31 array ( 32 32 ), 33 'reference' => ' a8630816f8fc7cf87a997ac33495b2ac5b95dacf',33 'reference' => '887bb439e965d138b19569d28fdd7ec6a345c567', 34 34 'name' => 'authress/wordpress-plugin.php', 35 35 ), … … 43 43 array ( 44 44 ), 45 'reference' => ' a8630816f8fc7cf87a997ac33495b2ac5b95dacf',45 'reference' => '887bb439e965d138b19569d28fdd7ec6a345c567', 46 46 ), 47 47 'codercat/jwk-to-pem' => -
authress/trunk/vendor/composer/autoload_real.php
r2690711 r2690735 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit e1976fa38244c518f0301a303970e4275 class ComposerAutoloaderInit2b0eb5c91ca35dcfd0eb17b49510abdd 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit e1976fa38244c518f0301a303970e427', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit2b0eb5c91ca35dcfd0eb17b49510abdd', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 29 spl_autoload_unregister(array('ComposerAutoloaderInit e1976fa38244c518f0301a303970e427', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit2b0eb5c91ca35dcfd0eb17b49510abdd', '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 e1976fa38244c518f0301a303970e427::getInitializer($loader));35 call_user_func(\Composer\Autoload\ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::getInitializer($loader)); 36 36 } else { 37 37 $map = require __DIR__ . '/autoload_namespaces.php'; … … 54 54 55 55 if ($useStaticLoader) { 56 $includeFiles = Composer\Autoload\ComposerStaticInit e1976fa38244c518f0301a303970e427::$files;56 $includeFiles = Composer\Autoload\ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::$files; 57 57 } else { 58 58 $includeFiles = require __DIR__ . '/autoload_files.php'; 59 59 } 60 60 foreach ($includeFiles as $fileIdentifier => $file) { 61 composerRequire e1976fa38244c518f0301a303970e427($fileIdentifier, $file);61 composerRequire2b0eb5c91ca35dcfd0eb17b49510abdd($fileIdentifier, $file); 62 62 } 63 63 … … 66 66 } 67 67 68 function composerRequire e1976fa38244c518f0301a303970e427($fileIdentifier, $file)68 function composerRequire2b0eb5c91ca35dcfd0eb17b49510abdd($fileIdentifier, $file) 69 69 { 70 70 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
authress/trunk/vendor/composer/autoload_static.php
r2690711 r2690735 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit e1976fa38244c518f0301a303970e4277 class ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd 8 8 { 9 9 public static $files = array ( … … 631 631 { 632 632 return \Closure::bind(function () use ($loader) { 633 $loader->prefixLengthsPsr4 = ComposerStaticInit e1976fa38244c518f0301a303970e427::$prefixLengthsPsr4;634 $loader->prefixDirsPsr4 = ComposerStaticInit e1976fa38244c518f0301a303970e427::$prefixDirsPsr4;635 $loader->fallbackDirsPsr4 = ComposerStaticInit e1976fa38244c518f0301a303970e427::$fallbackDirsPsr4;636 $loader->classMap = ComposerStaticInit e1976fa38244c518f0301a303970e427::$classMap;633 $loader->prefixLengthsPsr4 = ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::$prefixLengthsPsr4; 634 $loader->prefixDirsPsr4 = ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::$prefixDirsPsr4; 635 $loader->fallbackDirsPsr4 = ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::$fallbackDirsPsr4; 636 $loader->classMap = ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::$classMap; 637 637 638 638 }, null, ClassLoader::class); -
authress/trunk/vendor/composer/installed.php
r2690711 r2690735 7 7 array ( 8 8 ), 9 'reference' => ' a8630816f8fc7cf87a997ac33495b2ac5b95dacf',9 'reference' => '887bb439e965d138b19569d28fdd7ec6a345c567', 10 10 'name' => 'authress/wordpress-plugin.php', 11 11 ), … … 19 19 array ( 20 20 ), 21 'reference' => ' a8630816f8fc7cf87a997ac33495b2ac5b95dacf',21 'reference' => '887bb439e965d138b19569d28fdd7ec6a345c567', 22 22 ), 23 23 'codercat/jwk-to-pem' => -
authress/trunk/wordpress/readme.txt
r2690711 r2690735 5 5 Requires PHP: 7.4 6 6 Tested up to: 5.9.1 7 Stable tag: 0.2.5 17 Stable tag: 0.2.53 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.