Skip to content
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
a2b1373
[add-lint-and-ci] - added lint, ci and boilerplate for plugin building
GuiLeme Jun 19, 2024
fdd4662
[add-lint-and-ci] Customize files for plugin, not SDK
GuiLeme Jun 19, 2024
6a785b6
Merge pull request #5 from GuiLeme/add-lint-and-ci
antobinary Jun 19, 2024
ebd701f
fix typo
antobinary Jul 12, 2024
fd72e8d
build: initial stab at packaging
antobinary Jul 17, 2024
b7d43ae
disable the build for template
antobinary Jul 18, 2024
eeb9c57
disable the build for template
antobinary Jul 18, 2024
1a8d354
drop 2 unneeded files from packaging
antobinary Jul 18, 2024
3eba852
ref: Update template to use the new plugin manifest structure (#10)
GuiLeme Oct 29, 2024
ea66973
ci: add workflow to auto tag and bump package.json (#9)
antobinary Oct 29, 2024
644eb54
[package-cleanup] package.json cleanup and manifest cleanup (#11)
GuiLeme Apr 24, 2025
b2a9e4f
Bump http-proxy-middleware in the npm_and_yarn group across 1 directo…
dependabot[bot] May 21, 2025
73a9dc6
chore: set version to 0.0.1
antobinary May 21, 2025
71db5f8
Update changelog
antobinary Aug 19, 2025
d9730e7
Update control
antobinary Aug 19, 2025
b6aa9bb
[add-more-info-template] added locales and a react boilerplate to sta…
GuiLeme Oct 21, 2025
0b4e068
[add-more-info-template] corrected some vulnerabilities
GuiLeme Oct 21, 2025
0ef26c7
ref: Added more information to the react boilerplate (#19)
antobinary Oct 21, 2025
6191d35
chore: replaces deprecated `onBeforeSetupMiddleware` webpack hook
Arthurk12 Nov 5, 2025
7ad9006
Update old repository name references from plugin-template to bbb-plu…
Copilot Apr 16, 2026
84e0a37
Merge pull request #23 from bigbluebutton/copilot/check-repository-na…
antobinary Apr 16, 2026
0b8cf12
Merge pull request #21 from Arthurk12/patch-1
antobinary Apr 24, 2026
fb53dcf
chore: update names to bbb-plugin-template after repository rename
Copilot Apr 24, 2026
2298c21
Merge pull request #24 from bigbluebutton/copilot/update-repository-n…
antobinary Apr 24, 2026
2e23705
[ci-set-version] added set manifest version to the CI.
GuiLeme Jun 4, 2026
94b3444
Merge pull request #25 from GuiLeme/ci-set-version
GuiLeme Jun 4, 2026
97e9160
[ci-set-version] follow with pick-random-user's code
GuiLeme Jun 4, 2026
37f4f0b
Merge pull request #26 from GuiLeme/ci-set-version
GuiLeme Jun 4, 2026
75333e3
chore: update CI from bbb-plugin-template v0.0.x
GuiLeme Jun 4, 2026
188a134
Merge branch 'main' into update-ci
antobinary Jun 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/publish-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
user_email="github-actions@github.com"
fi
echo "user_email=$user_email" >> $GITHUB_ENV

- name: Configure Git with the triggering user's info
run: |
git config user.name "${{ github.actor }}"
Expand Down
Loading