237 add plugins to disabled features#292
Open
samuelwei wants to merge 78 commits intobigbluebutton:masterfrom
Open
237 add plugins to disabled features#292samuelwei wants to merge 78 commits intobigbluebutton:masterfrom
samuelwei wants to merge 78 commits intobigbluebutton:masterfrom
Conversation
Fix code style
* Fix voiceBridge too short * End meeting after each test, enforce guest policy on joinMeeting test
* Implement breakout rooms groups in create API * Code cleanup, add comments, type hints * Fix cs * Fixed missing type hints * Fixed CS --------- Co-authored-by: Felix Jacobi <felix@jacobi-hamburg.net>
* Add custom hash algorithm * Adjust tests * Fix cs * Update src/BigBlueButton.php Co-authored-by: Felix Jacobi <felix@jacobi-hamburg.net> * Refactor to be compliant with upstream * Fix cs * Remove setHashingAlgorithm, add hashing algorithm as constructor arg. * Revert changes to construct param type hints * Fix cs * Fix test --------- Co-authored-by: Felix Jacobi <felix@jacobi-hamburg.net>
…tton-api-php into remove-configToken
Remove config token
* Implement disabledFeatures in create API * Refactor * Implement disabled features exclude, update features enum * Add return type --------- Co-authored-by: Felix Jacobi <felix@jacobi-hamburg.net>
* Implement API changes in BBB 2.4-2.6 * Add backwards compatibility for the old method setLockSettingsDisableNote and isLockSettingsDisableNote * Fix CS and composer scripts * CS Fixer * Adjust tests * Add errorRedirectUrl join parameter * Add final to test classes
* Fix CI not running for experimental versions * Add latest PHP Versions * Fix syntax --------- Co-authored-by: Felix Jacobi <felix@jacobi-hamburg.net>
* Add new features * Fix casing, deprecate old consts * Fix wrong docs type * Add new 2.7 parameters * Revert casing changes and deprecations
Remove marc-mabe/php-enum dependency
* Bump minimum PHP version to 8.1
This reverts commit d4cc0c3.
* Add meta param tests * Add test for idNotUnique error * Add test for recording preview width/height and caching * Add test for remove presentation in insertDocuments * Add missing properties
* Installed rector * Applied Rector quality improvements * Fixed CS * Updated Psalm * Applied more typed property rules * Updated rector configs * Fixed CS * Added PHPStan and fixed issues to up to level 5 * Fixed symfony/process dependency * Fixed tests * Rector * Added enum test * Added strict_types * Fix workflow * Fixed strict types related errors * Fix CS * Added deprecation for not passing base URL and secret * Ignore deprecation * Fixed CS * Fixed unsafe comparison * Fix PHPStan for level 6 * Fixed typing issues * Updated rector config * Rectored after merge * Fixed deprecation message
--- updated-dependencies: - dependency-name: symfony/http-client-contracts dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#211) * - changed the type from string to integer for the setter und getter of the voiceBridge * - codestyle fix in the URLBuilder class --------- Co-authored-by: Felix Jacobi <felix@jacobi-hamburg.net>
* Implement SendChatMessage api * Update src/Parameters/SendChatMessageParameters.php Co-authored-by: Felix Jacobi <felix@jacobi-hamburg.net> * Rectored code * Fixed PHPStan --------- Co-authored-by: Felix Jacobi <felix@jacobi-hamburg.net>
Co-authored-by: Felix Jacobi <felix@jacobi-hamburg.net>
Co-authored-by: Felix Jacobi <felix@jacobi-hamburg.net>
* Add enforce layout and new layout options * Update JoinMeetingParameters.php
* Update features to BBB 3.0 * Fix const casing, add privateChat
* Add support for clientSettingsOverride * Update src/Util/SimpleXMLElementExtended.php Co-authored-by: Felix Jacobi <felix@jacobi-hamburg.net> * Add unit test --------- Co-authored-by: Felix Jacobi <felix@jacobi-hamburg.net>
* Add tests * Fix: getModules() should return empty string if no modules are attached * Fix cs and docs
"Update feature enum for BBB 3.0" (#225) introduced new cases for the Feature enum. The BBB feature 'userReactions' was mis-spelled and included as 'userActions' (case USER_ACTIONS). Add the correct USER_REACTIONS case with value 'userReactions'. Keep the wrong USER_ACTIONS case to not break existing (changing its value to userReactions is not possible as PHP enums do not allow duplicate values). See https://docs.bigbluebutton.org/development/api/#updates-to-api-in-bigbluebutton
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.