Tainan Felipe
d73b28eb06
Workaround to CTM request in svg of the screen
2020-01-23 14:52:16 -03:00
Joao Siebel
f95107e3a0
Remove JSON.parse and JSON.stringfy
2020-01-13 13:43:31 -03:00
Joao Siebel
b6c900ca84
Fix annotations and cursor streamer
...
The problem was caused when meteor restarted without reloading the page,
the ddp subscription called a onStop event that set all handlers to undefined
after we set the handlers on the init function.
2020-01-13 09:34:54 -03:00
KDSBrowne
9b8495ca09
fix whiteboard toolbar not accessible via mouse (after publish / presentation swap)
2019-12-16 14:58:52 +00:00
Anton Georgiev
98f4f731d0
Merge pull request #8235 from jfsiebel/update-annotations-streamer
...
Update annotations/cursor streamer logic
2019-11-19 11:56:49 -05:00
Anton Georgiev
42d640f3e2
Merge branch 'issue7791-add-support-to-new-parameters-name' of github.com:diegobenetti/bigbluebutton into test-7805
2019-11-05 11:59:00 -05:00
Joao Siebel
2443515cef
Merge remote-tracking branch 'upstream/master' into update-annotations-streamer
2019-10-31 19:18:23 -03:00
Chad Pilkey
37b5286d3b
throttle the pencil updates and increase cursor throttle
2019-10-24 15:25:50 -07:00
Joao Siebel
d0f0d91c01
Update annotations streams logic
2019-10-22 22:26:25 -03:00
Anton Georgiev
4a335a1db6
reduce db probes for getAvailableActions; simplify SaveUsernames
2019-09-06 16:28:02 -04:00
Anton Georgiev
c5856d43c8
moved static code outside of tracker
2019-09-04 14:32:58 -04:00
Anton Georgiev
ea18b09311
add a few more collection lookups "fields" delimiters
2019-08-29 12:26:07 -04:00
Anton Georgiev
cdb03042ee
Merge pull request #7952 from KDSBrowne/issue-7148
...
Reduce chance of text Area displaying invisible border
2019-08-28 15:13:00 -04:00
Chad Pilkey
83c727ac0d
make sure the toolbar exists first before animating
2019-08-23 14:13:15 -07:00
KDSBrowne
79035443d3
make textarea border 2px for safari
2019-08-19 16:34:21 +00:00
KDSBrowne
74ac34c407
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into issue-7148
2019-08-19 13:44:36 +00:00
Anton Georgiev
7ce13856f7
Merge pull request #7888 from vitormateusalmeida/issue-7340
...
Change the default tool in multi-user
2019-08-16 11:31:04 -04:00
Joao Siebel
4278b2b061
Add again handleMouseLeave function
2019-08-15 15:08:03 -03:00
Joao Siebel
ae87fe7e9d
Remove handleMouseLeave function
2019-08-15 13:34:23 -03:00
Joao Siebel
5bedda90cb
Remove unnecessary bind and revert the call of handleMouseLeave
2019-08-15 10:19:44 -03:00
Joao Siebel
632805c627
Prevent draw blocking buttons on tablets and mobile
...
close issue #7904
2019-08-14 17:28:27 -03:00
Vitor Mateus
dcf1e9986b
Change default tool when component mount
...
Change default tool when component mount
2019-08-09 16:47:59 -03:00
KDSBrowne
8df0323bfe
reduce the chance of textbox missing a border on render (firefox)
2019-08-09 15:35:41 +00:00
Vitor Mateus
a6ce565826
Change the default tool in multi-user
2019-08-06 10:16:33 -03:00
Chad Pilkey
e69931a0af
Merge remote-tracking branch 'upstream/master' into fix-pan-lag
2019-07-25 16:29:52 -07:00
Chad Pilkey
c344a17adb
pan/zoom and cursor refactor for better performance
2019-07-25 15:55:25 -07:00
Anton Georgiev
2bf8fb5cca
minor optimization using Fields in miniMongo
2019-07-24 17:59:04 +00:00
Diego Benetti
f13239674b
Changes other parameters to the new pattern
2019-07-24 14:04:46 -03:00
Anton Georgiev
901987282a
Merge pull request #7756 from vitormateusalmeida/webcams-draggable-refactor
...
Webcam draggable refactoring
2019-07-16 09:53:39 -04:00
Vitor Mateus
fc3f23266b
Fix z-index
2019-07-11 10:49:06 -03:00
Joao Siebel
18670fdaf2
Merge remote-tracking branch 'upstream/master' into reconnection-improvement
2019-07-04 15:09:06 -03:00
KDSBrowne
7cc2f551b6
add parentheses to equation
2019-07-04 17:58:38 +00:00
KDSBrowne
2d3f43edf9
use calculation to find max z-index
2019-07-04 17:54:20 +00:00
KDSBrowne
2bf92f921b
move comment
2019-07-04 17:48:13 +00:00
KDSBrowne
cd9e89ca88
fix Cannot read property 'focus' of null / lint issues
2019-07-04 17:35:32 +00:00
Anton Georgiev
3fcb95ab44
log structure {logCode, extraInfo}, comment
2019-06-28 21:45:50 +00:00
Joao Siebel
8f0783d34f
update variable name
2019-06-26 13:29:34 -03:00
KDSBrowne
d8e4adfff3
fix published poll results in RTL
2019-06-26 12:03:34 +00:00
Joao Siebel
40d460b209
disabled some whiteboard tools
2019-06-24 10:14:14 -03:00
Anton Georgiev
b0cc316fcd
set default whiteboard thickness to "1"
2019-06-20 15:13:52 +00:00
Chad Pilkey
e8bbe617ae
Fix the WB triangle colour in RTL mode
2019-06-17 15:11:06 -04:00
Chad Pilkey
f48cff6b25
set default tool to pan and add corner triangle
2019-06-13 15:42:20 -07:00
Chad Pilkey
c7d0bdcdac
fix repeatCount usage in SVG animations
2019-06-03 09:55:43 -07:00
Anton Georgiev
72486014cd
Merge pull request #7524 from KDSBrowne/0A-access-10
...
Make whiteboard toolbar accessible via keyboard
2019-05-30 14:50:04 -04:00
KDSBrowne
fb38e2a2fd
on open move focus in submenu to currently selected item
2019-05-29 19:11:25 +00:00
KDSBrowne
27c1099c77
allow whiteboard toolbar submenu items to be activated via keyboard
2019-05-27 17:27:58 +00:00
KDSBrowne
b87a33df10
allow whiteboard toolbar items to be activated via keyboard
2019-05-27 16:34:37 +00:00
Anton Georgiev
7b81af5ead
Merge branch 'master' into 02-poll-published-toast
2019-05-24 12:28:10 -04:00
Anton Georgiev
58ed0e4981
eslint whiteboard/annotations/poll/component
2019-05-24 16:18:55 +00:00
Diego Benetti
3998898319
Merge branch 'kert-pr-7498' into issue7461-localize-remaining-labels
2019-05-23 18:13:42 -03:00
KDSBrowne
aa2ec33afb
localize default poll answers
2019-05-22 18:00:44 +00:00
KDSBrowne
558e25ec9b
fix published poll toast notifications for old polls
2019-05-22 14:44:17 +00:00
Ghazi Triki
1f6326f7fd
Change layout direction for RTL languages.
...
Update styles for RTL layout.
2019-05-14 14:17:19 +01:00
Anton Georgiev
c033b638f3
Merge pull request #7420 from KDSBrowne/_summit-fix-whiteboard-toolbar-icon-not-updating
...
Fix thickness icon not updating (whiteboard toolbar)
2019-05-13 16:29:16 -04:00
KDSBrowne
94288cbaf0
fix thickness icon not updating without refresh
2019-05-10 17:40:13 +00:00
KDSBrowne
983af56379
add formatted message
2019-05-08 13:36:40 +00:00
KDSBrowne
8d6c42fbd8
partial implimentation of published poll feedback
2019-05-08 13:24:18 +00:00
KDSBrowne
0e724fb890
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into 2.2-High-contrast-outline
2019-04-18 14:29:17 +00:00
KDSBrowne
38ba8f8895
add outlines for high contrast themes (windows)
2019-04-08 14:22:22 +00:00
KDSBrowne
f0cf490159
better restrict when spacebar shortcut is activated
2019-04-04 13:55:35 +00:00
Chad Pilkey
b75e579acf
Merge pull request #7062 from riadvice/html5-files-cdn
...
Support loading the HTML5 main JS file and its assets from a CDN
2019-03-29 16:38:01 -04:00
Ghazi Triki
b1e6cff44e
Improve CDN CORS rules.
2019-03-29 18:33:23 +01:00
Ghazi Triki
5b87524520
Use the embedded meteor CDN feature.
2019-03-29 16:47:07 +01:00
KDSBrowne
afe128fdb7
add Spacebar shortcut to toggle whiteboard Pan
2019-03-27 17:15:19 +00:00
Ghazi Triki
106058e1dd
Support loading the HTML5 main JS file and its assets from a CDN.
2019-03-18 09:57:43 +01:00
KDSBrowne
a2c57796bd
fix animations / some whiteboard toolbar icons not rendering
2019-02-28 15:11:36 +00:00
Joao Siebel
9cba56d0f9
fix drawing problem by guaranteeing points order. close #6038
2019-02-13 14:15:09 -02:00
Maxim Khlobystov
b86a990612
Add logCode and build number to log messages
2019-02-01 14:12:06 -05:00
Anton Georgiev
3dda92b006
Set the default draw thickness to 2
...
Close #6572
2019-01-16 14:17:26 -05:00
Vitor Mateus
5a21ae41ef
Changed default color in the whiteboard toolbar #5691
2019-01-14 16:11:06 -02:00
KDSBrowne
462f20d9bb
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into html5-packages-upgrade
2018-12-05 20:54:37 +00:00
KDSBrowne
39c75fd449
fix remaining bugs / console errors
2018-12-05 19:31:33 +00:00
Anton Georgiev
5f5a7f00f2
change icon for clearing annotations in whiteboard
2018-11-29 20:35:34 +00:00
KDSBrowne
538e248058
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into start-poll-01
2018-11-02 21:25:40 +00:00
Anton Georgiev
70ac42f6bb
Merge pull request #6199 from jfsiebel/configurable-whiteboard-tools-improvement
...
Configurable whiteboard tools improvement
2018-11-01 16:01:21 -04:00
João Francisco Siebel
b9aff5a6f1
handle empty tool list. close #6171
2018-10-26 11:17:41 -03:00
KDSBrowne
95bb36df82
Merge remote-tracking branch 'Upstream/master' into start-poll-01
2018-10-25 17:25:26 +00:00
Oswaldo Acauan
41cfdaaf30
Fix colors and sizes
2018-10-25 10:46:31 -02:00
João Francisco Siebel
a42946658f
improve toolbar when have only one tool
2018-10-24 13:26:23 -03:00
Oswaldo Acauan
f71d32a464
Move from SCSS variables to CSS custom properties (variables) and add custom parameters for theming/skinning
...
WIP
wip
wip
format
wip
Move from SCSS variables to CSS custom properties (variables) and add custom parameters for theming/skinning
2018-10-23 14:21:58 -02:00
João Francisco Siebel
f936e319de
implement configurable whiteboard tools. close #5826
2018-10-19 14:05:56 -03:00
João Francisco Siebel
252bacb917
Add multiUserPenOnly parameter in yml
2018-10-18 14:03:11 -03:00
KDSBrowne
86d48298c6
add ability to publish / stop poll
2018-09-24 22:43:54 +00:00
João Francisco Siebel
a445e0d2e5
make whiteboard tools list configurable
2018-09-21 16:42:39 -03:00
João Francisco Siebel
3c3a5ae59a
implement multiUserPenOnly configuration
2018-09-21 13:42:00 -03:00
Tainan Felipe
2d045b415c
Put the hand by default in mobile
2018-09-18 11:16:11 -03:00
Tainan Felipe
210dbbbeaf
Merge remote-tracking branch 'upstream/master' into zoom-implementation
2018-09-17 15:20:20 -03:00
Tainan Felipe
ab75ffdddd
Add pinch and double-tap zoom
2018-09-17 15:02:52 -03:00
Tainan Felipe
0372f736fc
Add Double tap zoom and pan navigation
2018-09-12 11:36:04 -03:00
Anton Georgiev
1462810b96
Merge branch 'v2.0.x-release' of github.com:bigbluebutton/bigbluebutton into merge-2.0
2018-09-06 22:06:40 +00:00
Tainan Felipe
cce66b352e
Add hand icon
2018-09-05 16:28:10 -03:00
Tainan Felipe
e501b9e5cc
Implement pan zoom
2018-09-04 14:37:36 -03:00
Anton Georgiev
8e553ab0c6
Merge pull request #5855 from musickiper/discard-cur-annotation-via-right-click
...
Add fuctionality for discard current annotation via right-click
2018-09-04 11:13:00 -04:00
James Jung
4db30fe741
Delete useless logics, and make codes more readable
2018-08-23 13:07:56 -04:00
James Jung
3dd288c0ca
Remove loop inside "addAnnotationToDiscardedList"
2018-08-23 12:35:26 -04:00
James Jung
b0a93e5377
Move the placement of undoAnnotation from service.js to draw-listeners
...
Make discardedList be updated on not only the side of the sender but also the side of receiver too
Add logic for preventing the size of discardedList getting bigger unlimitedly
2018-08-23 11:42:34 -04:00
James Jung
86a0440703
Remove useless and error causing codes
2018-08-16 13:15:12 -04:00
James Jung
bac2854b77
Add extra comments to make code more readable
2018-08-14 16:00:15 -04:00
James Jung
dc71cd0382
Move filter logic from service method to draw-stream listener, and makes code more readable
2018-08-14 14:47:09 -04:00
Tainan Felipe
71bd889446
fix toolbars losing border radius when overlap the presentation
2018-08-14 10:30:46 -03:00
James Jung
3f8a10897a
Initialize a list of discarded annotations, filter out discarded annotations inside AnnotationsStreamer added handler
2018-08-13 15:40:47 -04:00
James Jung
d95fff40f1
Remove a global let, improve global variable names' consistency and make codes inside service clean up
2018-08-01 16:15:52 -04:00
Anton Georgiev
6533802573
Merge pull request #5932 from oswaldoacauan/presentation-pods
...
Presentation pods support
2018-08-01 13:49:32 -04:00
Anton Georgiev
e64dbda4ce
add check for logClient to handle media calls
2018-08-01 16:06:49 +00:00
James Jung
006ddf64cd
Correct variables
2018-07-27 14:35:16 -04:00
James Jung
c73bebbdc3
Change wrong variable names, and make use Meteor setting's value than use literal for checking annotation's status
2018-07-27 11:06:49 -04:00
James Jung
46a382a80a
Separate the logic for discarding the current annotation from each draw listener component to the service of whiteboard
2018-07-26 14:06:16 -04:00
Oswaldo Acauan
b7823c406c
Merge remote-tracking branch 'upstream/v2.2-dev' into presentation-pods
2018-07-24 17:20:37 -03:00
James Jung
204921e043
Make code more readable, and make clicking the mouse right button not to draw annotation
...
Seperate the function 'contextMenuHandler' of drawing listeners into the service for reusability
Call the 'UndoAnnotation' method from Whiteboard-toolbar's service to use inside Whiteboard-overlay's draw listeners,
rather than initializing the same method inside Whiteboard-overlay's service to use
Make drawing annotations using the mouse right button inactive
2018-07-23 17:25:06 -04:00
James Jung
df17e36462
Change the functionality for discard current annottation via right-click, based on its purpose
...
The annotaion can be discarded using the mouse right button, only when it is being drawn
2018-07-20 16:17:41 -04:00
James Jung
cf96835280
Change the functionality for discard current annottation via right-click, based on its purpose
...
The annotaion can be discarded using the mouse right button, only when it is being drawn
2018-07-20 16:05:24 -04:00
James Jung
03cabb7c80
Change the 'contentMenuHandler' method of every whiteboard-draw-listener component to static
...
This is for preventing Lint shows the error which a class method is implemented without using 'this' inside
2018-07-20 12:05:06 -04:00
James Jung
4e1bba7ba5
Add functionality for discard current annotation via right-click
2018-07-16 17:03:24 -04:00
James Jung
40d16ca520
Add functionality for discard current annotation via right-click
2018-07-16 14:45:19 -04:00
Bobak Oftadeh
c98bd10024
Replaced console.errors with client logger and alterted logger configurations
2018-07-13 12:16:50 -07:00
James Jung
7344d2fc01
Add fuctionality for discard current annotation via right-click
2018-07-11 14:51:40 -04:00
James Jung
26a5522203
Add fuctionality for discard current annotation via right-click
2018-07-11 13:11:54 -04:00
Anton Georgiev
cd6417aa33
Merge pull request #5779 from oswaldoacauan/whiteboard-fixes
...
Whiteboard fixes and improvements
2018-07-03 11:33:35 -04:00
Oswaldo Acauan
c2f590e3fc
Fix cursor and shapes listener not working in some areas. Closes #5768
2018-06-29 14:58:31 -03:00
Oswaldo Acauan
3e67501790
Clear optimistic shapes when the presenter/multiwb status change. Fix #5677
2018-06-28 11:27:40 -03:00
Oswaldo Acauan
46a469eb2a
Prevent scrolling while drawing on iOS. Related #5672
2018-06-26 11:01:05 -03:00
Oswaldo Acauan
e4b0edefec
Fix undo not working for text-tool. Closes #5619
2018-06-26 10:50:19 -03:00
Oswaldo Acauan
d413b2e156
Fix linter errors
2018-06-26 10:38:43 -03:00
Oswaldo Acauan
03a18b85b1
Prevent drawing while disconnected
2018-06-26 10:28:58 -03:00
KDSBrowne
7b739a9163
swap browser / os checks done by deviceInfo in favor of detect-browser
2018-06-11 23:12:43 +00:00
KDSBrowne
73dcf31f24
use noop included in lodash
2018-06-11 20:30:15 +00:00
KDSBrowne
b8e9f325e2
Merge branch '01.rework-edge-support' into xx.add.Edge-support-html5
2018-06-07 21:36:55 +00:00
KDSBrowne
41ecfd72ec
adds and impliments react-render-in-browser package
2018-06-07 20:00:29 +00:00
Maxim Khlobystov
80da44bb26
Merge pull request #5594 from oswaldoacauan/streams-cursor-wb
...
Whiteboard and Cursor performance update
2018-05-30 11:42:52 -04:00
Oswaldo Acauan
ec07b4434d
Change cursor and annotation to user streams and add optimistic updates
...
WIP | Use streams to cursor and optimistic updates
WIP | Use streamss to whiteboard and optimistic updates
WIP | Remove fake delay
Add two way batching (server/client client/server)
Fix null userId exception and remove logs
wip
Add two way batching (server/client client/server) for cursor
Remove message frequency from draw-listeners component since we handle on message publication
Handle clear and undo messages
2018-05-28 14:46:14 -03:00
Anton Georgiev
b6b93d8903
Merge pull request #5497 from musickiper/absPathToRelPath
...
Change abs paths to use baseName config
2018-05-16 08:51:05 -04:00
KDSBrowne
df1ddc94ee
prevent whiteboard textarea's flickering / not appearing in Edge
2018-05-13 17:15:18 -07:00
KDSBrowne
567621e5f4
fix whiteboard-toolbar not displaying color Icon
2018-05-11 11:16:01 -07:00
KDSBrowne
e88fcee8c0
fix whiteboard-toolbar not displaying Drawing Thickness Icon
2018-05-11 11:12:27 -07:00
KDSBrowne
f8e2eb4295
prevent beginElement() breaking Edge browser
2018-05-11 09:26:31 -07:00
James Jung
2d7d513dc1
Initialize the variable for the baseName config inside whiteboard-overlay components to get better to read
2018-05-09 12:16:56 -04:00
James Jung
26271b0f0e
Delete styles.scss file which stored images' links for the whiteboard cursor and put the links for the whiteboard cursor inside components
2018-05-08 18:06:31 -04:00
James Jung
583725053c
Change some files permission from 755 to 644
2018-05-08 16:05:04 -04:00
James Jung
2e6e8e4418
Add missing settings of the pencil.png url
2018-05-08 14:10:36 -04:00
James Jung
ae9d92ea16
Update absolute paths to use baseName config
2018-05-07 19:15:50 -04:00
Tainan Felipe
ac1e6d4423
hide thickness and color buttons in whiteboard toolbar when is pointer tool
2018-04-27 16:44:33 -03:00
Tainan Felipe
2e76439395
Change hand to pointer icon
2018-04-18 16:32:13 -03:00
Oswaldo Acauan
115bc20b8f
Remove wrong console.log
2018-04-16 12:36:09 -03:00
Oswaldo Acauan
dceae48d8c
Fix the fit-to-width issue, added a throttle to the resize event and get the presentationWH from the viewBox
2018-04-12 15:45:23 -03:00
Oleksandr Zhurbenko
68aba8e0a2
Ajusted multi-user change to the new message format
2018-04-11 13:50:00 -07:00
Oleksandr Zhurbenko
0c8f1a3bfd
Adjusted multi-user for 2.1
2018-04-09 16:18:49 -07:00
Oswaldo Acauan
01348ad4f3
Move the presentation controls to ontop of slide
2018-04-09 17:49:05 -03:00
Oswaldo Acauan
0fd5bf6710
Hide toolbar while mousedown
2018-04-09 17:37:09 -03:00
Oswaldo Acauan
23130319d9
Hide color/thickness for hand action
2018-04-09 17:18:35 -03:00
Oswaldo Acauan
20bf5b5296
Fix warning and pointer-events
2018-04-09 17:06:11 -03:00