Commit Graph

91 Commits

Author SHA1 Message Date
Carlos Villavicencio
84fa9976e0 Bump python SDK version 2018-10-11 14:49:10 -05:00
Jeff Linwood
fea2d6cc69 Merge pull request #39 from TwilioDevEd/update-sdks
Update SDK Versions for Chat and Video
2018-09-28 06:06:40 -05:00
Jeffrey Linwood
3ea1eaf402 Update SDK Versions for Chat and Video 2018-09-28 05:51:28 -05:00
Jeff Linwood
afa9372657 Merge pull request #38 from TwilioDevEd/update-dependencies
Switch from deprecated fake-factory to faker
2018-09-26 21:33:00 -05:00
Jeffrey Linwood
0c2f3f7732 Switch from deprecated fake-factory to faker 2018-09-26 21:31:57 -05:00
Jeff Linwood
33b9262592 Merge pull request #37 from TwilioDevEd/update-dependencies
Update all dependencies
2018-09-26 21:27:01 -05:00
Jeffrey Linwood
6fd5b996c8 Update all dependencies 2018-09-26 21:20:24 -05:00
Kat King
c8f4429dac Merge pull request #36 from atampere/master
Updated Sync JS to 0.8
2018-06-15 10:02:41 -04:00
Aleksandr Tampere
bf76a036a0 Updated Sync JS to 0.8 2018-06-14 10:46:17 +03:00
Carlos Villavicencio
31a6337963 Merge pull request #34 from jonatasbaldin/jonatas/update-twilio-sdk-version
Update Twilio SDK version to 6.14.0
2018-06-07 17:42:15 -05:00
Jonatas Baldin
94685eae8b Update Twilio SDK version to 6.14.0 2018-05-21 20:59:13 +05:30
Jeff Linwood
dbbd5e922f Merge pull request #33 from teoreteetik/master
Create Sync Default Service if necessary
2018-01-12 15:59:53 -05:00
Lembit Gerz
a59c581b75 Create Sync Default Service if necessary 2018-01-12 12:18:08 +02:00
Wellington Mendoza
ff163374a6 Merge pull request #31 from ajtack/connection-failure-visibility
Avoid a token error, make the problem visible in the UI
2017-11-30 09:50:33 -05:00
Wellington Mendoza
21da19c917 Merge pull request #32 from ajtack/update-to-sync-0.7
Update to Sync SDK v0.7
2017-11-30 09:48:06 -05:00
Andres Jaan Tack
65c4710f02 Update to Sync SDK v0.7. 2017-11-30 15:50:29 +02:00
Andres Jaan Tack
fe3016a362 Remove an unnecessary global. 2017-11-30 15:50:29 +02:00
Andres Jaan Tack
80e4744787 Make connection problems visible in the UI. 2017-11-30 15:44:39 +02:00
Andres Jaan Tack
f785244e45 Comment out configurations that cause token failure. 2017-11-30 15:44:39 +02:00
Jeff Linwood
b71255380c Merge pull request #29 from kevgathuku/patch-1
Chat example: Only send message if generalChannel is available
2017-11-21 08:33:37 -05:00
Kevin Ndung'u Gathuku
8804492089 Only send message if generalChannel is available
Ensure generalChannel is available before attempting to send a message
2017-11-19 16:06:24 +03:00
Jeff Linwood
a74841e9ec Merge pull request #28 from TwilioDevEd/rewrite-snake-case-function
Rewrite snake case function
2017-10-21 18:57:32 -04:00
Jeffrey Linwood
7594cdfc90 Merge branch 'ajtack-master' into rewrite-snake-case-function 2017-10-21 17:57:01 -05:00
Jeffrey Linwood
cba42030ac Rewrite snake case key to not use lambda for Python 2 compatibility 2017-10-21 17:54:41 -05:00
Jeff Linwood
01a890d768 Merge pull request #27 from ajtack/master
Upgrade to Sync v0.6, use the default instance.
2017-10-21 18:54:14 -04:00
Andres Jaan Tack
c16b8a4557 Fix a python syntax error. 2017-10-20 16:51:27 +03:00
Andres Jaan Tack
3d3a4b1cf5 Upgrade to Sync v0.6. Use the 'default' service instance. 2017-10-20 16:51:27 +03:00
Jeff Linwood
687c753220 Merge pull request #26 from TwilioDevEd/fix-token-generation
Fix token generation when identity is passed via POST
2017-09-18 19:00:33 -04:00
Jeffrey Linwood
a5e8a25ad8 Improve the python code 2017-09-18 17:59:08 -05:00
Jeffrey Linwood
0376862fdc Fix token generation when identity is passed via POST 2017-09-18 17:27:53 -05:00
Jeff Linwood
d4a07212f3 Merge pull request #25 from idelgado/task/GSDK-1090-video-notify-example
Allow for generic token, registration, and send-notification routes
2017-08-10 15:54:10 -05:00
idelgado
30db56a2e9 Add Hello World to body 2017-06-20 15:49:50 -04:00
idelgado
c01394d117 Revise comment 2017-06-16 18:36:28 -04:00
idelgado
701b9c93bf Allow for generic token, registration, and send-notification routes 2017-06-16 18:18:35 -04:00
Jeff Linwood
ec6642033c Merge pull request #24 from TwilioDevEd/allow-any-host-name
Allow any host name
2017-06-05 12:13:56 -05:00
Jeffrey Linwood
4df49f9bc3 Allow any host name 2017-06-05 12:13:27 -05:00
José Oliveros
c3874a3d1c Merge pull request #23 from TwilioDevEd/fix-binding-create-endpoint
Remove endpoint from binding create
2017-05-24 20:14:47 -05:00
Jeffrey Linwood
35e23fcee0 Remove endpoint from binding create 2017-05-24 18:46:24 -05:00
Jeff Linwood
ac4f10248e Merge pull request #22 from TwilioDevEd/update-python-version
Update python version
2017-05-22 18:19:28 -05:00
José Oliveros
7de3853d78 ignore dockerfiles 2017-05-22 18:11:39 -05:00
José Oliveros
afde7da659 Use version notation compatible with older versions of pip 2017-05-22 18:11:29 -05:00
Paul Kamp
9662547519 Merge pull request #21 from TwilioDevEd/fix-token-python-3
Create a string from bytes for Python 3
2017-05-22 14:48:08 -07:00
Jeffrey Linwood
e910df61b1 Create a string from bytes for Python 3 2017-05-22 16:46:31 -05:00
Jeff Linwood
545da8b856 Merge pull request #20 from TwilioDevEd/update-6.2.alpha1-sdk
Twilio library bump to 6.2.0-alpha1
2017-05-22 16:34:44 -05:00
Jeffrey Linwood
aefd541fcc Twilio library bump to 6.2.0-alpha1 2017-05-22 16:34:16 -05:00
Jeff Linwood
22f8c5c00d Merge pull request #18 from TwilioDevEd/remove-room-from-video-grant
Allow users to connect to any video room
2017-05-19 16:32:58 -05:00
Jeffrey Linwood
e49b20414b Allow users to connect to any video room 2017-05-19 10:43:44 -05:00
Jeff Linwood
45343ed7be Merge pull request #17 from TwilioDevEd/lock-twilio-sdk
Lock Twilio Library to 6.1.0-alpha1
2017-05-19 10:22:32 -05:00
Jeffrey Linwood
b7cee4fe6e Lock Twilio Library to 6.1.0-alpha1 2017-05-19 10:20:13 -05:00
Jeff Linwood
cb320a20fb Update screenshot 2017-05-19 09:41:52 -05:00