Anton Georgiev
|
1fa426058f
|
corrected issues related to publishing and methods
|
2020-02-13 14:19:29 -05:00 |
|
Anton Georgiev
|
a8f4827af8
|
utilize Meteor connection id instead of trusting client side meetingId, userId
|
2020-02-06 15:48:16 -05:00 |
|
Anton Georgiev
|
892336632f
|
added "fields:{...}", removed most mapUser
|
2019-08-28 16:32:55 -04:00 |
|
Chad Pilkey
|
e720bcf60c
|
fix html5 server exceptions
|
2019-07-06 22:48:33 +00:00 |
|
KDSBrowne
|
558e25ec9b
|
fix published poll toast notifications for old polls
|
2019-05-22 14:44:17 +00:00 |
|
Anton Georgiev
|
a278594602
|
do not publish undefined poll
|
2019-05-09 18:47:38 +00:00 |
|
Anton Georgiev
|
eda28fff24
|
refrain from logging on several lines
|
2019-03-08 21:12:00 +00:00 |
|
Anton Georgiev
|
31acde212f
|
reduce log noise for common benign events
|
2019-03-08 16:00:16 +00:00 |
|
KDSBrowne
|
a33e85b0a8
|
exclude dail in users from polls
|
2019-03-01 07:12:12 +00:00 |
|
Anton Georgiev
|
afa1a64e79
|
improve format of callbacks on collection document removal
|
2018-12-14 20:19:10 +00:00 |
|
João Francisco Siebel
|
076864ffd0
|
merge with master
|
2018-11-09 13:54:33 -02:00 |
|
João Francisco Siebel
|
016efcc0eb
|
Remove ACL from client side. close #6138
|
2018-11-05 17:30:37 -02:00 |
|
KDSBrowne
|
38ae789b4a
|
fix userlist poll heading remaining after presenter toggle
|
2018-10-31 17:28:35 +00:00 |
|
KDSBrowne
|
89a885b2df
|
rename selectors and change to const
|
2018-10-31 14:03:48 +00:00 |
|
KDSBrowne
|
ee41c0bd93
|
adjust variable names / remove duplicate return
|
2018-10-30 13:17:40 +00:00 |
|
KDSBrowne
|
6c377b97bf
|
add formatted strings
|
2018-10-15 19:05:50 +00:00 |
|
KDSBrowne
|
a955a7c0f1
|
replace createContainer with withTracker
|
2018-10-11 03:01:59 +00:00 |
|
KDSBrowne
|
5654f08b43
|
clean up code
|
2018-10-10 18:25:35 +00:00 |
|
KDSBrowne
|
7673adee1b
|
implement live results for poll
|
2018-10-10 15:52:39 +00:00 |
|
KDSBrowne
|
0f277a66d1
|
replace if condition in map() with filter()
|
2018-10-03 11:51:04 +00:00 |
|
KDSBrowne
|
86d48298c6
|
add ability to publish / stop poll
|
2018-09-24 22:43:54 +00:00 |
|
KDSBrowne
|
8320493e6a
|
add ability to start custom poll
|
2018-09-23 23:05:13 +00:00 |
|
KDSBrowne
|
f3bd048d56
|
clean up code / add formatted messages / fix bugs
|
2018-09-23 22:57:03 +00:00 |
|
Oleksandr Zhurbenko
|
4af6d30f6a
|
Switched from the broken 4commerce:env-settings package to native Meteor.settings
|
2018-01-07 16:24:05 -08:00 |
|
Anton Georgiev
|
38c87c7f75
|
poll voted - drop requesterId and rename event
|
2017-12-12 11:19:24 -05:00 |
|
Tainan Felipe
|
873d227819
|
Merge remote-tracking branch 'upstream/v2.0.x-release' into fix-errors-linter
|
2017-10-13 10:35:38 -03:00 |
|
Oleksandr Zhurbenko
|
430ddc0d3b
|
Removing unnecessary 2x from the collections, publishers, subscriptions and logs
|
2017-10-12 12:07:02 -07:00 |
|
Tainan Felipe
|
4bda76c5bb
|
Merge remote-tracking branch 'upstream/v2.0.x-release' into fix-errors-linter
|
2017-10-12 15:36:52 -03:00 |
|
Oleksandr Zhurbenko
|
015ca3d719
|
Changed imports and removed 'initializeCursor.js' since it's not needed
|
2017-10-11 19:00:28 -07:00 |
|
Oleksandr Zhurbenko
|
337f53e72b
|
Moved files up to api/
|
2017-10-11 18:09:35 -07:00 |
|
Klaus Klein
|
c627deca36
|
Move api to api/1.1
|
2017-06-19 08:57:32 -03:00 |
|
Oswaldo Acauan
|
e6412275a6
|
Linter auto fix
|
2017-06-02 19:25:02 +00:00 |
|
KDSBrowne
|
df76d33cba
|
set files permission to 644
|
2017-05-16 09:22:59 -07:00 |
|
KDSBrowne
|
6537a0e28c
|
Fix client lint issues except those which are comment related
|
2017-05-16 08:37:17 -07:00 |
|
Klaus Klein
|
e244459514
|
Fix lint issues
|
2017-04-12 17:37:37 -03:00 |
|
Klaus Klein
|
63b58a7f79
|
Fix lint issues
|
2017-04-12 17:33:14 -03:00 |
|
Klaus Klein
|
3cd497fbbe
|
Fix poll options remain visible on html5, closes #3806 HTML5
|
2017-04-12 14:00:16 -03:00 |
|
Oleksandr Zhurbenko
|
d8542490c7
|
Corrected the fix
|
2017-03-13 15:33:06 -07:00 |
|
Oleksandr Zhurbenko
|
d7b5ae3c36
|
Fixed permissions and some exceptions
|
2017-03-13 12:15:58 -07:00 |
|
gcampes
|
f75c73b4e6
|
Polish breakout rooms code
|
2016-11-24 17:22:04 -02:00 |
|
Gabriel Carvalho de Campes
|
85013eac1f
|
Fix issues from merge
|
2016-11-16 15:44:05 -02:00 |
|
Gabriel Carvalho de Campes
|
caabead5e0
|
Removes unused code
|
2016-11-14 16:25:23 -02:00 |
|
Gabriel Carvalho de Campes
|
242b2f756f
|
change publishVote method and polish poll api code
|
2016-10-21 16:56:42 -02:00 |
|
Gabriel Carvalho de Campes
|
8036678aae
|
Changes code based on feedback
|
2016-10-21 15:42:43 -02:00 |
|
Gabriel Carvalho de Campes
|
0a873c302c
|
Changes poll api to the correct conventions
|
2016-10-21 15:11:28 -02:00 |
|
Gabriel Carvalho de Campes
|
a7335633d4
|
Refactor Poll API
|
2016-10-21 11:21:09 -02:00 |
|
Lajellu
|
8e7b1d6317
|
HTML5 - Changes config organization and all files dependant on config files
|
2016-08-17 08:48:03 -07:00 |
|
Oleksandr Zhurbenko
|
3d0132685f
|
Fixed a bug with Polls deletion from all meetings
Which happened when we published a poll, cleared a collection, and then received a poll_stopped_message
|
2016-06-27 11:30:37 -07:00 |
|
Oleksandr Zhurbenko
|
40cedc28bc
|
Fixed a bug with the deletion of the Poll
It was always undefined here
|
2016-06-27 09:31:15 -07:00 |
|
Oleksandr Zhurbenko
|
0d1ad108f0
|
Fixed polling for the HTML5 viewers
|
2016-06-15 14:04:25 -07:00 |
|