Anton Georgiev
|
9eeee1823d
|
Tyler's changes on UI
|
2014-12-09 00:22:09 +00:00 |
|
Anton Georgiev
|
adb16f72a0
|
Create a seperate CSS file for the login screen
|
2014-11-28 21:43:52 +00:00 |
|
Maxim Khlobystov
|
544de2db8c
|
Made cursor automatically focused on the landing page's username field.
|
2014-11-27 17:33:54 -08:00 |
|
Anton Georgiev
|
0f3a877402
|
modified the url for routing to the sign in page
|
2014-11-13 08:46:39 -05:00 |
|
Anton Georgiev
|
bcced810c7
|
Tyler's changes:demos page is now friendly, additional changes to style
|
2014-11-10 21:52:15 +00:00 |
|
Maxim Khlobystov
|
5786ce347d
|
Put the default meeting name inside the text box on the landing page.
|
2014-10-30 14:43:13 -07:00 |
|
Maxim Khlobystov
|
4d1bcf70da
|
Reverted the changes related to a disabled button.
|
2014-10-30 14:27:14 -07:00 |
|
Maxim Khlobystov
|
38d7b76a99
|
Prevented users from joining a meeting with an undefined name and disabled the submit button until the username field is not blank.
|
2014-10-30 13:48:48 -07:00 |
|
Maxim Khlobystov
|
ebe8f0d851
|
Binded the Enter key to a form submission on the landing page.
|
2014-10-30 13:24:08 -07:00 |
|
Maxim Khlobystov
|
493659dd24
|
Set HTML5 users' initial status so that they are attendees by default.
|
2014-10-27 16:58:05 -07:00 |
|
Anton Georgiev
|
0594828779
|
Merge branch 'meteor-client-whiteboard' of github.com:gthacoder/bigbluebutton into meteor-client-whiteboard
|
2014-10-10 18:51:21 +00:00 |
|
Anton Georgiev
|
319a1247a1
|
Merge branch 'meteor-new-auth' of github.com:perroned/bigbluebutton into meteor-new-auth
Conflicts:
labs/meteor-client/app/client/globals.coffee
labs/meteor-client/app/client/views/chat/chat_bar.coffee
labs/meteor-client/app/collections/chat.coffee
labs/meteor-client/app/collections/meetings.coffee
labs/meteor-client/app/collections/presentations.coffee
labs/meteor-client/app/collections/shapes.coffee
labs/meteor-client/app/collections/slides.coffee
labs/meteor-client/app/collections/users.coffee
|
2014-10-07 17:45:47 +00: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 |
|
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 |
|
perroned
|
f6421c08fa
|
Merge conflicts
|
2014-09-24 08:46:57 -07:00 |
|
Anton Georgiev
|
fd91be7622
|
allowing single quote in the meeting name so that we can enter the meetings created through the API e.x. Anton's meeting. Still stripping double quote because otherwise the name would be wrapped in double quotes
|
2014-09-19 15:55:56 +00:00 |
|
Anton Georgiev
|
d6bfa9dbda
|
rework the quote stripping
|
2014-09-18 21:19:51 +00:00 |
|
Anton Georgiev
|
b7fef986d7
|
added a meetingName field so we can now control in which meeting we are entering"
|
2014-09-18 20:47:33 +00:00 |
|
perroned
|
a2274bf017
|
Made user presenter. Beginning presenter functionality.
|
2014-09-16 08:24:52 -07:00 |
|
Anton Georgiev
|
8ef0248868
|
removed unused properties from config
|
2014-08-21 19:06:20 +00:00 |
|
Anton Georgiev
|
218092a745
|
the html5 client now starts as an attendee, not as a Moderator
|
2014-08-15 20:27:10 +00:00 |
|
Anton Georgiev
|
c79c17d61a
|
stop sending userName and meetingName via the URL. Now we can obtain them from bbb-apps and the Collections
|
2014-07-03 20:50:24 +00:00 |
|
Anton Georgiev
|
8f11be5a8b
|
dealing with users event
|
2014-06-26 20:11:18 +00:00 |
|
Anton Georgiev
|
6d98622d38
|
handling user_left_message - removing the user from the Meteor.users collection
|
2014-06-19 20:25:27 +00: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 |
|
Anton Georgiev
|
59fbf2ad52
|
able to add a user to a collection on user_joined_message.
|
2014-06-17 15:22:12 +00: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 |
|
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 |
|
perroned
|
ae1c01e194
|
Removing useless code
|
2014-06-03 12:26:59 -07:00 |
|
perroned
|
b8eafc5312
|
Forgot to put meeting name back into url for last commit
|
2014-06-03 12:25:43 -07:00 |
|
perroned
|
22db0d8dc9
|
Fixed meeting name so it shows up in chat, added it to the url
|
2014-06-03 11:48:02 -07:00 |
|
perroned
|
70da7d1deb
|
test
|
2014-06-03 11:45:05 -07:00 |
|
Anton Georgiev
|
dbbe0d251e
|
missed this during the merge from perroned
|
2014-05-28 15:25:29 +00:00 |
|
Anton Georgiev
|
392238fa31
|
Merge branch 'merge-polling-with-master' of github.com:perroned/bigbluebutton into merge-polling-with-master
Conflicts:
labs/demos/lib/handlers.coffee
|
2014-05-27 17:56:38 +00:00 |
|
perroned
|
4d476cec37
|
"Changed AgnularJs Link
Made the http link use config IP in settings"
|
2014-05-27 08:12:12 -07:00 |
|
Anton Georgiev
|
ae6fba2053
|
the usernames in the userlist are no longer surrounded by quotation marks
|
2014-05-26 14:45:10 +00:00 |
|
Anton Georgiev
|
f78264e9da
|
a joining user is displayed in the user list
|
2014-05-21 15:57:10 +00:00 |
|
Anton Georgiev
|
32fea5be69
|
when redirected from the login page, go straight into sessionView
|
2014-05-15 15:54:39 +00:00 |
|
Anton Georgiev
|
bc09084ec2
|
moving the handler for /html5.client in its own method
|
2014-05-14 20:54:43 +00:00 |
|
Anton Georgiev
|
32b5f70b08
|
the landing page passes some credentials to HTML5's Node app
|
2014-05-14 19:28:45 +00:00 |
|
Anton Georgiev
|
2f41719ef0
|
tidying up
|
2014-05-14 16:00:32 +00:00 |
|
Anton Georgiev
|
82bc00cad1
|
the username is passed in correctly
|
2014-05-14 15:44:59 +00:00 |
|
Anton Georgiev
|
f76fedee6a
|
under construction, the html5 page"s html prints instead of displaying
|
2014-05-13 19:43:47 +00:00 |
|
Anton Georgiev
|
69b9ec6493
|
attempts to use the npm "cors"
|
2014-05-13 17:35:18 +00:00 |
|
Anton Georgiev
|
a45ce41d2f
|
html5 joinapi
|
2014-05-12 21:09:40 +00:00 |
|
Anton Georgiev
|
c0b60e211b
|
update README
|
2014-05-12 17:51:34 +00:00 |
|
Anton Georgiev
|
29cbc584ae
|
update README
|
2014-05-12 17:49:20 +00:00 |
|