Commit Graph

12739 Commits

Author SHA1 Message Date
Jaeeun Cho
73c9898698 fixes html5 clinet logout and nav-bar 2016-06-17 18:15:11 -04:00
Anton Georgiev
6fc0f6ead0 Merge pull request #3180 from oswaldoacauan/fix-html5-btn
[HTML5] Fix renderCircle and add hideLabel prop to button component
2016-06-17 13:11:27 -04:00
Oswaldo Acauan
406c55f1c2 Fix renderCircle and add hideLabel prop 2016-06-17 16:42:17 +00:00
Richard Alam
f1b372fb5c Merge pull request #3179 from ritzalam/embed-javacpp-into-webapp
- remove MANIFEST from ffmpeg.jar as it declares dependencies to all…
2016-06-16 13:27:32 -04:00
Richard Alam
977b3dc046 - remove MANIFEST from ffmpeg.jar as it declares dependencies to all platform's native libs.
This triggers downloading of mac, linux jars even if you are running on windows.
2016-06-16 17:25:16 +00:00
Oleksandr Zhurbenko
0d1ad108f0 Fixed polling for the HTML5 viewers 2016-06-15 14:04:25 -07:00
Richard Alam
9f9d08772f Merge pull request #3177 from ritzalam/embed-javacpp-into-webapp
Make starting of webstart app faster
2016-06-15 16:21:25 -04:00
Richard Alam
66414eae68 - clean up removing logs and removing javacpp from the build 2016-06-15 20:11:59 +00:00
Richard Alam
e484aac978 - do not manually search for the native libraries as it causes
startup time to take longer
2016-06-15 18:34:34 +00:00
Oleksandr Zhurbenko
9bd1d6f15a Moved check for polling to AddShapeToCollection
So that it worked for both get_whiteboard_shapes_reply and send_whiteboard_shape_message
2016-06-15 11:09:05 -07:00
Oleksandr Zhurbenko
0ad772345a Removed unused properties 2016-06-14 13:02:37 -07:00
Oleksandr Zhurbenko
a0bfbe8433 Added Text shape functionality 2016-06-14 13:01:11 -07:00
Anton Georgiev
dddcc064cb Merge pull request #3171 from oswaldoacauan/feature-chat-2
User List Sorting & Chat Lock
2016-06-14 12:50:20 -04:00
Richard Alam
59fca31316 Merge pull request #3175 from antobinary/fix-meetings-querry
Fix querrying for existing meetings for html5 client
2016-06-14 10:13:39 -04:00
Anton Georgiev
a8e39edf15 allow reply for zero meetings too 2016-06-14 14:11:43 +00:00
Anton Georgiev
7fb2184c02 fix querry for existing meetings 2016-06-13 21:39:31 +00:00
Richard Alam
a9d90e9a66 Merge pull request #3174 from ritzalam/embed-javacpp-into-webapp
- cache the jar files
2016-06-13 15:49:58 -04:00
Richard Alam
e9acf88f9f - cache the jar files 2016-06-13 19:48:24 +00:00
Anton Georgiev
9ac502f13e Merge pull request #3173 from oswaldoacauan/feature-check-endpoint
Add /check endpoint for HTML5 client
2016-06-13 14:00:12 -04:00
Oswaldo Acauan
62e2005eef Add /check endpoint for HTML5 client 2016-06-13 14:56:41 -03:00
Richard Alam
7be339229e Merge pull request #3172 from ritzalam/embed-javacpp-into-webapp
Improve screenshare webstart startup time
2016-06-13 13:18:18 -04:00
Oswaldo Acauan
6414d6358a Remove debug messages 2016-06-13 14:15:15 -03:00
Richard Alam
441210d954 - include javacpp into main app source so we don't need to load another jar
which hopefully improves screenshare startup time.
2016-06-13 17:13:01 +00:00
Oswaldo Acauan
6b8da33c29 Merge branch 'master' into feature-chat-2
* master:
  - improve webstart searching time for native libraries
  Fix button className inheritance
2016-06-13 14:05:05 -03:00
Oswaldo Acauan
5474591552 Change localStorage to sessionStorage 2016-06-13 14:00:57 -03:00
Oswaldo Acauan
76b8aca4bb Add lock behavior to HTML5 chat 2016-06-13 14:00:38 -03:00
Anton Georgiev
da6532010b Merge pull request #3167 from oswaldoacauan/fix-button
Fix HTML5 Button component className inheritance
2016-06-13 10:19:14 -04:00
Oleksandr Zhurbenko
2ff5afd056 Fixed issues with adding and updating Text shape objects to the db 2016-06-10 10:39:47 -07:00
Oleksandr Zhurbenko
7f845ed8d9 Added clippath, so that users can't see anything outside of the viewBox 2016-06-09 12:00:44 -07:00
Oleksandr Zhurbenko
12eff5d568 Added Rectangle shape functionality 2016-06-09 11:58:41 -07:00
Richard Alam
156ee930f7 Merge pull request #3169 from ritzalam/speedup-screenshare-native-lib-loading-2
- improve webstart searching time for native libraries
2016-06-08 17:35:02 -04:00
Richard Alam
1a9f5f0249 - improve webstart searching time for native libraries 2016-06-08 17:30:13 -04:00
Oleksandr Zhurbenko
2a46f618f5 Added Triangle shape functionality 2016-06-08 10:13:25 -07:00
Oleksandr Zhurbenko
17dcbd7bfe Added Pencil shape functionality 2016-06-08 10:12:24 -07:00
Oleksandr Zhurbenko
2f359d80ae Rounded the Line shape endings 2016-06-07 11:33:31 -07:00
Oleksandr Zhurbenko
cdf00b6faf Fixed linter warnings and a bug with the thickness while zooming in 2016-06-07 11:30:44 -07:00
Oleksandr Zhurbenko
fbe6a4ca36 Added zoom and pan 2016-06-07 11:08:25 -07:00
Oswaldo Acauan
9803f55fda Fix user-list sorting on phone users case 2016-06-07 13:46:24 -03:00
Oswaldo Acauan
c11447cc62 Fix button className inheritance 2016-06-07 11:33:22 -03:00
Oswaldo Acauan
23a5045cec Add disable property for chat form 2016-06-07 11:19:19 -03:00
Oswaldo Acauan
cdb137091d Improve user-list sorting 2016-06-07 10:58:51 -03:00
Oleksandr Zhurbenko
23b00440bc Line shape functionality 2016-06-06 10:12:14 -07:00
Oswaldo Acauan
6318235f8f Add sorting to the user-list 2016-06-06 13:45:30 -03:00
Oleksandr Zhurbenko
cd500ea654 Added functionality for the Circle shape 2016-06-04 16:09:50 -07:00
Oleksandr Zhurbenko
1ec7a842c4 Commented out logs to improve the whiteboard's performance 2016-06-03 15:40:46 -07:00
Oleksandr Zhurbenko
af077961e3 Added helpers for the shape components 2016-06-03 15:39:28 -07:00
Anton Georgiev
91b0e57c23 Merge pull request #3163 from OZhurbenko/meteor-react
Initial Whiteboard functionality
2016-06-03 10:23:09 -04:00
Oleksandr Zhurbenko
e39963d4de Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into meteor-react
Conflicts:
	bigbluebutton-html5/package.json
2016-06-02 15:20:41 -07:00
Oleksandr Zhurbenko
25b55ba9d7 Switched to CSS scaling for SVG 2016-06-02 15:09:28 -07:00
Fred Dixon
bf8ecd3681 Merge pull request #3162 from ritzalam/update-screenshare-ffmpeg-jars
Update screenshare ffmpeg jars
2016-06-02 17:20:13 -04:00