Changeset 3103185
- Timestamp:
- 06/16/2024 07:04:02 AM (21 months ago)
- Location:
- plugnmeet
- Files:
-
- 42 edited
- 1 copied
-
tags/1.2.9 (copied) (copied from plugnmeet/trunk)
-
tags/1.2.9/README.txt (modified) (2 diffs)
-
tags/1.2.9/helpers/helper.php (modified) (1 diff)
-
tags/1.2.9/helpers/libs/plugnmeet-sdk-php/composer.json (modified) (1 diff)
-
tags/1.2.9/helpers/libs/plugnmeet-sdk-php/composer.lock (modified) (45 diffs)
-
tags/1.2.9/helpers/libs/plugnmeet-sdk-php/src/Parameters/EndToEndEncryptionFeaturesParameters.php (modified) (3 diffs)
-
tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/autoload.php (modified) (1 diff)
-
tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/composer/autoload_classmap.php (modified) (1 diff)
-
tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/composer/autoload_real.php (modified) (2 diffs)
-
tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/composer/autoload_static.php (modified) (3 diffs)
-
tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/composer/installed.json (modified) (9 diffs)
-
tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/composer/installed.php (modified) (5 diffs)
-
tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/firebase/php-jwt/CHANGELOG.md (modified) (1 diff)
-
tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/firebase/php-jwt/README.md (modified) (1 diff)
-
tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/firebase/php-jwt/composer.json (modified) (2 diffs)
-
tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/firebase/php-jwt/src/CachedKeySet.php (modified) (1 diff)
-
tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/firebase/php-jwt/src/JWT.php (modified) (1 diff)
-
tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/symfony/polyfill-ctype/composer.json (modified) (1 diff)
-
tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/symfony/polyfill-php81/composer.json (modified) (1 diff)
-
tags/1.2.9/helpers/plugNmeetConnect.php (modified) (1 diff)
-
tags/1.2.9/languages/plugnmeet.pot (modified) (10 diffs)
-
tags/1.2.9/plugnmeet.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/helpers/helper.php (modified) (1 diff)
-
trunk/helpers/libs/plugnmeet-sdk-php/composer.json (modified) (1 diff)
-
trunk/helpers/libs/plugnmeet-sdk-php/composer.lock (modified) (45 diffs)
-
trunk/helpers/libs/plugnmeet-sdk-php/src/Parameters/EndToEndEncryptionFeaturesParameters.php (modified) (3 diffs)
-
trunk/helpers/libs/plugnmeet-sdk-php/vendor/autoload.php (modified) (1 diff)
-
trunk/helpers/libs/plugnmeet-sdk-php/vendor/composer/autoload_classmap.php (modified) (1 diff)
-
trunk/helpers/libs/plugnmeet-sdk-php/vendor/composer/autoload_real.php (modified) (2 diffs)
-
trunk/helpers/libs/plugnmeet-sdk-php/vendor/composer/autoload_static.php (modified) (3 diffs)
-
trunk/helpers/libs/plugnmeet-sdk-php/vendor/composer/installed.json (modified) (9 diffs)
-
trunk/helpers/libs/plugnmeet-sdk-php/vendor/composer/installed.php (modified) (5 diffs)
-
trunk/helpers/libs/plugnmeet-sdk-php/vendor/firebase/php-jwt/CHANGELOG.md (modified) (1 diff)
-
trunk/helpers/libs/plugnmeet-sdk-php/vendor/firebase/php-jwt/README.md (modified) (1 diff)
-
trunk/helpers/libs/plugnmeet-sdk-php/vendor/firebase/php-jwt/composer.json (modified) (2 diffs)
-
trunk/helpers/libs/plugnmeet-sdk-php/vendor/firebase/php-jwt/src/CachedKeySet.php (modified) (1 diff)
-
trunk/helpers/libs/plugnmeet-sdk-php/vendor/firebase/php-jwt/src/JWT.php (modified) (1 diff)
-
trunk/helpers/libs/plugnmeet-sdk-php/vendor/symfony/polyfill-ctype/composer.json (modified) (1 diff)
-
trunk/helpers/libs/plugnmeet-sdk-php/vendor/symfony/polyfill-php81/composer.json (modified) (1 diff)
-
trunk/helpers/plugNmeetConnect.php (modified) (1 diff)
-
trunk/languages/plugnmeet.pot (modified) (10 diffs)
-
trunk/plugnmeet.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugnmeet/tags/1.2.9/README.txt
r3080964 r3103185 4 4 Tags: mynaparrot, web conference, plugnmeet 5 5 Requires at least: 5.9 6 Tested up to: 6. 4.37 Stable tag: 1.2. 86 Tested up to: 6.5.4 7 Stable tag: 1.2.9 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 71 71 72 72 == Changelog == 73 = 1.2.9 = 74 * bump SDK 75 * option to encrypt chat & whiteboard data 76 73 77 = 1.2.8 = 74 78 * bump SDK -
plugnmeet/tags/1.2.9/helpers/helper.php
r3031155 r3103185 679 679 public static function getEndToEndEncryptionFeatures( $e2ee_features ) { 680 680 $e2eeFeatures = array( 681 "is_enabled" => array(681 "is_enabled" => array( 682 682 "label" => __( "Enable End-To-End Encryption (E2EE)", "plugnmeet" ), 683 "options" => array( 684 array( 685 "label" => __( "Yes", "plugnmeet" ), 686 "value" => 1 687 ), 688 array( 689 "label" => __( "No", "plugnmeet" ), 690 "value" => 0 691 ) 692 ), 693 "selected" => 0, 694 "type" => "select" 695 ), 696 "included_chat_messages" => array( 697 "label" => __( "Enable encryption for chat", "plugnmeet" ), 698 "options" => array( 699 array( 700 "label" => __( "Yes", "plugnmeet" ), 701 "value" => 1 702 ), 703 array( 704 "label" => __( "No", "plugnmeet" ), 705 "value" => 0 706 ) 707 ), 708 "selected" => 0, 709 "type" => "select" 710 ), 711 "included_whiteboard" => array( 712 "label" => __( "Enable encryption for whiteboard", "plugnmeet" ), 683 713 "options" => array( 684 714 array( -
plugnmeet/tags/1.2.9/helpers/libs/plugnmeet-sdk-php/composer.json
r3080964 r3103185 4 4 "type": "library", 5 5 "license": "MIT", 6 "version": "1.5. 0",6 "version": "1.5.1", 7 7 "autoload": { 8 8 "psr-4": { -
plugnmeet/tags/1.2.9/helpers/libs/plugnmeet-sdk-php/composer.lock
r3031155 r3103185 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " 7667aeb9615a62a407df6c8e585cc65c",7 "content-hash": "5f22457c876a78ed36e29de1118473f4", 8 8 "packages": [ 9 9 { … … 69 69 { 70 70 "name": "firebase/php-jwt", 71 "version": "v6.10. 0",71 "version": "v6.10.1", 72 72 "source": { 73 73 "type": "git", 74 74 "url": "https://github.com/firebase/php-jwt.git", 75 "reference": " a49db6f0a5033aef5143295342f1c95521b075ff"76 }, 77 "dist": { 78 "type": "zip", 79 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/ a49db6f0a5033aef5143295342f1c95521b075ff",80 "reference": " a49db6f0a5033aef5143295342f1c95521b075ff",81 "shasum": "" 82 }, 83 "require": { 84 "php": "^ 7.4||^8.0"75 "reference": "500501c2ce893c824c801da135d02661199f60c5" 76 }, 77 "dist": { 78 "type": "zip", 79 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/500501c2ce893c824c801da135d02661199f60c5", 80 "reference": "500501c2ce893c824c801da135d02661199f60c5", 81 "shasum": "" 82 }, 83 "require": { 84 "php": "^8.0" 85 85 }, 86 86 "require-dev": { 87 "guzzlehttp/guzzle": "^ 6.5||^7.4",87 "guzzlehttp/guzzle": "^7.4", 88 88 "phpspec/prophecy-phpunit": "^2.0", 89 89 "phpunit/phpunit": "^9.5", 90 "psr/cache": "^ 1.0||^2.0",90 "psr/cache": "^2.0||^3.0", 91 91 "psr/http-client": "^1.0", 92 92 "psr/http-factory": "^1.0" … … 126 126 "support": { 127 127 "issues": "https://github.com/firebase/php-jwt/issues", 128 "source": "https://github.com/firebase/php-jwt/tree/v6.10. 0"129 }, 130 "time": "202 3-12-01T16:26:39+00:00"128 "source": "https://github.com/firebase/php-jwt/tree/v6.10.1" 129 }, 130 "time": "2024-05-18T18:05:11+00:00" 131 131 }, 132 132 { … … 319 319 { 320 320 "name": "symfony/polyfill-ctype", 321 "version": "v1.2 8.0",321 "version": "v1.29.0", 322 322 "source": { 323 323 "type": "git", 324 324 "url": "https://github.com/symfony/polyfill-ctype.git", 325 "reference": "e a208ce43cbb04af6867b4fdddb1bdbf84cc28cb"326 }, 327 "dist": { 328 "type": "zip", 329 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e a208ce43cbb04af6867b4fdddb1bdbf84cc28cb",330 "reference": "e a208ce43cbb04af6867b4fdddb1bdbf84cc28cb",325 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4" 326 }, 327 "dist": { 328 "type": "zip", 329 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4", 330 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4", 331 331 "shasum": "" 332 332 }, … … 342 342 "type": "library", 343 343 "extra": { 344 "branch-alias": {345 "dev-main": "1.28-dev"346 },347 344 "thanks": { 348 345 "name": "symfony/polyfill", … … 381 378 ], 382 379 "support": { 383 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.2 8.0"380 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0" 384 381 }, 385 382 "funding": [ … … 397 394 } 398 395 ], 399 "time": "202 3-01-26T09:26:14+00:00"396 "time": "2024-01-29T20:11:03+00:00" 400 397 }, 401 398 { 402 399 "name": "symfony/polyfill-php81", 403 "version": "v1.2 8.0",400 "version": "v1.29.0", 404 401 "source": { 405 402 "type": "git", 406 403 "url": "https://github.com/symfony/polyfill-php81.git", 407 "reference": " 7581cd600fa9fd681b797d00b02f068e2f13263b"408 }, 409 "dist": { 410 "type": "zip", 411 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/ 7581cd600fa9fd681b797d00b02f068e2f13263b",412 "reference": " 7581cd600fa9fd681b797d00b02f068e2f13263b",404 "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d" 405 }, 406 "dist": { 407 "type": "zip", 408 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d", 409 "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d", 413 410 "shasum": "" 414 411 }, … … 418 415 "type": "library", 419 416 "extra": { 420 "branch-alias": {421 "dev-main": "1.28-dev"422 },423 417 "thanks": { 424 418 "name": "symfony/polyfill", … … 460 454 ], 461 455 "support": { 462 "source": "https://github.com/symfony/polyfill-php81/tree/v1.2 8.0"456 "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0" 463 457 }, 464 458 "funding": [ … … 476 470 } 477 471 ], 478 "time": "202 3-01-26T09:26:14+00:00"472 "time": "2024-01-29T20:11:03+00:00" 479 473 } 480 474 ], … … 652 646 { 653 647 "name": "squizlabs/php_codesniffer", 654 "version": "3. 8.1",648 "version": "3.10.1", 655 649 "source": { 656 650 "type": "git", 657 651 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", 658 "reference": " 14f5fff1e64118595db5408e946f3a22c75807f7"659 }, 660 "dist": { 661 "type": "zip", 662 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/ 14f5fff1e64118595db5408e946f3a22c75807f7",663 "reference": " 14f5fff1e64118595db5408e946f3a22c75807f7",652 "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877" 653 }, 654 "dist": { 655 "type": "zip", 656 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/8f90f7a53ce271935282967f53d0894f8f1ff877", 657 "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877", 664 658 "shasum": "" 665 659 }, … … 728 722 } 729 723 ], 730 "time": "2024-0 1-11T20:47:48+00:00"724 "time": "2024-05-22T21:24:41+00:00" 731 725 }, 732 726 { 733 727 "name": "symfony/console", 734 "version": "v5.4. 35",728 "version": "v5.4.40", 735 729 "source": { 736 730 "type": "git", 737 731 "url": "https://github.com/symfony/console.git", 738 "reference": " dbdf6adcb88d5f83790e1efb57ef4074309d3931"739 }, 740 "dist": { 741 "type": "zip", 742 "url": "https://api.github.com/repos/symfony/console/zipball/ dbdf6adcb88d5f83790e1efb57ef4074309d3931",743 "reference": " dbdf6adcb88d5f83790e1efb57ef4074309d3931",732 "reference": "aa73115c0c24220b523625bfcfa655d7d73662dd" 733 }, 734 "dist": { 735 "type": "zip", 736 "url": "https://api.github.com/repos/symfony/console/zipball/aa73115c0c24220b523625bfcfa655d7d73662dd", 737 "reference": "aa73115c0c24220b523625bfcfa655d7d73662dd", 744 738 "shasum": "" 745 739 }, … … 811 805 ], 812 806 "support": { 813 "source": "https://github.com/symfony/console/tree/v5.4. 35"807 "source": "https://github.com/symfony/console/tree/v5.4.40" 814 808 }, 815 809 "funding": [ … … 827 821 } 828 822 ], 829 "time": "2024-0 1-23T14:28:09+00:00"823 "time": "2024-05-31T14:33:22+00:00" 830 824 }, 831 825 { 832 826 "name": "symfony/deprecation-contracts", 833 "version": "v3. 4.0",827 "version": "v3.5.0", 834 828 "source": { 835 829 "type": "git", 836 830 "url": "https://github.com/symfony/deprecation-contracts.git", 837 "reference": " 7c3aff79d10325257a001fcf92d991f24fc967cf"838 }, 839 "dist": { 840 "type": "zip", 841 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/ 7c3aff79d10325257a001fcf92d991f24fc967cf",842 "reference": " 7c3aff79d10325257a001fcf92d991f24fc967cf",831 "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1" 832 }, 833 "dist": { 834 "type": "zip", 835 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", 836 "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", 843 837 "shasum": "" 844 838 }, … … 849 843 "extra": { 850 844 "branch-alias": { 851 "dev-main": "3. 4-dev"845 "dev-main": "3.5-dev" 852 846 }, 853 847 "thanks": { … … 878 872 "homepage": "https://symfony.com", 879 873 "support": { 880 "source": "https://github.com/symfony/deprecation-contracts/tree/v3. 4.0"874 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0" 881 875 }, 882 876 "funding": [ … … 894 888 } 895 889 ], 896 "time": "202 3-05-23T14:45:45+00:00"890 "time": "2024-04-18T09:32:20+00:00" 897 891 }, 898 892 { 899 893 "name": "symfony/finder", 900 "version": "v5.4. 35",894 "version": "v5.4.40", 901 895 "source": { 902 896 "type": "git", 903 897 "url": "https://github.com/symfony/finder.git", 904 "reference": " abe6d6f77d9465fed3cd2d029b29d03b56b56435"905 }, 906 "dist": { 907 "type": "zip", 908 "url": "https://api.github.com/repos/symfony/finder/zipball/ abe6d6f77d9465fed3cd2d029b29d03b56b56435",909 "reference": " abe6d6f77d9465fed3cd2d029b29d03b56b56435",898 "reference": "f51cff4687547641c7d8180d74932ab40b2205ce" 899 }, 900 "dist": { 901 "type": "zip", 902 "url": "https://api.github.com/repos/symfony/finder/zipball/f51cff4687547641c7d8180d74932ab40b2205ce", 903 "reference": "f51cff4687547641c7d8180d74932ab40b2205ce", 910 904 "shasum": "" 911 905 }, … … 941 935 "homepage": "https://symfony.com", 942 936 "support": { 943 "source": "https://github.com/symfony/finder/tree/v5.4. 35"937 "source": "https://github.com/symfony/finder/tree/v5.4.40" 944 938 }, 945 939 "funding": [ … … 957 951 } 958 952 ], 959 "time": "2024-0 1-23T13:51:25+00:00"953 "time": "2024-05-31T14:33:22+00:00" 960 954 }, 961 955 { 962 956 "name": "symfony/options-resolver", 963 "version": "v5.4. 21",957 "version": "v5.4.40", 964 958 "source": { 965 959 "type": "git", 966 960 "url": "https://github.com/symfony/options-resolver.git", 967 "reference": " 4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9"968 }, 969 "dist": { 970 "type": "zip", 971 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/ 4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9",972 "reference": " 4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9",961 "reference": "bd1afbde6613a8d6b956115e0e14b196191fd0c4" 962 }, 963 "dist": { 964 "type": "zip", 965 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/bd1afbde6613a8d6b956115e0e14b196191fd0c4", 966 "reference": "bd1afbde6613a8d6b956115e0e14b196191fd0c4", 973 967 "shasum": "" 974 968 }, … … 1010 1004 ], 1011 1005 "support": { 1012 "source": "https://github.com/symfony/options-resolver/tree/v5.4. 21"1006 "source": "https://github.com/symfony/options-resolver/tree/v5.4.40" 1013 1007 }, 1014 1008 "funding": [ … … 1026 1020 } 1027 1021 ], 1028 "time": "202 3-02-14T08:03:56+00:00"1022 "time": "2024-05-31T14:33:22+00:00" 1029 1023 }, 1030 1024 { 1031 1025 "name": "symfony/polyfill-intl-grapheme", 1032 "version": "v1.2 8.0",1026 "version": "v1.29.0", 1033 1027 "source": { 1034 1028 "type": "git", 1035 1029 "url": "https://github.com/symfony/polyfill-intl-grapheme.git", 1036 "reference": " 875e90aeea2777b6f135677f618529449334a612"1037 }, 1038 "dist": { 1039 "type": "zip", 1040 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/ 875e90aeea2777b6f135677f618529449334a612",1041 "reference": " 875e90aeea2777b6f135677f618529449334a612",1030 "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f" 1031 }, 1032 "dist": { 1033 "type": "zip", 1034 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f", 1035 "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f", 1042 1036 "shasum": "" 1043 1037 }, … … 1050 1044 "type": "library", 1051 1045 "extra": { 1052 "branch-alias": {1053 "dev-main": "1.28-dev"1054 },1055 1046 "thanks": { 1056 1047 "name": "symfony/polyfill", … … 1091 1082 ], 1092 1083 "support": { 1093 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.2 8.0"1084 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0" 1094 1085 }, 1095 1086 "funding": [ … … 1107 1098 } 1108 1099 ], 1109 "time": "202 3-01-26T09:26:14+00:00"1100 "time": "2024-01-29T20:11:03+00:00" 1110 1101 }, 1111 1102 { 1112 1103 "name": "symfony/polyfill-intl-normalizer", 1113 "version": "v1.2 8.0",1104 "version": "v1.29.0", 1114 1105 "source": { 1115 1106 "type": "git", 1116 1107 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 1117 "reference": " 8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"1118 }, 1119 "dist": { 1120 "type": "zip", 1121 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/ 8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",1122 "reference": " 8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",1108 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d" 1109 }, 1110 "dist": { 1111 "type": "zip", 1112 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d", 1113 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d", 1123 1114 "shasum": "" 1124 1115 }, … … 1131 1122 "type": "library", 1132 1123 "extra": { 1133 "branch-alias": {1134 "dev-main": "1.28-dev"1135 },1136 1124 "thanks": { 1137 1125 "name": "symfony/polyfill", … … 1175 1163 ], 1176 1164 "support": { 1177 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.2 8.0"1165 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0" 1178 1166 }, 1179 1167 "funding": [ … … 1191 1179 } 1192 1180 ], 1193 "time": "202 3-01-26T09:26:14+00:00"1181 "time": "2024-01-29T20:11:03+00:00" 1194 1182 }, 1195 1183 { 1196 1184 "name": "symfony/polyfill-mbstring", 1197 "version": "v1.2 8.0",1185 "version": "v1.29.0", 1198 1186 "source": { 1199 1187 "type": "git", 1200 1188 "url": "https://github.com/symfony/polyfill-mbstring.git", 1201 "reference": " 42292d99c55abe617799667f454222c54c60e229"1202 }, 1203 "dist": { 1204 "type": "zip", 1205 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/ 42292d99c55abe617799667f454222c54c60e229",1206 "reference": " 42292d99c55abe617799667f454222c54c60e229",1189 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec" 1190 }, 1191 "dist": { 1192 "type": "zip", 1193 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec", 1194 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec", 1207 1195 "shasum": "" 1208 1196 }, … … 1218 1206 "type": "library", 1219 1207 "extra": { 1220 "branch-alias": {1221 "dev-main": "1.28-dev"1222 },1223 1208 "thanks": { 1224 1209 "name": "symfony/polyfill", … … 1258 1243 ], 1259 1244 "support": { 1260 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.2 8.0"1245 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0" 1261 1246 }, 1262 1247 "funding": [ … … 1274 1259 } 1275 1260 ], 1276 "time": "202 3-07-28T09:04:16+00:00"1261 "time": "2024-01-29T20:11:03+00:00" 1277 1262 }, 1278 1263 { 1279 1264 "name": "symfony/polyfill-php73", 1280 "version": "v1.2 8.0",1265 "version": "v1.29.0", 1281 1266 "source": { 1282 1267 "type": "git", 1283 1268 "url": "https://github.com/symfony/polyfill-php73.git", 1284 "reference": " fe2f306d1d9d346a7fee353d0d5012e401e984b5"1285 }, 1286 "dist": { 1287 "type": "zip", 1288 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/ fe2f306d1d9d346a7fee353d0d5012e401e984b5",1289 "reference": " fe2f306d1d9d346a7fee353d0d5012e401e984b5",1269 "reference": "21bd091060673a1177ae842c0ef8fe30893114d2" 1270 }, 1271 "dist": { 1272 "type": "zip", 1273 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/21bd091060673a1177ae842c0ef8fe30893114d2", 1274 "reference": "21bd091060673a1177ae842c0ef8fe30893114d2", 1290 1275 "shasum": "" 1291 1276 }, … … 1295 1280 "type": "library", 1296 1281 "extra": { 1297 "branch-alias": {1298 "dev-main": "1.28-dev"1299 },1300 1282 "thanks": { 1301 1283 "name": "symfony/polyfill", … … 1337 1319 ], 1338 1320 "support": { 1339 "source": "https://github.com/symfony/polyfill-php73/tree/v1.2 8.0"1321 "source": "https://github.com/symfony/polyfill-php73/tree/v1.29.0" 1340 1322 }, 1341 1323 "funding": [ … … 1353 1335 } 1354 1336 ], 1355 "time": "202 3-01-26T09:26:14+00:00"1337 "time": "2024-01-29T20:11:03+00:00" 1356 1338 }, 1357 1339 { 1358 1340 "name": "symfony/polyfill-php80", 1359 "version": "v1.2 8.0",1341 "version": "v1.29.0", 1360 1342 "source": { 1361 1343 "type": "git", 1362 1344 "url": "https://github.com/symfony/polyfill-php80.git", 1363 "reference": " 6caa57379c4aec19c0a12a38b59b26487dcfe4b5"1364 }, 1365 "dist": { 1366 "type": "zip", 1367 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/ 6caa57379c4aec19c0a12a38b59b26487dcfe4b5",1368 "reference": " 6caa57379c4aec19c0a12a38b59b26487dcfe4b5",1345 "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b" 1346 }, 1347 "dist": { 1348 "type": "zip", 1349 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", 1350 "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", 1369 1351 "shasum": "" 1370 1352 }, … … 1374 1356 "type": "library", 1375 1357 "extra": { 1376 "branch-alias": {1377 "dev-main": "1.28-dev"1378 },1379 1358 "thanks": { 1380 1359 "name": "symfony/polyfill", … … 1420 1399 ], 1421 1400 "support": { 1422 "source": "https://github.com/symfony/polyfill-php80/tree/v1.2 8.0"1401 "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0" 1423 1402 }, 1424 1403 "funding": [ … … 1436 1415 } 1437 1416 ], 1438 "time": "202 3-01-26T09:26:14+00:00"1417 "time": "2024-01-29T20:11:03+00:00" 1439 1418 }, 1440 1419 { 1441 1420 "name": "symfony/process", 1442 "version": "v5.4. 35",1421 "version": "v5.4.40", 1443 1422 "source": { 1444 1423 "type": "git", 1445 1424 "url": "https://github.com/symfony/process.git", 1446 "reference": " cbc28e34015ad50166fc2f9c8962d28d0fe861eb"1447 }, 1448 "dist": { 1449 "type": "zip", 1450 "url": "https://api.github.com/repos/symfony/process/zipball/ cbc28e34015ad50166fc2f9c8962d28d0fe861eb",1451 "reference": " cbc28e34015ad50166fc2f9c8962d28d0fe861eb",1425 "reference": "deedcb3bb4669cae2148bc920eafd2b16dc7c046" 1426 }, 1427 "dist": { 1428 "type": "zip", 1429 "url": "https://api.github.com/repos/symfony/process/zipball/deedcb3bb4669cae2148bc920eafd2b16dc7c046", 1430 "reference": "deedcb3bb4669cae2148bc920eafd2b16dc7c046", 1452 1431 "shasum": "" 1453 1432 }, … … 1482 1461 "homepage": "https://symfony.com", 1483 1462 "support": { 1484 "source": "https://github.com/symfony/process/tree/v5.4. 35"1463 "source": "https://github.com/symfony/process/tree/v5.4.40" 1485 1464 }, 1486 1465 "funding": [ … … 1498 1477 } 1499 1478 ], 1500 "time": "2024-0 1-23T13:51:25+00:00"1479 "time": "2024-05-31T14:33:22+00:00" 1501 1480 }, 1502 1481 { 1503 1482 "name": "symfony/service-contracts", 1504 "version": "v3. 4.1",1483 "version": "v3.5.0", 1505 1484 "source": { 1506 1485 "type": "git", 1507 1486 "url": "https://github.com/symfony/service-contracts.git", 1508 "reference": " fe07cbc8d837f60caf7018068e350cc5163681a0"1509 }, 1510 "dist": { 1511 "type": "zip", 1512 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ fe07cbc8d837f60caf7018068e350cc5163681a0",1513 "reference": " fe07cbc8d837f60caf7018068e350cc5163681a0",1487 "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f" 1488 }, 1489 "dist": { 1490 "type": "zip", 1491 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", 1492 "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", 1514 1493 "shasum": "" 1515 1494 }, 1516 1495 "require": { 1517 1496 "php": ">=8.1", 1518 "psr/container": "^1.1|^2.0" 1497 "psr/container": "^1.1|^2.0", 1498 "symfony/deprecation-contracts": "^2.5|^3" 1519 1499 }, 1520 1500 "conflict": { … … 1524 1504 "extra": { 1525 1505 "branch-alias": { 1526 "dev-main": "3. 4-dev"1506 "dev-main": "3.5-dev" 1527 1507 }, 1528 1508 "thanks": { … … 1564 1544 ], 1565 1545 "support": { 1566 "source": "https://github.com/symfony/service-contracts/tree/v3. 4.1"1546 "source": "https://github.com/symfony/service-contracts/tree/v3.5.0" 1567 1547 }, 1568 1548 "funding": [ … … 1580 1560 } 1581 1561 ], 1582 "time": "202 3-12-26T14:02:43+00:00"1562 "time": "2024-04-18T09:32:20+00:00" 1583 1563 }, 1584 1564 { 1585 1565 "name": "symfony/string", 1586 "version": "v6.4. 3",1566 "version": "v6.4.8", 1587 1567 "source": { 1588 1568 "type": "git", 1589 1569 "url": "https://github.com/symfony/string.git", 1590 "reference": " 7a14736fb179876575464e4658fce0c304e8c15b"1591 }, 1592 "dist": { 1593 "type": "zip", 1594 "url": "https://api.github.com/repos/symfony/string/zipball/ 7a14736fb179876575464e4658fce0c304e8c15b",1595 "reference": " 7a14736fb179876575464e4658fce0c304e8c15b",1570 "reference": "a147c0f826c4a1f3afb763ab8e009e37c877a44d" 1571 }, 1572 "dist": { 1573 "type": "zip", 1574 "url": "https://api.github.com/repos/symfony/string/zipball/a147c0f826c4a1f3afb763ab8e009e37c877a44d", 1575 "reference": "a147c0f826c4a1f3afb763ab8e009e37c877a44d", 1596 1576 "shasum": "" 1597 1577 }, … … 1650 1630 ], 1651 1631 "support": { 1652 "source": "https://github.com/symfony/string/tree/v6.4. 3"1632 "source": "https://github.com/symfony/string/tree/v6.4.8" 1653 1633 }, 1654 1634 "funding": [ … … 1666 1646 } 1667 1647 ], 1668 "time": "2024-0 1-25T09:26:29+00:00"1648 "time": "2024-05-31T14:49:08+00:00" 1669 1649 }, 1670 1650 { 1671 1651 "name": "symfony/yaml", 1672 "version": "v5.4. 35",1652 "version": "v5.4.40", 1673 1653 "source": { 1674 1654 "type": "git", 1675 1655 "url": "https://github.com/symfony/yaml.git", 1676 "reference": " e78db7f5c70a21f0417a31f414c4a95fe76c07e4"1677 }, 1678 "dist": { 1679 "type": "zip", 1680 "url": "https://api.github.com/repos/symfony/yaml/zipball/ e78db7f5c70a21f0417a31f414c4a95fe76c07e4",1681 "reference": " e78db7f5c70a21f0417a31f414c4a95fe76c07e4",1656 "reference": "81cad0ceab3d61fe14fe941ff18a230ac9c80f83" 1657 }, 1658 "dist": { 1659 "type": "zip", 1660 "url": "https://api.github.com/repos/symfony/yaml/zipball/81cad0ceab3d61fe14fe941ff18a230ac9c80f83", 1661 "reference": "81cad0ceab3d61fe14fe941ff18a230ac9c80f83", 1682 1662 "shasum": "" 1683 1663 }, … … 1725 1705 "homepage": "https://symfony.com", 1726 1706 "support": { 1727 "source": "https://github.com/symfony/yaml/tree/v5.4. 35"1707 "source": "https://github.com/symfony/yaml/tree/v5.4.40" 1728 1708 }, 1729 1709 "funding": [ … … 1741 1721 } 1742 1722 ], 1743 "time": "2024-0 1-23T13:51:25+00:00"1723 "time": "2024-05-31T14:33:22+00:00" 1744 1724 } 1745 1725 ], -
plugnmeet/tags/1.2.9/helpers/libs/plugnmeet-sdk-php/src/Parameters/EndToEndEncryptionFeaturesParameters.php
r2939242 r3103185 31 31 */ 32 32 protected $isEnable = false; 33 /** 34 * @var bool 35 */ 36 protected $includedChatMessages = false; 37 /** 38 * @var bool 39 */ 40 protected $includedWhiteboard = false; 33 41 34 42 public function __construct() … … 52 60 } 53 61 62 public function isIncludedChatMessages(): bool 63 { 64 return $this->includedChatMessages; 65 } 66 67 public function setIncludedChatMessages(bool $includedChatMessages): void 68 { 69 $this->includedChatMessages = filter_var($includedChatMessages, FILTER_VALIDATE_BOOLEAN); 70 } 71 72 public function isIncludedWhiteboard(): bool 73 { 74 return $this->includedWhiteboard; 75 } 76 77 public function setIncludedWhiteboard(bool $includedWhiteboard): void 78 { 79 $this->includedWhiteboard = filter_var($includedWhiteboard, FILTER_VALIDATE_BOOLEAN); 80 } 81 54 82 /** 55 83 * @return array … … 59 87 return array( 60 88 "is_enabled" => $this->isEnable(), 89 "included_chat_messages" => $this->isIncludedChatMessages(), 90 "included_whiteboard" => $this->isIncludedWhiteboard(), 61 91 ); 62 92 } -
plugnmeet/tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/autoload.php
r3031155 r3103185 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 7667aeb9615a62a407df6c8e585cc65c::getLoader();25 return ComposerAutoloaderInit5f22457c876a78ed36e29de1118473f4::getLoader(); -
plugnmeet/tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/composer/autoload_classmap.php
r3002214 r3103185 35 35 'Mynaparrot\\Plugnmeet\\Parameters\\BreakoutRoomFeaturesParameters' => $baseDir . '/src/Parameters/BreakoutRoomFeaturesParameters.php', 36 36 'Mynaparrot\\Plugnmeet\\Parameters\\ChatFeaturesParameters' => $baseDir . '/src/Parameters/ChatFeaturesParameters.php', 37 'Mynaparrot\\Plugnmeet\\Parameters\\CopyrightConfParameters' => $baseDir . '/src/Parameters/CopyrightConfParameters.php', 37 38 'Mynaparrot\\Plugnmeet\\Parameters\\CreateRoomParameters' => $baseDir . '/src/Parameters/CreateRoomParameters.php', 38 39 'Mynaparrot\\Plugnmeet\\Parameters\\DeleteAnalyticsParameters' => $baseDir . '/src/Parameters/DeleteAnalyticsParameters.php', -
plugnmeet/tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/composer/autoload_real.php
r3031155 r3103185 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 7667aeb9615a62a407df6c8e585cc65c5 class ComposerAutoloaderInit5f22457c876a78ed36e29de1118473f4 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 7667aeb9615a62a407df6c8e585cc65c', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInit5f22457c876a78ed36e29de1118473f4', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 7667aeb9615a62a407df6c8e585cc65c', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInit5f22457c876a78ed36e29de1118473f4', 'loadClassLoader')); 28 28 29 29 require __DIR__ . '/autoload_static.php'; 30 call_user_func(\Composer\Autoload\ComposerStaticInit 7667aeb9615a62a407df6c8e585cc65c::getInitializer($loader));30 call_user_func(\Composer\Autoload\ComposerStaticInit5f22457c876a78ed36e29de1118473f4::getInitializer($loader)); 31 31 32 32 $loader->register(true); 33 33 34 $filesToLoad = \Composer\Autoload\ComposerStaticInit 7667aeb9615a62a407df6c8e585cc65c::$files;34 $filesToLoad = \Composer\Autoload\ComposerStaticInit5f22457c876a78ed36e29de1118473f4::$files; 35 35 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { 36 36 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
plugnmeet/tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/composer/autoload_static.php
r3031155 r3103185 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 7667aeb9615a62a407df6c8e585cc65c7 class ComposerStaticInit5f22457c876a78ed36e29de1118473f4 8 8 { 9 9 public static $files = array ( … … 98 98 'Mynaparrot\\Plugnmeet\\Parameters\\BreakoutRoomFeaturesParameters' => __DIR__ . '/../..' . '/src/Parameters/BreakoutRoomFeaturesParameters.php', 99 99 'Mynaparrot\\Plugnmeet\\Parameters\\ChatFeaturesParameters' => __DIR__ . '/../..' . '/src/Parameters/ChatFeaturesParameters.php', 100 'Mynaparrot\\Plugnmeet\\Parameters\\CopyrightConfParameters' => __DIR__ . '/../..' . '/src/Parameters/CopyrightConfParameters.php', 100 101 'Mynaparrot\\Plugnmeet\\Parameters\\CreateRoomParameters' => __DIR__ . '/../..' . '/src/Parameters/CreateRoomParameters.php', 101 102 'Mynaparrot\\Plugnmeet\\Parameters\\DeleteAnalyticsParameters' => __DIR__ . '/../..' . '/src/Parameters/DeleteAnalyticsParameters.php', … … 286 287 { 287 288 return \Closure::bind(function () use ($loader) { 288 $loader->prefixLengthsPsr4 = ComposerStaticInit 7667aeb9615a62a407df6c8e585cc65c::$prefixLengthsPsr4;289 $loader->prefixDirsPsr4 = ComposerStaticInit 7667aeb9615a62a407df6c8e585cc65c::$prefixDirsPsr4;290 $loader->classMap = ComposerStaticInit 7667aeb9615a62a407df6c8e585cc65c::$classMap;289 $loader->prefixLengthsPsr4 = ComposerStaticInit5f22457c876a78ed36e29de1118473f4::$prefixLengthsPsr4; 290 $loader->prefixDirsPsr4 = ComposerStaticInit5f22457c876a78ed36e29de1118473f4::$prefixDirsPsr4; 291 $loader->classMap = ComposerStaticInit5f22457c876a78ed36e29de1118473f4::$classMap; 291 292 292 293 }, null, ClassLoader::class); -
plugnmeet/tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/composer/installed.json
r3031155 r3103185 66 66 { 67 67 "name": "firebase/php-jwt", 68 "version": "v6.10. 0",69 "version_normalized": "6.10. 0.0",68 "version": "v6.10.1", 69 "version_normalized": "6.10.1.0", 70 70 "source": { 71 71 "type": "git", 72 72 "url": "https://github.com/firebase/php-jwt.git", 73 "reference": " a49db6f0a5033aef5143295342f1c95521b075ff"74 }, 75 "dist": { 76 "type": "zip", 77 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/ a49db6f0a5033aef5143295342f1c95521b075ff",78 "reference": " a49db6f0a5033aef5143295342f1c95521b075ff",79 "shasum": "" 80 }, 81 "require": { 82 "php": "^ 7.4||^8.0"73 "reference": "500501c2ce893c824c801da135d02661199f60c5" 74 }, 75 "dist": { 76 "type": "zip", 77 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/500501c2ce893c824c801da135d02661199f60c5", 78 "reference": "500501c2ce893c824c801da135d02661199f60c5", 79 "shasum": "" 80 }, 81 "require": { 82 "php": "^8.0" 83 83 }, 84 84 "require-dev": { 85 "guzzlehttp/guzzle": "^ 6.5||^7.4",85 "guzzlehttp/guzzle": "^7.4", 86 86 "phpspec/prophecy-phpunit": "^2.0", 87 87 "phpunit/phpunit": "^9.5", 88 "psr/cache": "^ 1.0||^2.0",88 "psr/cache": "^2.0||^3.0", 89 89 "psr/http-client": "^1.0", 90 90 "psr/http-factory": "^1.0" … … 94 94 "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" 95 95 }, 96 "time": "202 3-12-01T16:26:39+00:00",96 "time": "2024-05-18T18:05:11+00:00", 97 97 "type": "library", 98 98 "installation-source": "dist", … … 126 126 "support": { 127 127 "issues": "https://github.com/firebase/php-jwt/issues", 128 "source": "https://github.com/firebase/php-jwt/tree/v6.10. 0"128 "source": "https://github.com/firebase/php-jwt/tree/v6.10.1" 129 129 }, 130 130 "install-path": "../firebase/php-jwt" … … 325 325 { 326 326 "name": "symfony/polyfill-ctype", 327 "version": "v1.2 8.0",328 "version_normalized": "1.2 8.0.0",327 "version": "v1.29.0", 328 "version_normalized": "1.29.0.0", 329 329 "source": { 330 330 "type": "git", 331 331 "url": "https://github.com/symfony/polyfill-ctype.git", 332 "reference": "e a208ce43cbb04af6867b4fdddb1bdbf84cc28cb"333 }, 334 "dist": { 335 "type": "zip", 336 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e a208ce43cbb04af6867b4fdddb1bdbf84cc28cb",337 "reference": "e a208ce43cbb04af6867b4fdddb1bdbf84cc28cb",332 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4" 333 }, 334 "dist": { 335 "type": "zip", 336 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4", 337 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4", 338 338 "shasum": "" 339 339 }, … … 347 347 "ext-ctype": "For best performance" 348 348 }, 349 "time": "202 3-01-26T09:26:14+00:00",349 "time": "2024-01-29T20:11:03+00:00", 350 350 "type": "library", 351 351 "extra": { 352 "branch-alias": {353 "dev-main": "1.28-dev"354 },355 352 "thanks": { 356 353 "name": "symfony/polyfill", … … 390 387 ], 391 388 "support": { 392 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.2 8.0"389 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0" 393 390 }, 394 391 "funding": [ … … 410 407 { 411 408 "name": "symfony/polyfill-php81", 412 "version": "v1.2 8.0",413 "version_normalized": "1.2 8.0.0",409 "version": "v1.29.0", 410 "version_normalized": "1.29.0.0", 414 411 "source": { 415 412 "type": "git", 416 413 "url": "https://github.com/symfony/polyfill-php81.git", 417 "reference": " 7581cd600fa9fd681b797d00b02f068e2f13263b"418 }, 419 "dist": { 420 "type": "zip", 421 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/ 7581cd600fa9fd681b797d00b02f068e2f13263b",422 "reference": " 7581cd600fa9fd681b797d00b02f068e2f13263b",414 "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d" 415 }, 416 "dist": { 417 "type": "zip", 418 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d", 419 "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d", 423 420 "shasum": "" 424 421 }, … … 426 423 "php": ">=7.1" 427 424 }, 428 "time": "202 3-01-26T09:26:14+00:00",425 "time": "2024-01-29T20:11:03+00:00", 429 426 "type": "library", 430 427 "extra": { 431 "branch-alias": {432 "dev-main": "1.28-dev"433 },434 428 "thanks": { 435 429 "name": "symfony/polyfill", … … 472 466 ], 473 467 "support": { 474 "source": "https://github.com/symfony/polyfill-php81/tree/v1.2 8.0"468 "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0" 475 469 }, 476 470 "funding": [ -
plugnmeet/tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/composer/installed.php
r3031155 r3103185 2 2 'root' => array( 3 3 'name' => 'mynaparrot/plugnmeet-sdk', 4 'pretty_version' => '1. 4.2',5 'version' => '1. 4.2.0',6 'reference' => NULL,4 'pretty_version' => '1.5.1', 5 'version' => '1.5.1.0', 6 'reference' => null, 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'firebase/php-jwt' => array( 23 'pretty_version' => 'v6.10. 0',24 'version' => '6.10. 0.0',25 'reference' => ' a49db6f0a5033aef5143295342f1c95521b075ff',23 'pretty_version' => 'v6.10.1', 24 'version' => '6.10.1.0', 25 'reference' => '500501c2ce893c824c801da135d02661199f60c5', 26 26 'type' => 'library', 27 27 'install_path' => __DIR__ . '/../firebase/php-jwt', … … 30 30 ), 31 31 'mynaparrot/plugnmeet-sdk' => array( 32 'pretty_version' => '1. 4.2',33 'version' => '1. 4.2.0',34 'reference' => NULL,32 'pretty_version' => '1.5.1', 33 'version' => '1.5.1.0', 34 'reference' => null, 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../../', … … 63 63 ), 64 64 'symfony/polyfill-ctype' => array( 65 'pretty_version' => 'v1.2 8.0',66 'version' => '1.2 8.0.0',67 'reference' => 'e a208ce43cbb04af6867b4fdddb1bdbf84cc28cb',65 'pretty_version' => 'v1.29.0', 66 'version' => '1.29.0.0', 67 'reference' => 'ef4d7e442ca910c4764bce785146269b30cb5fc4', 68 68 'type' => 'library', 69 69 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', … … 72 72 ), 73 73 'symfony/polyfill-php81' => array( 74 'pretty_version' => 'v1.2 8.0',75 'version' => '1.2 8.0.0',76 'reference' => ' 7581cd600fa9fd681b797d00b02f068e2f13263b',74 'pretty_version' => 'v1.29.0', 75 'version' => '1.29.0.0', 76 'reference' => 'c565ad1e63f30e7477fc40738343c62b40bc672d', 77 77 'type' => 'library', 78 78 'install_path' => __DIR__ . '/../symfony/polyfill-php81', -
plugnmeet/tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/firebase/php-jwt/CHANGELOG.md
r3031155 r3103185 1 1 # Changelog 2 3 ## [6.10.1](https://github.com/firebase/php-jwt/compare/v6.10.0...v6.10.1) (2024-05-18) 4 5 6 ### Bug Fixes 7 8 * ensure ratelimit expiry is set every time ([#556](https://github.com/firebase/php-jwt/issues/556)) ([09cb208](https://github.com/firebase/php-jwt/commit/09cb2081c2c3bc0f61e2f2a5fbea5741f7498648)) 9 * ratelimit cache expiration ([#550](https://github.com/firebase/php-jwt/issues/550)) ([dda7250](https://github.com/firebase/php-jwt/commit/dda725033585ece30ff8cae8937320d7e9f18bae)) 2 10 3 11 ## [6.10.0](https://github.com/firebase/php-jwt/compare/v6.9.0...v6.10.0) (2023-11-28) -
plugnmeet/tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/firebase/php-jwt/README.md
r2939242 r3103185 18 18 19 19 Optionally, install the `paragonie/sodium_compat` package from composer if your 20 php is < 7.2 ordoes not have libsodium installed:20 php env does not have libsodium installed: 21 21 22 22 ```bash -
plugnmeet/tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/firebase/php-jwt/composer.json
r2921310 r3103185 21 21 "license": "BSD-3-Clause", 22 22 "require": { 23 "php": "^ 7.4||^8.0"23 "php": "^8.0" 24 24 }, 25 25 "suggest": { … … 33 33 }, 34 34 "require-dev": { 35 "guzzlehttp/guzzle": "^ 6.5||^7.4",35 "guzzlehttp/guzzle": "^7.4", 36 36 "phpspec/prophecy-phpunit": "^2.0", 37 37 "phpunit/phpunit": "^9.5", 38 "psr/cache": "^ 1.0||^2.0",38 "psr/cache": "^2.0||^3.0", 39 39 "psr/http-client": "^1.0", 40 40 "psr/http-factory": "^1.0" -
plugnmeet/tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/firebase/php-jwt/src/CachedKeySet.php
r2939242 r3103185 213 213 214 214 $cacheItem = $this->cache->getItem($this->rateLimitCacheKey); 215 if (!$cacheItem->isHit()) { 216 $cacheItem->expiresAfter(1); // # of calls are cached each minute 217 } 218 219 $callsPerMinute = (int) $cacheItem->get(); 215 216 $cacheItemData = []; 217 if ($cacheItem->isHit() && \is_array($data = $cacheItem->get())) { 218 $cacheItemData = $data; 219 } 220 221 $callsPerMinute = $cacheItemData['callsPerMinute'] ?? 0; 222 $expiry = $cacheItemData['expiry'] ?? new \DateTime('+60 seconds', new \DateTimeZone('UTC')); 223 220 224 if (++$callsPerMinute > $this->maxCallsPerMinute) { 221 225 return true; 222 226 } 223 $cacheItem->set($callsPerMinute); 227 228 $cacheItem->set(['expiry' => $expiry, 'callsPerMinute' => $callsPerMinute]); 229 $cacheItem->expiresAt($expiry); 224 230 $this->cache->save($cacheItem); 225 231 return false; -
plugnmeet/tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/firebase/php-jwt/src/JWT.php
r3031155 r3103185 252 252 case 'openssl': 253 253 $signature = ''; 254 if (!\is_resource($key) && !openssl_pkey_get_private($key)) { 255 throw new DomainException('OpenSSL unable to validate key'); 256 } 254 257 $success = \openssl_sign($msg, $signature, $key, $algorithm); // @phpstan-ignore-line 255 258 if (!$success) { -
plugnmeet/tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/symfony/polyfill-ctype/composer.json
r2962938 r3103185 31 31 "minimum-stability": "dev", 32 32 "extra": { 33 "branch-alias": {34 "dev-main": "1.28-dev"35 },36 33 "thanks": { 37 34 "name": "symfony/polyfill", -
plugnmeet/tags/1.2.9/helpers/libs/plugnmeet-sdk-php/vendor/symfony/polyfill-php81/composer.json
r2962938 r3103185 26 26 "minimum-stability": "dev", 27 27 "extra": { 28 "branch-alias": {29 "dev-main": "1.28-dev"30 },31 28 "thanks": { 32 29 "name": "symfony/polyfill", -
plugnmeet/tags/1.2.9/helpers/plugNmeetConnect.php
r3080964 r3103185 303 303 if ( isset( $roomEndToEndEncryptionFeatures['is_enabled'] ) ) { 304 304 $endToEndEncryptionFeatures->setIsEnable( $roomEndToEndEncryptionFeatures['is_enabled'] ); 305 306 if ( isset( $roomEndToEndEncryptionFeatures['included_chat_messages'] ) ) { 307 $endToEndEncryptionFeatures->setIncludedChatMessages( $roomEndToEndEncryptionFeatures['included_chat_messages'] ); 308 } 309 310 if ( isset( $roomEndToEndEncryptionFeatures['included_whiteboard'] ) ) { 311 $endToEndEncryptionFeatures->setIncludedWhiteboard( $roomEndToEndEncryptionFeatures['included_whiteboard'] ); 312 } 305 313 } 306 314 $features->setEndToEndEncryptionFeatures( $endToEndEncryptionFeatures ); -
plugnmeet/tags/1.2.9/languages/plugnmeet.pot
r3031155 r3103185 4 4 "Project-Id-Version: PACKAGE VERSION\n" 5 5 "Report-Msgid-Bugs-To: \n" 6 "POT-Creation-Date: 2024-0 2-01 11:46+0000\n"6 "POT-Creation-Date: 2024-06-16 06:56+0000\n" 7 7 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 8 8 "Last-Translator: \n" … … 240 240 msgstr "" 241 241 242 #: helpers/helper.php:697 243 msgid "Enable encryption for chat" 244 msgstr "" 245 246 #: helpers/helper.php:712 247 msgid "Enable encryption for whiteboard" 248 msgstr "" 249 242 250 #: helpers/helper.php:682 243 251 msgid "Enable End-To-End Encryption (E2EE)" … … 307 315 msgstr "" 308 316 317 #: helpers/helper.php:814 318 msgid "Lock chat" 319 msgstr "" 320 321 #: helpers/helper.php:844 322 msgid "Lock chat file share" 323 msgstr "" 324 325 #: helpers/helper.php:829 326 msgid "Lock chat send message" 327 msgstr "" 328 329 #: helpers/helper.php:739 330 msgid "Lock microphone" 331 msgstr "" 332 333 #: helpers/helper.php:859 334 msgid "Lock private chat" 335 msgstr "" 336 337 #: helpers/helper.php:769 338 msgid "Lock screen sharing" 339 msgstr "" 340 341 #: helpers/helper.php:799 342 msgid "Lock shared notepad" 343 msgstr "" 344 345 #: helpers/helper.php:754 346 msgid "Lock webcam" 347 msgstr "" 348 309 349 #: helpers/helper.php:784 310 msgid "Lock chat"311 msgstr ""312 313 #: helpers/helper.php:814314 msgid "Lock chat file share"315 msgstr ""316 317 #: helpers/helper.php:799318 msgid "Lock chat send message"319 msgstr ""320 321 #: helpers/helper.php:709322 msgid "Lock microphone"323 msgstr ""324 325 #: helpers/helper.php:829326 msgid "Lock private chat"327 msgstr ""328 329 #: helpers/helper.php:739330 msgid "Lock screen sharing"331 msgstr ""332 333 #: helpers/helper.php:769334 msgid "Lock shared notepad"335 msgstr ""336 337 #: helpers/helper.php:724338 msgid "Lock webcam"339 msgstr ""340 341 #: helpers/helper.php:754342 350 msgid "Lock whiteboard" 343 351 msgstr "" … … 406 414 #: helpers/helper.php:529 helpers/helper.php:561 helpers/helper.php:593 407 415 #: helpers/helper.php:620 helpers/helper.php:647 helpers/helper.php:662 408 #: helpers/helper.php:689 helpers/helper.php:7 16 helpers/helper.php:731416 #: helpers/helper.php:689 helpers/helper.php:704 helpers/helper.php:719 409 417 #: helpers/helper.php:746 helpers/helper.php:761 helpers/helper.php:776 410 418 #: helpers/helper.php:791 helpers/helper.php:806 helpers/helper.php:821 411 #: helpers/helper.php:836 419 #: helpers/helper.php:836 helpers/helper.php:851 helpers/helper.php:866 412 420 msgid "No" 413 421 msgstr "" … … 417 425 msgstr "" 418 426 419 #: public/class-plugnmeet-public.php:286 helpers/ajaxHelper.php:173420 #: helpers/ajaxHelper.php:316427 #: helpers/ajaxHelper.php:173 helpers/ajaxHelper.php:320 428 #: public/class-plugnmeet-public.php:286 421 429 msgid "no room found" 422 430 msgstr "" … … 438 446 msgstr "" 439 447 440 #: helpers/ajaxHelper.php:2 67448 #: helpers/ajaxHelper.php:271 441 449 msgid "password didn't match" 442 450 msgstr "" … … 540 548 msgstr "" 541 549 542 #: public/class-plugnmeet-public.php:115 helpers/ajaxHelper.php:156550 #: helpers/ajaxHelper.php:156 public/class-plugnmeet-public.php:115 543 551 msgid "room Id is missing" 544 552 msgstr "" … … 548 556 msgstr "" 549 557 550 #: helpers/ajaxHelper.php:176 helpers/ajaxHelper.php:32 0558 #: helpers/ajaxHelper.php:176 helpers/ajaxHelper.php:324 551 559 msgid "room not active" 552 560 msgstr "" 553 561 554 #: helpers/helper.php:8 66562 #: helpers/helper.php:896 555 563 msgid "Room Status" 556 564 msgstr "" … … 628 636 msgstr "" 629 637 630 #: helpers/ajaxHelper.php:2 08638 #: helpers/ajaxHelper.php:212 631 639 msgid "The meeting has not started yet, please come back later." 632 640 msgstr "" … … 690 698 #: helpers/helper.php:525 helpers/helper.php:557 helpers/helper.php:589 691 699 #: helpers/helper.php:616 helpers/helper.php:643 helpers/helper.php:658 692 #: helpers/helper.php:685 helpers/helper.php:7 12 helpers/helper.php:727700 #: helpers/helper.php:685 helpers/helper.php:700 helpers/helper.php:715 693 701 #: helpers/helper.php:742 helpers/helper.php:757 helpers/helper.php:772 694 702 #: helpers/helper.php:787 helpers/helper.php:802 helpers/helper.php:817 695 #: helpers/helper.php:832 703 #: helpers/helper.php:832 helpers/helper.php:847 helpers/helper.php:862 696 704 msgid "Yes" 697 705 msgstr "" 698 706 699 #: helpers/ajaxHelper.php:2 57 helpers/ajaxHelper.php:308707 #: helpers/ajaxHelper.php:261 helpers/ajaxHelper.php:312 700 708 msgid "you don't have permission" 701 709 msgstr "" -
plugnmeet/tags/1.2.9/plugnmeet.php
r3080964 r3103185 16 16 * Plugin URI: https://github.com/mynaparrot/plugNmeet-WordPress 17 17 * Description: Plug-N-Meet web conference integration with WordPress 18 * Version: 1.2. 818 * Version: 1.2.9 19 19 * Author: Jibon L. Costa <[email protected]> 20 20 * Requires at least: 5.9 21 21 * Requires PHP: 7.4.0 22 * Tested up to: 6. 4.322 * Tested up to: 6.5.4 23 23 * Author URI: https://www.mynaparrot.com/ 24 24 * License: GPL-2.0+ … … 38 38 * Rename this for your plugin and update it as you release new versions. 39 39 */ 40 define( 'PLUGNMEET_VERSION', '1.2. 8' );40 define( 'PLUGNMEET_VERSION', '1.2.9' ); 41 41 42 42 /** -
plugnmeet/trunk/README.txt
r3080964 r3103185 4 4 Tags: mynaparrot, web conference, plugnmeet 5 5 Requires at least: 5.9 6 Tested up to: 6. 4.37 Stable tag: 1.2. 86 Tested up to: 6.5.4 7 Stable tag: 1.2.9 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 71 71 72 72 == Changelog == 73 = 1.2.9 = 74 * bump SDK 75 * option to encrypt chat & whiteboard data 76 73 77 = 1.2.8 = 74 78 * bump SDK -
plugnmeet/trunk/helpers/helper.php
r3031155 r3103185 679 679 public static function getEndToEndEncryptionFeatures( $e2ee_features ) { 680 680 $e2eeFeatures = array( 681 "is_enabled" => array(681 "is_enabled" => array( 682 682 "label" => __( "Enable End-To-End Encryption (E2EE)", "plugnmeet" ), 683 "options" => array( 684 array( 685 "label" => __( "Yes", "plugnmeet" ), 686 "value" => 1 687 ), 688 array( 689 "label" => __( "No", "plugnmeet" ), 690 "value" => 0 691 ) 692 ), 693 "selected" => 0, 694 "type" => "select" 695 ), 696 "included_chat_messages" => array( 697 "label" => __( "Enable encryption for chat", "plugnmeet" ), 698 "options" => array( 699 array( 700 "label" => __( "Yes", "plugnmeet" ), 701 "value" => 1 702 ), 703 array( 704 "label" => __( "No", "plugnmeet" ), 705 "value" => 0 706 ) 707 ), 708 "selected" => 0, 709 "type" => "select" 710 ), 711 "included_whiteboard" => array( 712 "label" => __( "Enable encryption for whiteboard", "plugnmeet" ), 683 713 "options" => array( 684 714 array( -
plugnmeet/trunk/helpers/libs/plugnmeet-sdk-php/composer.json
r3080964 r3103185 4 4 "type": "library", 5 5 "license": "MIT", 6 "version": "1.5. 0",6 "version": "1.5.1", 7 7 "autoload": { 8 8 "psr-4": { -
plugnmeet/trunk/helpers/libs/plugnmeet-sdk-php/composer.lock
r3031155 r3103185 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " 7667aeb9615a62a407df6c8e585cc65c",7 "content-hash": "5f22457c876a78ed36e29de1118473f4", 8 8 "packages": [ 9 9 { … … 69 69 { 70 70 "name": "firebase/php-jwt", 71 "version": "v6.10. 0",71 "version": "v6.10.1", 72 72 "source": { 73 73 "type": "git", 74 74 "url": "https://github.com/firebase/php-jwt.git", 75 "reference": " a49db6f0a5033aef5143295342f1c95521b075ff"76 }, 77 "dist": { 78 "type": "zip", 79 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/ a49db6f0a5033aef5143295342f1c95521b075ff",80 "reference": " a49db6f0a5033aef5143295342f1c95521b075ff",81 "shasum": "" 82 }, 83 "require": { 84 "php": "^ 7.4||^8.0"75 "reference": "500501c2ce893c824c801da135d02661199f60c5" 76 }, 77 "dist": { 78 "type": "zip", 79 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/500501c2ce893c824c801da135d02661199f60c5", 80 "reference": "500501c2ce893c824c801da135d02661199f60c5", 81 "shasum": "" 82 }, 83 "require": { 84 "php": "^8.0" 85 85 }, 86 86 "require-dev": { 87 "guzzlehttp/guzzle": "^ 6.5||^7.4",87 "guzzlehttp/guzzle": "^7.4", 88 88 "phpspec/prophecy-phpunit": "^2.0", 89 89 "phpunit/phpunit": "^9.5", 90 "psr/cache": "^ 1.0||^2.0",90 "psr/cache": "^2.0||^3.0", 91 91 "psr/http-client": "^1.0", 92 92 "psr/http-factory": "^1.0" … … 126 126 "support": { 127 127 "issues": "https://github.com/firebase/php-jwt/issues", 128 "source": "https://github.com/firebase/php-jwt/tree/v6.10. 0"129 }, 130 "time": "202 3-12-01T16:26:39+00:00"128 "source": "https://github.com/firebase/php-jwt/tree/v6.10.1" 129 }, 130 "time": "2024-05-18T18:05:11+00:00" 131 131 }, 132 132 { … … 319 319 { 320 320 "name": "symfony/polyfill-ctype", 321 "version": "v1.2 8.0",321 "version": "v1.29.0", 322 322 "source": { 323 323 "type": "git", 324 324 "url": "https://github.com/symfony/polyfill-ctype.git", 325 "reference": "e a208ce43cbb04af6867b4fdddb1bdbf84cc28cb"326 }, 327 "dist": { 328 "type": "zip", 329 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e a208ce43cbb04af6867b4fdddb1bdbf84cc28cb",330 "reference": "e a208ce43cbb04af6867b4fdddb1bdbf84cc28cb",325 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4" 326 }, 327 "dist": { 328 "type": "zip", 329 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4", 330 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4", 331 331 "shasum": "" 332 332 }, … … 342 342 "type": "library", 343 343 "extra": { 344 "branch-alias": {345 "dev-main": "1.28-dev"346 },347 344 "thanks": { 348 345 "name": "symfony/polyfill", … … 381 378 ], 382 379 "support": { 383 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.2 8.0"380 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0" 384 381 }, 385 382 "funding": [ … … 397 394 } 398 395 ], 399 "time": "202 3-01-26T09:26:14+00:00"396 "time": "2024-01-29T20:11:03+00:00" 400 397 }, 401 398 { 402 399 "name": "symfony/polyfill-php81", 403 "version": "v1.2 8.0",400 "version": "v1.29.0", 404 401 "source": { 405 402 "type": "git", 406 403 "url": "https://github.com/symfony/polyfill-php81.git", 407 "reference": " 7581cd600fa9fd681b797d00b02f068e2f13263b"408 }, 409 "dist": { 410 "type": "zip", 411 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/ 7581cd600fa9fd681b797d00b02f068e2f13263b",412 "reference": " 7581cd600fa9fd681b797d00b02f068e2f13263b",404 "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d" 405 }, 406 "dist": { 407 "type": "zip", 408 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d", 409 "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d", 413 410 "shasum": "" 414 411 }, … … 418 415 "type": "library", 419 416 "extra": { 420 "branch-alias": {421 "dev-main": "1.28-dev"422 },423 417 "thanks": { 424 418 "name": "symfony/polyfill", … … 460 454 ], 461 455 "support": { 462 "source": "https://github.com/symfony/polyfill-php81/tree/v1.2 8.0"456 "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0" 463 457 }, 464 458 "funding": [ … … 476 470 } 477 471 ], 478 "time": "202 3-01-26T09:26:14+00:00"472 "time": "2024-01-29T20:11:03+00:00" 479 473 } 480 474 ], … … 652 646 { 653 647 "name": "squizlabs/php_codesniffer", 654 "version": "3. 8.1",648 "version": "3.10.1", 655 649 "source": { 656 650 "type": "git", 657 651 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", 658 "reference": " 14f5fff1e64118595db5408e946f3a22c75807f7"659 }, 660 "dist": { 661 "type": "zip", 662 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/ 14f5fff1e64118595db5408e946f3a22c75807f7",663 "reference": " 14f5fff1e64118595db5408e946f3a22c75807f7",652 "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877" 653 }, 654 "dist": { 655 "type": "zip", 656 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/8f90f7a53ce271935282967f53d0894f8f1ff877", 657 "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877", 664 658 "shasum": "" 665 659 }, … … 728 722 } 729 723 ], 730 "time": "2024-0 1-11T20:47:48+00:00"724 "time": "2024-05-22T21:24:41+00:00" 731 725 }, 732 726 { 733 727 "name": "symfony/console", 734 "version": "v5.4. 35",728 "version": "v5.4.40", 735 729 "source": { 736 730 "type": "git", 737 731 "url": "https://github.com/symfony/console.git", 738 "reference": " dbdf6adcb88d5f83790e1efb57ef4074309d3931"739 }, 740 "dist": { 741 "type": "zip", 742 "url": "https://api.github.com/repos/symfony/console/zipball/ dbdf6adcb88d5f83790e1efb57ef4074309d3931",743 "reference": " dbdf6adcb88d5f83790e1efb57ef4074309d3931",732 "reference": "aa73115c0c24220b523625bfcfa655d7d73662dd" 733 }, 734 "dist": { 735 "type": "zip", 736 "url": "https://api.github.com/repos/symfony/console/zipball/aa73115c0c24220b523625bfcfa655d7d73662dd", 737 "reference": "aa73115c0c24220b523625bfcfa655d7d73662dd", 744 738 "shasum": "" 745 739 }, … … 811 805 ], 812 806 "support": { 813 "source": "https://github.com/symfony/console/tree/v5.4. 35"807 "source": "https://github.com/symfony/console/tree/v5.4.40" 814 808 }, 815 809 "funding": [ … … 827 821 } 828 822 ], 829 "time": "2024-0 1-23T14:28:09+00:00"823 "time": "2024-05-31T14:33:22+00:00" 830 824 }, 831 825 { 832 826 "name": "symfony/deprecation-contracts", 833 "version": "v3. 4.0",827 "version": "v3.5.0", 834 828 "source": { 835 829 "type": "git", 836 830 "url": "https://github.com/symfony/deprecation-contracts.git", 837 "reference": " 7c3aff79d10325257a001fcf92d991f24fc967cf"838 }, 839 "dist": { 840 "type": "zip", 841 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/ 7c3aff79d10325257a001fcf92d991f24fc967cf",842 "reference": " 7c3aff79d10325257a001fcf92d991f24fc967cf",831 "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1" 832 }, 833 "dist": { 834 "type": "zip", 835 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", 836 "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", 843 837 "shasum": "" 844 838 }, … … 849 843 "extra": { 850 844 "branch-alias": { 851 "dev-main": "3. 4-dev"845 "dev-main": "3.5-dev" 852 846 }, 853 847 "thanks": { … … 878 872 "homepage": "https://symfony.com", 879 873 "support": { 880 "source": "https://github.com/symfony/deprecation-contracts/tree/v3. 4.0"874 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0" 881 875 }, 882 876 "funding": [ … … 894 888 } 895 889 ], 896 "time": "202 3-05-23T14:45:45+00:00"890 "time": "2024-04-18T09:32:20+00:00" 897 891 }, 898 892 { 899 893 "name": "symfony/finder", 900 "version": "v5.4. 35",894 "version": "v5.4.40", 901 895 "source": { 902 896 "type": "git", 903 897 "url": "https://github.com/symfony/finder.git", 904 "reference": " abe6d6f77d9465fed3cd2d029b29d03b56b56435"905 }, 906 "dist": { 907 "type": "zip", 908 "url": "https://api.github.com/repos/symfony/finder/zipball/ abe6d6f77d9465fed3cd2d029b29d03b56b56435",909 "reference": " abe6d6f77d9465fed3cd2d029b29d03b56b56435",898 "reference": "f51cff4687547641c7d8180d74932ab40b2205ce" 899 }, 900 "dist": { 901 "type": "zip", 902 "url": "https://api.github.com/repos/symfony/finder/zipball/f51cff4687547641c7d8180d74932ab40b2205ce", 903 "reference": "f51cff4687547641c7d8180d74932ab40b2205ce", 910 904 "shasum": "" 911 905 }, … … 941 935 "homepage": "https://symfony.com", 942 936 "support": { 943 "source": "https://github.com/symfony/finder/tree/v5.4. 35"937 "source": "https://github.com/symfony/finder/tree/v5.4.40" 944 938 }, 945 939 "funding": [ … … 957 951 } 958 952 ], 959 "time": "2024-0 1-23T13:51:25+00:00"953 "time": "2024-05-31T14:33:22+00:00" 960 954 }, 961 955 { 962 956 "name": "symfony/options-resolver", 963 "version": "v5.4. 21",957 "version": "v5.4.40", 964 958 "source": { 965 959 "type": "git", 966 960 "url": "https://github.com/symfony/options-resolver.git", 967 "reference": " 4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9"968 }, 969 "dist": { 970 "type": "zip", 971 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/ 4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9",972 "reference": " 4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9",961 "reference": "bd1afbde6613a8d6b956115e0e14b196191fd0c4" 962 }, 963 "dist": { 964 "type": "zip", 965 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/bd1afbde6613a8d6b956115e0e14b196191fd0c4", 966 "reference": "bd1afbde6613a8d6b956115e0e14b196191fd0c4", 973 967 "shasum": "" 974 968 }, … … 1010 1004 ], 1011 1005 "support": { 1012 "source": "https://github.com/symfony/options-resolver/tree/v5.4. 21"1006 "source": "https://github.com/symfony/options-resolver/tree/v5.4.40" 1013 1007 }, 1014 1008 "funding": [ … … 1026 1020 } 1027 1021 ], 1028 "time": "202 3-02-14T08:03:56+00:00"1022 "time": "2024-05-31T14:33:22+00:00" 1029 1023 }, 1030 1024 { 1031 1025 "name": "symfony/polyfill-intl-grapheme", 1032 "version": "v1.2 8.0",1026 "version": "v1.29.0", 1033 1027 "source": { 1034 1028 "type": "git", 1035 1029 "url": "https://github.com/symfony/polyfill-intl-grapheme.git", 1036 "reference": " 875e90aeea2777b6f135677f618529449334a612"1037 }, 1038 "dist": { 1039 "type": "zip", 1040 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/ 875e90aeea2777b6f135677f618529449334a612",1041 "reference": " 875e90aeea2777b6f135677f618529449334a612",1030 "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f" 1031 }, 1032 "dist": { 1033 "type": "zip", 1034 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f", 1035 "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f", 1042 1036 "shasum": "" 1043 1037 }, … … 1050 1044 "type": "library", 1051 1045 "extra": { 1052 "branch-alias": {1053 "dev-main": "1.28-dev"1054 },1055 1046 "thanks": { 1056 1047 "name": "symfony/polyfill", … … 1091 1082 ], 1092 1083 "support": { 1093 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.2 8.0"1084 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0" 1094 1085 }, 1095 1086 "funding": [ … … 1107 1098 } 1108 1099 ], 1109 "time": "202 3-01-26T09:26:14+00:00"1100 "time": "2024-01-29T20:11:03+00:00" 1110 1101 }, 1111 1102 { 1112 1103 "name": "symfony/polyfill-intl-normalizer", 1113 "version": "v1.2 8.0",1104 "version": "v1.29.0", 1114 1105 "source": { 1115 1106 "type": "git", 1116 1107 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 1117 "reference": " 8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"1118 }, 1119 "dist": { 1120 "type": "zip", 1121 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/ 8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",1122 "reference": " 8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",1108 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d" 1109 }, 1110 "dist": { 1111 "type": "zip", 1112 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d", 1113 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d", 1123 1114 "shasum": "" 1124 1115 }, … … 1131 1122 "type": "library", 1132 1123 "extra": { 1133 "branch-alias": {1134 "dev-main": "1.28-dev"1135 },1136 1124 "thanks": { 1137 1125 "name": "symfony/polyfill", … … 1175 1163 ], 1176 1164 "support": { 1177 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.2 8.0"1165 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0" 1178 1166 }, 1179 1167 "funding": [ … … 1191 1179 } 1192 1180 ], 1193 "time": "202 3-01-26T09:26:14+00:00"1181 "time": "2024-01-29T20:11:03+00:00" 1194 1182 }, 1195 1183 { 1196 1184 "name": "symfony/polyfill-mbstring", 1197 "version": "v1.2 8.0",1185 "version": "v1.29.0", 1198 1186 "source": { 1199 1187 "type": "git", 1200 1188 "url": "https://github.com/symfony/polyfill-mbstring.git", 1201 "reference": " 42292d99c55abe617799667f454222c54c60e229"1202 }, 1203 "dist": { 1204 "type": "zip", 1205 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/ 42292d99c55abe617799667f454222c54c60e229",1206 "reference": " 42292d99c55abe617799667f454222c54c60e229",1189 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec" 1190 }, 1191 "dist": { 1192 "type": "zip", 1193 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec", 1194 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec", 1207 1195 "shasum": "" 1208 1196 }, … … 1218 1206 "type": "library", 1219 1207 "extra": { 1220 "branch-alias": {1221 "dev-main": "1.28-dev"1222 },1223 1208 "thanks": { 1224 1209 "name": "symfony/polyfill", … … 1258 1243 ], 1259 1244 "support": { 1260 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.2 8.0"1245 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0" 1261 1246 }, 1262 1247 "funding": [ … … 1274 1259 } 1275 1260 ], 1276 "time": "202 3-07-28T09:04:16+00:00"1261 "time": "2024-01-29T20:11:03+00:00" 1277 1262 }, 1278 1263 { 1279 1264 "name": "symfony/polyfill-php73", 1280 "version": "v1.2 8.0",1265 "version": "v1.29.0", 1281 1266 "source": { 1282 1267 "type": "git", 1283 1268 "url": "https://github.com/symfony/polyfill-php73.git", 1284 "reference": " fe2f306d1d9d346a7fee353d0d5012e401e984b5"1285 }, 1286 "dist": { 1287 "type": "zip", 1288 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/ fe2f306d1d9d346a7fee353d0d5012e401e984b5",1289 "reference": " fe2f306d1d9d346a7fee353d0d5012e401e984b5",1269 "reference": "21bd091060673a1177ae842c0ef8fe30893114d2" 1270 }, 1271 "dist": { 1272 "type": "zip", 1273 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/21bd091060673a1177ae842c0ef8fe30893114d2", 1274 "reference": "21bd091060673a1177ae842c0ef8fe30893114d2", 1290 1275 "shasum": "" 1291 1276 }, … … 1295 1280 "type": "library", 1296 1281 "extra": { 1297 "branch-alias": {1298 "dev-main": "1.28-dev"1299 },1300 1282 "thanks": { 1301 1283 "name": "symfony/polyfill", … … 1337 1319 ], 1338 1320 "support": { 1339 "source": "https://github.com/symfony/polyfill-php73/tree/v1.2 8.0"1321 "source": "https://github.com/symfony/polyfill-php73/tree/v1.29.0" 1340 1322 }, 1341 1323 "funding": [ … … 1353 1335 } 1354 1336 ], 1355 "time": "202 3-01-26T09:26:14+00:00"1337 "time": "2024-01-29T20:11:03+00:00" 1356 1338 }, 1357 1339 { 1358 1340 "name": "symfony/polyfill-php80", 1359 "version": "v1.2 8.0",1341 "version": "v1.29.0", 1360 1342 "source": { 1361 1343 "type": "git", 1362 1344 "url": "https://github.com/symfony/polyfill-php80.git", 1363 "reference": " 6caa57379c4aec19c0a12a38b59b26487dcfe4b5"1364 }, 1365 "dist": { 1366 "type": "zip", 1367 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/ 6caa57379c4aec19c0a12a38b59b26487dcfe4b5",1368 "reference": " 6caa57379c4aec19c0a12a38b59b26487dcfe4b5",1345 "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b" 1346 }, 1347 "dist": { 1348 "type": "zip", 1349 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", 1350 "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", 1369 1351 "shasum": "" 1370 1352 }, … … 1374 1356 "type": "library", 1375 1357 "extra": { 1376 "branch-alias": {1377 "dev-main": "1.28-dev"1378 },1379 1358 "thanks": { 1380 1359 "name": "symfony/polyfill", … … 1420 1399 ], 1421 1400 "support": { 1422 "source": "https://github.com/symfony/polyfill-php80/tree/v1.2 8.0"1401 "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0" 1423 1402 }, 1424 1403 "funding": [ … … 1436 1415 } 1437 1416 ], 1438 "time": "202 3-01-26T09:26:14+00:00"1417 "time": "2024-01-29T20:11:03+00:00" 1439 1418 }, 1440 1419 { 1441 1420 "name": "symfony/process", 1442 "version": "v5.4. 35",1421 "version": "v5.4.40", 1443 1422 "source": { 1444 1423 "type": "git", 1445 1424 "url": "https://github.com/symfony/process.git", 1446 "reference": " cbc28e34015ad50166fc2f9c8962d28d0fe861eb"1447 }, 1448 "dist": { 1449 "type": "zip", 1450 "url": "https://api.github.com/repos/symfony/process/zipball/ cbc28e34015ad50166fc2f9c8962d28d0fe861eb",1451 "reference": " cbc28e34015ad50166fc2f9c8962d28d0fe861eb",1425 "reference": "deedcb3bb4669cae2148bc920eafd2b16dc7c046" 1426 }, 1427 "dist": { 1428 "type": "zip", 1429 "url": "https://api.github.com/repos/symfony/process/zipball/deedcb3bb4669cae2148bc920eafd2b16dc7c046", 1430 "reference": "deedcb3bb4669cae2148bc920eafd2b16dc7c046", 1452 1431 "shasum": "" 1453 1432 }, … … 1482 1461 "homepage": "https://symfony.com", 1483 1462 "support": { 1484 "source": "https://github.com/symfony/process/tree/v5.4. 35"1463 "source": "https://github.com/symfony/process/tree/v5.4.40" 1485 1464 }, 1486 1465 "funding": [ … … 1498 1477 } 1499 1478 ], 1500 "time": "2024-0 1-23T13:51:25+00:00"1479 "time": "2024-05-31T14:33:22+00:00" 1501 1480 }, 1502 1481 { 1503 1482 "name": "symfony/service-contracts", 1504 "version": "v3. 4.1",1483 "version": "v3.5.0", 1505 1484 "source": { 1506 1485 "type": "git", 1507 1486 "url": "https://github.com/symfony/service-contracts.git", 1508 "reference": " fe07cbc8d837f60caf7018068e350cc5163681a0"1509 }, 1510 "dist": { 1511 "type": "zip", 1512 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ fe07cbc8d837f60caf7018068e350cc5163681a0",1513 "reference": " fe07cbc8d837f60caf7018068e350cc5163681a0",1487 "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f" 1488 }, 1489 "dist": { 1490 "type": "zip", 1491 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", 1492 "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", 1514 1493 "shasum": "" 1515 1494 }, 1516 1495 "require": { 1517 1496 "php": ">=8.1", 1518 "psr/container": "^1.1|^2.0" 1497 "psr/container": "^1.1|^2.0", 1498 "symfony/deprecation-contracts": "^2.5|^3" 1519 1499 }, 1520 1500 "conflict": { … … 1524 1504 "extra": { 1525 1505 "branch-alias": { 1526 "dev-main": "3. 4-dev"1506 "dev-main": "3.5-dev" 1527 1507 }, 1528 1508 "thanks": { … … 1564 1544 ], 1565 1545 "support": { 1566 "source": "https://github.com/symfony/service-contracts/tree/v3. 4.1"1546 "source": "https://github.com/symfony/service-contracts/tree/v3.5.0" 1567 1547 }, 1568 1548 "funding": [ … … 1580 1560 } 1581 1561 ], 1582 "time": "202 3-12-26T14:02:43+00:00"1562 "time": "2024-04-18T09:32:20+00:00" 1583 1563 }, 1584 1564 { 1585 1565 "name": "symfony/string", 1586 "version": "v6.4. 3",1566 "version": "v6.4.8", 1587 1567 "source": { 1588 1568 "type": "git", 1589 1569 "url": "https://github.com/symfony/string.git", 1590 "reference": " 7a14736fb179876575464e4658fce0c304e8c15b"1591 }, 1592 "dist": { 1593 "type": "zip", 1594 "url": "https://api.github.com/repos/symfony/string/zipball/ 7a14736fb179876575464e4658fce0c304e8c15b",1595 "reference": " 7a14736fb179876575464e4658fce0c304e8c15b",1570 "reference": "a147c0f826c4a1f3afb763ab8e009e37c877a44d" 1571 }, 1572 "dist": { 1573 "type": "zip", 1574 "url": "https://api.github.com/repos/symfony/string/zipball/a147c0f826c4a1f3afb763ab8e009e37c877a44d", 1575 "reference": "a147c0f826c4a1f3afb763ab8e009e37c877a44d", 1596 1576 "shasum": "" 1597 1577 }, … … 1650 1630 ], 1651 1631 "support": { 1652 "source": "https://github.com/symfony/string/tree/v6.4. 3"1632 "source": "https://github.com/symfony/string/tree/v6.4.8" 1653 1633 }, 1654 1634 "funding": [ … … 1666 1646 } 1667 1647 ], 1668 "time": "2024-0 1-25T09:26:29+00:00"1648 "time": "2024-05-31T14:49:08+00:00" 1669 1649 }, 1670 1650 { 1671 1651 "name": "symfony/yaml", 1672 "version": "v5.4. 35",1652 "version": "v5.4.40", 1673 1653 "source": { 1674 1654 "type": "git", 1675 1655 "url": "https://github.com/symfony/yaml.git", 1676 "reference": " e78db7f5c70a21f0417a31f414c4a95fe76c07e4"1677 }, 1678 "dist": { 1679 "type": "zip", 1680 "url": "https://api.github.com/repos/symfony/yaml/zipball/ e78db7f5c70a21f0417a31f414c4a95fe76c07e4",1681 "reference": " e78db7f5c70a21f0417a31f414c4a95fe76c07e4",1656 "reference": "81cad0ceab3d61fe14fe941ff18a230ac9c80f83" 1657 }, 1658 "dist": { 1659 "type": "zip", 1660 "url": "https://api.github.com/repos/symfony/yaml/zipball/81cad0ceab3d61fe14fe941ff18a230ac9c80f83", 1661 "reference": "81cad0ceab3d61fe14fe941ff18a230ac9c80f83", 1682 1662 "shasum": "" 1683 1663 }, … … 1725 1705 "homepage": "https://symfony.com", 1726 1706 "support": { 1727 "source": "https://github.com/symfony/yaml/tree/v5.4. 35"1707 "source": "https://github.com/symfony/yaml/tree/v5.4.40" 1728 1708 }, 1729 1709 "funding": [ … … 1741 1721 } 1742 1722 ], 1743 "time": "2024-0 1-23T13:51:25+00:00"1723 "time": "2024-05-31T14:33:22+00:00" 1744 1724 } 1745 1725 ], -
plugnmeet/trunk/helpers/libs/plugnmeet-sdk-php/src/Parameters/EndToEndEncryptionFeaturesParameters.php
r2939242 r3103185 31 31 */ 32 32 protected $isEnable = false; 33 /** 34 * @var bool 35 */ 36 protected $includedChatMessages = false; 37 /** 38 * @var bool 39 */ 40 protected $includedWhiteboard = false; 33 41 34 42 public function __construct() … … 52 60 } 53 61 62 public function isIncludedChatMessages(): bool 63 { 64 return $this->includedChatMessages; 65 } 66 67 public function setIncludedChatMessages(bool $includedChatMessages): void 68 { 69 $this->includedChatMessages = filter_var($includedChatMessages, FILTER_VALIDATE_BOOLEAN); 70 } 71 72 public function isIncludedWhiteboard(): bool 73 { 74 return $this->includedWhiteboard; 75 } 76 77 public function setIncludedWhiteboard(bool $includedWhiteboard): void 78 { 79 $this->includedWhiteboard = filter_var($includedWhiteboard, FILTER_VALIDATE_BOOLEAN); 80 } 81 54 82 /** 55 83 * @return array … … 59 87 return array( 60 88 "is_enabled" => $this->isEnable(), 89 "included_chat_messages" => $this->isIncludedChatMessages(), 90 "included_whiteboard" => $this->isIncludedWhiteboard(), 61 91 ); 62 92 } -
plugnmeet/trunk/helpers/libs/plugnmeet-sdk-php/vendor/autoload.php
r3031155 r3103185 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 7667aeb9615a62a407df6c8e585cc65c::getLoader();25 return ComposerAutoloaderInit5f22457c876a78ed36e29de1118473f4::getLoader(); -
plugnmeet/trunk/helpers/libs/plugnmeet-sdk-php/vendor/composer/autoload_classmap.php
r3002214 r3103185 35 35 'Mynaparrot\\Plugnmeet\\Parameters\\BreakoutRoomFeaturesParameters' => $baseDir . '/src/Parameters/BreakoutRoomFeaturesParameters.php', 36 36 'Mynaparrot\\Plugnmeet\\Parameters\\ChatFeaturesParameters' => $baseDir . '/src/Parameters/ChatFeaturesParameters.php', 37 'Mynaparrot\\Plugnmeet\\Parameters\\CopyrightConfParameters' => $baseDir . '/src/Parameters/CopyrightConfParameters.php', 37 38 'Mynaparrot\\Plugnmeet\\Parameters\\CreateRoomParameters' => $baseDir . '/src/Parameters/CreateRoomParameters.php', 38 39 'Mynaparrot\\Plugnmeet\\Parameters\\DeleteAnalyticsParameters' => $baseDir . '/src/Parameters/DeleteAnalyticsParameters.php', -
plugnmeet/trunk/helpers/libs/plugnmeet-sdk-php/vendor/composer/autoload_real.php
r3031155 r3103185 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 7667aeb9615a62a407df6c8e585cc65c5 class ComposerAutoloaderInit5f22457c876a78ed36e29de1118473f4 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 7667aeb9615a62a407df6c8e585cc65c', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInit5f22457c876a78ed36e29de1118473f4', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 7667aeb9615a62a407df6c8e585cc65c', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInit5f22457c876a78ed36e29de1118473f4', 'loadClassLoader')); 28 28 29 29 require __DIR__ . '/autoload_static.php'; 30 call_user_func(\Composer\Autoload\ComposerStaticInit 7667aeb9615a62a407df6c8e585cc65c::getInitializer($loader));30 call_user_func(\Composer\Autoload\ComposerStaticInit5f22457c876a78ed36e29de1118473f4::getInitializer($loader)); 31 31 32 32 $loader->register(true); 33 33 34 $filesToLoad = \Composer\Autoload\ComposerStaticInit 7667aeb9615a62a407df6c8e585cc65c::$files;34 $filesToLoad = \Composer\Autoload\ComposerStaticInit5f22457c876a78ed36e29de1118473f4::$files; 35 35 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { 36 36 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
plugnmeet/trunk/helpers/libs/plugnmeet-sdk-php/vendor/composer/autoload_static.php
r3031155 r3103185 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 7667aeb9615a62a407df6c8e585cc65c7 class ComposerStaticInit5f22457c876a78ed36e29de1118473f4 8 8 { 9 9 public static $files = array ( … … 98 98 'Mynaparrot\\Plugnmeet\\Parameters\\BreakoutRoomFeaturesParameters' => __DIR__ . '/../..' . '/src/Parameters/BreakoutRoomFeaturesParameters.php', 99 99 'Mynaparrot\\Plugnmeet\\Parameters\\ChatFeaturesParameters' => __DIR__ . '/../..' . '/src/Parameters/ChatFeaturesParameters.php', 100 'Mynaparrot\\Plugnmeet\\Parameters\\CopyrightConfParameters' => __DIR__ . '/../..' . '/src/Parameters/CopyrightConfParameters.php', 100 101 'Mynaparrot\\Plugnmeet\\Parameters\\CreateRoomParameters' => __DIR__ . '/../..' . '/src/Parameters/CreateRoomParameters.php', 101 102 'Mynaparrot\\Plugnmeet\\Parameters\\DeleteAnalyticsParameters' => __DIR__ . '/../..' . '/src/Parameters/DeleteAnalyticsParameters.php', … … 286 287 { 287 288 return \Closure::bind(function () use ($loader) { 288 $loader->prefixLengthsPsr4 = ComposerStaticInit 7667aeb9615a62a407df6c8e585cc65c::$prefixLengthsPsr4;289 $loader->prefixDirsPsr4 = ComposerStaticInit 7667aeb9615a62a407df6c8e585cc65c::$prefixDirsPsr4;290 $loader->classMap = ComposerStaticInit 7667aeb9615a62a407df6c8e585cc65c::$classMap;289 $loader->prefixLengthsPsr4 = ComposerStaticInit5f22457c876a78ed36e29de1118473f4::$prefixLengthsPsr4; 290 $loader->prefixDirsPsr4 = ComposerStaticInit5f22457c876a78ed36e29de1118473f4::$prefixDirsPsr4; 291 $loader->classMap = ComposerStaticInit5f22457c876a78ed36e29de1118473f4::$classMap; 291 292 292 293 }, null, ClassLoader::class); -
plugnmeet/trunk/helpers/libs/plugnmeet-sdk-php/vendor/composer/installed.json
r3031155 r3103185 66 66 { 67 67 "name": "firebase/php-jwt", 68 "version": "v6.10. 0",69 "version_normalized": "6.10. 0.0",68 "version": "v6.10.1", 69 "version_normalized": "6.10.1.0", 70 70 "source": { 71 71 "type": "git", 72 72 "url": "https://github.com/firebase/php-jwt.git", 73 "reference": " a49db6f0a5033aef5143295342f1c95521b075ff"74 }, 75 "dist": { 76 "type": "zip", 77 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/ a49db6f0a5033aef5143295342f1c95521b075ff",78 "reference": " a49db6f0a5033aef5143295342f1c95521b075ff",79 "shasum": "" 80 }, 81 "require": { 82 "php": "^ 7.4||^8.0"73 "reference": "500501c2ce893c824c801da135d02661199f60c5" 74 }, 75 "dist": { 76 "type": "zip", 77 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/500501c2ce893c824c801da135d02661199f60c5", 78 "reference": "500501c2ce893c824c801da135d02661199f60c5", 79 "shasum": "" 80 }, 81 "require": { 82 "php": "^8.0" 83 83 }, 84 84 "require-dev": { 85 "guzzlehttp/guzzle": "^ 6.5||^7.4",85 "guzzlehttp/guzzle": "^7.4", 86 86 "phpspec/prophecy-phpunit": "^2.0", 87 87 "phpunit/phpunit": "^9.5", 88 "psr/cache": "^ 1.0||^2.0",88 "psr/cache": "^2.0||^3.0", 89 89 "psr/http-client": "^1.0", 90 90 "psr/http-factory": "^1.0" … … 94 94 "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" 95 95 }, 96 "time": "202 3-12-01T16:26:39+00:00",96 "time": "2024-05-18T18:05:11+00:00", 97 97 "type": "library", 98 98 "installation-source": "dist", … … 126 126 "support": { 127 127 "issues": "https://github.com/firebase/php-jwt/issues", 128 "source": "https://github.com/firebase/php-jwt/tree/v6.10. 0"128 "source": "https://github.com/firebase/php-jwt/tree/v6.10.1" 129 129 }, 130 130 "install-path": "../firebase/php-jwt" … … 325 325 { 326 326 "name": "symfony/polyfill-ctype", 327 "version": "v1.2 8.0",328 "version_normalized": "1.2 8.0.0",327 "version": "v1.29.0", 328 "version_normalized": "1.29.0.0", 329 329 "source": { 330 330 "type": "git", 331 331 "url": "https://github.com/symfony/polyfill-ctype.git", 332 "reference": "e a208ce43cbb04af6867b4fdddb1bdbf84cc28cb"333 }, 334 "dist": { 335 "type": "zip", 336 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e a208ce43cbb04af6867b4fdddb1bdbf84cc28cb",337 "reference": "e a208ce43cbb04af6867b4fdddb1bdbf84cc28cb",332 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4" 333 }, 334 "dist": { 335 "type": "zip", 336 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4", 337 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4", 338 338 "shasum": "" 339 339 }, … … 347 347 "ext-ctype": "For best performance" 348 348 }, 349 "time": "202 3-01-26T09:26:14+00:00",349 "time": "2024-01-29T20:11:03+00:00", 350 350 "type": "library", 351 351 "extra": { 352 "branch-alias": {353 "dev-main": "1.28-dev"354 },355 352 "thanks": { 356 353 "name": "symfony/polyfill", … … 390 387 ], 391 388 "support": { 392 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.2 8.0"389 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0" 393 390 }, 394 391 "funding": [ … … 410 407 { 411 408 "name": "symfony/polyfill-php81", 412 "version": "v1.2 8.0",413 "version_normalized": "1.2 8.0.0",409 "version": "v1.29.0", 410 "version_normalized": "1.29.0.0", 414 411 "source": { 415 412 "type": "git", 416 413 "url": "https://github.com/symfony/polyfill-php81.git", 417 "reference": " 7581cd600fa9fd681b797d00b02f068e2f13263b"418 }, 419 "dist": { 420 "type": "zip", 421 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/ 7581cd600fa9fd681b797d00b02f068e2f13263b",422 "reference": " 7581cd600fa9fd681b797d00b02f068e2f13263b",414 "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d" 415 }, 416 "dist": { 417 "type": "zip", 418 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d", 419 "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d", 423 420 "shasum": "" 424 421 }, … … 426 423 "php": ">=7.1" 427 424 }, 428 "time": "202 3-01-26T09:26:14+00:00",425 "time": "2024-01-29T20:11:03+00:00", 429 426 "type": "library", 430 427 "extra": { 431 "branch-alias": {432 "dev-main": "1.28-dev"433 },434 428 "thanks": { 435 429 "name": "symfony/polyfill", … … 472 466 ], 473 467 "support": { 474 "source": "https://github.com/symfony/polyfill-php81/tree/v1.2 8.0"468 "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0" 475 469 }, 476 470 "funding": [ -
plugnmeet/trunk/helpers/libs/plugnmeet-sdk-php/vendor/composer/installed.php
r3031155 r3103185 2 2 'root' => array( 3 3 'name' => 'mynaparrot/plugnmeet-sdk', 4 'pretty_version' => '1. 4.2',5 'version' => '1. 4.2.0',6 'reference' => NULL,4 'pretty_version' => '1.5.1', 5 'version' => '1.5.1.0', 6 'reference' => null, 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'firebase/php-jwt' => array( 23 'pretty_version' => 'v6.10. 0',24 'version' => '6.10. 0.0',25 'reference' => ' a49db6f0a5033aef5143295342f1c95521b075ff',23 'pretty_version' => 'v6.10.1', 24 'version' => '6.10.1.0', 25 'reference' => '500501c2ce893c824c801da135d02661199f60c5', 26 26 'type' => 'library', 27 27 'install_path' => __DIR__ . '/../firebase/php-jwt', … … 30 30 ), 31 31 'mynaparrot/plugnmeet-sdk' => array( 32 'pretty_version' => '1. 4.2',33 'version' => '1. 4.2.0',34 'reference' => NULL,32 'pretty_version' => '1.5.1', 33 'version' => '1.5.1.0', 34 'reference' => null, 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../../', … … 63 63 ), 64 64 'symfony/polyfill-ctype' => array( 65 'pretty_version' => 'v1.2 8.0',66 'version' => '1.2 8.0.0',67 'reference' => 'e a208ce43cbb04af6867b4fdddb1bdbf84cc28cb',65 'pretty_version' => 'v1.29.0', 66 'version' => '1.29.0.0', 67 'reference' => 'ef4d7e442ca910c4764bce785146269b30cb5fc4', 68 68 'type' => 'library', 69 69 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', … … 72 72 ), 73 73 'symfony/polyfill-php81' => array( 74 'pretty_version' => 'v1.2 8.0',75 'version' => '1.2 8.0.0',76 'reference' => ' 7581cd600fa9fd681b797d00b02f068e2f13263b',74 'pretty_version' => 'v1.29.0', 75 'version' => '1.29.0.0', 76 'reference' => 'c565ad1e63f30e7477fc40738343c62b40bc672d', 77 77 'type' => 'library', 78 78 'install_path' => __DIR__ . '/../symfony/polyfill-php81', -
plugnmeet/trunk/helpers/libs/plugnmeet-sdk-php/vendor/firebase/php-jwt/CHANGELOG.md
r3031155 r3103185 1 1 # Changelog 2 3 ## [6.10.1](https://github.com/firebase/php-jwt/compare/v6.10.0...v6.10.1) (2024-05-18) 4 5 6 ### Bug Fixes 7 8 * ensure ratelimit expiry is set every time ([#556](https://github.com/firebase/php-jwt/issues/556)) ([09cb208](https://github.com/firebase/php-jwt/commit/09cb2081c2c3bc0f61e2f2a5fbea5741f7498648)) 9 * ratelimit cache expiration ([#550](https://github.com/firebase/php-jwt/issues/550)) ([dda7250](https://github.com/firebase/php-jwt/commit/dda725033585ece30ff8cae8937320d7e9f18bae)) 2 10 3 11 ## [6.10.0](https://github.com/firebase/php-jwt/compare/v6.9.0...v6.10.0) (2023-11-28) -
plugnmeet/trunk/helpers/libs/plugnmeet-sdk-php/vendor/firebase/php-jwt/README.md
r2939242 r3103185 18 18 19 19 Optionally, install the `paragonie/sodium_compat` package from composer if your 20 php is < 7.2 ordoes not have libsodium installed:20 php env does not have libsodium installed: 21 21 22 22 ```bash -
plugnmeet/trunk/helpers/libs/plugnmeet-sdk-php/vendor/firebase/php-jwt/composer.json
r2921310 r3103185 21 21 "license": "BSD-3-Clause", 22 22 "require": { 23 "php": "^ 7.4||^8.0"23 "php": "^8.0" 24 24 }, 25 25 "suggest": { … … 33 33 }, 34 34 "require-dev": { 35 "guzzlehttp/guzzle": "^ 6.5||^7.4",35 "guzzlehttp/guzzle": "^7.4", 36 36 "phpspec/prophecy-phpunit": "^2.0", 37 37 "phpunit/phpunit": "^9.5", 38 "psr/cache": "^ 1.0||^2.0",38 "psr/cache": "^2.0||^3.0", 39 39 "psr/http-client": "^1.0", 40 40 "psr/http-factory": "^1.0" -
plugnmeet/trunk/helpers/libs/plugnmeet-sdk-php/vendor/firebase/php-jwt/src/CachedKeySet.php
r2939242 r3103185 213 213 214 214 $cacheItem = $this->cache->getItem($this->rateLimitCacheKey); 215 if (!$cacheItem->isHit()) { 216 $cacheItem->expiresAfter(1); // # of calls are cached each minute 217 } 218 219 $callsPerMinute = (int) $cacheItem->get(); 215 216 $cacheItemData = []; 217 if ($cacheItem->isHit() && \is_array($data = $cacheItem->get())) { 218 $cacheItemData = $data; 219 } 220 221 $callsPerMinute = $cacheItemData['callsPerMinute'] ?? 0; 222 $expiry = $cacheItemData['expiry'] ?? new \DateTime('+60 seconds', new \DateTimeZone('UTC')); 223 220 224 if (++$callsPerMinute > $this->maxCallsPerMinute) { 221 225 return true; 222 226 } 223 $cacheItem->set($callsPerMinute); 227 228 $cacheItem->set(['expiry' => $expiry, 'callsPerMinute' => $callsPerMinute]); 229 $cacheItem->expiresAt($expiry); 224 230 $this->cache->save($cacheItem); 225 231 return false; -
plugnmeet/trunk/helpers/libs/plugnmeet-sdk-php/vendor/firebase/php-jwt/src/JWT.php
r3031155 r3103185 252 252 case 'openssl': 253 253 $signature = ''; 254 if (!\is_resource($key) && !openssl_pkey_get_private($key)) { 255 throw new DomainException('OpenSSL unable to validate key'); 256 } 254 257 $success = \openssl_sign($msg, $signature, $key, $algorithm); // @phpstan-ignore-line 255 258 if (!$success) { -
plugnmeet/trunk/helpers/libs/plugnmeet-sdk-php/vendor/symfony/polyfill-ctype/composer.json
r2962938 r3103185 31 31 "minimum-stability": "dev", 32 32 "extra": { 33 "branch-alias": {34 "dev-main": "1.28-dev"35 },36 33 "thanks": { 37 34 "name": "symfony/polyfill", -
plugnmeet/trunk/helpers/libs/plugnmeet-sdk-php/vendor/symfony/polyfill-php81/composer.json
r2962938 r3103185 26 26 "minimum-stability": "dev", 27 27 "extra": { 28 "branch-alias": {29 "dev-main": "1.28-dev"30 },31 28 "thanks": { 32 29 "name": "symfony/polyfill", -
plugnmeet/trunk/helpers/plugNmeetConnect.php
r3080964 r3103185 303 303 if ( isset( $roomEndToEndEncryptionFeatures['is_enabled'] ) ) { 304 304 $endToEndEncryptionFeatures->setIsEnable( $roomEndToEndEncryptionFeatures['is_enabled'] ); 305 306 if ( isset( $roomEndToEndEncryptionFeatures['included_chat_messages'] ) ) { 307 $endToEndEncryptionFeatures->setIncludedChatMessages( $roomEndToEndEncryptionFeatures['included_chat_messages'] ); 308 } 309 310 if ( isset( $roomEndToEndEncryptionFeatures['included_whiteboard'] ) ) { 311 $endToEndEncryptionFeatures->setIncludedWhiteboard( $roomEndToEndEncryptionFeatures['included_whiteboard'] ); 312 } 305 313 } 306 314 $features->setEndToEndEncryptionFeatures( $endToEndEncryptionFeatures ); -
plugnmeet/trunk/languages/plugnmeet.pot
r3031155 r3103185 4 4 "Project-Id-Version: PACKAGE VERSION\n" 5 5 "Report-Msgid-Bugs-To: \n" 6 "POT-Creation-Date: 2024-0 2-01 11:46+0000\n"6 "POT-Creation-Date: 2024-06-16 06:56+0000\n" 7 7 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 8 8 "Last-Translator: \n" … … 240 240 msgstr "" 241 241 242 #: helpers/helper.php:697 243 msgid "Enable encryption for chat" 244 msgstr "" 245 246 #: helpers/helper.php:712 247 msgid "Enable encryption for whiteboard" 248 msgstr "" 249 242 250 #: helpers/helper.php:682 243 251 msgid "Enable End-To-End Encryption (E2EE)" … … 307 315 msgstr "" 308 316 317 #: helpers/helper.php:814 318 msgid "Lock chat" 319 msgstr "" 320 321 #: helpers/helper.php:844 322 msgid "Lock chat file share" 323 msgstr "" 324 325 #: helpers/helper.php:829 326 msgid "Lock chat send message" 327 msgstr "" 328 329 #: helpers/helper.php:739 330 msgid "Lock microphone" 331 msgstr "" 332 333 #: helpers/helper.php:859 334 msgid "Lock private chat" 335 msgstr "" 336 337 #: helpers/helper.php:769 338 msgid "Lock screen sharing" 339 msgstr "" 340 341 #: helpers/helper.php:799 342 msgid "Lock shared notepad" 343 msgstr "" 344 345 #: helpers/helper.php:754 346 msgid "Lock webcam" 347 msgstr "" 348 309 349 #: helpers/helper.php:784 310 msgid "Lock chat"311 msgstr ""312 313 #: helpers/helper.php:814314 msgid "Lock chat file share"315 msgstr ""316 317 #: helpers/helper.php:799318 msgid "Lock chat send message"319 msgstr ""320 321 #: helpers/helper.php:709322 msgid "Lock microphone"323 msgstr ""324 325 #: helpers/helper.php:829326 msgid "Lock private chat"327 msgstr ""328 329 #: helpers/helper.php:739330 msgid "Lock screen sharing"331 msgstr ""332 333 #: helpers/helper.php:769334 msgid "Lock shared notepad"335 msgstr ""336 337 #: helpers/helper.php:724338 msgid "Lock webcam"339 msgstr ""340 341 #: helpers/helper.php:754342 350 msgid "Lock whiteboard" 343 351 msgstr "" … … 406 414 #: helpers/helper.php:529 helpers/helper.php:561 helpers/helper.php:593 407 415 #: helpers/helper.php:620 helpers/helper.php:647 helpers/helper.php:662 408 #: helpers/helper.php:689 helpers/helper.php:7 16 helpers/helper.php:731416 #: helpers/helper.php:689 helpers/helper.php:704 helpers/helper.php:719 409 417 #: helpers/helper.php:746 helpers/helper.php:761 helpers/helper.php:776 410 418 #: helpers/helper.php:791 helpers/helper.php:806 helpers/helper.php:821 411 #: helpers/helper.php:836 419 #: helpers/helper.php:836 helpers/helper.php:851 helpers/helper.php:866 412 420 msgid "No" 413 421 msgstr "" … … 417 425 msgstr "" 418 426 419 #: public/class-plugnmeet-public.php:286 helpers/ajaxHelper.php:173420 #: helpers/ajaxHelper.php:316427 #: helpers/ajaxHelper.php:173 helpers/ajaxHelper.php:320 428 #: public/class-plugnmeet-public.php:286 421 429 msgid "no room found" 422 430 msgstr "" … … 438 446 msgstr "" 439 447 440 #: helpers/ajaxHelper.php:2 67448 #: helpers/ajaxHelper.php:271 441 449 msgid "password didn't match" 442 450 msgstr "" … … 540 548 msgstr "" 541 549 542 #: public/class-plugnmeet-public.php:115 helpers/ajaxHelper.php:156550 #: helpers/ajaxHelper.php:156 public/class-plugnmeet-public.php:115 543 551 msgid "room Id is missing" 544 552 msgstr "" … … 548 556 msgstr "" 549 557 550 #: helpers/ajaxHelper.php:176 helpers/ajaxHelper.php:32 0558 #: helpers/ajaxHelper.php:176 helpers/ajaxHelper.php:324 551 559 msgid "room not active" 552 560 msgstr "" 553 561 554 #: helpers/helper.php:8 66562 #: helpers/helper.php:896 555 563 msgid "Room Status" 556 564 msgstr "" … … 628 636 msgstr "" 629 637 630 #: helpers/ajaxHelper.php:2 08638 #: helpers/ajaxHelper.php:212 631 639 msgid "The meeting has not started yet, please come back later." 632 640 msgstr "" … … 690 698 #: helpers/helper.php:525 helpers/helper.php:557 helpers/helper.php:589 691 699 #: helpers/helper.php:616 helpers/helper.php:643 helpers/helper.php:658 692 #: helpers/helper.php:685 helpers/helper.php:7 12 helpers/helper.php:727700 #: helpers/helper.php:685 helpers/helper.php:700 helpers/helper.php:715 693 701 #: helpers/helper.php:742 helpers/helper.php:757 helpers/helper.php:772 694 702 #: helpers/helper.php:787 helpers/helper.php:802 helpers/helper.php:817 695 #: helpers/helper.php:832 703 #: helpers/helper.php:832 helpers/helper.php:847 helpers/helper.php:862 696 704 msgid "Yes" 697 705 msgstr "" 698 706 699 #: helpers/ajaxHelper.php:2 57 helpers/ajaxHelper.php:308707 #: helpers/ajaxHelper.php:261 helpers/ajaxHelper.php:312 700 708 msgid "you don't have permission" 701 709 msgstr "" -
plugnmeet/trunk/plugnmeet.php
r3080964 r3103185 16 16 * Plugin URI: https://github.com/mynaparrot/plugNmeet-WordPress 17 17 * Description: Plug-N-Meet web conference integration with WordPress 18 * Version: 1.2. 818 * Version: 1.2.9 19 19 * Author: Jibon L. Costa <[email protected]> 20 20 * Requires at least: 5.9 21 21 * Requires PHP: 7.4.0 22 * Tested up to: 6. 4.322 * Tested up to: 6.5.4 23 23 * Author URI: https://www.mynaparrot.com/ 24 24 * License: GPL-2.0+ … … 38 38 * Rename this for your plugin and update it as you release new versions. 39 39 */ 40 define( 'PLUGNMEET_VERSION', '1.2. 8' );40 define( 'PLUGNMEET_VERSION', '1.2.9' ); 41 41 42 42 /**
Note: See TracChangeset
for help on using the changeset viewer.