Tainan Felipe
155b90d658
Refactor aria alert and remove inner-htmls from the client
2022-05-25 09:35:24 -03:00
Ramon Souza
07f9a192b9
Merge remote-tracking branch 'upstream/v2.4.x-release' into merge-2425-apr27
2022-04-27 15:32:20 -03:00
Ramon Souza
68b60874bf
display minimize button with autoSwapLayout and oldMinimizeButton
2022-04-20 17:48:26 -03:00
Ramon Souza
7a57344177
Merge remote-tracking branch 'upstream/v2.4.x-release' into 24-25-merge-apr12
2022-04-12 14:46:13 -03:00
Ramon Souza
1c873bd8d6
Merge remote-tracking branch 'upstream/v2.4.x-release' into merge-2425-apr08
2022-04-08 17:30:21 -03:00
Ramon Souza
def29e3388
fix join screenshare
2022-04-08 11:45:17 -03:00
Ramon Souza
0a952b3c9d
fix autoswaplayout bug
2022-04-07 14:09:52 -03:00
Ramon Souza
eee4fde845
prevent setSwapLayout race condition
2022-03-30 15:43:00 -03:00
Ramon Souza
92688ca93a
prevent setSwapLayout race condition
2022-03-30 15:31:19 -03:00
Ramón Souza
7b7635c296
refactor base menu component
2022-03-03 20:48:56 +00:00
Ramón Souza
7145d37066
move toast component to common folder
2022-02-15 17:57:50 +00:00
Ramón Souza
1d1375b3cf
move modal component to common folder
2022-02-15 15:54:55 +00:00
Ramón Souza
16cd3c4ebb
Merge remote-tracking branch 'upstream/v2.4.x-release' into dev-24-0125
2022-01-25 16:56:52 +00:00
Tainan Felipe
4946c1ff41
Backport the validationAuthToken refactor
2022-01-21 21:25:53 -03:00
Pedro Beschorner Marin
810deb907b
refactor(etherpad): access control et al.
...
Move all Etherpad's access control from Meteor to a separated [Node application](https://github.com/bigbluebutton/bbb-pads ).
This new app uses [Etherpad's API](https://etherpad.org/doc/v1.8.4/#index_overview )
to create groups and manage session tokens for users to access them. Each group
represents one distinct pad at the html5 client.
- Removed locked users' access to pads: replaced readOnly pad's access with a new pad's content sharing routine
- Pad's access is now controlled by [Etherpad's API](https://etherpad.org/doc/v1.8.4/#index_overview )
- Closed captions edited content now reflects at it's live feedback
- Improved closed caption's dictation mode live feedback
- Moved all Etherpad's API control from Meteor to a separated [app](https://github.com/bigbluebutton/bbb-pads )
- Included access control both in akka-apps and bbb-pads
2022-01-21 16:56:01 -03:00
Ramón Souza
d547ff09f5
remove hardcoded background value
2022-01-17 13:51:14 +00:00
Ramón Souza
f6e65f58c5
merge 2.4 into develop and resolve conflicts - partial
2022-01-12 16:40:45 +00:00
KDSBrowne
6e9dcef7b3
use settings constants in notification check
2022-01-11 05:18:28 +00:00
KDSBrowne
4ec19006db
add promoted / demoted notification
2022-01-11 05:02:24 +00:00
Anton Georgiev
3b3c50b07d
Merge pull request #13934 from MaximKhlobystov/locale-font
...
Tahoma font for Persian language
2022-01-10 14:21:17 -05:00
Max Franke
c3768ad69b
fix(layout): false positive mobile user
...
User is flagged as mobile on desktop environments with small viewport
2021-12-16 18:44:17 -03:00
Maxim Khlobystov
629f03ca46
Use Tahoma font for Persian language
2021-12-15 21:35:36 +00:00
KDSBrowne
46852d9ae6
Add region roles for screen reader navigation
2021-12-13 03:49:49 +00:00
Ramón Souza
d1c516fef6
resolve html5 conflicts
2021-12-10 21:07:35 +00:00
Anton Georgiev
797fc49633
TEMP
2021-12-09 20:37:05 +00:00
Ramón Souza
436b7c36d4
prevent random-user modal blocking other modals
2021-12-01 17:58:36 +00:00
Ramón Souza
53c0c990f1
other components isPresenter rework
2021-11-23 16:43:49 +00:00
Maxim Khlobystov
cb2a091b76
Make sure that the layout gets pushed when the chosen layout matches the current local one
2021-11-19 14:36:06 +00:00
Anton Georgiev
542db847ff
Merge pull request #13574 from Tainan404/smooth-reconnection-25
...
Improve data structure to not break on reconnections
2021-11-17 15:55:21 -05:00
Anton Georgiev
5923dff270
Merge pull request #13701 from ramonlsouza/styled-variables
...
refactor: Styled-components CSS variables
2021-11-17 13:32:59 -05:00
Ramón Souza
4207502db1
remove unused imports/exports
2021-11-17 12:26:26 +00:00
Ramón Souza
e5293d9109
only use colorBackground in backgrounds
2021-11-16 17:15:02 +00:00
Ramón Souza
ba004994e7
remove remaining styles
2021-11-11 11:47:39 +00:00
Ramón Souza
d4f2f7319b
convert menu component and instances
2021-11-05 19:59:01 +00:00
Tainan Felipe
f5eef03f3f
Improve data structure to not break on reconnections
2021-11-03 14:37:54 -03:00
Anton Georgiev
7551efaa9b
Merge pull request #13601 from Tainan404/refactor-authentication
...
Client authentication refactoring
2021-11-02 10:15:16 -04:00
Tainan Felipe
3e7d88586e
Enhances authToken validation to solely use Meteor.call
2021-10-28 15:16:16 -03:00
Ramón Souza
1deb1b1480
keep sass import of app component until is removed from other components
2021-10-27 17:19:03 +00:00
Ramón Souza
3020b20e71
convert app component
2021-10-27 16:43:51 +00:00
Anton Georgiev
1622425cbc
Merge branch 'develop' of github.com:bigbluebutton/bigbluebutton into 2.4-into-develop
2021-10-22 19:12:58 +00:00
Lucas Zawacki
85e5200d59
chore(layout): Remove unused renderSidebar and renderNavBar methods
2021-10-19 19:28:26 +00:00
Lucas Zawacki
e5ac30fd46
feature(layout): userdata flag for hiding actions bar
2021-10-19 19:20:31 +00:00
Anton Georgiev
24d672a832
Merge branch 'v2.4.x-release' of github.com:bigbluebutton/bigbluebutton into merge-24-dev
2021-10-14 15:13:17 +00:00
Tainan Felipe
1de8e0779d
Add server side reactivity to publications
2021-10-13 15:00:52 -03:00
Ramón Souza
74bf1a558f
push layout UI tweaks
2021-09-30 17:21:03 +00:00
Ramon Souza
2b2792102b
fix hidePresentation parameter
2021-09-27 17:13:41 -03:00
Ramon Souza
4f54f32a1a
rename BaseLayout -> LayoutEngine
2021-09-23 17:46:50 -03:00
Ramon Souza
668d2f8a25
add baseLayout component
2021-09-23 10:34:36 -03:00
Anton Georgiev
ab845b3078
Merge branch 'v2.4.x-release' of github.com:bigbluebutton/bigbluebutton into merge-24-rc-1-into-dev
2021-09-22 15:28:13 +00:00
Ramon Souza
14d9304746
fix restoreOnUpdate feature
2021-09-22 08:48:25 -03:00