Commit Graph

11238 Commits

Author SHA1 Message Date
Leonardo Crauss Daronco
6094c8ceee Stack recording playback components when in portrait mode 2016-04-28 14:35:47 -04:00
Leonardo Crauss Daronco
2b20824b99 Small fix/protection in the js of the playback page 2016-04-28 10:36:39 -04:00
Leonardo Crauss Daronco
f35c010864 Fix the slide size on video/presentation swap in a paused playback
Resize the slides after swapping presentation and video, so that it fits
the new region properly.
2016-04-27 16:20:31 -04:00
Leonardo Crauss Daronco
488734abc1 Add protections to the js and improve the swap in the playback page
When swapping video and presentation now the presentation is updated
properly, before it would not show any slide until there was a slide
change.

Also added a few protections to prevent js code from breaking.
2016-04-27 15:53:39 -04:00
Leonardo Crauss Daronco
b55a7c4ad5 Show BigBlueButton's logo in the playback page as bg when loaded 2016-04-27 11:13:36 -04:00
Leonardo Crauss Daronco
1a3b5381d4 Fix pan and zoom in the responsive playback page
When pan/zoom was done, the image would zoom and move inside the svg, that
occupied a larger area than the viewbox we wanted to show.

Had to control the size of the container that has the svg via javascript,
to make it exactly the size we want to display the presentations and with
this crop all parts of the presentation that lie outside the container.
2016-04-27 10:46:29 -04:00
Leonardo Crauss Daronco
a3afed36fe Better visual for copyright and chat in the playback page
Small changes in text formatting and positioning.
2016-04-26 19:04:27 -04:00
Leonardo Crauss Daronco
2778768521 Fix cursor position in the playback page when the sidebar is open
The cursor was being moved to the right more than it should when the
sidebar was opened.
2016-04-26 17:58:54 -04:00
Leonardo Crauss Daronco
7fb5b134db Fix recording playback layout when there's no video 2016-04-26 17:53:11 -04:00
Leonardo Crauss Daronco
eb1940d4e3 Set the meeting name as title in the recording playback page 2016-04-26 17:14:41 -04:00
Leonardo Crauss Daronco
327a63bd9f Move the copyright msg to the bottom in the rec playback page
And some small improvements in the thumbnails.
2016-04-26 16:36:37 -04:00
Leonardo Crauss Daronco
59842c7134 Add thumbnails to the responsive recording playback page 2016-04-26 16:18:42 -04:00
Leonardo Crauss Daronco
f0b511baf5 Fix cursor positioning in the recording playback page
Wasn't being shown after the page was made responsive. Now it shows up
in the correct place and disappears when not necessary.
2016-04-26 14:03:24 -04:00
Leonardo Crauss Daronco
af5e9fc2d5 Better and more consistent rec playback layout for small/large screens 2016-04-25 18:24:56 -04:00
Leonardo Crauss Daronco
234843b422 Better volume slider in the media player in the playback page 2015-11-20 15:00:23 -02:00
Leonardo Crauss Daronco
a640426de3 Better swap of presentation/video and spinner in the playback page
Now it keeps playing if it was playing before and shows the current slide
properly.
2015-11-20 14:22:08 -02:00
Leonardo Crauss Daronco
3bc61690c3 Better style for the video player in the playback page, cleanup css 2015-11-19 10:54:43 -02:00
Leonardo Crauss Daronco
c2de1cab07 Finished thhe new presentation/video swap in the playback page
Now it's done in the application and positioning is not hard-coded
inside acorn player, so it works in a responsive page.

Still not 100%, the playback jumps back and pauses on swap. Have to
make the transition seamless.
2015-11-19 10:18:23 -02:00
Leonardo Crauss Daronco
8bbaf8a13f Move css/bbb-playback2.css to playback.css 2015-11-18 17:42:47 -02:00
Leonardo Crauss Daronco
32986bc6f9 First version of a responsive playback page for recordings
Includes a custom theme for acorn media player.
Uses the Foundation framework, version 5.5.3
2015-11-18 17:28:52 -02:00
Richard Alam
2c782f52dd Merge pull request #2897 from oswaldoacauan/master
Work on HTML5 client bug when deleting a presentation.
2015-11-17 13:40:01 -05:00
Oswaldo Acauan
5b82ad6e08 Changed from the session from localStorage to sessionStorage on HTML5 client 2015-11-17 16:32:38 -02:00
Oswaldo Acauan
1441ac0d3b Merge branch 'master' of https://github.com/oswaldoacauan/bigbluebutton
* 'master' of https://github.com/oswaldoacauan/bigbluebutton:
  Working on HTML5 displaying the last slide when presentation is deleted
  Working on HTML5 displaying the last slide when presentation is deleted
  Increased the overflow limit on user name at the sidebar
2015-11-17 15:02:25 -02:00
Oswaldo Acauan
5dddcb819f Working on HTML5 displaying the last slide when presentation is deleted 2015-11-17 15:01:27 -02:00
Oswaldo Acauan
2f7ad91b3e Working on HTML5 displaying the last slide when presentation is deleted 2015-11-17 14:59:16 -02:00
Oswaldo Acauan
af2bba668f Working on HTML5 displaying the last slide when presentation is deleted 2015-11-17 14:57:55 -02:00
Richard Alam
093e09a594 Merge pull request #2895 from oswaldoacauan/master
User list design changes on HTML5 client
2015-11-17 10:36:01 -05:00
Oswaldo Acauan
5a84874b75 Increased the overflow limit on user name at the sidebar 2015-11-17 12:02:33 -02:00
Oswaldo Acauan
b6b52f9626 Added padding on sidebar icons so they don't touch the edge 2015-11-17 11:32:42 -02:00
Oswaldo Acauan
ed59945b3f Increased the sidebar to 2/3 of the screen on mobile 2015-11-17 11:24:22 -02:00
Chad Pilkey
8d321b2493 Merge pull request #2849 from riadvice/client-fixes
Minor Client fixes
2015-11-16 07:35:39 -05:00
Richard Alam
54883969c2 Merge pull request #2893 from daronco/webhook-fixes
Webhooks: Fix "ReferenceError: hook is not defined" when removing hook
2015-11-13 11:18:25 -05:00
Chad Pilkey
f9c241a041 Merge pull request #2891 from OZhurbenko/chat-improvements
Slide Loading and Resizing corrections
2015-11-12 14:06:18 -05:00
Leonardo Crauss Daronco
0a9376f9b2 Fix "ReferenceError: hook is not defined" when removing hook 2015-11-12 16:43:11 -02:00
Oleksandr Zhurbenko
3e4572d6b5 Removed unused code 2015-11-11 15:31:03 -08:00
Oleksandr Zhurbenko
8a17a295b9 Fixed a problem with displaying tall slides on the first load 2015-11-10 19:44:48 -08:00
Richard Alam
443d6ba976 Merge pull request #2890 from antobinary/audio-fix
html5client:Queue updates
2015-11-10 17:33:46 -05:00
Fred Dixon
a418f3977a Merge pull request #2889 from capilkey/add-audio-left-sound
Added a client side audio queue when you leave the voice conference
2015-11-09 18:09:50 -05:00
Anton Georgiev
e300e0376f cleaning up 2015-11-09 22:03:11 +00:00
Anton Georgiev
975f512b74 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into audio-fix 2015-11-09 21:36:11 +00:00
Anton Georgiev
d3f9f4e8a7 keep track of queue length; omit some messages from entering the queue (pong,..) 2015-11-09 21:35:03 +00:00
Chad Pilkey
8463325ce3 added a client side audio queue when you leave the voice conference 2015-11-09 11:38:30 -08:00
Anton Georgiev
e3efd24a2b fix function def typo 2015-11-09 18:45:31 +00:00
Richard Alam
31d7887dfd Merge pull request #2885 from antobinary/audio-fix
html5client:serial handling of selected event messages to ensure correct order of db updates
2015-11-06 17:18:49 -05:00
Anton Georgiev
c18aef9f5e Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into audio-fix 2015-11-06 22:01:34 +00:00
Anton Georgiev
84e8cb0d48 fix issue with join user for Flash users 2015-11-06 22:01:03 +00:00
Anton Georgiev
247349e9b4 working on serializing message handling 2015-11-06 21:38:18 +00:00
Chad Pilkey
e55ad15145 Merge pull request #2879 from perroned/styling-issues1
Settings Modal Adjustments
2015-11-06 16:34:00 -05:00
Richard Alam
5c7f25fcc1 Merge pull request #2884 from ritzalam/update-locales-nov-6-2015
- update locales
2015-11-06 16:06:18 -05:00
Oleksandr Zhurbenko
849b58d8cb Fixed chatbody's srolling on increasing font-size 2015-11-06 13:06:17 -08:00