Oleksandr Zhurbenko
|
2de02c4f8d
|
Linting
|
2018-01-07 16:25:56 -08:00 |
|
Oleksandr Zhurbenko
|
4af6d30f6a
|
Switched from the broken 4commerce:env-settings package to native Meteor.settings
|
2018-01-07 16:24:05 -08:00 |
|
Oleksandr Zhurbenko
|
430ddc0d3b
|
Removing unnecessary 2x from the collections, publishers, subscriptions and logs
|
2017-10-12 12:07:02 -07: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
|
1c5c74db67
|
Fix merge conflicts
|
2017-06-05 13:52:46 +00:00 |
|
Oleksandr Zhurbenko
|
06493fda7f
|
Switched to prop-types package to remove new React 15 warnings
|
2017-06-03 19:40:14 -07:00 |
|
Oswaldo Acauan
|
e6412275a6
|
Linter auto fix
|
2017-06-02 19:25:02 +00:00 |
|
Oswaldo Acauan
|
cc0999013f
|
Fix shapes not being removed while non existent in the reply message
|
2017-02-24 13:10:55 +00:00 |
|
Lajellu
|
b3f1d9f804
|
HTML5 - Add the three emojis: applause, thumbs up, thumbs down and fixes some master lint issues
|
2016-12-20 10:06:01 -08:00 |
|
Oswaldo Acauan
|
bf99bb50d4
|
Clear shapes after clearing an presentation
|
2016-11-21 16:04:42 +00:00 |
|
Oswaldo Acauan
|
e932bb88fd
|
Remove wrong commited files
|
2016-11-18 12:28:55 +00:00 |
|
Oswaldo Acauan
|
b4f9d88fac
|
Refactor API Cursor's
|
2016-11-18 12:26:14 +00:00 |
|
Anton Georgiev
|
9b3b28129f
|
fix slide switching (typo)
|
2016-11-15 16:19:33 +00:00 |
|
Anton Georgiev
|
0598591fc7
|
remove reference to undef
|
2016-11-14 22:24:24 +00:00 |
|
Oswaldo Acauan
|
1df46bb201
|
Refactor of Presentations API
|
2016-11-11 19:02:46 +00:00 |
|
Oswaldo Acauan
|
a76ab6e7e6
|
Refactor API Slides
|
2016-10-21 11:41:17 +00:00 |
|
Anton Georgiev
|
a4dc2301a0
|
fix bug related to change presentation
|
2016-08-25 15:57:31 +00:00 |
|
Lajellu
|
19ff007adb
|
Changes logger to NPM package. Makes RedisPubSub and logger run after Meteor.startup
|
2016-08-19 14:08:46 -07:00 |
|
Lajellu
|
8e7b1d6317
|
HTML5 - Changes config organization and all files dependant on config files
|
2016-08-17 08:48:03 -07:00 |
|
Oswaldo Acauan
|
e5c29a9bec
|
Change operations order to prevent currentSlide being undefined
|
2016-08-15 19:25:36 +00:00 |
|
Anton Georgiev
|
a1fde6ae12
|
add httpS flag in config instead of detecting prod vs dev env
|
2016-07-27 16:36:33 +00:00 |
|
Anton Georgiev
|
860916efc1
|
refactor 2 cases
|
2016-07-26 17:47:36 +00:00 |
|
Anton Georgiev
|
3e070872cf
|
fix issue with slide calc under https
|
2016-07-26 17:33:35 +00:00 |
|
Oleksandr Zhurbenko
|
8947f732b3
|
Restructuring
|
2016-07-11 08:49:26 -07:00 |
|
Oleksandr Zhurbenko
|
7948571525
|
Added support for png and check to see if the image is ready
resolves #3206
|
2016-07-08 16:11:52 -07:00 |
|
Oleksandr Zhurbenko
|
390935e304
|
Changed 'let' to 'const' where it was possible and adjusted imports
|
2016-06-27 14:48:46 -07:00 |
|
Oleksandr Zhurbenko
|
8b4747a89d
|
Fixed all the 120+ linter warnings
|
2016-06-27 11:24:37 -07:00 |
|
Oleksandr Zhurbenko
|
50597726d9
|
Ported changes in addShapeToCollection func and the structure of the text shape obj to the new server side structure
|
2016-05-26 09:37:54 -07:00 |
|
Anton Georgiev
|
8d52dc1b40
|
Merge branch 'join-components-with-skeleton' of github.com:perroned/bigbluebutton into router-merging
Conflicts:
bigbluebutton-html5/imports/api/chat/server/methods/sendChatMessagetoServer.js
bigbluebutton-html5/imports/api/meetings/server/modifiers/addMeetingToCollection.js
bigbluebutton-html5/imports/api/polls/server/methods/publishVoteMessage.js
bigbluebutton-html5/imports/api/slides/server/modifiers/clearSlidesCollection.js
bigbluebutton-html5/imports/api/users/server/methods/muteUser.js
bigbluebutton-html5/imports/api/users/server/methods/setUserPresenter.js
bigbluebutton-html5/imports/api/users/server/methods/unmuteUser.js
bigbluebutton-html5/imports/api/users/server/methods/userSetEmoji.js
bigbluebutton-html5/imports/api/users/server/methods/validateAuthToken.js
bigbluebutton-html5/imports/startup/server/eventHandlers.js
bigbluebutton-html5/imports/ui/components/app/AppService.js
|
2016-05-16 19:54:51 +00:00 |
|
perroned
|
4adad8bb32
|
Changes credential passing to 1 object
|
2016-05-16 13:12:27 -05:00 |
|
perroned
|
98aae7aade
|
Changes collection imports
|
2016-05-16 13:05:44 -05:00 |
|
Anton Georgiev
|
a263c1388b
|
lint mostly
|
2016-05-16 14:35:59 +00:00 |
|
perroned
|
d9dbb51023
|
Moves to api/collection/index
|
2016-05-16 09:14:02 -05:00 |
|
Anton Georgiev
|
6a92c9400b
|
restructure modifiers and methods
|
2016-05-12 17:43:59 +00:00 |
|
Anton Georgiev
|
45342b8a04
|
restructure; subscribe for remaining collections
|
2016-05-10 18:53:05 +00:00 |
|