Klaus Klein
c627deca36
Move api to api/1.1
2017-06-19 08:57:32 -03:00
Richard Alam
b22b5ce73e
- minor changes to client
2017-06-18 17:39:24 -07:00
Richard Alam
957213f47b
Merge pull request #4019 from ritzalam/add-new-users-collection-instead-of-in-conference
...
Modified client to consolidate where we store meeting state
2017-06-18 08:43:39 -04:00
Richard Alam
e80a3de440
- put message into it's own sender
2017-06-17 19:28:43 -07:00
Richard Alam
e7ffcbfbe7
- merging latest bbb-2x-mconf
2017-06-16 18:12:29 -07:00
Richard Alam
480438b3be
Merge branch 'antobinary-2.0-Polls' into bbb-2x-mconf
2017-06-16 17:38:41 -07:00
Richard Alam
5c76f413bb
Merge branch '2.0-Polls' of https://github.com/antobinary/bigbluebutton into antobinary-2.0-Polls
2017-06-16 17:38:06 -07:00
Richard Alam
92d80d7066
Merge branch 'capilkey-move-whiteboard-messages-2x' into bbb-2x-mconf
2017-06-16 17:19:20 -07:00
Richard Alam
dc1c1e8b9e
Merge branch 'move-whiteboard-messages-2x' of https://github.com/capilkey/bigbluebutton into capilkey-move-whiteboard-messages-2x
2017-06-16 17:18:50 -07:00
Chad Pilkey
f3ab70f060
convert whiteboard messages to the 2.0 method and remove old
2017-06-16 18:09:25 -04:00
Richard Alam
003af41870
- remove authToken from BBBUser as it is not used
2017-06-16 14:29:33 -07:00
Anton Georgiev
522227da51
startPoll does not need to return anything. Avoid .get
2017-06-16 17:19:09 -04:00
Anton Georgiev
b3c323bdc7
cleanup
2017-06-16 17:05:12 -04:00
Anton Georgiev
c6e7a17085
sendGetCurrentPollRespMsg with Option[PollVO]
2017-06-16 17:03:21 -04:00
Richard Alam
97c3b18a81
- put shared notes info into live meeting
2017-06-16 13:41:56 -07:00
Richard Alam
6c67d4dbc5
- dispatch event when breakout rooms values in the data model changes
2017-06-16 12:18:31 -07:00
Anton Georgiev
b61fe6faaf
send events straight to meeting eventBus
2017-06-16 14:54:38 -04:00
Richard Alam
d8bc6fc2db
- put lock setting out of Conference
2017-06-16 10:08:31 -07:00
Richard Alam
2ce9b95775
- some util scripts
2017-06-16 10:07:47 -07:00
Anton Georgiev
77b78a1ae7
Polls 2.0 - the rest of the messages
2017-06-16 12:01:14 -04:00
Anton Georgiev
882b4215d4
added Polls model, StartPollReqMsg and StartPollRespMsg
2017-06-16 11:51:07 -04:00
Richard Alam
0c883fd0ea
- start refactoring recording service
2017-06-16 11:18:26 -04:00
JaeeunCho
613da8b818
HTML5 - removed setPresenter at viewer
2017-06-16 08:15:49 -07:00
JaeeunCho
cf660527a8
HTML5 - fixed setPresenter error through HTML5
2017-06-16 08:14:02 -07:00
Maxim Khlobystov
60a60fd1ab
package.json cleanup
...
This commit applies the following 2 changes:
- Removes the preinstall NPM command that installs Grunt (we don't use Grunt anymore)
- Makes sure Meteor database is reset before the client starts up in production mode
2017-06-16 06:32:18 +00:00
Richard Alam
9199474c79
- formatting changes
2017-06-15 19:17:48 -07:00
Richard Alam
5c84354715
- try to consolidate meeting state in one place
2017-06-15 19:09:32 -07:00
Maxim Khlobystov
237bcd7f9b
Remove the old Meteor shell configs
...
Those values are now in .npmrc file.
2017-06-15 05:15:26 +00:00
Maxim Khlobystov
81dec9e858
Remove start.sh
...
npm start command does exactly the same thing, so we don't need the Shell script anymore.
2017-06-15 04:51:27 +00:00
Maxim Khlobystov
2c653ab99a
Get rid of Grunt
...
This commit removes everything that is related to Grunt, since we can now use NPM instead. Particularly, it does the following things:
- Removes the Gruntfile
- Removes the text file containing Grunt instructions
- Uninstalls all the Grunt-related packages
2017-06-15 04:42:47 +00:00
Maxim Khlobystov
177a348813
Move the Meteor configs, such as the root URL and production home directory, to NPM
...
This commit allows NPM to run the client in development and production modes using all the Meteor-related configs.
Run client in development:
NODE_ENV=development npm start
or
npm start
Run client in production:
NODE_ENV=production npm start
The default rootURL is http://127.0.0.1/html5client . This can be changed in .npmrc.
If prodHome is specified in .npmrc, then its value is used as Meteor's $HOME.
2017-06-15 04:20:52 +00:00
Maxim Khlobystov
be8bd7ac76
Split the start script into two commands: development and production
...
This commit slightly modifies the start script: we don't need to jump to another directory to run start.sh. It also introduces two modes of running the client via npm scripts: default mode (development) and production mode. I only introduce the npm scripts setup, the modes don't differ from each other yet.
2017-06-15 01:35:12 +00:00
Richard Alam
4339a48aae
- handle validate token
2017-06-14 14:40:34 -07:00
Richard Alam
f430c7dce3
- create classes for guest policy
2017-06-14 14:17:54 -07:00
Richard Alam
596800e8d9
- breakdown handlers
2017-06-14 13:49:28 -07:00
JaeeunCho
3bcae276e1
HTML5 - fixed setPresenter error through HTML5
2017-06-14 13:31:49 -07:00
Ghazi Triki
1e3f91bb6e
Improve code and replace deprecated parts.
2017-06-14 15:11:38 +01:00
Ghazi Triki
6eae6ce66a
Merge remote-tracking branch 'bigbluebutton/bbb-2x-mconf' into breakout-rooms-2x-messages
2017-06-14 08:55:24 +01:00
Richard Alam
326ba5e481
- put message into it's own hdlr
2017-06-13 19:26:04 -07:00
Richard Alam
91c14fae53
Merge branch 'bbb-2x-mconf' of https://github.com/bigbluebutton/bigbluebutton into refactor-akka-fsesl-for-new-messages
2017-06-13 18:10:25 -07:00
Richard Alam
e7bbfd3098
Merge pull request #4012 from riadvice/remove-css-warnings
...
Remove client css warnings
2017-06-13 21:07:01 -04:00
Richard Alam
23cf2266e4
- create classes for models in client
2017-06-13 17:51:04 -07:00
Richard Alam
2c4fe3f3b8
- create users state classes
2017-06-13 14:54:11 -07:00
Richard Alam
b677b4490f
- partially convert some messages
2017-06-13 14:42:02 -07:00
Ghazi Triki
ed939d74a7
Merge remote-tracking branch 'bigbluebutton/bbb-2x-mconf' into breakout-rooms-2x-messages
...
# Conflicts:
# akka-bbb-apps/src/main/scala/org/bigbluebutton/core/pubsub/senders/ReceivedJsonMsgDeserializer.scala
# akka-bbb-apps/src/main/scala/org/bigbluebutton/core/pubsub/senders/ReceivedJsonMsgHandlerActor.scala
# akka-bbb-apps/src/main/scala/org/bigbluebutton/core/running/LiveMeeting.scala
# akka-bbb-apps/src/main/scala/org/bigbluebutton/core/running/MeetingActor.scala
# akka-bbb-apps/src/main/scala/org/bigbluebutton/core/running/RunningMeeting.scala
# bbb-common-message/src/main/scala/org/bigbluebutton/common2/messages/Messages.scala
2017-06-13 17:58:46 +01:00
Oswaldo Acauan
c21abbeb58
Fix merge conflicts
2017-06-13 12:16:58 +00:00
Ghazi Triki
6df7ecf943
Keep swf cache for incremental build.
2017-06-13 12:57:16 +01:00
Ghazi Triki
b59903e714
Suppress css compile-time warnings.
2017-06-13 12:34:51 +01:00
Richard Alam
0c189059ff
- see if we can simplify routing of deserialized message
...
- user TypeTag instead of Manifest
2017-06-12 18:15:17 -07:00
Richard Alam
080441e27b
Merge pull request #4008 from ritzalam/refactor-akka-fsesl-for-new-messages
...
Refactor akka fsesl for new messages
2017-06-12 17:28:49 -04:00