Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GuiLeme/plugin-decrease-volume-on-speak
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: bigbluebutton/bbb-plugin-decrease-volume-on-speak
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 24 files changed
  • 9 contributors

Commits on Jul 19, 2024

  1. Merge with template (packaging, CI, ...) (bigbluebutton#2)

    * [add-lint-and-ci] - added lint, ci and boilerplate for plugin building
    
    * [add-lint-and-ci] Customize files for plugin, not SDK
    
    * fix typo
    
    * build: initial stab at packaging
    
    * build: deviate from template
    
    * bump to 0.1.1
    
    * allow manual trigger of build action
    
    * update README
    
    * add missing dependencies from template
    
    * audit fix force
    
    ---------
    
    Co-authored-by: Guilherme Leme <leme.guilherme.p@gmail.com>
    antobinary and GuiLeme authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    197cc4b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Bump webpack in the npm_and_yarn group across 1 directory (bigbluebut…

    …ton#3)
    
    Bumps the npm_and_yarn group with 1 update in the / directory: [webpack](https://github.com/webpack/webpack).
    
    
    Updates `webpack` from 5.83.1 to 5.94.0
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.83.1...v5.94.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ff9a2f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Bump the npm_and_yarn group across 1 directory with 5 updates (bigblu…

    …ebutton#5)
    
    Bumps the npm_and_yarn group with 2 updates in the / directory: [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express).
    
    
    Updates `body-parser` from 1.20.2 to 1.20.3
    - [Release notes](https://github.com/expressjs/body-parser/releases)
    - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
    - [Commits](expressjs/body-parser@1.20.2...1.20.3)
    
    Updates `express` from 4.19.2 to 4.21.1
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
    - [Commits](expressjs/express@4.19.2...4.21.1)
    
    Updates `cookie` from 0.6.0 to 0.7.1
    - [Release notes](https://github.com/jshttp/cookie/releases)
    - [Commits](jshttp/cookie@v0.6.0...v0.7.1)
    
    Updates `express` from 4.19.2 to 4.21.1
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
    - [Commits](expressjs/express@4.19.2...4.21.1)
    
    Updates `send` from 0.18.0 to 0.19.0
    - [Release notes](https://github.com/pillarjs/send/releases)
    - [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
    - [Commits](pillarjs/send@0.18.0...0.19.0)
    
    Updates `serve-static` from 1.15.0 to 1.16.2
    - [Release notes](https://github.com/expressjs/serve-static/releases)
    - [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
    - [Commits](expressjs/serve-static@v1.15.0...v1.16.2)
    
    ---
    updated-dependencies:
    - dependency-name: body-parser
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: express
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: cookie
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: express
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: send
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: serve-static
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f157dc7 View commit details
    Browse the repository at this point in the history
  2. ref: Update plugin to match manifest structure (bigbluebutton#4)

    * [manifest-structure] - Update plugin to match new manifest structure and update libraries accordingly.
    
    * Apply suggestions from code review
    
    Co-authored-by: João Victor Nunes <62393923+JoVictorNunes@users.noreply.github.com>
    
    * [manifest-structure] - changes in review
    
    ---------
    
    Co-authored-by: João Victor Nunes <62393923+JoVictorNunes@users.noreply.github.com>
    GuiLeme and JoVictorNunes authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7e8547d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2026

  1. feat: adde plugin version to manifest. (bigbluebutton#7)

    * [add-plugin-version] - Add plugin version in manifest to avoid js file caching in the browser
    
    * [add-plugin-version] - added github workflow to publish tag
    GuiLeme authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    f99ad6d View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2026

  1. chore: update CI from bbb-plugin-template (manifest.json version bump) (

    bigbluebutton#10)
    
    * [add-lint-and-ci] - added lint, ci and boilerplate for plugin building
    
    * [add-lint-and-ci] Customize files for plugin, not SDK
    
    * fix typo
    
    * build: initial stab at packaging
    
    * disable the build for template
    
    * disable the build for template
    
    * drop 2 unneeded files from packaging
    
    * ref: Update template to use the new plugin manifest structure (bigbluebutton#10)
    
    * [manifest-structure] - added manifest structure to template
    
    * Update README.md
    
    Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
    
    * ci: add workflow to auto tag and bump package.json (bigbluebutton#9)
    
    * [package-cleanup] package.json cleanup and manifest cleanup (#11)
    
    * Bump http-proxy-middleware in the npm_and_yarn group across 1 directory (#12)
    
    Bumps the npm_and_yarn group with 1 update in the / directory: [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware).
    
    
    Updates `http-proxy-middleware` from 2.0.7 to 2.0.9
    - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
    - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md)
    - [Commits](chimurai/http-proxy-middleware@v2.0.7...v2.0.9)
    
    ---
    updated-dependencies:
    - dependency-name: http-proxy-middleware
      dependency-version: 2.0.9
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * chore: set version to 0.0.1
    
    * Update changelog
    
    * Update control
    
    * [add-more-info-template] added locales and a react boilerplate to start developing
    
    * [add-more-info-template] corrected some vulnerabilities
    
    * chore: replaces deprecated `onBeforeSetupMiddleware` webpack hook
    
    Replaces the deprecated hook used to serve the manifest.json file when running webpack dev server by a newer one `setupMiddlewares`.
    
    * Update old repository name references from plugin-template to bbb-plugin-template
    
    Agent-Logs-Url: https://github.com/bigbluebutton/bbb-plugin-template/sessions/552146e9-065c-49ef-b548-9cc60c25f616
    
    Co-authored-by: antobinary <6312397+antobinary@users.noreply.github.com>
    
    * chore: update names to bbb-plugin-template after repository rename
    
    Agent-Logs-Url: https://github.com/bigbluebutton/bbb-plugin-template/sessions/c65fc844-15e0-40c9-a289-0e035aae623a
    
    Co-authored-by: antobinary <6312397+antobinary@users.noreply.github.com>
    
    * [ci-set-version] added set manifest version to the CI.
    
    * [ci-set-version] follow with pick-random-user's code
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
    Co-authored-by: Anton Georgiev <anto.georgiev@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Arthur B. Grossi <32987232+Arthurk12@users.noreply.github.com>
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: antobinary <6312397+antobinary@users.noreply.github.com>
    7 people authored Jun 8, 2026
    Configuration menu
    Copy the full SHA
    3cfc23c View commit details
    Browse the repository at this point in the history
Loading