Commit Graph

296 Commits

Author SHA1 Message Date
Tainan Felipe
83d5617109 Fix ios scrolling when drawing 2018-07-25 11:08:56 -03:00
Anton Georgiev
13691f0df2
Merge pull request #5880 from Tainan404/issue-5852
Allow guest user join via html5 client
2018-07-20 11:28:39 -04:00
Tainan Felipe
193edcb8fd remove comment 2018-07-19 15:12:04 -03:00
Tainan Felipe
005310d22a Allow guest user join via html5 client 2018-07-19 09:46:44 -03:00
Anton Georgiev
94d3d52a77
Merge pull request #5821 from musickiper/fix-navbar-problem-on-iphone
Adjust Navbar not to cover on the top of any list in mobile view
2018-07-18 13:59:42 -04:00
James Jung
617446f89b Change the overflow setting of the public chat to make the navbar not cover the public chat save button 2018-07-18 13:42:02 -04:00
James Jung
696399fc3a Fix the header not to overlap the options list of public chat on iphone 2018-07-17 14:59:44 -04:00
Anton Georgiev
4dbe681a46 disable HTML5 waiting screen for guest approve 2018-07-11 12:46:44 +00:00
James Jung
3187cdd3c5 Adjust Navbar not to cover on the top of any list in mobile view 2018-07-05 17:09:43 -04:00
James Jung
430872e506 Adjust Navbar not to cover on the top of any list in mobile view 2018-07-05 17:04:18 -04:00
Tainan Felipe
957a2ef02c Tiny fixes in chat and notifications (#5807)
* don't notify old messages when user reload the client

* fix chat height
2018-07-04 14:12:08 -03:00
James Jung
7462710905 adjust view of mobile user actions list 2018-07-03 17:03:27 -04:00
KDSBrowne
b497ac87af improve line readability / fix audio-modal title not being displayed 2018-06-18 17:01:45 +00:00
KDSBrowne
4fa9e745b2 Merge remote-tracking branch 'upstream/v2.0.x-release' into xx.add.Edge-support-html5 2018-06-13 16:30:14 +00:00
Anton Georgiev
827eb7425e Meeting expiration was picked before breakout exp
resulting in keeping of the client tab open at end-of-meeting page
2018-06-11 16:05:53 +00:00
Anton Georgiev
deeec76c6f
Merge pull request #5511 from musickiper/adj-partList-chatModule-width
Adjust default width in the style sheet of participants list and chat module
2018-06-08 15:54:53 -04:00
James Jung
c9cb37cf52 seperate settings of resizable tags' enable attribute of userList and chat 2018-06-08 15:37:43 -04:00
James Jung
bc6b1bb092 Fix comments for userList and chat width 2018-06-08 15:00:13 -04:00
James Jung
01d703e9f1 Fix indentations 2018-06-08 14:53:15 -04:00
Anton Georgiev
81a6b877b9
Merge pull request #5591 from KDSBrowne/edit/config/locale
Improve html5 locale fallback selection
2018-06-08 13:51:53 -04:00
KDSBrowne
b8e9f325e2 Merge branch '01.rework-edge-support' into xx.add.Edge-support-html5 2018-06-07 21:36:55 +00:00
KDSBrowne
41ecfd72ec adds and impliments react-render-in-browser package 2018-06-07 20:00:29 +00:00
KDSBrowne
addcb86b12 add browser/os class to <body> / center indicator icons in edge 2018-06-07 17:51:00 +00:00
James Jung
97deeb67bd Fix indentations 2018-06-07 12:20:41 -04:00
James Jung
46e0d333ea Adjust variable initializations' places according to other merged updates 2018-06-06 12:12:43 -04:00
James Jung
95cc33d713 Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into adj-partList-chatModule-width 2018-06-06 11:53:27 -04:00
James Jung
c676d582d3 Make chat module resizable operation more reasonable 2018-06-05 15:08:49 -04:00
Oswaldo Acauan
34dcad8cd6 Fix navbar being hidden on mobile in some cases. Closes #5568 2018-06-05 11:17:07 -03:00
Oswaldo Acauan
fb04db7b54 Fix current width calc 2018-06-04 16:43:54 -03:00
Oswaldo Acauan
a5d173a1f2 Remove redirect on resize and update userlist compact based on its width 2018-06-04 16:11:11 -03:00
Oswaldo Acauan
7bf922c87b Disable resizing of userlist and chat for mobile 2018-06-04 15:56:09 -03:00
Oswaldo Acauan
6922ab1c70 Disable resizing of userlist and chat for mobile 2018-06-04 15:44:23 -03:00
James Jung
f0c3746884 Seperate the logic for calculating the default width of the userList to outside of the Resizable tag 2018-05-28 12:27:40 -04:00
KDSBrowne
9e06d7b7b1 make resize handle same size on userlist and chat 2018-05-27 14:40:14 -07:00
James Jung
19dbdeaf5f Fix spelling mistake 2018-05-25 13:10:13 -04:00
James Jung
0eb5366e9c Initializing some variables for the default size of the user-list to make the logic inside it more readable 2018-05-24 15:02:47 -04:00
James Jung
f7b1524114 Adjust the default size of userList and chat 2018-05-24 13:32:31 -04:00
James Jung
bf63679ed8 Set default width of userList and change the unit of the userList width size from percentage to pixel 2018-05-23 14:21:48 -04:00
James Jung
e8b2d80842 Adjust minWidth of resizable user-list to make the user names on the list look better 2018-05-17 16:16:48 -04:00
KDSBrowne
91edc247a0 remove chatPad element 2018-05-04 10:00:29 -07:00
KDSBrowne
fc82311132 use $small-only breakpoint / remove $medium-down 2018-05-04 09:52:11 -07:00
KDSBrowne
2c639e7ab9 make chat not open at max size 2018-05-04 08:29:43 -07:00
KDSBrowne
248bfbc332 replace pixel values with css constant 2018-04-30 09:01:07 -07:00
KDSBrowne
f13ca9db3d use props in conditions to render resize handle 2018-04-30 08:55:41 -07:00
KDSBrowne
cf4b5de00c add breakpoint 2018-04-30 08:42:58 -07:00
KDSBrowne
cafce78b0f close userlist via mouse / fix null dropdown warning 2018-04-29 14:23:50 -07:00
KDSBrowne
a9072f5a32 fix mobile and small tablet, chat / userlist position 2018-04-28 18:59:45 -07:00
KDSBrowne
261a2e3b59 adjust chat min / max width 2018-04-28 11:06:03 -07:00
KDSBrowne
7e2c20fca8 make the userlist / chat scalable 2018-04-28 10:53:20 -07:00
KDSBrowne
2a217866fb improve mobile SR views 2018-04-24 07:43:11 -07:00