Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add issue templateHEADorigin/masterorigin/HEADmaster | Jingming Niu | 2016-11-27 | 1 | -0/+24 |
| | |||||
* | Stop allowing Travis failures on 7.0 and hhvm | Doug Black | 2016-11-14 | 1 | -4/+0 |
| | |||||
* | Bumping to version 5.4.2latest5.4.2 | matt | 2016-10-12 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'public/master' | matt | 2016-10-12 | 1 | -0/+4 |
|\ | |||||
| * | Merge pull request #382 from twilio/add-to-array-to-instances | Matt Nowack | 2016-10-12 | 1 | -0/+4 |
| |\ | | | | | | | Add `InstanceResource::toArray()` method | ||||
| | * | Add `InstanceResource::toArray()` methodorigin/add-to-array-to-instances | matt | 2016-10-12 | 1 | -0/+4 |
| |/ | |||||
* | | Update the changelog for pending release | matt | 2016-10-12 | 1 | -0/+7 |
|/ | |||||
* | Bumping to version 5.4.15.4.1 | matt | 2016-09-19 | 2 | -1/+2 |
| | |||||
* | Merge remote-tracking branch 'public/master' | matt | 2016-09-19 | 2 | -1/+76 |
|\ | |||||
| * | Merge pull request #377 from twilio/video-grant | Matt Nowack | 2016-09-19 | 2 | -1/+76 |
| |\ | | | | | | | Video Grant | ||||
| | * | Video Grantorigin/video-grant | matt | 2016-09-19 | 2 | -1/+76 |
| |/ | |||||
* | | Fix a formatting error in the UPGRADE guide | matt | 2016-09-19 | 1 | -0/+1 |
| | | |||||
* | | Update the changelog for pending release | matt | 2016-09-19 | 1 | -0/+5 |
|/ | |||||
* | Bumping to version 5.4.05.4.0 | matt | 2016-09-15 | 1 | -1/+1 |
| | |||||
* | Updating CHANGES and UPGRADE for release | matt | 2016-09-15 | 2 | -0/+101 |
| | |||||
* | Regenerate from definitions | matt | 2016-09-15 | 7 | -32/+22 |
| | |||||
* | Merge pull request #376 from twilio/better-page-processing | Matt Nowack | 2016-09-15 | 1 | -1/+12 |
|\ | | | | | Update Page::processResponse() with better exceptions | ||||
| * | Change processResponse to use RestExceptionorigin/better-page-processing | matt | 2016-09-15 | 1 | -1/+2 |
| | | |||||
| * | Update Page::processResponse() with better exceptions | matt | 2016-09-14 | 1 | -1/+11 |
| | | |||||
* | | Bumping to version 5.3.05.3.0 | Jingming Niu | 2016-08-30 | 1 | -1/+1 |
| | | |||||
* | | Regenerate Library | Jingming Niu | 2016-08-30 | 16 | -44/+348 |
|/ | | | | | | | | - 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 | ||||
* | Update the changelog for 5.2.0 | matt | 2016-08-29 | 1 | -0/+11 |
| | |||||
* | Bumping to version 5.2.05.2.0 | matt | 2016-08-29 | 2 | -4/+4 |
| | |||||
* | Bumping to version Array | matt | 2016-08-29 | 1 | -3/+3 |
| | |||||
* | Fix participants test (update transactions definition) | matt | 2016-08-29 | 1 | -0/+3 |
| | |||||
* | Regenerate for 5.2.0 release | matt | 2016-08-29 | 60 | -36/+6306 |
| | | | | | | | - New options for Conference Participant management - IpMessaging accessible through Chat - Taskrouter updates - AssignmentCallbackUrl moved from required to optional. | ||||
* | Merge branch 'ajtack-next-gen' | matt | 2016-08-29 | 2 | -0/+159 |
|\ | | | | | | | | | # Conflicts: # Twilio/Tests/Unit/Jwt/AccessTokenTest.php | ||||
| * | Add the Sync Grant. | Andres Jaan Tack | 2016-08-16 | 2 | -0/+159 |
| | | |||||
* | | Updated Versioning Strategy | matt | 2016-08-29 | 3 | -42/+54 |
| | | | | | | | | | | | | - Versioning is changing to a modified version of semver, see VERSIONS.md for more details. - Adds the UPGRADE.md guide - Changes the date format for the `5.x.x` line of changelogs. | ||||
* | | Bumping to version 5.1.15.1.1 | matt | 2016-08-29 | 1 | -1/+1 |
| | | |||||
* | | Update CHANGES.md for release | matt | 2016-08-29 | 1 | -0/+11 |
| | | |||||
* | | Merge pull request #370 from twilio/urlencode-url-parts | Matt Nowack | 2016-08-29 | 237 | -768/+803 |
|\ \ | | | | | | | rawurlencode solution arguments before interpolation | ||||
| * | | rawurlencode solution arguments before interpolationorigin/urlencode-url-parts | matt | 2016-08-29 | 237 | -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. | ||||
* | | | Merge pull request #369 from twilio/update-readme-file | Matt Nowack | 2016-08-29 | 1 | -9/+11 |
|\ \ \ | | | | | | | | | Update README file examples to use the latest library interface. | ||||
| * | | | Update README file examples to use the latest library interface. Resolves #367origin/update-readme-file | Mario Celi | 2016-08-29 | 1 | -9/+11 |
|/ / / | |||||
* | | | Rename ProgrammableVoiceGrant to VoiceGrant | Jingming Niu | 2016-08-24 | 2 | -6/+6 |
|/ / | |||||
* | | Update VersionInfo for release5.1.0 | matt | 2016-08-19 | 1 | -2/+2 |
| | | |||||
* | | Update CHANGES for release | matt | 2016-08-19 | 1 | -0/+61 |
| | | |||||
* | | Merge pull request #364 from twilio/action-options | Matt Nowack | 2016-08-19 | 205 | -535/+13320 |
|\ \ | | | | | | | Options Builder interface for optional arguments. | ||||
| * | | Options Builder interface for optional arguments.origin/action-options | matt | 2016-08-19 | 205 | -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.3 | matt | 2016-08-18 | 2 | -1/+2 |
| | | |||||
* | | Remove a "Risky" test case | matt | 2016-08-18 | 1 | -5/+0 |
| | | |||||
* | | Update CHANGES.md in preparation of release | matt | 2016-08-18 | 1 | -0/+7 |
| | | |||||
* | | Merge pull request #363 from twilio/curl-client-options | Matt Nowack | 2016-08-18 | 2 | -1/+91 |
|\ \ | | | | | | | Add $options to the CurlClient | ||||
| * | | Add $options to the CurlClientorigin/curl-client-options | matt | 2016-08-18 | 2 | -1/+91 |
| | | | | | | | | | | | | Updates tests for $options injection behavior | ||||
* | | | Merge pull request #359 from twilio/better-readme-seo | Jarod Reyes | 2016-08-16 | 1 | -7/+8 |
|\ \ \ | |/ / |/| | | Updated the first snippet, so that Google results are meaningful. | ||||
| * | | Updated the first snippet, so that Google results are meaningful. Also ↵ | Jarod Reyes | 2016-08-16 | 1 | -7/+8 |
| | | | | | | | | | | | | updated reference to console. | ||||
* | | | Bumping to version 5.0.25.0.2 | matt | 2016-08-16 | 2 | -1/+3 |
| | | | |||||
* | | | Update CHANGES.md for pending release | matt | 2016-08-16 | 1 | -0/+92 |
| | | | |||||
* | | | Merge pull request #357 from twilio/twiml-guard-and-tests | Matt Nowack | 2016-08-16 | 2 | -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-tests | matt | 2016-08-15 | 1 | -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 through | matt | 2016-08-15 | 2 | -3/+42 |
| | | | | |||||
| * | | | Add an array check guard to Twiml and a test suite for the Twiml generator | matt | 2016-08-15 | 2 | -11/+123 |
| |/ / | |||||
* | | | Merge pull request #358 from twilio/fix-read-limits | Matt Nowack | 2016-08-16 | 2 | -1/+238 |
|\ \ \ | |/ / |/| | | Fix readLimits logic for selecting best pageSize | ||||
| * | | Additional testing for Versionorigin/fix-read-limits | matt | 2016-08-16 | 1 | -10/+153 |
| | | | | | | | | | | | | Tests cases for `Version::absoluteUrl()` and `Version::relativeUri()` | ||||
| * | | Fix readLimits logic for selecting best pageSize | matt | 2016-08-15 | 2 | -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.1 | matt | 2016-08-15 | 1 | -1/+1 |
| | | |||||
* | | Add a link to VERSIONS.md | matt | 2016-08-15 | 1 | -0/+5 |
| | | |||||
* | | Merge remote-tracking branch 'public/master' | matt | 2016-08-15 | 1 | -3/+0 |
|\ \ | |||||
| * | | remove release candidate language | Kevin Whinnery | 2016-08-15 | 1 | -3/+0 |
| | | | |||||
* | | | Add a VERSIONS.md that explains our Versioning Strategy | matt | 2016-08-15 | 1 | -0/+59 |
|/ / | |||||
* | | Remove RC from VersionInfo for GA Release5.0.0 | matt | 2016-08-15 | 1 | -1/+1 |
|/ | |||||
* | Mainline generation for GA releaseorigin/next-gen | matt | 2016-08-15 | 44 | -4665/+17 |
| | |||||
* | Merge pull request #355 from twilio/next-gen-docs | Matt Nowack | 2016-08-15 | 8 | -4/+610 |
|\ | | | | | Next gen docs | ||||
| * | Cleaning up the next-gen-docs stufforigin/next-gen-docs | matt | 2016-08-15 | 3 | -2/+4 |
| | | |||||
| * | Switch to apigen docs, put note in RTD docs | Andrew T. Baker | 2016-08-11 | 7 | -3/+607 |
| | | |||||
* | | Bumping to version 5.0.0-RC225.0.0-RC22 | Jingming Niu | 2016-08-12 | 1 | -1/+1 |
| | | |||||
* | | Add Recordings fields | Jingming Niu | 2016-08-12 | 2 | -1/+20 |
| | | |||||
* | | Merge pull request #351 from twilio/next-gen-prv-grant | Matt Nowack | 2016-08-11 | 2 | -0/+176 |
|\ \ | | | | | | | Add programmable voice grant | ||||
| * | | Add programmable voice grantorigin/next-gen-prv-grant | Jingming Niu | 2016-08-07 | 2 | -0/+176 |
| | | | |||||
* | | | Removed some weird documentation formatting | matt | 2016-08-11 | 83 | -1162/+664 |
| | | | |||||
* | | | Bumping to version 5.0.0-RC215.0.0-RC21 | matt | 2016-08-11 | 1 | -1/+1 |
| | | | |||||
* | | | Add region configurability + \Twilio\Rest\Client unit tests | matt | 2016-08-11 | 3 | -3/+152 |
| | | | |||||
* | | | Cleaning up some inspection issues | matt | 2016-08-11 | 2 | -22/+22 |
| |/ |/| | |||||
* | | Bumping to version 5.0.0-RC205.0.0-RC20 | matt | 2016-08-11 | 1 | -1/+1 |
| | | |||||
* | | Update library with new visibility constraints | matt | 2016-08-11 | 32 | -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-RC19 | matt | 2016-08-08 | 1 | -1/+1 |
| | | |||||
* | | Test the Values class | matt | 2016-08-08 | 1 | -0/+64 |
| | | |||||
* | | Make Values case-insensitive. | matt | 2016-08-08 | 1 | -2/+6 |
| | | |||||
* | | Bumping to version 5.0.0-RC185.0.0-RC18 | matt | 2016-08-08 | 1 | -1/+1 |
| | | |||||
* | | Remove unused properties, normalize ->account | matt | 2016-08-08 | 1 | -26/+1 |
| | | | | | | | | `->account` now works like any other version convenience method. | ||||
* | | Update the PHPDoc to correctly annotate | matt | 2016-08-08 | 1 | -0/+3 |
| | | | | | | | | | | | | * `->account` gets the default AccountInstance * `->accounts` gets the AccountList * `->accounts($sid)` gets a new AccountContext. | ||||
* | | Add contextAccount to allow selecting alternate account. | matt | 2016-08-08 | 1 | -49/+8 |
| | | |||||
* | | Bumping to version 5.0.0-RC175.0.0-RC17 | matt | 2016-08-08 | 1 | -1/+1 |
| | | |||||
* | | Add appropriate contextualizers to API | matt | 2016-08-08 | 2 | -45/+159 |
| | | | | | | | | Make sure to filter out invalid contextualizers | ||||
* | | Bumping to version 5.0.0-RC165.0.0-RC16 | matt | 2016-08-08 | 1 | -1/+1 |
| | | |||||
* | | Fix mounting in Client / Domains / Versions | matt | 2016-08-08 | 19 | -136/+460 |
|/ | |||||
* | Bumping to version 5.0.0-RC155.0.0-RC15 | matt | 2016-08-05 | 1 | -1/+1 |
| | |||||
* | Update CallList with latest definition | matt | 2016-08-05 | 1 | -0/+4 |
| | |||||
* | Update RestException constructor to be compatible with TwilioException | matt | 2016-08-04 | 1 | -5/+2 |
| | |||||
* | Upgrade from TwilioException to RestException | matt | 2016-08-04 | 2 | -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-RC14 | matt | 2016-08-03 | 1 | -1/+1 |
| | |||||
* | Update how exceptions are built | matt | 2016-08-03 | 1 | -4/+29 |
| | | | | Attempt to use the Twilio Standard Error format to build better exceptions | ||||
* | Bumping to version 5.0.0-RC135.0.0-RC13 | matt | 2016-08-03 | 1 | -1/+1 |
| | |||||
* | Update worker to add reservations | matt | 2016-08-03 | 10 | -9/+667 |
| | |||||
* | Bumping to version 5.0.0-RC125.0.0-RC12 | matt | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | Bumping to version 5.0.0-RC11 | matt | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | Rename `release` to `deploy` / implement | matt | 2016-08-02 | 2 | -3/+65 |
| | |||||
* | Update Authors (non-functional) `release` make target | matt | 2016-08-02 | 2 | -40/+56 |
| | |||||
* | Advanced Filters for numbers | matt | 2016-08-02 | 3 | -0/+21 |
| |