Oswaldo Acauan
d642cb1c99
Add chat send message functionality
2016-06-02 15:40:27 -03:00
Oswaldo Acauan
8d74db562a
Fix getters on auth service
2016-06-02 10:48:39 -03:00
Oswaldo Acauan
f39b7171af
Move session/auth logic to separated services
2016-06-02 10:46:35 -03:00
Oswaldo Acauan
f4fbc658e0
Fetch chat messages from server instead of mock
2016-06-02 10:00:57 -03:00
Oswaldo Acauan
378c94ce7b
Resolve merge conflicts
2016-06-01 13:45:01 -03:00
Oswaldo Acauan
1d8a36564d
Add base components and style for Chat
2016-06-01 13:33:19 -03:00
Anton Georgiev
36c36d4291
Merge pull request #3158 from Gcampes/html-userlist
...
Adds html5 user list and user avatar components
2016-06-01 10:17:09 -04:00
gcampes
b6366ff451
removes .js and .jsx from startup/routes in html5
2016-06-01 10:04:23 -03:00
gcampes
2d71964791
Revert changes to start.sh and remove useless file added on my last commit
2016-05-31 17:39:11 -03:00
gcampes
957dcb9a8f
Finish first iteration of the html5 userlist and adds user avatar component
2016-05-31 17:25:42 -03:00
gcampes
ce32ae5b20
Merge branch 'html5-new-userlist' into html-userlist
2016-05-31 08:37:14 -03:00
gcampes
430435e660
Changes html5 userlist service
2016-05-31 08:29:38 -03:00
Richard Alam
362cf62a5e
Merge pull request #3157 from ritzalam/upgrade-screenshare
...
update screenshare jws jar libraries
2016-05-30 14:44:45 -04:00
Richard Alam
6695883fe5
- update screenshare jws jar libraries
2016-05-30 18:41:49 +00:00
Richard Alam
f246ea453d
Merge pull request #3156 from bigbluebutton/ritzalam-akka-apps-application-conf
...
Setup application config
2016-05-30 14:18:53 -04:00
Richard Alam
f2819a6282
Setup application config
...
Need to tell service location of application config.
2016-05-30 14:11:32 -04:00
Fred Dixon
6bf6e89b76
Merge pull request #3155 from bigbluebutton/ffdixon-remove-deskshare-config-xml
...
Remove XML block for older deskshare module
2016-05-29 21:58:08 -04:00
Fred Dixon
cd1779afbe
Remove XML block for older deskshare module
2016-05-29 21:58:00 -04:00
Fred Dixon
84d9c5a5b5
Merge pull request #3154 from ffdixon/comment-deskshare
...
Commented out Deskshare in config.xml.template
2016-05-28 16:04:00 -04:00
Fred Dixon
098cb8e560
Commented out Deskshare in config.xml.template
2016-05-28 16:03:37 -04:00
Fred Dixon
d119be85de
Merge pull request #3153 from ffdixon/bump-1-1
...
Updated releaes environment variable to 1.1.0-dev
2016-05-28 15:59:24 -04:00
Fred Dixon
3500aa2303
Updated releaes environment variable to 1.1.0-dev
2016-05-28 15:50:57 -04:00
Fred Dixon
9d8d0fcff1
Merge pull request #3152 from bigbluebutton/ffdixon-bump-1.1-dev
...
Bump version on index.html page to 1.1-dev
2016-05-28 13:03:34 -04:00
Fred Dixon
bd9124d286
Bump version on index.html page to 1.1-dev
2016-05-28 13:03:26 -04:00
Anton Georgiev
02f03205a4
minor edit to handle voice events
2016-05-25 16:32:23 -03:00
Anton Georgiev
61236078c7
bring callback out of if/else
2016-05-25 16:32:11 -03:00
gcampes
6b22b49922
Changes to the html5 userlist
2016-05-25 16:29:22 -03:00
Oswaldo Acauan
877e91a43e
Rename to new structure
2016-05-23 10:09:47 -03:00
Anton Georgiev
b24c5b4631
Merge pull request #3145 from oswaldoacauan/feature-actionsbar
...
HTML5 - New Button component, basic styles and file structure
2016-05-20 17:29:44 -04:00
Richard Alam
7125f4534d
Merge branch 'antobinary-merge-webrtc-ds'
2016-05-20 20:28:43 +00:00
Richard Alam
7ae9b7b204
Merge branch 'merge-webrtc-ds' of https://github.com/antobinary/bigbluebutton into antobinary-merge-webrtc-ds
...
Conflicts:
akka-bbb-apps/build.sbt
akka-bbb-apps/src/main/scala/org/bigbluebutton/core/apps/UsersApp.scala
akka-bbb-fsesl/build.sbt
akka-bbb-fsesl/src/main/java/org/bigbluebutton/freeswitch/voice/freeswitch/ESLEventListener.java
akka-bbb-fsesl/src/main/scala/org/bigbluebutton/freeswitch/VoiceConferenceService.scala
bbb-common-message/build.sbt
bbb-common-message/src/main/java/org/bigbluebutton/common/messages/Constants.java
bbb-common-message/src/main/java/org/bigbluebutton/common/messages/Util.java
bigbluebutton-apps/build.gradle
bigbluebutton-web/grails-app/conf/spring/resources.xml
bigbluebutton-web/src/java/org/bigbluebutton/api/MeetingService.java
2016-05-20 20:27:52 +00:00
Oswaldo Acauan
99e2dee4d1
Merge branch 'master' into feature-actionsbar
...
* master: (44 commits)
- publish bbb commons messages to local by default
bbb-web: Verified that all error messages from join are displayed in html
bbb-web: Adjustments for the new error management - Removed old error managment from join - Refactored method respondWitErrors so it may responde with html or xml - Added validation for ignoring masUsers filter if maxUsers=0
bbb-web: Fix for race condition that causes the maxParticipants filter to fail (registeredUser now tracks the timestamp instead of Date)
bbb-config: index.html is now able to handle error messages when used as the default logoutURL
bbb-web: Fix for race condition that causes the maxParticipants filter to fail (changed the format to error parameter)
bbb-web: Fix for race condition that causes the maxParticipants filter to fail (implemented cleaner)
Added blank pages to defaut.pdf for whiteboard
Move from 1.0-RC to 1.0
bbb-web: Fix for race condition that causes the maxParticipants filter to fail (tracking the joins)
- add Occitan locale
- fix offending locale that breaks build
Update locales
bbb-web: Implemented maxUsers/maxParticipants filter in Join
fix shortcut key inconsistencies
fix issue #3088
Fix for issue #3110
fix issue #3106
Fix clicks on the thumbnails in the playback page
Improve playback buttons and update colors in the playback page
...
2016-05-20 13:42:53 -03:00
Oswaldo Acauan
216bfd2ac2
Fix nav-bar userlist toggle icon
2016-05-20 13:39:58 -03:00
Oswaldo Acauan
37b86d9176
Improve some basic styles
2016-05-20 13:35:15 -03:00
Oswaldo Acauan
29c09afee9
Add basic nav-bar styles
2016-05-20 13:29:55 -03:00
Oswaldo Acauan
2612fef112
Improve Button styles
2016-05-20 13:17:39 -03:00
Oswaldo Acauan
0e9b8f7eff
Add basic styles for actions-bar
2016-05-20 13:17:21 -03:00
Richard Alam
f3bfa91b01
Merge branch 'dfeng99-dfengBBB'
2016-05-20 15:41:04 +00:00
Richard Alam
433f09f72d
Merge branch 'dfengBBB' of https://github.com/dfeng99/bigbluebutton into dfeng99-dfengBBB
...
Conflicts:
bbb-common-message/build.sbt
bigbluebutton-web/src/java/org/bigbluebutton/api/MeetingService.java
2016-05-20 15:40:50 +00:00
Richard Alam
d810256ca1
Merge branch 'jfederico-bbb-web_fix-maxParticipants-by-tracking-joins'
2016-05-20 15:28:34 +00:00
Richard Alam
41a258dd59
Merge branch 'bbb-web_fix-maxParticipants-by-tracking-joins' of https://github.com/jfederico/bigbluebutton into jfederico-bbb-web_fix-maxParticipants-by-tracking-joins
...
Conflicts:
bigbluebutton-config/web/index.html
2016-05-20 15:28:19 +00:00
Richard Alam
61015cb21a
Merge branch 'ritzalam-merge-v1.0.0-to-master'
2016-05-20 15:22:42 +00:00
Richard Alam
b0646794ff
Merge branch 'merge-v1.0.0-to-master' of https://github.com/ritzalam/bigbluebutton into ritzalam-merge-v1.0.0-to-master
2016-05-20 15:15:39 +00:00
Richard Alam
1ddf9d633a
Merge branch 'daronco-responsive-playback'
2016-05-20 15:14:47 +00:00
Richard Alam
ca0c3f60ed
Merge branch 'responsive-playback' of https://github.com/daronco/bigbluebutton into daronco-responsive-playback
2016-05-20 15:14:30 +00:00
Richard Alam
468c463d80
Merge branch 'delftswa2016-add-emojis'
2016-05-20 15:13:20 +00:00
Richard Alam
babedcc6a7
Merge branch 'add-emojis' of https://github.com/delftswa2016/bigbluebutton into delftswa2016-add-emojis
2016-05-20 15:06:42 +00:00
Oswaldo Acauan
0e6c6f1f99
Improve some styles on the media
2016-05-20 12:02:57 -03:00
Oswaldo Acauan
a69d7faab9
Add iconRight option to Button component
2016-05-20 11:49:28 -03:00
Oswaldo Acauan
dc7cdb337f
Add examples to Button component
2016-05-20 11:13:06 -03:00