Commit Graph

9503 Commits

Author SHA1 Message Date
Anton Georgiev
a1d4e62d9b Merge branch 'new-branch' of https://github.com/perroned/bigbluebutton into testing-version-15
Conflicts:
	labs/meteor-client/app/client/stylesheets/portrait/chat.less
2015-02-06 20:03:11 +00:00
Anton Georgiev
e846c5f330 Merge branch 'meteor-client-responsive-ui' of https://github.com/gthacoder/bigbluebutton into testing-version-15 2015-02-06 19:52:36 +00:00
Anton Georgiev
dc12fc0eb1 Merge branch 'chat-quotes' of github.com:antobinary/bigbluebutton into testing-version-15 2015-02-06 19:48:13 +00:00
Richard Alam
cdc6daced8 - add support for configuring stun and turn servers
- add new /stuns api to be called by the Flash client
2015-02-06 19:46:56 +00:00
Anton Georgiev
a6eb4865dc load the main template only on successful login (before it would load for a sec no matter what) 2015-02-06 19:41:18 +00:00
Anton Georgiev
c6da51d61b add a flag for HTML5 users. add a flag for html5 users that validated successfully. Use these flags for action authorization. From now onwards we only allow users that got validate_auth_token_reply with true to proceed and enter a meeting. No restriction for the flash client users. Dummy users are now added only for html5 users when requesting validation from BBB 2015-02-06 17:21:31 +00:00
Anton Georgiev
7ff2a05a73 clear session vars before redirecting 2015-02-06 16:55:46 +00:00
Maxim Khlobystov
438c61485d Made the landing page responsive. 2015-02-05 16:44:01 -08:00
Maxim Khlobystov
b16f4e2f1a Made the padding between the slide and whiteboard border consistent on loading the portrait view and scaling. 2015-02-05 14:43:57 -08:00
Anton Georgiev
08e0ada372 Merge branch 'whiteboard-modifications' of https://github.com/OZhurbenko/bigbluebutton into chat-quotes 2015-02-05 20:07:13 +00:00
Anton Georgiev
6e39140ab3 if unauthorized user attempts to subscribe, throw an error which will cause the user to be redirected to the login page 2015-02-05 19:58:39 +00:00
Oleksandr Zhurbenko
ef9d59dfb2 Added vertical centering, added Flexbox support for all browsers, cleared a console 2015-02-04 19:30:32 -08:00
Maxim Khlobystov
52c8a471bf Merge branch 'meteor-client-nightwatch' into meteor-client-responsive-ui 2015-02-04 14:22:52 -08:00
perroned
56c13bd4c5 cleaned up 2015-02-04 13:20:41 -08:00
Richard Alam
162e54d2ef Merge pull request #506 from capilkey/add-user-contextmenu
add a context menu item to UserGrid to export user names
2015-02-04 15:41:46 -05:00
Chad Pilkey
ac220162dd add a context menu item to UserGrid to export user names 2015-02-04 12:33:08 -08:00
perroned
5bf696d998 Fixed inability to send multilined messages 2015-02-04 11:11:47 -08:00
perroned
b4bf8b561b Add timestamps to selected font size 2015-02-04 11:10:45 -08:00
perroned
366bb23c78 Don't hard code sizes in html 2015-02-04 10:16:35 -08:00
perroned
ad7224cd7f Fixing chat message size on mobile 2015-02-04 10:01:14 -08:00
Oleksandr Zhurbenko
f1129d88fb Merge branch 'meteor-client-responsive-ui' of https://github.com/gthacoder/bigbluebutton into whiteboard-modifications 2015-02-03 13:37:58 -08:00
Fred Dixon
b71d6f85e8 Merge pull request #505 from capilkey/fix-issue-1866
Fix issue 1866
2015-02-03 15:44:29 -05:00
Chad Pilkey
ac373429b2 fix arrow keys in textboxes and slide change keybinds 2015-02-03 12:29:26 -08:00
Chad Pilkey
8eb7bc9ed8 Merge remote-tracking branch 'upstream/master' into fix-issue-1866
Conflicts:
	bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/business/VideoWindowItf.as
2015-02-03 12:27:16 -08:00
Anton Georgiev
24b26f450e Merge branch 'meteor-client-device-orientation' of https://github.com/gthacoder/bigbluebutton into meteor-client-device-orientation 2015-02-03 18:20:53 +00:00
Maxim Khlobystov
833dcd273b Handled the soft keyboard on mobile devices. 2015-02-03 10:19:16 -08:00
perroned
66fd06c662 Merge remote-tracking branch 'maxim/meteor-client-device-orientation' into new-branch
Conflicts:
	labs/meteor-client/app/client/stylesheets/portrait/chat.less
2015-02-03 07:45:16 -08:00
Anton Georgiev
2e1ff49048 Merge branch 'meteor-client-responsive-ui' of github.com:gthacoder/bigbluebutton into chat-quotes 2015-02-03 15:35:07 +00:00
perroned
2eb1f2f9ac Easier to close chat on mobile 2015-02-03 07:30:40 -08:00
Anton Georgiev
ee4db621fc Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into chat-quotes
Conflicts:
	bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/BigBlueButtonApplication.java
	bigbluebutton-apps/src/main/java/org/bigbluebutton/core/api/IBigBlueButtonInGW.java
	bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/BigBlueButtonInGW.scala
	bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/api/InMessages.scala
	bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/users/UsersApp.scala
2015-02-03 15:28:35 +00:00
Maxim Khlobystov
bf366e7341 Started using the device orientation instead of the device width to distinguish between a narrowed desktop window and a mobile device in portrait orientation. 2015-02-02 17:19:57 -08:00
Chad Pilkey
d4b4950aaf fixed an exception in VideoWindowItf 2015-02-02 16:36:43 -08:00
Anton Georgiev
dced2a0902 allowing " and \ chars in the chat strings from the HTML5 client 2015-02-02 23:33:17 +00:00
Fred Dixon
078f4f1dae Merge pull request #504 from bigbluebutton/fix-how-we-use-sessionid-to-identify-user
Fix how we use sessionid to identify user
2015-02-02 17:56:18 -05:00
Anton Georgiev
a6f0755f27 Merge branch 'meteor-client-responsive-ui' of https://github.com/gthacoder/bigbluebutton into testing-version-14 2015-02-02 20:06:08 +00:00
Richard Alam
d2a2b4b5db - use the new userid information to identify the red5 connection 2015-02-02 19:40:25 +00:00
Richard Alam
b91b7087c5 - treat authToken and userid differently. Before, userid and authtoken had the same values. 2015-02-02 19:38:18 +00:00
Richard Alam
fd061d82d1 - use the userid instead of having sessionid as the sessionid is just a duplicate info 2015-02-02 19:37:00 +00:00
Richard Alam
f17ae89b6f - remove duplicate register user as we now only process the register user message from bbb-web not from the client 2015-02-02 19:35:50 +00:00
Richard Alam
e2eea34830 - fix exception that broke sharing of webcam 2015-02-02 19:34:26 +00:00
Maxim Khlobystov
b9f6dbd646 Added some padding space between the slide and the whiteboard bottom border. 2015-02-02 08:34:37 -08:00
perroned
0bdea5163d fixing some elements on small screens 2015-02-02 08:31:22 -08:00
perroned
827a64a7b9 Organized user list 2015-02-02 08:11:25 -08:00
Maxim Khlobystov
9a2c10b7a8 Revert "add slide spacing on startup"
This reverts commit 580d84c9fa.

Conflicts:
	labs/meteor-client/app/client/views/whiteboard/whiteboard.coffee
2015-02-02 08:10:40 -08:00
Maxim Khlobystov
b27186c7c2 Revert "add bottom border for whiteboard slide when resizing"
This reverts commit 06c4c71d18.

Conflicts:
	labs/meteor-client/app/client/views/whiteboard/whiteboard.coffee
2015-02-02 08:05:29 -08:00
Richard Alam
98c9868bb3 - try to fix usr joining sequence 2015-01-31 09:39:43 -08:00
Maxim Khlobystov
aeabd91f6b Added Jasmine package and one of its dependencies. 2015-01-30 16:22:12 -08:00
Richard Alam
a900eed3ce - start modifying messages to use sessionid to identify user 2015-01-30 23:01:48 +00:00
Anton Georgiev
bd2ea9c711 unnecessary code repetition 2015-01-30 22:41:28 +00:00
Anton Georgiev
1f7b751ee6 user join was not triggering for html5 client users. using the token instead of userID to find the user 2015-01-30 22:12:31 +00:00