Commit Graph

36355 Commits

Author SHA1 Message Date
timo
1b5aa5c682 Use actions publishing for pages
Instead of publishing from a dedicated branch github pages can now be
deployed directly using actions. This commit introduces this.
2023-02-22 17:05:02 +01:00
timo
84b26096c2 Cleanup workflow file
There were some leftovers that were doing no harm, but I chose to remove
them for clarity.
2023-02-21 21:05:16 +01:00
timo
f00cebb1b6 Update readme
This commit updates the readme to the latest changes.

closes #16666
2023-02-09 11:41:39 +01:00
timo
e4b9637eef Use GitHub Actions and Pages to build and deploy the docs
This commit introduces GitHub Actions to build the docs and deploy them
to GitHub Pages with the following behavior:

* The job will only be triggered for pushes to the branches 'develop' or
those starting with 'v' and changes to the 'docs'-folder in order to
avoid excessive triggering.
* Jobs that are triggered concurrently on different branches are
  canceled and only the last job will be executed.

The template for this action is taken from the original docusaurus
documentation (https://docusaurus.io/docs/deployment#deploying-to-github-pages).

Closes #16665
2023-02-09 11:40:25 +01:00
timo
c87294b5b2 Versioning configuration and improvents in the build script
This commit contains:
* fix the build script, so that only versions are added that have a
  `docusaurus.config.js`
* some refactoring so that the build script will work well with github
  pages
* add configuration to the `docusaurus.config.js` to display a dropdown
  menu to select a version

The behavior for the versioning is now so that 2.6 is both the 'latest'
version as well as the 'next' version. As soon as 2.7 will be built that
will be displayed as the 'next' version.

closes #16671
2023-02-09 10:53:47 +01:00
Anton Georgiev
4bf6c1f7ed
Merge pull request #16672 from antobinary/fs-1.10.9
build: bump FreeSWITCH from 1.10.8 to 1.10.9
2023-02-07 13:12:36 -05:00
Anton Georgiev
9b27f92715 build: bump FreeSWITCH from 1.10.8 to 1.10.9 2023-02-07 18:10:57 +00:00
Anton Georgiev
7665570906
Merge pull request #16670 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_ru
Translate '/bigbluebutton-html5/public/locales/en.json' in 'ru'
2023-02-07 11:43:18 -05:00
Ramón Souza
51781d7419
Merge pull request #16661 from ramonlsouza/issue-15965
fix(whiteboard): cursor in the wrong place if presenter is changed with multi-user whiteboard
2023-02-07 13:24:38 -03:00
transifex-integration[bot]
d0b4bf7e20
Apply translations in ru
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'ru' language.
2023-02-07 16:00:38 +00:00
Ramón Souza
87e76b8f48
Merge pull request #16652 from ramonlsouza/issue-16380
fix: Fullscreen not toggled by Enter key
2023-02-07 11:19:15 -03:00
Ramón Souza
87d6d0a6c4 clear cursor events when presenter changes 2023-02-07 09:52:24 -03:00
Ramón Souza
367c920568
Merge pull request #16628 from Arthurk12/bbb/2.6/darkmode-tweaks
fix(dark mode): dropdowns style
2023-02-06 15:02:21 -03:00
Ramón Souza
888874ddd2
Merge branch 'v2.6.x-release' into bbb/2.6/darkmode-tweaks 2023-02-06 15:01:45 -03:00
Ramón Souza
91c724271e
Merge pull request #16608 from Arthurk12/bbb/2.6/16605
fix(presentation): dark mode
2023-02-06 14:53:25 -03:00
Ramón Souza
564004139d
Merge pull request #16650 from KDSBrowne/bbb-regex-poll-ops
fix(poll): Improve Poll Regular Expression
2023-02-06 13:54:55 -03:00
Anton Georgiev
929b33383d
Merge pull request #16639 from paultrudel/postgres-docker-compose-fix
refactor(imex): Docker Compose Postgres Improvements
2023-02-06 11:36:50 -05:00
Anton Georgiev
bf056350b7
Merge pull request #16636 from zhem0004/fixGuestDialinJoinMute
fix: dial-in guest were coming unmuted
2023-02-06 11:32:47 -05:00
Anton Georgiev
e5fb3d08d1
Merge pull request #16645 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_et
Translate '/bigbluebutton-html5/public/locales/en.json' in 'et'
2023-02-06 11:26:44 -05:00
Anton Georgiev
cf82a99d9e
Merge pull request #16638 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_fa_IR
Translate '/bigbluebutton-html5/public/locales/en.json' in 'fa_IR'
2023-02-06 11:25:17 -05:00
Anton Georgiev
e57723957b
Merge pull request #16641 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_tr
Translate '/bigbluebutton-html5/public/locales/en.json' in 'tr'
2023-02-06 11:25:04 -05:00
Anton Georgiev
b004338003
Merge pull request #16655 from danimo/fix_dark_theme
fix(docs): Make index page behave in dark mode and fix spacing
2023-02-06 11:21:55 -05:00
Anton Georgiev
8262d88566
Merge pull request #16643 from ffdixon/add-apparmor-utils
build(bbb-libreoffice-docker): Add dependency for apparmor-utils
2023-02-06 11:19:28 -05:00
Daniel Molkentin
9d0ff6a18f fix(docs): Make index page behave in dark mode and fix spacing 2023-02-06 17:07:17 +01:00
Anton Georgiev
2afb143bad
Merge pull request #16113 from riadvice/docs-resource-center
Merge bigbluebutton-docs to the main repository
2023-02-06 10:15:31 -05:00
KDSBrowne
eb4c85c861 Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into bbb-regex-poll-ops 2023-02-06 14:14:38 +00:00
Ramón Souza
2243736b41
Merge pull request #16622 from ramonlsouza/improve-quick-poll
fix(poll): improve quick poll regex
2023-02-06 10:44:02 -03:00
Ramón Souza
5a93e3649f restore missing whiteboard shortcuts 2023-02-06 10:37:34 -03:00
KDSBrowne
9b51ac6095 improve poll regex - reduces invalid options detected 2023-02-06 13:04:28 +00:00
transifex-integration[bot]
175e13adcc
Apply translations in et
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'et' language.
2023-02-06 10:34:34 +00:00
Fred Dixon
a72d420fd0 Add dependency for apparmor-utils 2023-02-05 16:05:29 -06:00
transifex-integration[bot]
aca35fcb9c
Apply translations in tr
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'tr' language.
2023-02-04 01:54:18 +00:00
Paul Trudel
62102a84a8 Modified PG startup script and added volume 2023-02-03 20:37:45 +00:00
transifex-integration[bot]
c81a4d0ef5
Apply translations in fa_IR
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'fa_IR' language.
2023-02-03 20:33:54 +00:00
Bohdan Zhemelinskyi
ffb8aaf616 fix dial-in guest join 2023-02-03 17:02:28 +00:00
Anton Georgiev
077fca3d7c
Merge pull request #16627 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_fr
Translate '/bigbluebutton-html5/public/locales/en.json' in 'fr'
2023-02-03 11:23:14 -05:00
Anton Georgiev
07811e6677
Merge pull request #16631 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_es_ES
Translate '/bigbluebutton-html5/public/locales/en.json' in 'es_ES'
2023-02-03 11:22:52 -05:00
Anton Georgiev
695a536c60
Merge pull request #16630 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_es
Translate '/bigbluebutton-html5/public/locales/en.json' in 'es'
2023-02-03 11:22:28 -05:00
Anton Georgiev
b0ddc8d67c
Merge pull request #16633 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_gl
Translate '/bigbluebutton-html5/public/locales/en.json' in 'gl'
2023-02-03 11:22:03 -05:00
Anton Georgiev
b67f3789ee
Merge pull request #16634 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_ja
Translate '/bigbluebutton-html5/public/locales/en.json' in 'ja'
2023-02-03 11:21:42 -05:00
Anton Georgiev
64a2cde158
Merge pull request #16635 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_de
Translate '/bigbluebutton-html5/public/locales/en.json' in 'de'
2023-02-03 11:21:19 -05:00
transifex-integration[bot]
307d8616e2
Apply translations in de
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'de' language.
2023-02-03 16:11:52 +00:00
transifex-integration[bot]
4df551ed7a
Apply translations in ja
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'ja' language.
2023-02-03 15:34:28 +00:00
transifex-integration[bot]
be1df7b8f5
Apply translations in gl
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'gl' language.
2023-02-03 15:23:06 +00:00
transifex-integration[bot]
2c85396e2e
Apply translations in es_ES
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'es_ES' language.
2023-02-03 15:22:52 +00:00
transifex-integration[bot]
31d5f1c1a7
Apply translations in es
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'es' language.
2023-02-03 15:22:45 +00:00
transifex-integration[bot]
66eac94883
Apply translations in fr
translation completed for the source file '/bigbluebutton-html5/public/locales/en.json'
on the 'fr' language.
2023-02-03 14:13:42 +00:00
Arthurk12
b00469ddc8 fix(dark mode): dropdowns style
Fixes dropdowns border style in dark mode.
2023-02-03 11:09:48 -03:00
Ramón Souza
31d44bf589
Merge pull request #16624 from ramonlsouza/issue-16552
Implement cap for max number of annotations per slide
2023-02-03 10:17:39 -03:00
Ramón Souza
5b83c12ffe remove limit in query 2023-02-03 09:49:49 -03:00