perroned
|
f56a7159db
|
Temporary spot to get user credentials.
|
2014-10-03 10:30:39 -07:00 |
|
perroned
|
4cc36eeed8
|
Send message proper args
|
2014-10-03 10:27:24 -07:00 |
|
perroned
|
63744a1857
|
Fixed issue where we couldn't return the time for the user.
|
2014-10-03 10:26:01 -07:00 |
|
Anton Georgiev
|
ea2dd0ff5a
|
fix path to files
|
2014-10-02 18:23:10 +00:00 |
|
Anton Georgiev
|
c0cd044937
|
remove old file
|
2014-10-02 17:15:04 +00:00 |
|
Anton Georgiev
|
7656bd6ba2
|
grunt materials
|
2014-10-02 17:14:41 +00:00 |
|
Anton Georgiev
|
c18bc6bf87
|
missed
|
2014-10-02 16:18:33 +00:00 |
|
Anton Georgiev
|
3905e45de7
|
moving the meteor files into an app folder so that grunt can reside in the root without breaking meteor
|
2014-10-02 16:16:34 +00:00 |
|
perroned
|
50f4a48727
|
Prevent redis class from performing lots of un-needed and wasteful checks.
|
2014-10-02 07:44:53 -07:00 |
|
Anton Georgiev
|
82b3813e93
|
devDependencies for grunt
|
2014-10-02 14:42:28 +00:00 |
|
Anton Georgiev
|
519c15a431
|
apply lint recommendations
|
2014-10-02 14:41:25 +00:00 |
|
Anton Georgiev
|
735ea41d52
|
adding Grunt - for now just lint for js and coffee
|
2014-10-02 14:40:33 +00:00 |
|
perroned
|
297d8bf9c9
|
Added another check reducing wasteful and redundant object checks.
|
2014-10-02 07:40:18 -07:00 |
|
perroned
|
0cafbba7f7
|
Added a single field check to remove lots of un-needed, wasteful code.
|
2014-10-02 07:37:51 -07:00 |
|
perroned
|
20a32fa16e
|
Added some comments, added more fields for updateVoiceUser, fixed up some code.
|
2014-10-02 07:15:45 -07:00 |
|
Maxim Khlobystov
|
51cbf15365
|
Added background colour to the whiteboard.
|
2014-10-01 20:09:15 -07:00 |
|
perroned
|
922caa921f
|
Updated collections to only publish public fields.
|
2014-10-01 11:07:02 -07:00 |
|
perroned
|
15614fccdb
|
Added ability to translate chat messages between flash and html5.
|
2014-10-01 11:02:29 -07:00 |
|
perroned
|
f0f01fe486
|
Distinguishing between server invokeable and server action methods. Removing authentication for private server action methods.
|
2014-09-30 10:12:47 -07:00 |
|
perroned
|
35c4e9645b
|
Moving more functions to be private.
|
2014-09-30 10:02:36 -07:00 |
|
perroned
|
58e62e4511
|
Adding more security to server methods.
|
2014-09-30 06:56:10 -07:00 |
|
Maxim Khlobystov
|
b8a765f10d
|
Added default meeting name in case no value has been entered into the demos app form.
|
2014-09-26 11:06:38 -07:00 |
|
Anton Georgiev
|
3f45b6fc18
|
the footer grabs data from config.coffee
|
2014-09-25 20:02:38 +00:00 |
|
perroned
|
8f36a7817e
|
Securing client access to server-side slide modifications.
|
2014-09-25 12:59:26 -07:00 |
|
Anton Georgiev
|
d5d6761831
|
temporarily hide the webcam button (until we actually start dealing with webcams)
|
2014-09-25 19:51:06 +00:00 |
|
Anton Georgiev
|
351f175796
|
do not send a message to the user. It will open a tab for them before you have even started typing your message
|
2014-09-25 19:47:00 +00:00 |
|
perroned
|
a9cf977654
|
Adding in commented code for securing presentations. If uncommented no slides or presentations can be used until the user is properly supplied with credentials on log in (still figuring that out).
|
2014-09-25 12:20:00 -07:00 |
|
Anton Georgiev
|
7beffc1ac7
|
Merge branch 'meteor-client-whiteboard' of github.com:gthacoder/bigbluebutton into chat-tab-flashing
|
2014-09-25 19:00:57 +00:00 |
|
Anton Georgiev
|
b506b6a412
|
cleaning up and changing the color for new chat message notification
|
2014-09-25 18:58:32 +00:00 |
|
perroned
|
d141729d89
|
Moving more methods to server side only.
|
2014-09-25 11:47:43 -07:00 |
|
Anton Georgiev
|
49461f4bb3
|
implemented visual notification for unread chat messages
|
2014-09-25 18:35:04 +00:00 |
|
Maxim Khlobystov
|
156e84cb70
|
Made zoom level consistent between slides and encapsulated some duplicate code.
|
2014-09-25 11:34:08 -07:00 |
|
perroned
|
06b9919afd
|
Moved redis publishing functionality to non-client-callable server side format.
|
2014-09-25 11:29:43 -07:00 |
|
Anton Georgiev
|
137cee3bc5
|
recover the displaying of the optionBar
|
2014-09-25 18:17:39 +00:00 |
|
Anton Georgiev
|
1f41635d8b
|
fixed closing private chat tabs. Some cleaning up
|
2014-09-25 17:57:58 +00:00 |
|
Maxim Khlobystov
|
feba2731e5
|
Fixed missing cursor on resized whiteboard.
|
2014-09-25 10:43:09 -07:00 |
|
perroned
|
f98686abc0
|
Securing more methods.
|
2014-09-25 10:37:07 -07:00 |
|
Anton Georgiev
|
de672cd6ca
|
recording tabs in a clientside only collection.
|
2014-09-25 17:24:42 +00:00 |
|
perroned
|
7486acd1f8
|
Many more changes to functions to user different ids, and server methods more secured.
|
2014-09-25 10:21:46 -07:00 |
|
perroned
|
ac542d0f87
|
More changes to server side methods.
|
2014-09-25 09:19:02 -07:00 |
|
perroned
|
6ab262f368
|
Changing ids and validating method callers.
|
2014-09-25 08:54:14 -07:00 |
|
Maxim Khlobystov
|
46026e330b
|
Fixed zooming and panning so that it works properly with any adjusted size of slides.
|
2014-09-25 08:30:48 -07:00 |
|
perroned
|
715686f34e
|
Moving files to the server to restrict client access.
|
2014-09-25 07:45:13 -07:00 |
|
Maxim Khlobystov
|
6566347ae1
|
Fixed the issue with whiteboard borders for the very first slide user sees after opening a new presentation.
|
2014-09-24 14:38:33 -07:00 |
|
perroned
|
a0ffb6e48d
|
Working on lower and raise hand.
|
2014-09-24 12:55:55 -07:00 |
|
Anton Georgiev
|
ab0e746ee1
|
move tab related code in chat_bar.coffee
|
2014-09-24 19:44:18 +00:00 |
|
Maxim Khlobystov
|
6efe4ccfb5
|
Fixed whiteboard scaling.
|
2014-09-24 10:26:24 -07:00 |
|
perroned
|
8c908204bc
|
Change newline character.
|
2014-09-24 09:48:25 -07:00 |
|
perroned
|
efbd3f1e94
|
More switching
|
2014-09-24 09:46:19 -07:00 |
|
perroned
|
52f0b771fe
|
Switching userIds to _ids in chat.
|
2014-09-24 09:42:02 -07:00 |
|