Maxim Khlobystov
|
cf1c6390be
|
Made SVG images accessible by HTML5 client.
|
2015-07-06 14:26:13 -04: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 |
|
Richard Alam
|
50352c0204
|
- make sure to cancel the thread after presentation conversion
|
2014-09-15 09:05:03 -07:00 |
|
Richard Alam
|
e1234fcee4
|
- make sure the threads are not daemon...need to rework this
|
2014-09-12 15:10:13 -07:00 |
|
Anton Georgiev
|
04494aa8a4
|
cleaning up
|
2014-08-11 18:46:10 +00:00 |
|
Anton Georgiev
|
404ff72914
|
use high qulity png conversion for the slide, not just the thumbnail
|
2014-08-07 20:12:55 +00:00 |
|
Anton Georgiev
|
2d89a73c0c
|
Merge branch 'addMsgLib' of /home/ubuntu/dev/antonHtml5/bigbluebutton into connect-bbb-apps-html5
Conflicts:
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/Room.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/RoomsManager.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/chat/ChatApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/chat/ChatService.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/messaging/MessagingConstants.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/messaging/MessagingService.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/messaging/RedisMessagingService.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsHandler.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsService.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/presentation/ConversionUpdatesProcessor.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/presentation/PresentationApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/presentation/PresentationService.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/whiteboard/WhiteboardApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/whiteboard/WhiteboardService.java
bigbluebutton-apps/src/main/webapp/WEB-INF/bbb-apps.xml
bigbluebutton-web/grails-app/conf/UrlMappings.groovy
bigbluebutton-web/grails-app/conf/bigbluebutton.properties
bigbluebutton-web/grails-app/conf/spring/doc-conversion.xml
bigbluebutton-web/ivy.xml
bigbluebutton-web/src/java/org/bigbluebutton/api/MeetingService.java
bigbluebutton-web/src/java/org/bigbluebutton/api/messaging/MessagingService.java
bigbluebutton-web/src/java/org/bigbluebutton/api/messaging/RedisMessagingService.java
bigbluebutton-web/src/java/org/bigbluebutton/presentation/imp/SwfSlidesGenerationProgressNotifier.java
|
2014-04-08 15:55:04 +00:00 |
|
Richard Alam
|
d15e8c3a5b
|
- continue cleaning up presentation
|
2014-02-27 21:41:25 +00:00 |
|
Richard Alam
|
9f00d960d1
|
- modify to generate presentation ids instead of using filename as id
|
2014-02-26 21:45:25 +00:00 |
|
Markos Calderon
|
ba2da7004c
|
Merge almost complete. Still red dot not working
|
2013-01-25 21:50:32 -05:00 |
|
Markos Calderon
|
983f93b0e4
|
Added license for bigbluebutton-web
|
2013-01-18 18:24:35 -05:00 |
|
Markos Calderon
|
9e45420a4c
|
load presentation in both sides html5 and flex
|
2012-10-20 14:18:39 -05:00 |
|
Markos Calderon
|
3c7419c5ef
|
load textfile from the client
|
2012-07-17 16:39:32 -07:00 |
|
Richard Alam
|
9c8aeae213
|
- if there are no pre-uploaded presentation passed through the api, pre-upload a default presentation
|
2012-01-10 16:25:46 +00:00 |
|
Marco Calderon
|
625d54e86c
|
getRecordings call... Need to show metadata values
|
2011-03-08 09:44:31 +00:00 |
|
Richard Alam
|
8c8e009baa
|
- unit test passing again
|
2011-06-23 14:04:00 -04:00 |
|
Richard Alam
|
e9bd55a563
|
- fix compile problem...get recordings isn't wired yet
|
2011-06-22 16:40:23 -04:00 |
|
Richard Alam
|
d044221d70
|
- start implementing get recording api
|
2011-06-22 15:53:27 -04:00 |
|
Richard Alam
|
0b6e59e8ab
|
- add duration parameter on creat API. This allows us to set a limit on the meeting length
to prevent continuously recording a meeting whe someone forgets to logout
|
2011-06-21 14:16:37 -04:00 |
|
Richard Alam
|
2454e6b9a1
|
- add timestamp to internal meeting id. So that the external meeting id can be re-used
especially if the meeting is recorded.
|
2011-06-16 16:45:14 -04:00 |
|
Richard Alam
|
2765a178ce
|
- merging changes from Markos
Conflicts:
bigbluebutton-web/grails-app/conf/spring/doc-conversion.xml
bigbluebutton-web/grails-app/conf/spring/resources.xml
bigbluebutton-web/src/java/org/bigbluebutton/api/messaging/MessagingService.java
bigbluebutton-web/src/java/org/bigbluebutton/api/messaging/RedisMessagingService.java
bigbluebutton-web/src/java/org/bigbluebutton/presentation/OfficeToPdfConversionSuccessFilter.java
bigbluebutton-web/src/java/org/bigbluebutton/presentation/SupportedDocumentFilter.java
bigbluebutton-web/src/java/org/bigbluebutton/presentation/imp/SwfSlidesGenerationProgressNotifier.java
|
2011-06-16 09:28:14 -04:00 |
|
Richard Alam
|
58b51c9146
|
- remove spring integration....having problem with dependency injection
|
2011-06-15 16:57:06 -04:00 |
|
Marco Calderon
|
d022aafb61
|
Cleanup bigbluebutton-web and bigbluebutton-apps
|
2011-06-15 08:30:56 +00:00 |
|
Richard Alam
|
769470e232
|
- remove jms messages
|
2011-06-10 15:29:11 -04:00 |
|
Marco Calderon
|
2ac6aaa09a
|
merge remove-bbb-commons, working prototype, need to add status method to listener
|
2011-06-09 01:35:24 +00:00 |
|
Richard Alam
|
c6626c7a9a
|
- write test for get meetings api
|
2011-06-01 12:42:50 -04:00 |
|
Richard Alam
|
8d63e0a717
|
- continue refactoring bbb-web, renamed a few classes, and change get-meetings-info api
|
2011-06-01 10:51:40 -04:00 |
|
Richard Alam
|
78adae0696
|
- join and create api have unit tests
|
2011-05-31 15:23:44 -04:00 |
|
Richard Alam
|
c40976dab5
|
- generate default voice conf numbers if none has been passed in the param.
|
2011-05-31 10:05:09 -04:00 |
|
Richard Alam
|
26f98fe879
|
- write test for create api
|
2011-05-30 17:39:03 -04:00 |
|
Richard Alam
|
cfe20900f2
|
- now has setup for testing
|
2011-05-30 16:26:11 -04:00 |
|
Richard Alam
|
335fd9591d
|
- start refactoring bbb-web again...without trying to merge remove-bbb-commons branch
|
2011-05-30 01:42:50 +00:00 |
|
Marco Calderon
|
5bbb607c5d
|
Added redis pool, pubsub, and maven3 support to bbb-web
|
2011-05-17 11:04:40 +00:00 |
|
Marco Calderon
|
245070b366
|
removed bbb-commons. TODO: update process method and endrequest meeting
|
2011-05-14 05:56:35 +00:00 |
|
Marco Calderon
|
a9fcd56a88
|
refactoring bbb-apps
|
2011-05-11 02:09:10 +00:00 |
|
Richard Alam
|
e56ce0bd36
|
- have bbb-web write the recroding <meeting-id>.done file
|
2011-05-05 18:38:22 -04:00 |
|
Marco Calderon
|
7c2498597b
|
Added support pubsub for send updates from bbb-apps to bbb-web
|
2011-03-28 07:19:22 +00:00 |
|
Richard Alam
|
65d6e61890
|
- call the ruby scripts from bbb-web
|
2011-04-15 18:19:51 -04:00 |
|
Richard Alam
|
19c3971e1f
|
- store meeting info in redis so we can include in events.xml
|
2011-02-16 10:34:49 -05:00 |
|
Richard Alam
|
fe44e0bf53
|
- setup jedis so we can put conference metadata into events.xml
|
2011-02-15 11:43:53 -05:00 |
|
Richard Alam
|
dda58fe6bb
|
- put rec and playback required params in properties file
|
2011-02-15 10:41:15 -05:00 |
|
Richard Alam
|
a8d9a48fb2
|
- trigger archive, ingest, publish of recording when the last user leaves the meeting
|
2011-02-14 14:18:21 -05:00 |
|
Richard Alam
|
8d895d7417
|
- add temp way to trigger ingest and processing
|
2011-02-11 15:31:34 -05:00 |
|
Richard Alam
|
d0184c8210
|
- cleaning up bbb-web
|
2011-01-19 11:09:50 -05:00 |
|
Marco Calderon
|
2d102450b9
|
added send parameter record from bbb-web to bbb-apps
|
2010-11-10 22:40:52 +00:00 |
|
Marco Calderon
|
70d8e805b1
|
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into record-and-playback-feature
|
2010-10-30 19:54:08 +00:00 |
|
Richard Alam
|
d01662da3e
|
- handle findConference AGI call to check if a conference with a particular number is running
|
2010-11-02 09:39:56 -04:00 |
|
Marco Calderon
|
78794d5952
|
Fix bigbluebutton-web for recording
|
2010-10-30 19:51:40 +00:00 |
|
Marco Calderon
|
d186288749
|
added record conference call to BBB API
|
2010-10-24 08:59:23 +00:00 |
|
BigBlueButton
|
333dd13d6b
|
- fixed few issues and cleaned up
|
2010-07-19 20:23:28 +00:00 |
|