Oleksandr Zhurbenko
179ce3c2bd
Swapping whiteboard with default view if there is no current slide
2016-05-27 18:10:34 -07:00
Oleksandr Zhurbenko
84318b10f0
Adjusted imports, cleaned up
2016-05-26 17:13:53 -07:00
Oleksandr Zhurbenko
16c46d50af
Adjusted the whiteboard files to the new structure
2016-05-26 17:03:30 -07:00
Oleksandr Zhurbenko
50597726d9
Ported changes in addShapeToCollection func and the structure of the text shape obj to the new server side structure
2016-05-26 09:37:54 -07:00
Oleksandr Zhurbenko
1c4c2befb3
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into meteor-react
...
Conflicts:
bigbluebutton-html5/Gruntfile.js
bigbluebutton-html5/client/globals.js
bigbluebutton-html5/imports/ui/chat/Chat.jsx
bigbluebutton-html5/imports/ui/chat/ChatInputControls.jsx
bigbluebutton-html5/imports/ui/chat/PrivateChatToolBar.jsx
bigbluebutton-html5/imports/ui/shared/Button.jsx
bigbluebutton-html5/imports/ui/whiteboard/Whiteboard.jsx
bigbluebutton-html5/package.json
bigbluebutton-html5/server/collection_methods/shapes.js
bigbluebutton-html5/server/collection_methods/slides.js
bigbluebutton-html5/server/server.js
2016-05-25 15:04:20 -07: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
Oleksandr Zhurbenko
eaeaf90289
Was able to add -webkit-tap-highlight-color property to svg elements
2016-05-25 12:24:01 -07:00
Oleksandr Zhurbenko
f1e3dd71b9
Made text Shape object consistent with the others
2016-05-25 09:45:04 -07:00
Oleksandr Zhurbenko
9d71e48333
Fixed all the bugs related to calls from shape-factory to all the shape components, except the 'text' shape
2016-05-24 15:50:22 -07: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
Oleksandr Zhurbenko
654b80126f
Fixed namespace problem (for FF)
2016-05-20 11:36:20 -07:00
Oleksandr Zhurbenko
82c45ef6de
Removed Svg component; added the ability to display an image from the new Slide component
2016-05-20 11:28:52 -07: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
Oswaldo Acauan
99c2e94c80
Remove unnecessary extension on imports
2016-05-20 10:46:30 -03:00
Oswaldo Acauan
d3d997d211
Rename navbar, media, whiteboard and videodock to the new structure
2016-05-20 10:44:27 -03:00
Oswaldo Acauan
7aac407e35
Remove unnecessary component background colors
2016-05-20 10:41:15 -03:00
Oswaldo Acauan
d81cb28f35
Add new component button and some basic styles
2016-05-20 10:37:19 -03:00
Richard Alam
ebbc259b46
Merge pull request #3144 from ritzalam/publish-commons-jar-to-local
...
- publish bbb commons messages to local by default
2016-05-19 16:17:55 -04:00
Richard Alam
9d6f0ff0bb
- publish bbb commons messages to local by default
2016-05-19 20:16:26 +00:00
jfederico
470971d598
bbb-web: Verified that all error messages from join are displayed in html
2016-05-19 16:12:30 -04:00
gcampes
18e4f98f1d
Adds html5 new userlist, WIP
2016-05-19 15:22:56 -03:00
Anton Georgiev
0861e192b9
disable webrtc deskshare for now
2016-05-19 17:59:58 +00:00
Anton Georgiev
4981344062
Merge branch 'mod-verto-1' of github.com:perroned/bigbluebutton into merge-webrtc-ds
...
Conflicts:
bigbluebutton-html5/app/client/globals_audio.coffee
bigbluebutton-html5/app/client/verto.coffee
bigbluebutton-html5/app/config.coffee
bigbluebutton-html5/app/server/collection_methods/meetings.coffee
bigbluebutton-html5/app/server/server.coffee
2016-05-19 15:48:40 +00:00
jfederico
c65cea3804
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
2016-05-19 11:41:46 -04:00
jfederico
875ad47aaf
bbb-web: Fix for race condition that causes the maxParticipants filter to fail (registeredUser now tracks the timestamp instead of Date)
2016-05-19 10:31:59 -04:00
Richard Alam
c4b044e8a1
Merge branch 'v1.0.x-release' into master
2016-05-19 13:50:23 +00:00
Ubuntu
81aef001a0
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into bbb-web_fix-maxParticipants-by-tracking-joins
...
Updated feature branch with lates code in master
2016-05-18 20:45:21 +00:00