Anton Georgiev
d3a33382fe
Propagate typo fix from #11432
...
Needed for https://github.com/bigbluebutton/bigbluebutton/pull/11432
2021-02-19 10:34:20 -05:00
Maxim Khlobystov
7a703464de
Small misprint introduced in the merge
2021-02-09 06:22:41 +00:00
Maxim Khlobystov
ff4260dc98
Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into updating-poll-ui
2021-02-08 21:41:43 +00:00
Anton Georgiev
f34826718d
include instanceId in resources url
2020-11-30 16:09:35 +00:00
Anton Georgiev
3faabd1821
Merge 2.2.29 and 2.2.30 into 2.3.x
2020-11-24 15:13:09 +00:00
KDSBrowne
d2cb02b3bd
prevent users from being able to send more than 1 poll vote
2020-10-28 18:33:09 +00:00
KDSBrowne
73f890c9d8
Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into 2.3-updated-polling
2020-10-21 16:05:03 +00:00
Anton Georgiev
0c7ead1916
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into oct16-merge
2020-10-21 14:48:02 +00:00
Anton Georgiev
bf555dc047
Merge pull request #10564 from KDSBrowne/2.2-publishVote-error
...
Fix exception while invoking method 'publishVote'
2020-10-09 13:36:21 -04:00
Mario Jr
e9e436378a
Correctly set audio input/output devices
...
When refusing ("thumbs down" button) echo test, user is able to select a different input device. This should work fine for chrome, firefox and safari (once user grants permission when asked by html5client).
For output devices, we depend on setSinkId function, which is enabled by default on current chrome release (2020) but not in Firefox (user needs to enable "setSinkId in about:config page). This implementation is listed as (?) in MDN.
In other words, output device selection should work out of the box for chrome, only.
When selecting an outputDevice, all alert sounds (hangup, screenshare , polling, etc) also goes to the same output device.
This solves #10592
2020-10-06 20:37:55 -03:00
KDSBrowne
e99292836f
fix Match error: Expected object, got undefined in publishVote
2020-09-28 19:28:35 +00:00
KDSBrowne
4fbf46ff3f
add minor UI updates from designs
2020-09-21 22:52:38 +00:00
KDSBrowne
cd34469e4c
add max response poll input char length | prevent empty poll option
2020-09-21 16:00:05 +00:00
KDSBrowne
d32155cc5f
add new poll type | allow typed responses | update UI
2020-09-21 12:07:36 +00:00
KDSBrowne
77b71a4d1f
fix duplicate css variables being loaded (improve imports)
2020-09-01 18:46:13 +00:00
Anton Georgiev
4a335a1db6
reduce db probes for getAvailableActions; simplify SaveUsernames
2019-09-06 16:28:02 -04:00
Anton Georgiev
ea18b09311
add a few more collection lookups "fields" delimiters
2019-08-29 12:26:07 -04:00
Anton Georgiev
44e13bc38e
Merge pull request #7997 from KDSBrowne/issue-7992
...
Fix position of poll answers container in RTL
2019-08-28 14:51:58 -04:00
KDSBrowne
66f7ea474d
remove space
2019-08-27 17:57:20 +00:00
KDSBrowne
58480d58d6
remove tooltip from poll answers
2019-08-27 17:15:48 +00:00
KDSBrowne
5c48e19a85
fix position of poll answers container for rtl
2019-08-26 20:08:40 +00:00
Joao Siebel
18670fdaf2
Merge remote-tracking branch 'upstream/master' into reconnection-improvement
2019-07-04 15:09:06 -03:00
KDSBrowne
ba9c9c431a
add enabled poll prop in settings.yml
2019-07-02 14:54:37 +00:00
Joao Siebel
15f3623e61
disable poll action when meteor is disconnected
2019-06-27 13:46:14 -03:00
KDSBrowne
b8968411fb
prevent menus being accessed when showing poll (small screens)
2019-06-17 14:23:36 +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
Ghazi Triki
1f6326f7fd
Change layout direction for RTL languages.
...
Update styles for RTL layout.
2019-05-14 14:17:19 +01:00
Chad Pilkey
51c6c65624
Merge pull request #7089 from KDSBrowne/2.2-Imp-poll-result
...
Improvements to poll panel and options
2019-04-02 13:45:07 -04:00
KDSBrowne
ea62805ea3
move const variables
2019-04-02 04:07:45 +00:00
Ghazi Triki
5b87524520
Use the embedded meteor CDN feature.
2019-03-29 16:47:07 +01:00
KDSBrowne
2e0e2a98a7
fix for issue #6682 / make poll panel resizable
2019-03-28 15:58:10 +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
3fc941bd49
prevent users interacting with elements behind polling modal like view
2018-10-29 16:57:19 +00:00
KDSBrowne
0551691684
edit css styles
2018-10-26 01:40:15 +00:00
KDSBrowne
c49b72f926
fix mobile poll response view
2018-10-25 18:33:02 +00:00
KDSBrowne
188118d9ea
Merge branch 'test-merge-anton' into t
2018-10-25 18:19:25 +00:00
KDSBrowne
5d8c4dc909
change polling title color
2018-10-25 17:48:23 +00:00
KDSBrowne
da30345649
fix style issues after merge
2018-10-25 17:44:03 +00:00
KDSBrowne
95bb36df82
Merge remote-tracking branch 'Upstream/master' into start-poll-01
2018-10-25 17:25:26 +00:00
KDSBrowne
3f521a6f6a
Merge branch 'html5-theming' into test-merge-anton
2018-10-25 16:33:56 +00:00
KDSBrowne
de51ab6fd6
position polling in center screen for mobile
2018-10-25 16:07:24 +00:00
KDSBrowne
e951b9180f
prevent other menus covering polling options
2018-10-24 14:50:47 +00:00
KDSBrowne
abd5e8a224
update styling / fix bugs
2018-10-24 14:17:13 +00: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
KDSBrowne
defaea03fd
add sound notification when poll starts
2018-10-16 22:07:42 +00:00
KDSBrowne
94cdc0aee3
add sound notification when poll starts
2018-10-16 22:06:50 +00:00
KDSBrowne
6c377b97bf
add formatted strings
2018-10-15 19:05:50 +00:00
KDSBrowne
262038520b
improve styling / fix bugs
2018-10-15 14:36:26 +00:00
KDSBrowne
9b42940d63
move polling options for viewer
2018-10-12 15:05:53 +00:00