summaryrefslogtreecommitdiffstats
path: root/Twilio
Commit message (Collapse)AuthorAgeFilesLines
* Bumping to version 5.4.2latest5.4.2matt2016-10-121-1/+1
|
* Add `InstanceResource::toArray()` methodorigin/add-to-array-to-instancesmatt2016-10-121-0/+4
|
* Bumping to version 5.4.15.4.1matt2016-09-191-1/+1
|
* Video Grantorigin/video-grantmatt2016-09-192-1/+76
|
* Bumping to version 5.4.05.4.0matt2016-09-151-1/+1
|
* Regenerate from definitionsmatt2016-09-157-32/+22
|
* Merge pull request #376 from twilio/better-page-processingMatt Nowack2016-09-151-1/+12
|\ | | | | Update Page::processResponse() with better exceptions
| * Change processResponse to use RestExceptionorigin/better-page-processingmatt2016-09-151-1/+2
| |
| * Update Page::processResponse() with better exceptionsmatt2016-09-141-1/+11
| |
* | Bumping to version 5.3.05.3.0Jingming Niu2016-08-301-1/+1
| |
* | Regenerate LibraryJingming Niu2016-08-3014-38/+269
|/ | | | | | | | - Demote `password` to optional and remove unsupported `username` on SIP Credential Update - Demote `RoleSid` to optional and add optional `attributes`, `friendlyName` parameters on IP Messaging/Chat User creation - Add optional `attributes` parameter on IP Messaging/Chat message creation
* Bumping to version 5.2.05.2.0matt2016-08-291-3/+3
|
* Bumping to version Arraymatt2016-08-291-3/+3
|
* Fix participants test (update transactions definition)matt2016-08-291-0/+3
|
* Regenerate for 5.2.0 releasematt2016-08-2959-33/+6215
| | | | | | | - New options for Conference Participant management - IpMessaging accessible through Chat - Taskrouter updates - AssignmentCallbackUrl moved from required to optional.
* Merge branch 'ajtack-next-gen'matt2016-08-292-0/+159
|\ | | | | | | | | # Conflicts: # Twilio/Tests/Unit/Jwt/AccessTokenTest.php
| * Add the Sync Grant.Andres Jaan Tack2016-08-162-0/+159
| |
* | Bumping to version 5.1.15.1.1matt2016-08-291-1/+1
| |
* | Merge pull request #370 from twilio/urlencode-url-partsMatt Nowack2016-08-29237-768/+803
|\ \ | | | | | | rawurlencode solution arguments before interpolation
| * | rawurlencode solution arguments before interpolationorigin/urlencode-url-partsmatt2016-08-29237-768/+803
| | | | | | | | | | | | | | | | | | | | | - URL segments are generally sids, but in the case that they are phone numbers or sid-likes, they should be `rawurlencode()`d - Updates the Holodeck assertions so they produce better failure messages. - Updates appropriate tests to assert correct behavior.
* | | Rename ProgrammableVoiceGrant to VoiceGrantJingming Niu2016-08-242-6/+6
|/ /
* | Update VersionInfo for release5.1.0matt2016-08-191-2/+2
| |
* | Options Builder interface for optional arguments.origin/action-optionsmatt2016-08-19205-535/+13320
| | | | | | | | | | | | | | - Add the Options Builder Base Class - Adds Option Builders for all eligible actions - Fixes a naming bug with date time inequalities - Fixes a use resolution bug that over applied `Twilio\Serialize`
* | Bumping to version 5.0.35.0.3matt2016-08-181-1/+1
| |
* | Remove a "Risky" test casematt2016-08-181-5/+0
| |
* | Add $options to the CurlClientorigin/curl-client-optionsmatt2016-08-182-1/+91
| | | | | | | | Updates tests for $options injection behavior
* | Bumping to version 5.0.25.0.2matt2016-08-161-1/+1
| |
* | Merge pull request #357 from twilio/twiml-guard-and-testsMatt Nowack2016-08-162-14/+203
|\ \ | | | | | | Add an array check guard to Twiml and a test suite for the Twiml gene…
| * | Update test to work with Zend and HHVMorigin/twiml-guard-and-testsmatt2016-08-151-16/+54
| | | | | | | | | | | | | | | Zend engine emits empty tags like <Tag/> HHVM emits empty tags like <Tag></Tag> (at least the version travis-ci is using)
| * | Change the noun check to allow certain falsey values throughmatt2016-08-152-3/+42
| | |
| * | Add an array check guard to Twiml and a test suite for the Twiml generatormatt2016-08-152-11/+123
| | |
* | | Additional testing for Versionorigin/fix-read-limitsmatt2016-08-161-10/+153
| | | | | | | | | | | | Tests cases for `Version::absoluteUrl()` and `Version::relativeUri()`
* | | Fix readLimits logic for selecting best pageSizematt2016-08-152-1/+95
|/ / | | | | | | | | | | * pageSize should be the smaller of the limit and the MAX_PAGE_SIZE * pageSize should always be clamped to the MAX_PAGE_SIZE * Test Suite with assertions about how `readLimits` should work.
* | Fix VersionInfo5.0.1matt2016-08-151-1/+1
| |
* | Remove RC from VersionInfo for GA Release5.0.0matt2016-08-151-1/+1
|/
* Mainline generation for GA releaseorigin/next-genmatt2016-08-1544-4665/+17
|
* Bumping to version 5.0.0-RC225.0.0-RC22Jingming Niu2016-08-121-1/+1
|
* Add Recordings fieldsJingming Niu2016-08-122-1/+20
|
* Merge pull request #351 from twilio/next-gen-prv-grantMatt Nowack2016-08-112-0/+176
|\ | | | | Add programmable voice grant
| * Add programmable voice grantorigin/next-gen-prv-grantJingming Niu2016-08-072-0/+176
| |
* | Removed some weird documentation formattingmatt2016-08-1183-1162/+664
| |
* | Bumping to version 5.0.0-RC215.0.0-RC21matt2016-08-111-1/+1
| |
* | Add region configurability + \Twilio\Rest\Client unit testsmatt2016-08-113-3/+152
| |
* | Cleaning up some inspection issuesmatt2016-08-112-22/+22
| |
* | Bumping to version 5.0.0-RC205.0.0-RC20matt2016-08-111-1/+1
| |
* | Update library with new visibility constraintsmatt2016-08-1132-661/+901
| | | | | | | | | | | | * /SMS has been removed in favor of the /Messages endpoints * /SMS/Shortcodes are now hoisted to the Account (no more SmsList/Instance/Context needed) * Update to taskrouter
* | Bumping to version 5.0.0-RC195.0.0-RC19matt2016-08-081-1/+1
| |
* | Test the Values classmatt2016-08-081-0/+64
| |
* | Make Values case-insensitive.matt2016-08-081-2/+6
| |
* | Bumping to version 5.0.0-RC185.0.0-RC18matt2016-08-081-1/+1
| |
* | Remove unused properties, normalize ->accountmatt2016-08-081-26/+1
| | | | | | | | `->account` now works like any other version convenience method.
* | Update the PHPDoc to correctly annotatematt2016-08-081-0/+3
| | | | | | | | | | | | * `->account` gets the default AccountInstance * `->accounts` gets the AccountList * `->accounts($sid)` gets a new AccountContext.
* | Add contextAccount to allow selecting alternate account.matt2016-08-081-49/+8
| |
* | Bumping to version 5.0.0-RC175.0.0-RC17matt2016-08-081-1/+1
| |
* | Add appropriate contextualizers to APImatt2016-08-082-45/+159
| | | | | | | | Make sure to filter out invalid contextualizers
* | Bumping to version 5.0.0-RC165.0.0-RC16matt2016-08-081-1/+1
| |
* | Fix mounting in Client / Domains / Versionsmatt2016-08-0819-136/+460
|/
* Bumping to version 5.0.0-RC155.0.0-RC15matt2016-08-051-1/+1
|
* Update CallList with latest definitionmatt2016-08-051-0/+4
|
* Update RestException constructor to be compatible with TwilioExceptionmatt2016-08-041-5/+2
|
* Upgrade from TwilioException to RestExceptionmatt2016-08-042-3/+39
| | | | | RestException stores the error code, status code, and message separately so they can be independently queried
* Bumping to version 5.0.0-RC145.0.0-RC14matt2016-08-031-1/+1
|
* Update how exceptions are builtmatt2016-08-031-4/+29
| | | | Attempt to use the Twilio Standard Error format to build better exceptions
* Bumping to version 5.0.0-RC135.0.0-RC13matt2016-08-031-1/+1
|
* Update worker to add reservationsmatt2016-08-0310-9/+667
|
* Bumping to version 5.0.0-RC125.0.0-RC12matt2016-08-021-1/+1
|
* Bumping to version 5.0.0-RC11matt2016-08-021-1/+1
|
* Advanced Filters for numbersmatt2016-08-023-0/+21
|
* Reformat the `stream` and `read` function bodiesmatt2016-08-0247-282/+94
|
* Add record filters to helper subresourcesmatt2016-08-028-40/+160
|
* Fix iterator_to_stream bug (don't use_keys)matt2016-07-2783-87/+87
|
* Merge pull request #336 from BenPaster/next-gen5.0.0-RC11Matt Nowack2016-07-261-1/+1
|\ | | | | next-gen: The namespace should be Twilio, not Twilio\Twiml.
| * The namespace should be Twilio, not Twilio\Twiml.Ben Paster2016-07-161-1/+1
| | | | | | If it was Twilio\Twiml, the class would have to be instantiated with Twilio\Twiml\Twiml which does not work with the autoloader.
* | Merge branch 'next-gen' of github.com:twilio/twilio-php into next-gen-public5.0.0-RC10matt2016-07-262-3/+10
|\ \
| * \ Merge pull request #319 from mcelicalderon/encode-param-keysMatt Nowack2016-07-262-3/+10
| |\ \ | | | | | | | | Encode parameter key
| | * | Encode parameter key. Resolves #318Mario Celi2016-07-062-3/+10
| | | |
* | | | Bump VersionInfomatt2016-07-261-1/+1
|/ / /
* | | Merge remote-tracking branch 'public/next-gen' into next-gen-publicmatt2016-07-2623-118/+159
|\ \ \
| * | | Update definitions for consistency with docs5.0.0-RC9Jingming Niu2016-07-2623-118/+159
| | |/ | |/|
* | | JWT Auditmatt2016-07-2615-0/+1410
|/ / | | | | | | | | | | * Migrate AccessToken / ClientToken / TaskRouter Tokens to next-gen * Migrate associated unit tests * Upgrade to PSR-4 autoloading standard
* | Merge branch 'next-gen-public' into next-gen-autoloaderorigin/next-gen-autoloadermatt2016-07-1484-814/+3942
|\ \
| * | Add key/signing key resourcesJingming Niu2016-07-1230-7/+1917
| | |
| * | Add SMS parameter to notification creation5.0.0-RC8Jingming Niu2016-07-112-1/+2
| | |
| * | Bump version5.0.0-RC7Jingming Niu2016-07-081-1/+1
| | |
| * | Fix feedback typoJingming Niu2016-07-081-1/+1
| | |
| * | Regenerate librariesJingming Niu2016-07-078-1/+22
| |/
| * Bump version for release5.0.0-RC6Jingming Niu2016-06-091-1/+1
| |
| * Generate messaging feedbackJingming Niu2016-06-096-0/+258
| |
| * Bump version for release5.0.0-RC5Jingming Niu2016-06-071-1/+1
| |
| * Add AddOns supportorigin/addonsJingming Niu2016-06-025-0/+92
| |
| * Bump to 5.0.0-RC45.0.0-RC4Jingming Niu2016-05-311-1/+1
| |
| * Regenerate libraries for wirelessJingming Niu2016-05-3140-932/+1778
| |
* | Merge branch 'next-gen' into next-gen-autoloadermatt2016-04-145-8/+6
|\ \ | |/
| * Remove links from UserInstance, remove next_page hypermediamatt2016-04-145-8/+6
| |
* | Adds an autoloader for the next-gen librarymatt2016-04-141-0/+146
|/
* Add notifications.twilio.com subdomain5.0.0-RC3Jingming Niu2016-03-2828-19/+2871
|
* Make Accounts accessible from clientCarlos Diaz-Padron2016-03-241-0/+1
|
* Bring instance objects into parity with contextsCarlos Diaz-Padron2016-03-2495-0/+551
|
* Move null params check to buildQuerymatt2016-03-152-3/+9
|
* POSTFIELDS should be set to the buildQuery stringmatt2016-03-142-6/+23
| | | | | | - Change the construction of CURLOPT_POSTFIELDS - Update tests to cover this new behavior - Rename tests so `make test` runs them correctly.