Commit Graph

379 Commits

Author SHA1 Message Date
perroned
eeb4558f92 Beginning chat system 2014-06-19 06:29:48 -07:00
perroned
49a0b715b7 Re-enabled server's startup code 2014-06-19 06:28:34 -07:00
perroned
79e5ae19a2 Added sample chat data 2014-06-19 06:27:44 -07:00
perroned
f285638184 toggling chat 2014-06-19 06:27:27 -07:00
perroned
ee3a2bf481 toggling chat 2014-06-19 06:27:04 -07:00
perroned
abeab42623 toggling chat 2014-06-19 06:26:46 -07:00
perroned
a38a1f7ca3 Merge branch 'meteor-rebuild-server' of https://github.com/antobinary/bigbluebutton into prototype-metor-client 2014-06-19 06:13:56 -07:00
Anton Georgiev
accaa62a29 use iron-router only. The UI is displayed AND redis is working on the serverside! 2014-06-18 20:11:29 +00:00
perroned
eab639e134 Merge branch 'meteor-rebuild-server' of https://github.com/antobinary/bigbluebutton into prototype-metor-client 2014-06-18 10:54:03 -07:00
perroned
29488daa9e Added chat data: 2014-06-18 10:53:57 -07:00
perroned
a04041ded2 chat collection 2014-06-18 10:53:30 -07:00
Anton Georgiev
ec875e3c1c joining the router for server and client side 2014-06-18 17:34:08 +00:00
Anton Georgiev
10363effc9 join the routing of client and server side 2014-06-18 17:31:42 +00:00
Anton Georgiev
795171bd71 Merge branch 'prototype-metor-client' of github.com:perroned/bigbluebutton into meteor-rebuild-server
Conflicts:
	labs/meteor-client/.meteor/packages
	labs/meteor-client/smart.json
	labs/meteor-client/smart.lock
2014-06-17 17:45:50 +00:00
Anton Georgiev
fe464d53af cleaning up 2014-06-17 17:04:58 +00:00
perroned
6e1ec8f200 Updated more buttons to templates. Still trying to clean up code 2014-06-17 08:47:26 -07:00
perroned
18e729eaf1 Fixed some queries 2014-06-17 08:46:49 -07:00
Anton Georgiev
59fbf2ad52 able to add a user to a collection on user_joined_message. 2014-06-17 15:22:12 +00:00
perroned
1280a4dccf Changed button html to template 2014-06-17 08:08:34 -07:00
perroned
9f34755d88 Updated query based on available data 2014-06-17 08:08:07 -07:00
perroned
904caa7212 Added a few required fields 2014-06-17 08:07:36 -07:00
perroned
1f88a590c1 Made a helper for buttons. Code is more proper, more readable, shorter and concise, easier to maintain 2014-06-17 07:02:52 -07:00
perroned
77c70dd801 Changed parameters to work with new templates 2014-06-17 07:01:54 -07:00
perroned
096892264d Formatting data into table cells 2014-06-16 12:11:55 -07:00
perroned
c52bef4e3c Formatting data into table cells 2014-06-16 12:11:22 -07:00
perroned
c12942aa45 Added scrolling in user's list 2014-06-16 11:31:44 -07:00
perroned
39335dfb03 Added scrolling CSS for user's list. Though, Still not beautiful 2014-06-16 11:31:14 -07:00
perroned
abdf769a2f Using bootstrap classes for layouts 2014-06-16 10:47:55 -07:00
perroned
4352bc2721 Restructured page layouts. There has to be a better way to do this. Spacebars is a pain 2014-06-16 10:47:16 -07:00
perroned
c20e7e2d1b Shortened some code. Added special handlers allowing for mods to edit another's user's data 2014-06-16 10:45:17 -07:00
perroned
d821a1a8be Few changes to make things proper 2014-06-16 10:44:18 -07:00
perroned
a99346d385 UI tweak highlights which component is active 2014-06-13 12:34:52 -07:00
perroned
52f8acbbae A bit easier to notice what is active and inactive 2014-06-13 12:34:20 -07:00
Anton Georgiev
a73bafe41e did some refactoring - we now use a RedisPubSub class 2014-06-13 19:27:26 +00:00
perroned
2bc7ad3c5d updating ignore files 2014-06-13 12:00:14 -07:00
perroned
bfaf9a63c7 Users list fixed. Fixed an indentation issue where the body of a function was stand-alone and not actually part of the function prototype. Darn Coffeescript 2014-06-13 11:24:59 -07:00
perroned
6e427efbfa Hooked up some main screen toggles 2014-06-13 11:20:36 -07:00
perroned
ec0c61ab73 Added a file for functions and helpers on the client. All functions inside are available for all client templates and from other java functions. Only available/global to the CLIENT, however. 2014-06-13 11:19:50 -07:00
perroned
1948e7c7a2 Removed uneeded functions to a different more appropriate scope 2014-06-13 11:17:58 -07:00
perroned
1fdbe98db4 Added new CSS classes to allow for Meteor button selectors 2014-06-13 11:17:21 -07:00
perroned
65fa7b5ac0 Prototyping main page. Reflects users choices for navbar, etc. 2014-06-13 11:16:14 -07:00
Anton Georgiev
dfb95d6688 fixed the meetingID; we got valid=true for validate_auth-token_reply 2014-06-13 18:10:49 +00:00
Anton Georgiev
ebdda24f8a sending validate_auth_token message 2014-06-13 18:01:32 +00:00
perroned
d0747c9418 Added iron router 2014-06-13 09:22:30 -07:00
Anton Georgiev
8b82e03bda the :4000 landing page redirects to the meteor app. We extract the meeting_id, user_id, username, auth_token inside the Meteor app. Added router. 2014-06-12 23:22:58 +00:00
Anton Georgiev
46b8f8a923 Merge branch 'prototype-metor-client' of github.com:perroned/bigbluebutton into meteor-rebuild-server
Conflicts:
	labs/meteor-client/smart.json
	labs/meteor-client/smart.lock
2014-06-12 20:22:42 +00:00
Anton Georgiev
b6e534f287 adding .gitignore 2014-06-12 19:52:59 +00:00
Anton Georgiev
cde9a73c6a include deps 2014-06-12 19:51:20 +00:00
perroned
8cabd766dc Some prettying up a bit with bootstrap 2014-06-12 12:12:09 -07:00
perroned
a6fed17cb4 Some package files 2014-06-12 12:10:50 -07:00