Commit Graph

9046 Commits

Author SHA1 Message Date
Anton Georgiev
191d2d68ee Merge branch 'meteor-client-kicked-n-returning' of github.com:gthacoder/bigbluebutton into meteor-client-kicked-n-returning
Conflicts:
	labs/meteor-client/app/client/main.html
	labs/meteor-client/app/client/views/users/user_list.coffee
	labs/meteor-client/app/server/user_permissions.coffee
2014-12-10 15:50:08 +00:00
Maxim Khlobystov
fd9d9b02d6 Trying to wait for the moment when the user is kicked out more effectively. 2014-12-09 18:46:49 -08:00
Anton Georgiev
26e5749d44 now we won't see 'ghost' users in the html5 client - users that registered but did not join 2014-12-10 00:33:56 +00:00
Anton Georgiev
c6b48e4037 Merge branch 'meteor-client-responsive-ui' of https://github.com/gthacoder/bigbluebutton into testing-version-007 2014-12-09 22:16:46 +00:00
Anton Georgiev
3150fc5483 in a race condition the user did not have a user.role 2014-12-09 22:10:06 +00:00
Maxim Khlobystov
da0cb724a9 Merge branch 'testing-version-007' of https://github.com/antobinary/bigbluebutton into meteor-client-responsive-ui 2014-12-09 14:01:26 -08:00
Anton Georgiev
7e78e3dcc2 clean up and improve logging 2014-12-09 20:45:20 +00:00
Maxim Khlobystov
35e0090afe Merge branch 'meteor-ui-less' of https://github.com/antobinary/bigbluebutton into meteor-client-responsive-ui 2014-12-09 10:06:08 -08:00
Maxim Khlobystov
434cfc588c Made navbar responsive. 2014-12-09 10:03:01 -08:00
Anton Georgiev
5f93fdc2f2 if the user is not in the meeting (kicked out) redirect to 'logout' 2014-12-09 17:06:28 +00:00
Anton Georgiev
9eeee1823d Tyler's changes on UI 2014-12-09 00:22:09 +00:00
Maxim Khlobystov
032cc39c4e Replaced width-related breakpoint by the page orientation info for switching between landscape and portrait stylesheets. 2014-12-08 15:35:25 -08:00
Anton Georgiev
4d34b5f073 Merge branch 'master' of github.com:antobinary/bigbluebutton into testing-version-007
Conflicts:
	labs/meteor-client/app/client/stylesheets/users.less
2014-12-08 19:56:44 +00:00
Anton Georgiev
6b16a67e6c the default values for Session vars should be set on main page load 2014-12-05 19:04:46 +00:00
Anton Georgiev
f9dc0fdac1 clean Session var on logout 2014-12-05 18:53:53 +00:00
Anton Georgiev
b30d18cda7 Merge branch 'meteor-client-responsive-ui' of github.com:gthacoder/bigbluebutton into meteor-ui-less 2014-12-05 14:52:32 +00:00
Anton Georgiev
596bacbc09 fixing issue where meetingName was using old value from Session 2014-12-04 21:31:13 +00:00
Maxim Khlobystov
a1682a02fe Put landscape and portrait stylesheets in separate files. 2014-12-04 13:30:52 -08:00
Maxim Khlobystov
1a8aca0315 Added a portrait mode for extra small devices. 2014-12-03 18:06:06 -08:00
Anton Georgiev
00e860d794 Merge branch 'meteor-client-responsive-ui' of https://github.com/gthacoder/bigbluebutton into testing-version-007
Conflicts:
	labs/meteor-client/app/.meteor/packages
	labs/meteor-client/app/client/views/users/user_item.html
2014-12-03 21:10:51 +00:00
Maxim Khlobystov
0a6e8a9b53 Made the size of visible panels fit the whole window on toggling userlist/whiteboard/chat. 2014-12-02 19:20:16 -08:00
Anton Georgiev
171f3dccfc reworked the toggle on/off expanding 2014-12-02 22:52:03 +00:00
Anton Georgiev
c7c35f3ef3 Merge branch 'meteor-client-css-to-less' of github.com:gthacoder/bigbluebutton into meteor-ui-less 2014-12-02 18:25:15 +00:00
Maxim Khlobystov
2faa695b71 Made LESS selectors nested. 2014-12-02 08:59:06 -08:00
Anton Georgiev
2073c742b6 could not properly append the width without the ; 2014-12-02 16:23:30 +00:00
Anton Georgiev
3fc167f20a first cut of expanding view on toggle chat/users off 2014-12-01 23:36:03 +00:00
Anton Georgiev
4c79a29c87 remove 'userNameEntry' 2014-12-01 20:59:39 +00:00
Anton Georgiev
4cecd51380 lint 2014-12-01 20:49:20 +00:00
Anton Georgiev
d892ae5c6c Merge branch 'meteor-client-post-summit-merge' of github.com:gthacoder/bigbluebutton into meteor-ui-less 2014-12-01 20:40:43 +00:00
Maxim Khlobystov
b58bfb78c2 Fixed the issue with all the tabs re-displayed on refreshing or receiving a new message regardless of the previous tabs state. 2014-11-30 18:39:33 -08:00
Anton Georgiev
816a70f3bd Merge branch 'meteor-ui-less' of github.com:antobinary/bigbluebutton into testing-version-007
Conflicts:
	labs/meteor-client/app/.meteor/packages
	labs/meteor-client/app/.meteor/versions
	labs/meteor-client/app/client/stylesheets/users.less
	labs/meteor-client/app/client/views/users/user_item.html
2014-11-28 23:44:32 +00:00
Anton Georgiev
4c32795b10 removing the table in users list 2014-11-28 23:39:02 +00:00
Anton Georgiev
9a2618ed35 style should be in the .less 2014-11-28 21:56:27 +00:00
Anton Georgiev
adb16f72a0 Create a seperate CSS file for the login screen 2014-11-28 21:43:52 +00:00
Anton Georgiev
e5841a96d5 Merge branch 'meteor-client-post-summit-merge' of github.com:gthacoder/bigbluebutton into meteor-ui-less 2014-11-28 20:50:45 +00:00
Anton Georgiev
4172537f24 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into meteor-merge-with-m
Conflicts:
	bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/chat/ChatMessageListener.java
	bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/BigBlueButtonActor.scala
	bigbluebutton-apps/src/main/webapp/WEB-INF/bbb-voice-app.xml
2014-11-28 20:33:11 +00:00
Maxim Khlobystov
767a49de3a Merge branch 'meteor-recover-disconnection' of https://github.com/antobinary/bigbluebutton into meteor-client-post-summit-merge 2014-11-28 10:31:02 -08:00
Maxim Khlobystov
0d7f168cb5 Put hex values into variables. 2014-11-28 10:22:28 -08:00
Anton Georgiev
de36894cee must clear the chat tabs on logout 2014-11-28 16:41:00 +00:00
Anton Georgiev
8e34601ffc simplify the username fetching 2014-11-28 16:40:14 +00:00
Anton Georgiev
8a7ab38956 to_userid is now userid 2014-11-28 16:26:51 +00:00
Maxim Khlobystov
544de2db8c Made cursor automatically focused on the landing page's username field. 2014-11-27 17:33:54 -08:00
Maxim Khlobystov
94cde21087 Temporary removed Velocity package. 2014-11-27 17:22:09 -08:00
Anton Georgiev
7cc9e97730 there is no need currently to hide the navbar on logout 2014-11-27 23:28:06 +00:00
Anton Georgiev
d64e324bf8 remove duplicate def of setInSession 2014-11-27 23:25:06 +00:00
Anton Georgiev
cbe31eb4c0 the reconnect button on logout logs you back in the meeting 2014-11-27 23:24:14 +00:00
Richard Alam
681c4a045e - disallow desktop sharing on Macs when using Chrome 38 and earlier 2014-11-27 14:45:30 -08:00
Richard Alam
73172a8336 - allow desktop sharing on Mac when using at least Chrome 38 2014-11-27 14:34:03 -08:00
Anton Georgiev
b1399a8d40 removed dbid 2014-11-27 22:08:33 +00:00
Anton Georgiev
6ba5d39b93 dbid->userid for chat tabs 2014-11-27 22:02:19 +00:00