-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: GuiLeme/plugin-decrease-volume-on-speak
base: main
head repository: bigbluebutton/bbb-plugin-decrease-volume-on-speak
compare: main
- 6 commits
- 24 files changed
- 9 contributors
Commits on Jul 19, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 197cc4b - Browse repository at this point
Copy the full SHA 197cc4bView commit details
Commits on Nov 7, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for ff9a2f6 - Browse repository at this point
Copy the full SHA ff9a2f6View commit details
Commits on Nov 8, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for f157dc7 - Browse repository at this point
Copy the full SHA f157dc7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 7e8547d - Browse repository at this point
Copy the full SHA 7e8547dView commit details
Commits on Apr 16, 2026
-
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
Configuration menu - View commit details
-
Copy full SHA for f99ad6d - Browse repository at this point
Copy the full SHA f99ad6dView commit details
Commits on Jun 8, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3cfc23c - Browse repository at this point
Copy the full SHA 3cfc23cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main