Commit Graph

33555 Commits

Author SHA1 Message Date
Joao Victor
18b06e1ba5 fix: point media button chevrons upwards #15068 2022-05-25 09:38:22 -03:00
Ramón Souza
464fa7a8ab
Merge pull request #15064 from ramonlsouza/increase-menu-padding-
style: increase dropdown menu padding
2022-05-23 21:45:00 +01:00
Ramón Souza
391954c7fc
Merge pull request #15066 from gabriellpr/border-on-pads
Adding border inside shared notes for viewers
2022-05-23 20:47:35 +01:00
gabriellpr
a77ea836d8 adding border inside shared notes for viewers 2022-05-23 16:22:31 -03:00
Ramon Souza
295ef43f7e increase dropdown menu padding 2022-05-23 13:58:51 -03:00
Ramón Souza
b0894c40e7
Merge pull request #15062 from ramonlsouza/increase-menu-padding
style: increase dropdown menu padding
2022-05-23 15:53:34 +01:00
Ramon Souza
44d11903e9 increase dropdown menu padding 2022-05-23 11:45:53 -03:00
Ramón Souza
211953b242
Merge pull request #15013 from ramonlsouza/multi-tab-fix
fix: prevent user join from multiple tabs with same sessionToken
2022-05-23 14:31:53 +01:00
Ramón Souza
a492f51323
Merge pull request #15048 from gabriellpr/ui-fix-align
style: Removing and alinging dropdowns items.
2022-05-23 14:11:44 +01:00
Ramón Souza
6b915c1f70
Merge pull request #15050 from JoVictorNunes/date-zero-padding-chat-userlist
improvement: chat and user-list export file name date string
2022-05-23 14:11:25 +01:00
Anton Georgiev
5f8eb1d944
Merge pull request #15054 from antobinary/ci-25
ci: Add github workflow to run automated tests (was #14880)
2022-05-20 13:50:16 -04:00
Tiago Jacobs
a120aeab63 Filter branches that CI tests will run (>=2.5.x) 2022-05-20 17:45:54 +00:00
Tiago Jacobs
ce93125d3b Add github workflow to run automated tests 2022-05-20 17:45:40 +00:00
Joao Victor
06bff87a33 Merge remote-tracking branch 'upstream/v2.5.x-release' into date-zero-padding-chat-userlist 2022-05-20 13:20:20 -03:00
Joao Victor
fd03bd21bc improvement: chat and user-list export file name date string 2022-05-20 12:00:28 -03:00
gabriellpr
1c1b356161 removing white spaces inside menus
refactoring code

...
2022-05-20 11:22:34 -03:00
Anton Georgiev
a1b8ed7bc4
Merge pull request #15049 from GuiLeme/update-nokogiri-1.13.5
chore: Updated nokogiri to version 1.13.5
2022-05-20 08:42:09 -04:00
GuiLeme
148e1bd355 Updated nokogiri to version 1.13.5 2022-05-20 09:18:32 -03:00
Anton Georgiev
66477dae7a
Merge pull request #15045 from ramonlsouza/export-chat-fix
fix: export chat crash on breakout room
2022-05-19 15:21:26 -04:00
Ramon Souza
02c7fc4493 fix export chat on breakout room 2022-05-19 15:53:48 -03:00
Anton Georgiev
a7fc4811bb
Merge pull request #15037 from ramonlsouza/userlist-throttle
fix: userlist throttle instead of debounce
2022-05-18 15:21:14 -04:00
Ramon Souza
aa53d88da7 removes userlist debounce, adds userlist throttle 2022-05-18 15:46:50 -03:00
Anton Georgiev
b5241d0ee9
Merge pull request #15022 from schrd/etherpad-clusterproxy-fix
Fix etherpad session authentication to work in cluster setups
2022-05-18 12:44:17 -04:00
Ramón Souza
6dbeba078a
Merge pull request #15029 from gabriellpr/guest-policy-bug
Changed the loading message to be more understandable.
2022-05-18 14:38:25 +01:00
gabriellpr
292b6889a6
Update bigbluebutton-html5/private/static/guest-wait/guest-wait.html
Co-authored-by: João Victor Nunes <62393923+JoVictorNunes@users.noreply.github.com>
2022-05-17 13:55:58 -03:00
gabriellpr
aa9719efff saving user-status for future reload
changed the loading message to be more understandable

...

...
2022-05-17 13:47:04 -03:00
Ramon Souza
8986fe2853 prevent disconnect in same tab 2022-05-17 13:09:41 -03:00
Anton Georgiev
4278090983
chore: Bump release to rc.4 2022-05-17 10:45:20 -04:00
Anton Georgiev
01db8edee0
Merge pull request #15028 from pedrobmarin/b-p-v1-2-1
build(pads): v1.2.1
2022-05-17 10:16:50 -04:00
Anton Georgiev
1c187d3e04
Merge pull request #15033 from ramonlsouza/pr-14723-25
Remove group chat unused info: name (2.5)
2022-05-17 08:48:21 -04:00
Ramon Souza
5bddbdb4cf adjustments 2022-05-17 09:39:15 -03:00
Pedro Beschorner Marin
9bf697b010 build(pads): v1.2.1
Update `bbb-pads` version.

https://github.com/bigbluebutton/bbb-pads/releases/tag/v1.2.1
2022-05-16 13:33:08 -03:00
Ramón Souza
d2914b6994
Merge pull request #15026 from JoVictorNunes/issue-15009
[2.5] fix(whiteboard): border-radius of toolbar buttons #15009
2022-05-16 14:54:30 +01:00
Ramón Souza
226abc4bd1
Merge pull request #15008 from JoVictorNunes/fix-popover-menu
[2.5] fix: popover menus in RTL mode
2022-05-16 14:50:47 +01:00
Joao Victor
7ff6f8750d [2.5] fix(whiteboard): border-radius of toolbar buttons #15009 2022-05-16 10:20:16 -03:00
Daniel Schreiber
dfd93e7959 Fix etherpad session authentication to work in cluster setups
Etherpad uses the sessionID cookie for authorization. In cluster setups the
host part of the URI which serves the html5 frontend is different from
the hostname part of the URI which serves etherpad. Therefore the
bbb-html5 client can't set a cookie for etherpad which contains the
etherpad sessionID.

This patch uses the `ep_auth_session` etherpad plugin which takes the
`sessionID` as query parameter, sets the cookie in the browser and
redirects the iframe to the pad URI.
2022-05-16 07:40:42 +02:00
Fred Dixon
e2f1fa7bbf
Merge pull request #15021 from ffdixon/fix-updates-rc3
Minor updates for rc3
2022-05-15 15:01:47 -04:00
Fred Dixon
a52986b015 Bump release to rc3 2022-05-15 13:59:25 -05:00
Fred Dixon
ef6eb21cce Minor refactoring of propagating new version 2022-05-15 13:58:25 -05:00
Fred Dixon
fe7a2d6c7f Better wording on breakout room actions 2022-05-15 13:52:28 -05:00
Ramon Souza
3800065380 remove chat name 2022-05-13 17:44:41 -03:00
Ramon Souza
5397498746 prevent user join from multiple tabs with same sessionToken 2022-05-13 16:18:51 -03:00
Anton Georgiev
b0035170fb
Merge pull request #15010 from prlanzarin/u25-cornelius-tacitus
chore: remove obsolete gstream upgrade routine (cherry-picked from #14616)
2022-05-13 12:58:28 -04:00
Daniel Molkentin
08ca953ba8 chore: remove obsolete gstream upgrade routine 2022-05-13 16:14:50 +00:00
Anton Georgiev
d684f3354a
Merge pull request #15006 from antobinary/set-version
build: set html5 client version on bbb-config update
2022-05-13 09:57:36 -04:00
Anton Georgiev
07a6abf5d1
Merge pull request #15005 from ramonlsouza/locales-may13
chore: Pulled the latest 2.5 HTML5 locales from Transifex
2022-05-13 09:51:08 -04:00
Anton Georgiev
61d27c78f7 build: set html5 client version on bbb-config update 2022-05-13 13:50:20 +00:00
Joao Victor
e070b586c4 [2.5] fix: popover menus in RTL mode 2022-05-13 10:42:19 -03:00
Localization Server
a494d5b66c chore: Pulled the latest 2.4 HTML5 locales from Transifex 2022-05-13 09:41:54 -03:00
Gustavo Trott
40fc2473bf
Merge pull request #14944 from GuiLeme/issue-14828 2022-05-11 19:06:02 -03:00