Commit Graph

95 Commits

Author SHA1 Message Date
Maxim Khlobystov
10ff076629 Updated the Handlebars handler for the portrait mobile media query. 2015-03-03 14:39:05 -05:00
Anton Georgiev
9ee08032d2 auto-focus chat cursor only for landscape orientation. Reduce logging 2015-02-27 16:36:00 +00:00
Anton Georgiev
1c981ec11b css resizeWindows. footer no longer overlaps. height control 2015-02-23 23:04:40 +00:00
Anton Georgiev
a4f08680b1 limit expansion of chat + users after a widow resize or orientation switch 2015-02-13 20:54:44 +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
perroned
486a25fcf4 Moved resizing windows to globals 2015-01-21 12:00:43 -08:00
perroned
8c36a145f5 Solved sorting of users list 2015-01-21 10:28:45 -08:00
perroned
8e4c27c13b Clear session. Prevent left over data allowing re-entry 2015-01-20 08:01:17 -08:00
perroned
45458c3f0c Fixing title name 2015-01-20 06:55:03 -08:00
Maxim Khlobystov
addb734d9d Prevented the collapsible navbar from jumping to another row after it is triggered and user resizes the window. 2015-01-12 13:47:10 -08:00
Maxim Khlobystov
703d42b14d Added the ability for a navbar to collapse in portrait orientation on desktop. 2015-01-10 18:49:08 -08:00
Anton Georgiev
60980df6a7 joinedAt is no longer used 2015-01-08 19:20:03 +00:00
Maxim Khlobystov
c461af43de Corrected the tooltip for Expand/Collapse button. 2015-01-06 15:49:41 -08:00
Maxim Khlobystov
2949415117 Prevented scrolling while the sliding menu is opened. 2015-01-06 15:07:25 -08:00
Maxim Khlobystov
2e03dd1dc8 Added the sliding menu to the portrait version. 2014-12-29 18:08:16 -08:00
Anton Georgiev
f6c48c9130 remove the option of no chat notifications 2014-12-19 21:07:36 +00:00
Anton Georgiev
a3d555603c Merge branch 'meteor-new-ui' of github.com:perroned/bigbluebutton into testing-version-008 2014-12-17 19:38:24 +00:00
Anton Georgiev
e278060aa8 this was causing me issues 2014-12-17 19:37:58 +00:00
Anton Georgiev
b1dd54ca3d switched from observeChanges to observe 2014-12-17 18:34:12 +00:00
perroned
c7e7b8af99 Removed function that isn't used 2014-12-17 09:37:11 -08:00
Anton Georgiev
d535804071 Merge branch 'meteor-client-responsive-ui' of github.com:gthacoder/bigbluebutton into testing-version-008 2014-12-17 00:22:12 +00:00
Maxim Khlobystov
e71a8f91ba Fixed the issue with missing whiteboard cursor. 2014-12-16 15:27:39 -08:00
Anton Georgiev
5c6fee4333 Merge branch 'meteor-new-ui' of github.com:perroned/bigbluebutton into testing-version-008 2014-12-16 22:38:08 +00:00
perroned
42847c20ba Added new fileds in information we pull from config file. 2014-12-16 08:52:52 -08:00
perroned
00d73c7142 Retrieve footer info from configuration file 2014-12-16 07:55:11 -08:00
perroned
3840540783 Using proper BBB audio query. 2014-12-15 13:16:35 -08:00
perroned
ebc8cecb94 More user friendly message when slideshow is loading. 2014-12-15 13:15:42 -08:00
perroned
0e5f044382 More appropriate string when meeting is loading. 2014-12-15 13:12:36 -08:00
Lucas Zawacki
03b56d84ef Order users by time of raise_hand and name 2014-12-12 18:58:54 -02:00
Anton Georgiev
1fdecb4e1b created an onLoadComplete function. fixed the check for user kicked out 2014-12-10 20:09:17 +00:00
Anton Georgiev
86de11305b improving the callback for cleaning old session vars 2014-12-10 19:31:03 +00:00
Anton Georgiev
329784697f remove logout page. navigate to logOutUrl instead 2014-12-10 18:56:25 +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
596bacbc09 fixing issue where meetingName was using old value from Session 2014-12-04 21:31:13 +00:00
Anton Georgiev
171f3dccfc reworked the toggle on/off expanding 2014-12-02 22:52:03 +00:00
Anton Georgiev
2073c742b6 could not properly append the width without the ; 2014-12-02 16:23:30 +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
de36894cee must clear the chat tabs on logout 2014-11-28 16:41:00 +00: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
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
Maxim Khlobystov
a2d868643b Merge branch 'master' of https://github.com/antobinary/bigbluebutton into meteor-client-post-summit-merge
Conflicts:
	labs/meteor-client/app/client/globals.coffee
2014-11-26 11:19:28 -08:00
Maxim Khlobystov
8256f78db1 Merge branch 'master' of https://github.com/antobinary/bigbluebutton into meteor-client-viewer
Conflicts:
	labs/meteor-client/app/.meteor/packages
	labs/meteor-client/app/.meteor/versions
	labs/meteor-client/app/client/main.coffee
	labs/meteor-client/app/client/stylesheets/style.css
2014-11-24 13:08:44 -08:00
Maxim Khlobystov
075ca4e18c Moved from client-side-only collection for tracking chat tabs to its Session analogue. 2014-11-21 19:26:02 -08:00
Anton Georgiev
a544329079 not needed anymore 2014-11-21 17:52:14 +00:00
Anton Georgiev
e7b6a48934 not used anywhere 2014-11-21 17:51:44 +00:00
Anton Georgiev
eb05ad18a5 authToken instead of userSecret 2014-11-21 17:45:44 +00:00