Commit Graph

9503 Commits

Author SHA1 Message Date
Anton Georgiev
b61932aacf limit the color to mobile only. hide footer when typing 2015-02-26 17:14:21 +00:00
Anton Georgiev
a7d181f862 first steps of making the elements more readable on mobile 2015-02-25 02:39:30 +00:00
Anton Georgiev
4bf12fd721 footer: visible only on the bottom, resize 2015-02-25 01:28:50 +00:00
Anton Georgiev
2aeb982706 add a vertical limit for the userslist
set a vertical limit for users after which the scrollbar appears
2015-02-24 23:09:26 +00:00
Anton Georgiev
89e97577da fit to width slide in portrait. substitute jquery resizing for whiteboard 2015-02-24 21:29:32 +00:00
Maxim Khlobystov
bcbfd60228 Made the vertical whiteboard centering compatible with Internet Explorer and more reliable. 2015-02-24 16:33:05 +00:00
Anton Georgiev
082d524cac The chat input box is no longer auto focused on login
The reasoning is:
-when the client loads on a touch-screen device (mobile) the keyboard should not be displayed. Or it impedes the view.
-prevent accidental chat messages
2015-02-23 23:29:12 +00:00
Richard Alam
47abd76cef Merge pull request #529 from antobinary/meteor-auto-resize
css resizeWindows. footer no longer overlaps. height control
2015-02-23 18:19:16 -05:00
Anton Georgiev
1c981ec11b css resizeWindows. footer no longer overlaps. height control 2015-02-23 23:04:40 +00:00
Richard Alam
779f8c51c6 Merge pull request #528 from gthacoder/meteor-client-restructured-css
Restructuring the LESS file tree and the stylesheets themselves in HTML5 client + a few older commits with the chat tab enhancements.
2015-02-23 17:54:45 -05:00
Maxim Khlobystov
828114f03f Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into meteor-client-restructured-css 2015-02-23 14:00:42 -08:00
Richard Alam
347db770b2 Merge pull request #526 from antobinary/master
Merging this as this doesn't affect code in 0.90 but need this to have the HTML5 client maintain in sync with master.
2015-02-23 16:45:48 -05:00
Maxim Khlobystov
9ce41b3444 Finished up the restructuring of LESS. 2015-02-21 15:50:47 -08:00
Fred Dixon
e455c0e063 Update demo10_helper.jsp
Fixed typo for English 106.
2015-02-21 15:46:50 -07:00
Maxim Khlobystov
3a2f44a9f5 Moved all the chat-related LESS to one file and structured it using media queries inside classes instead of the other way around. 2015-02-20 18:07:50 -08:00
Richard Alam
8c194a0c1f Merge pull request #527 from bigbluebutton/change-log-level-port-test
- remote stun related code
2015-02-20 14:56:22 -05:00
Richard Alam
c1671f7a5d - remote stun related code
- get meeting and user info so we can log more info when user fails to connect to Red5
2015-02-20 19:54:24 +00:00
Maxim Khlobystov
428ab03cc4 Introduced the media query aliases. 2015-02-19 19:28:55 -08:00
Anton Georgiev
b6bde6fb97 removing merging traces for smooth pull req 2015-02-19 21:06:01 +00:00
Anton Georgiev
6416469172 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
Conflicts:
	bbb-api-demo/src/main/webapp/demoHTML5.jsp
	bigbluebutton-web/src/java/org/bigbluebutton/api/MeetingService.java
2015-02-19 20:47:08 +00:00
Richard Alam
b64174dda5 Merge pull request #525 from antobinary/chat-symbols-log-strings
HTML5 Client chat symbols
2015-02-19 15:39:27 -05:00
Richard Alam
2a2b843537 Merge pull request #524 from antobinary/html5-bbb-demo
HTML Client jsp login page instead of demos node app
2015-02-19 15:39:13 -05:00
Anton Georgiev
a035e9bc5a fix some log strings
Conflicts:
	bigbluebutton-web/src/java/org/bigbluebutton/api/MeetingService.java
2015-02-19 19:53:19 +00:00
Anton Georgiev
7911046a70 allowing " and \ chars in the chat strings from the HTML5 client 2015-02-19 19:29:26 +00:00
Anton Georgiev
c66aaba03e added link to html5client demo. Rm meetingName box 2015-02-19 19:03:53 +00:00
Anton Georgiev
6f8f59c3d8 removing demos. Substituted with demoHTML5.jsp
Conflicts:
	labs/demos/public/stylesheets/login.css
2015-02-19 17:31:52 +00:00
Anton Georgiev
d5c5fc6272 added a BBB demo for accessing the HTML5 client. It should substitute the demos app 2015-02-19 17:29:57 +00:00
Richard Alam
c20bba7b5c Merge pull request #523 from bigbluebutton/change-log-level-to-user-disconnect
- change log level to warn
2015-02-18 10:49:46 -05:00
Richard Alam
7d7b29620d - change log level to warn 2015-02-18 15:48:23 +00:00
Richard Alam
0f402235a1 Merge pull request #522 from bigbluebutton/do-not-store-connection-info
- remove storing of connection as we query the connection from Red5 dir...
2015-02-18 09:54:00 -05:00
Richard Alam
1baf405a31 - remove storing of connection as we query the connection from Red5 directly 2015-02-18 01:31:32 +00:00
Richard Alam
65c35e1137 Merge pull request #520 from bigbluebutton/add-more-info-js-log
- add more info into JS log
2015-02-17 19:26:22 -05:00
Richard Alam
edaeaf6bf4 Merge pull request #521 from capilkey/webrtc-fixes
WebRTC fixes
2015-02-17 19:26:07 -05:00
Richard Alam
23573f528c Merge pull request #516 from bigbluebutton/remove-collector-actor
- remote CollectorActor as we don't use it. Found that sometimes it's s...
2015-02-17 19:12:12 -05:00
Chad Pilkey
e6d3cd551d fixed a race condition in the webrtc javascript code, and added cause for error 1004 2015-02-17 16:11:42 -08:00
Richard Alam
931d1624d7 - add more info into JS log 2015-02-18 00:09:10 +00:00
Anton Georgiev
cd0fe0bd58 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton 2015-02-17 23:47:23 +00:00
Anton Georgiev
8550ed926c adjust the logOutUrl 2015-02-17 23:33:13 +00:00
Anton Georgiev
822b6268e3 removing demos. Substituted with demoHTML5.jsp 2015-02-17 23:25:30 +00:00
Oleksandr Zhurbenko
61ea73c2a7 Improved Chat tab 2015-02-17 15:23:27 -08:00
Anton Georgiev
991d60806c added a BBB demo for accessing the HTML5 client. It should substitute the demos app 2015-02-17 23:19:43 +00:00
Oleksandr Zhurbenko
3f55033c67 Improved participants tab in a mobile view 2015-02-17 15:02:49 -08:00
Richard Alam
a710c58282 Merge pull request #518 from kepstin/stun-turn-js
Add webrtc 1009 error to translations
2015-02-17 13:46:37 -05:00
Calvin Walton
8e7a34b5dd Add webrtc 1009 error to translations 2015-02-17 13:29:27 -05:00
Richard Alam
6c44523464 Merge pull request #517 from kepstin/stun-turn-js
Use configured stun/turn servers when making webrtc call
2015-02-17 12:09:53 -05:00
Richard Alam
55059a4c60 - remote CollectorActor as we don't use it. Found that sometimes it's sendBuffer gets too large and
not sure if the Actor died and isn't processing the messages.
2015-02-17 17:01:17 +00:00
Calvin Walton
1af70d8e4e Use configured stun/turn servers when making webrtc call 2015-02-17 12:00:04 -05:00
Anton Georgiev
e95b63f444 Merge branch 'meteor-client-responsive-ui' of github.com:gthacoder/bigbluebutton into meteor-portrait-improvements 2015-02-17 16:55:04 +00:00
Oleksandr Zhurbenko
1adb366cf3 Merge branch 'meteor-client-responsive-ui' of https://github.com/gthacoder/bigbluebutton into whiteboard-modifications 2015-02-16 17:59:14 -08:00
Maxim Khlobystov
7a068c5c8e Corrected the proportion in which the userlist, whiteboard and chat grow or shrink on horizontal scaling. 2015-02-16 17:49:01 -08:00