Richard Alam
|
337f5f0934
|
- fix issue https://code.google.com/p/bigbluebutton/issues/detail?id=1917
|
2015-04-06 15:20:01 +00:00 |
|
Chad Pilkey
|
ec6dffea13
|
Merge pull request #589 from OZhurbenko/fix-issue-1889
Cleaninig
|
2015-03-25 17:36:24 -04:00 |
|
Oleksandr Zhurbenko
|
98bd277324
|
Cleaninig
|
2015-03-25 14:34:01 -07:00 |
|
Richard Alam
|
8bfdd5a5f7
|
Merge pull request #586 from OZhurbenko/fix-issue-1889
Fix issue 1889
|
2015-03-25 17:22:14 -04:00 |
|
Oleksandr Zhurbenko
|
f8a41a78d8
|
Cleaning and formatting
|
2015-03-25 14:12:38 -07:00 |
|
Oleksandr Zhurbenko
|
67ef6129c0
|
Trimming leading and trailing whitespace for the meetingId and fullname for both cases
|
2015-03-25 13:02:03 -07:00 |
|
Felipe Cecagno
|
71313059e0
|
Merge branch 'meeting-created-params' into meeting-created-params-master
|
2015-03-20 12:39:17 -03:00 |
|
Mateus Dalepiane
|
514f2b928d
|
Adding information to create_meeting_request event [Bug #1429]
This information is necessary so bbb-apps can send with the
meeting_created_message event
|
2015-03-20 12:32:43 -03:00 |
|
Oleksandr Zhurbenko
|
5a167f362c
|
Fixed issue 1889, added checking for an empty username and removing trailing and leading whitespaces
|
2015-03-19 16:51:56 -07:00 |
|
Richard Alam
|
e1d66c9e15
|
- fix https://code.google.com/p/bigbluebutton/issues/detail?id=1898
|
2015-03-18 17:51:40 +00:00 |
|
Fred Dixon
|
c4bfaa7c5b
|
Merge pull request #546 from kepstin/stun-turn-js
Fix timestamp calculation generating turn server credentials
|
2015-03-05 16:45:40 -05:00 |
|
Calvin Walton
|
0a6d03ca79
|
TURN: The timestamp is actually the expiry time
Make sure to add the TTL to the current time, so the generated expiry
time is in the future.
|
2015-03-05 16:27:30 -05:00 |
|
Calvin Walton
|
dfa9fd00e2
|
TURN server password: Use second-based timestamps
The expiration timestamp should be a standard unix timestamp measured in
seconds, not the millisecond-based Java time.
|
2015-03-05 16:21:46 -05:00 |
|
Anton Georgiev
|
a035e9bc5a
|
fix some log strings
Conflicts:
bigbluebutton-web/src/java/org/bigbluebutton/api/MeetingService.java
|
2015-02-19 19:53:19 +00:00 |
|
Calvin Walton
|
1af70d8e4e
|
Use configured stun/turn servers when making webrtc call
|
2015-02-17 12:00:04 -05:00 |
|
Richard Alam
|
96e8fde865
|
- change format of logs to add timezone
|
2015-02-09 18:40:31 +00:00 |
|
Richard Alam
|
24b9c5c525
|
- store stun and turn servers in client
|
2015-02-06 21:05:12 +00:00 |
|
Richard Alam
|
cdc6daced8
|
- add support for configuring stun and turn servers
- add new /stuns api to be called by the Flash client
|
2015-02-06 19:46:56 +00:00 |
|
Richard Alam
|
05ea33b261
|
- append connection number to userid. This allows us to track the connection for a user and clean
up properly the users list when the user gets disconnected. Also, it allows us to track how many
times a user gets disconnected in the meeting.
|
2015-01-26 15:31:12 +00:00 |
|
Richard Alam
|
71a2ca9443
|
- add connection number to userid so we are able to match the user with connection attempts
|
2015-01-23 20:02:40 +00:00 |
|
Richard Alam
|
ee7731626b
|
- try to format logging
|
2015-01-23 19:59:26 +00:00 |
|
Anton Georgiev
|
b0ccef5af0
|
Added config pngImagesRequired. If true, the slides will be converted to png for HTML5 client. False by default.
|
2015-01-09 16:14:05 +00:00 |
|
Anton Georgiev
|
7e3c2f6eb0
|
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into meteor-ui-less
|
2014-12-15 20:11:49 +00:00 |
|
Richard Alam
|
1b4c4f5f5e
|
- change logging for bbb-web to rollover at midnight and add date to the filename
|
2014-12-11 22:07:22 +00:00 |
|
Richard Alam
|
234a95902d
|
- change api version to 0.9 from 0.81
|
2014-12-01 11:52:40 -08:00 |
|
Richard Alam
|
ce07751d79
|
- fix https://code.google.com/p/bigbluebutton/issues/detail?id=1837
|
2014-11-28 14:24:28 -08:00 |
|
Anton Georgiev
|
4172537f24
|
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into meteor-merge-with-m
Conflicts:
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/chat/ChatMessageListener.java
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/BigBlueButtonActor.scala
bigbluebutton-apps/src/main/webapp/WEB-INF/bbb-voice-app.xml
|
2014-11-28 20:33:11 +00:00 |
|
Anton Georgiev
|
0bf242900d
|
authToken is now different than userid
|
2014-11-20 19:09:41 +00:00 |
|
Lucas Zawacki
|
7d401dab53
|
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into merge-with-tests
Conflicts:
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/BigBlueButtonInGW.scala
bigbluebutton-web/grails-app/services/org/bigbluebutton/web/services/PresentationService.groovy
|
2014-11-14 15:33:17 -02:00 |
|
Felipe Cecagno
|
8a89cd1a71
|
sending the externalMeetingId from bbb-web to bbb-apps, so bbb-apps can use it on redis pubsub message meeting_created_message
|
2014-11-11 17:54:17 -02:00 |
|
Richard Alam
|
9599d65ad1
|
- add more logging
|
2014-11-05 20:36:01 +00:00 |
|
Richard Alam
|
20393bd4c7
|
- init the bbb-apps state to not-available to prevent race condition where
a meeting gets created but bbb-apps isn't ready to handle the request.
|
2014-10-27 19:01:47 +00:00 |
|
Richard Alam
|
5a83eab737
|
- return api version when url is http://<host>/bigbluebutton
|
2014-10-27 19:01:01 +00:00 |
|
Richard Alam
|
4c277607d9
|
- modify lib path
|
2014-10-22 02:44:15 -07:00 |
|
Richard Alam
|
9effb009d0
|
- follow redirects when downloading presentation
|
2014-10-22 02:43:03 -07:00 |
|
Richard Alam
|
5af452c39f
|
- start implementing auto start recording
|
2014-10-20 03:39:44 -07:00 |
|
Richard Alam
|
9c0280c129
|
- fix txt uri for accessibility
|
2014-10-20 01:18:13 -07:00 |
|
Richard Alam
|
0fb0e603ef
|
- increase log file size and number of backups kept
|
2014-10-12 05:43:18 -07:00 |
|
Richard Alam
|
50352c0204
|
- make sure to cancel the thread after presentation conversion
|
2014-09-15 09:05:03 -07:00 |
|
Richard Alam
|
1e2a787af3
|
- cache default config xml
|
2014-09-14 09:33:13 -07:00 |
|
Richard Alam
|
38f77259f1
|
- return false when filter is applied
|
2014-09-14 09:06:11 -07:00 |
|
Richard Alam
|
e1234fcee4
|
- make sure the threads are not daemon...need to rework this
|
2014-09-12 15:10:13 -07:00 |
|
Richard Alam
|
a44362ccbf
|
- change timer to ScheduledExecutorService to use thread from the pool
|
2014-09-12 14:28:49 -07:00 |
|
Richard Alam
|
2c53427a0d
|
- meeting with duration=0 should be destroyed after a certain period when last user leaves
|
2014-09-02 15:25:54 -07:00 |
|
Anton Georgiev
|
4f25f2ced1
|
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into merging-html5-with-master
|
2014-09-02 21:08:03 +00:00 |
|
Anton Georgiev
|
cf125781db
|
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into merging-html5-with-master
Conflicts:
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/voice/VoiceService.java
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/MeetingActor.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/whiteboard/WhiteboardApp.scala
|
2014-09-02 17:54:14 +00:00 |
|
Richard Alam
|
372b571b7b
|
- add pretty create date, duration, and user has joined info on getMeeting api response
|
2014-09-02 10:22:24 -07:00 |
|
Richard Alam
|
98c96c3613
|
- a meeting that has duration zero (runs infinitely) should be cleaned-up if no one has ever joined on it
|
2014-09-02 10:21:06 -07:00 |
|
Fred Dixon
|
93f6dcafab
|
Upping version from 0.9.0-dev to 0.9.0-beta
|
2014-09-01 17:05:33 -04:00 |
|
Richard Alam
|
8bdf8e28e9
|
kick off recording processing when meeting is ended
|
2014-09-01 15:21:01 -04:00 |
|