Ramón Souza
c433869f6e
adjust poll publisher
2022-11-25 09:31:04 -03:00
Ramon Souza
69eba762d3
fix grouping of poll results in chat
2022-06-13 13:08:44 -03:00
Ramón Souza
f6e65f58c5
merge 2.4 into develop and resolve conflicts - partial
2022-01-12 16:40:45 +00:00
Anton Georgiev
797fc49633
TEMP
2021-12-09 20:37:05 +00:00
Ramón Souza
6a6f690282
increase current-poll security
2021-12-08 19:30:04 +00:00
Anton Georgiev
bdd31b4dbc
Merge pull request #13802 from Tainan404/remove-parameters-from-publishers
...
Removes parameters usage in the group-chat-messages and authtoken-validation publishers
2021-12-01 15:29:12 -05:00
Tainan Felipe
091ef11d6a
Remove parameters usage from group-chat-messages and authtoken-validation
2021-12-01 14:47:08 -03:00
Anton Georgiev
5bdf2b86ac
Merge pull request #13763 from ramonlsouza/poll-response-leak
...
fix: prevent poll response leak
2021-11-29 13:58:04 -05:00
Ramón Souza
69689646b7
prevent poll response leak
2021-11-26 17:02:06 +00:00
Ramón Souza
30f6a642dd
prevent users from being able to send more than one typed poll answer
2021-11-25 17:51:36 +00:00
Tainan Felipe
f5eef03f3f
Improve data structure to not break on reconnections
2021-11-03 14:37:54 -03:00
Ramón Souza
1cc066366f
Merge remote-tracking branch 'upstream/develop' into PR-11359
2021-10-19 16:41:36 +00:00
Tainan Felipe
0a00588651
Create custom cursor for current poll and user
2021-10-04 17:01:20 -03:00
Ramon Souza
0ca1b7896e
Merge remote-tracking branch 'upstream/develop' into PR-11359
2021-09-17 09:12:43 -03:00
Anton Georgiev
5cfb723e07
Merge branch 'v2.3.x-release' of github.com:bigbluebutton/bigbluebutton into aug6-merge
2021-08-06 15:23:36 +00:00
Anton Georgiev
e4826afa29
fix: Grant current-poll access to attendee presenter too
2021-08-04 15:13:00 +00:00
Anton Georgiev
73da9c15da
Merge branch 'v2.3.x-release' of github.com:bigbluebutton/bigbluebutton into merge-23-july-30
2021-07-30 23:43:27 +00:00
Anton Georgiev
ac3d627d15
fix(guests): Propagate list of pending guests only to mods
2021-07-30 19:31:04 +00:00
Anton Georgiev
21cb175d40
fix(polls): Avoid viewer manually subscribing to current-poll
2021-07-30 16:49:16 +00:00
Anton Georgiev
37c6175f09
Merge pull request #12704 from jfsiebel/hide-poll-response-viewers
...
Filter anonymous poll data for presenter, moderators and viewers
2021-07-12 08:51:29 -04:00
Anton Georgiev
6cf863ff3d
Merge pull request #12604 from KDSBrowne/bbb-api-unit-tests
...
test: Add Unit Tests For Meteor Polls API
2021-07-06 16:56:46 -04:00
Anton Georgiev
b9cc633286
Merge branch 'v2.3.x-release' of github.com:bigbluebutton/bigbluebutton into merge-2.3.5-into-develop
2021-07-06 19:36:19 +00:00
Joao Siebel
7e46f31bf8
Remove responses fields from minimongo when the poll is anonymous
2021-07-02 16:58:33 -03:00
Joao Siebel
65ff7bca6c
Hide poll responses and number of votes for viewers in minimongo
2021-07-02 16:47:00 -03:00
germanocaumo
4f06b1fbf8
feat(poll): add option to disable poll chat message
2021-06-18 14:13:20 +00:00
germanocaumo
1fb9870cf7
Apply suggestions from code review
...
Code style fixes and remove translations other than en to avoid conflicts with transifex.
Co-authored-by: Pedro Beschorner Marin <pedrobmarin@gmail.com>
2021-06-17 10:25:03 -03:00
KDSBrowne
cf6672b1c9
Add unit tests for poll api modifiers | 2x handlers
2021-06-17 02:20:49 +00:00
germanocaumo
92af5c789b
refactor: remove unused imports
2021-06-16 22:53:35 +00:00
germanocaumo
85f77442b7
fix(poll): chat result publish error
...
The poll is already removed with stopPoll that is called together with pollPublished
2021-06-16 22:31:09 +00:00
germanocaumo
349af23f0a
Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into anonymous-polls
2021-06-16 21:54:28 +00:00
germanocaumo
7bedcb08e5
fix(poll): don't translate user/presenter typed answers
...
When the answer is not default (Custom or UserResponse), don't translate the answers.
2021-06-11 16:55:53 +00:00
tibroc
13ae19bc3d
Use currentPoll instead of state to determine if live results should be rendered
...
To avoid re-rendering of the poll answers when the poll panel is opened and closed,
this commit uses the currentPoll object to determine wether results should be rendered.
2021-06-07 10:56:14 +02:00
tibroc
828cf60cb2
Add option to hide individual answers in polls
...
This patch adds a new option to hide the individual answers to the presenter
when starting a poll. This includes hiding the answers for the presenter and
informing the other users that the current poll is anonymous.
See #9524
2021-06-07 10:56:14 +02:00
germanocaumo
4d347be53b
refactor: use questionText instead of title for poll question
2021-05-27 21:04:15 +00:00
germanocaumo
3a9e9c1358
refactor: redo how poll result chat message is done +
...
Fix prolems with ":" char in answers.
Respect poll question formatting (lineBreaks/spaces) in other fields of UI
2021-05-20 14:53:52 +00:00
Anton Georgiev
1bc324b657
Merge pull request #12353 from germanocaumo/poll-record-improvs
...
Recorded polling events improvements
2021-05-13 13:43:36 -04:00
germanocaumo
ca2ad30e12
fix(record): add missing info to polling events
...
Add PollPublishedRecordEvent with all infos (also fix duplicated handlePollStoppedEvtMsg)
Add answer text to UserRespondedToPollRecordEvent (useful for custom answers)
Add type in PollStartedRecordEvent
2021-05-11 18:37:23 +00:00
Joao Siebel
79c9cd33f2
Merge remote-tracking branch 'upstream/develop' into add-try-catch-on-methods
2021-05-10 12:03:58 -03:00
Anton Georgiev
5e11fb314b
Merge pull request #12256 from Tainan404/filter-bymeetingId
...
Add filter by meetingId in server queries
2021-05-07 10:36:20 -04:00
Joao Siebel
b80a9b177b
Add try/catch on polls methods
2021-05-05 11:12:36 -03:00
Tainan Felipe
20d934a953
Add filter by meetingId in server queries
2021-05-03 09:49:33 -03:00
Michael Zinsmeister
a16519d990
Fix percentages in chat polling results
2021-05-01 22:50:56 +02:00
Michael Zinsmeister
5ca831ff86
Merged upstream develop branch
2021-05-01 16:59:20 +02:00
Joao Siebel
60f25939c0
Add configuration for max length typed answer in poll
2021-04-29 13:54:39 -03:00
Ramon Souza
91661acb78
add bars to chat poll results
2021-04-15 15:32:53 -03:00
Anton Georgiev
aae72c0547
Merge branch 'develop' into multiple-choice-poll
2021-03-29 11:54:44 -04:00
Ramon Souza
6a2496fcb3
Merge remote-tracking branch 'upstream/develop' into improve-poll-function
2021-03-24 14:22:43 -03:00
Michael Zinsmeister
5fb33d5224
merge upstream develop branch into current
2021-03-23 18:01:11 +01:00
Simon Hirtreiter
07b8946b39
Merge commit develop into multiple-choice-poll
2021-03-23 09:38:45 +01:00
Maxim Khlobystov
5adb3429eb
Make typed poll responses grouping case insensitive
2021-03-23 06:30:37 +00:00