Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Reformat the `stream` and `read` function bodies | matt | 2016-08-02 | 47 | -282/+94 |
| | |||||
* | Add record filters to helper subresources | matt | 2016-08-02 | 8 | -40/+160 |
| | |||||
* | Fix iterator_to_stream bug (don't use_keys) | matt | 2016-07-27 | 84 | -95/+90 |
| | |||||
* | Merge pull request #336 from BenPaster/next-gen5.0.0-RC11 | Matt Nowack | 2016-07-26 | 1 | -1/+1 |
|\ | | | | | next-gen: The namespace should be Twilio, not Twilio\Twiml. | ||||
| * | The namespace should be Twilio, not Twilio\Twiml. | Ben Paster | 2016-07-16 | 1 | -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-RC10 | matt | 2016-07-26 | 2 | -3/+10 |
|\ \ | |||||
| * \ | Merge pull request #319 from mcelicalderon/encode-param-keys | Matt Nowack | 2016-07-26 | 2 | -3/+10 |
| |\ \ | | | | | | | | | Encode parameter key | ||||
| | * | | Encode parameter key. Resolves #318 | Mario Celi | 2016-07-06 | 2 | -3/+10 |
| | | | | |||||
* | | | | Bump VersionInfo | matt | 2016-07-26 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge remote-tracking branch 'public/next-gen' into next-gen-public | matt | 2016-07-26 | 23 | -118/+159 |
|\ \ \ | |||||
| * | | | Update definitions for consistency with docs5.0.0-RC9 | Jingming Niu | 2016-07-26 | 23 | -118/+159 |
| | |/ | |/| | |||||
* | | | JWT Audit | matt | 2016-07-26 | 15 | -0/+1410 |
|/ / | | | | | | | | | | | * Migrate AccessToken / ClientToken / TaskRouter Tokens to next-gen * Migrate associated unit tests * Upgrade to PSR-4 autoloading standard | ||||
* | | Merge pull request #333 from twilio/next-gen-autoloader | Carlos Diaz-Padron | 2016-07-14 | 1 | -0/+146 |
|\ \ | | | | | | | Next gen autoloader | ||||
| * \ | Merge branch 'next-gen-public' into next-gen-autoloaderorigin/next-gen-autoloader | matt | 2016-07-14 | 84 | -814/+3942 |
| |\ \ | |/ / |/| | | |||||
* | | | Add key/signing key resources | Jingming Niu | 2016-07-12 | 30 | -7/+1917 |
| | | | |||||
* | | | Add SMS parameter to notification creation5.0.0-RC8 | Jingming Niu | 2016-07-11 | 2 | -1/+2 |
| | | | |||||
* | | | Bump version5.0.0-RC7 | Jingming Niu | 2016-07-08 | 1 | -1/+1 |
| | | | |||||
* | | | Fix feedback typo | Jingming Niu | 2016-07-08 | 1 | -1/+1 |
| | | | |||||
* | | | Regenerate libraries | Jingming Niu | 2016-07-07 | 8 | -1/+22 |
| |/ |/| | |||||
* | | Bump version for release5.0.0-RC6 | Jingming Niu | 2016-06-09 | 1 | -1/+1 |
| | | |||||
* | | Generate messaging feedback | Jingming Niu | 2016-06-09 | 6 | -0/+258 |
| | | |||||
* | | Bump version for release5.0.0-RC5 | Jingming Niu | 2016-06-07 | 1 | -1/+1 |
| | | |||||
* | | Add AddOns supportorigin/addons | Jingming Niu | 2016-06-02 | 5 | -0/+92 |
| | | |||||
* | | Bump to 5.0.0-RC45.0.0-RC4 | Jingming Niu | 2016-05-31 | 1 | -1/+1 |
| | | |||||
* | | Regenerate libraries for wireless | Jingming Niu | 2016-05-31 | 40 | -932/+1778 |
| | | |||||
| * | Merge branch 'next-gen' into next-gen-autoloader | matt | 2016-04-14 | 5 | -8/+6 |
| |\ | |/ |/| | |||||
* | | Remove links from UserInstance, remove next_page hypermedia | matt | 2016-04-14 | 5 | -8/+6 |
| | | |||||
| * | Adds an autoloader for the next-gen library | matt | 2016-04-14 | 1 | -0/+146 |
|/ | |||||
* | Add notifications.twilio.com subdomain5.0.0-RC3 | Jingming Niu | 2016-03-28 | 28 | -19/+2871 |
| | |||||
* | Make Accounts accessible from client | Carlos Diaz-Padron | 2016-03-24 | 1 | -0/+1 |
| | |||||
* | Bring instance objects into parity with contexts | Carlos Diaz-Padron | 2016-03-24 | 95 | -0/+551 |
| | |||||
* | Merge pull request #37 from twilio/actually-do-http-right5.0.0-RC2 | Matt Nowack | 2016-03-15 | 4 | -55/+303 |
|\ | | | | | Actually do http right | ||||
| * | Move null params check to buildQuery | matt | 2016-03-15 | 2 | -3/+9 |
| | | |||||
| * | POSTFIELDS should be set to the buildQuery string | matt | 2016-03-14 | 2 | -6/+23 |
| | | | | | | | | | | | | - Change the construction of CURLOPT_POSTFIELDS - Update tests to cover this new behavior - Rename tests so `make test` runs them correctly. | ||||
| * | Fix the way CurlClient works | matt | 2016-03-14 | 4 | -54/+278 |
| | | | | | | | | | | | | | | - Refactor for testability - POST should post the $data not the $params - $params should always be appended to the URL - EnvironmentException should be thrown if fopen() fails, not if $data is empty. | ||||
| * | Fix the way CurlClient works | matt | 2016-03-11 | 1 | -7/+8 |
|/ | | | | | | | - POST should post the $data not the $params - $params should always be appended to the URL TODO: Still needs unit tests / mocking | ||||
* | Only generate @method on lists for components5.0.0-RC1 | Carlos Diaz-Padron | 2016-02-26 | 24 | -75/+12 |
| | |||||
* | Add @method for contexts on lists | Carlos Diaz-Padron | 2016-02-26 | 18 | -0/+75 |
| | |||||
* | Use account list on client | Carlos Diaz-Padron | 2016-02-26 | 1 | -1/+1 |
| | |||||
* | Add @property tags for Client subresources | Carlos Diaz-Padron | 2016-02-26 | 1 | -0/+20 |
| | |||||
* | Add missing @method for context-solution-less contexts | Carlos Diaz-Padron | 2016-02-26 | 9 | -0/+23 |
| | |||||
* | Only generate @method for resources with contexts | Carlos Diaz-Padron | 2016-02-25 | 16 | -27/+9 |
| | |||||
* | Remove all the unused imports | matt | 2016-02-25 | 36 | -36/+0 |
| | |||||
* | Remove unused use statements | matt | 2016-02-25 | 33 | -33/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/next-gen' into next-gen | matt | 2016-02-25 | 22 | -96/+96 |
|\ | |||||
| * | Make @method return types fully qualified | Carlos Diaz-Padron | 2016-02-25 | 22 | -96/+96 |
| | | |||||
* | | Suppress XML Warning | matt | 2016-02-25 | 1 | -0/+1 |
|/ | |||||
* | Merge remote-tracking branch 'origin/next-gen' into next-gen | matt | 2016-02-25 | 108 | -7612/+108 |
|\ | |||||
| * | Page doesn't need actions | Carlos Diaz-Padron | 2016-02-25 | 79 | -7600/+0 |
| | | |||||
| * | Should not call on property | Carlos Diaz-Padron | 2016-02-25 | 8 | -12/+12 |
| | | |||||
| * | Add @method docs for dependents | Carlos Diaz-Padron | 2016-02-25 | 22 | -0/+96 |
| | | |||||
* | | Explicitely declare the fields | matt | 2016-02-25 | 3 | -0/+6 |
|/ | |||||
* | Use AccountInstance in V2010 | Carlos Diaz-Padron | 2016-02-25 | 1 | -0/+1 |
| | |||||
* | enums -> string | Carlos Diaz-Padron | 2016-02-25 | 187 | -505/+503 |
| |