https://github.com/dingo/api

sort by:
Revision Author Date Message Commit Date
d467926 Fix broken Travis (#1531) * rate limit: Limit should apply to all routes Exceeding the rate limit should return 403 for all further requests; the route of the request should not matter. The current behavior is such that exceeding the rate limit will only 403 that particular route. * Updated dev master alias and blueprint version * Fixed dingo blueprint version * Added missing abstract method * Added missing abstract method * Stoped double handling exceptions * Apply fixes from StyleCI * Updated to add missing abstract method 23 February 2018, 23:27:41 UTC
ac29865 Revert "Revert "Set challenge on UnauthorizedHttpException (#1526)" (#1528)" (#1530) This reverts commit 660c071c6b7ae4c8aafc1f760b67a99a959acfad. 23 February 2018, 23:16:41 UTC
660c071 Revert "Set challenge on UnauthorizedHttpException (#1526)" (#1528) This reverts commit 840e026a4d7764e48a0a868f062a89249fd7b81b. 23 February 2018, 14:50:42 UTC
840e026 Set challenge on UnauthorizedHttpException (#1526) the first parameter of Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException can not be null in Symfony 4. 23 February 2018, 14:44:10 UTC
5fa3c34 show status_code for ValidationException (#1519) 03 February 2018, 09:35:18 UTC
48d0b96 Show errors for ValidationException (#1510) * show errors for ValidationException * change for pr ci check * update code style for ci * up for ci 18 January 2018, 13:01:54 UTC
21ba999 Ability to generate docs for a specific controller (#1326) * Ability to generate for a specific controller * Code aligning * More code aligning 04 January 2018, 00:15:18 UTC
2eec968 Allow to use HasRateLimiter::getRateLimiter contracts (#1366) * Allow to use HasRateLimiter::getRateLimiter contracts This would allow developer to use custom `getRateLimiter()` when matching multiple throttle instead of just preset throttle instance. * Fixes CS 04 January 2018, 00:11:10 UTC
492a6fe Stopped double handling exceptions (#1502) * Updated dev master alias and blueprint version * Fixed dingo blueprint version * Added missing abstract method * Added missing abstract method * Stoped double handling exceptions 03 January 2018, 12:03:58 UTC
5796f72 Revert "I think we can remove the method "through()" from here" (#1501) 03 January 2018, 05:45:00 UTC
312781d Merge pull request #1494 from yangzuwei/master I think we can remove the method "through()" from here 29 December 2017, 10:05:32 UTC
39dded4 Merge pull request #1498 from mo-ry/master Fix "Canno't install Dingo API / Laravel 5.5.19" (#1479) 29 December 2017, 08:32:09 UTC
c988d64 Merge branch 'master' of https://github.com/mo-ry/api 20 December 2017, 08:34:38 UTC
6b5a985 Fix the issue #1479 20 December 2017, 08:32:03 UTC
23dc6c0 try to fix the issue #1479 20 December 2017, 08:24:07 UTC
de0f74e Improving tests (#1495) * Update to Mockery 1 * Support PHPUnit 6 * Use ::class pseudo-constants 09 December 2017, 08:17:41 UTC
712569e The middleware has been executed on Lumen So I think we can remove it here 07 December 2017, 14:06:18 UTC
4675eaa Revert "fix: Call to a member function requestIsConditional() on null (#1377)" (#1490) This reverts commit 815afb7d1f9d602dbacad8e243622c13d51bc9c8. 05 December 2017, 07:57:27 UTC
815afb7 fix: Call to a member function requestIsConditional() on null (#1377) * fix: Call to a member function requestIsConditional() on null * fix: delete old version, use new version 05 December 2017, 07:45:43 UTC
4803112 Non api route problem (#1461) * non-api route problem fix * Fix tests * remove unused using * StyleCI fix 05 December 2017, 07:37:53 UTC
37f05be fix:Middleware terminate() not being called (#1485) fix:Middleware terminate() not being called 05 December 2017, 07:34:50 UTC
2d41f7f Remove empty line, refactor some code (#1467) * Remove empty space, refactor some code * fixed some style 27 November 2017, 05:09:23 UTC
7c4d9e7 fix style fix style 25 November 2017, 17:20:59 UTC
d149860 fix some style fix some style 25 November 2017, 17:06:22 UTC
cdd9382 fixed some style fixed some style 25 November 2017, 16:53:21 UTC
b4af2b5 fix:Middleware terminate() not being called fix:Middleware terminate() not being called 25 November 2017, 16:25:01 UTC
8beb74d Fixed missing abstract methods within stubs (#1453) * Added missing abstract method within test stubs 20 September 2017, 15:57:14 UTC
e897ae4 Laravel 5.5 support (#1451) * Refactored the code to be more visible and readble * Removed Third parameter is callback and fourth is null check as the third parameter is only accept array * Align and indent code to fix the StyleCI errors * Fixed compatible issues with StyleCI * Fix Laravel 5.5 compatibility with "getDomain" Fix a bug with Laravel 5.5 (https://github.com/dingo/api/issues/1413#issuecomment-318879644) * Fix typo * Added github issue template * Changed the OAuth package * Added github new issue template * Extended form Illuminate route class * Fixed code formatting * Removed router form alias * Trying to fix StyleCI issue * Apply fixes from StyleCI * Updated the minimum php version and fractal * Added empty array as register signature needs an array as third parameter * Fixed the comment line * Fixed indenting * Removed php 5x support * Removed broken OAuth2 provider * Apply fixes from StyleCI * Removed HHVM form travis file 20 September 2017, 12:28:51 UTC
79c79e2 JSON optional formatting feature (#1354) * Added JSON optional formatting feature * StyleCI fixes * StyleCI quotes fix * Underscores in varibales to camelcase * Grammar and styling improvements * Made setOptions method fluent * Fixed return in docblock * Allow mixed content to encode to json * Same for jsonp 18 September 2017, 21:45:51 UTC
2b45b20 Fix Http Response parsing laravel jsonp content (#1357) * Fix Http Response parsing laravel jsonp content * Fix Style CI 18 September 2017, 03:50:05 UTC
f942dfc Check encode of your data (#1380) * Check encode of your data * formatting * formatting back * space after if * empty line befere return - formatting * space before curly bracket - formatting 18 September 2017, 03:47:05 UTC
438f291 Trim spaces from include values if needed. (#1132) 16 September 2017, 14:28:40 UTC
3b727b5 Swicth to PHP-CS-Fixer v.2. (#1305) 16 September 2017, 13:51:28 UTC
b6564b5 Sort imports by length. (#1285) 16 September 2017, 13:35:41 UTC
88fb06e Fix expected exception (#1284) 16 September 2017, 13:33:13 UTC
e2e120a Declare tests properties (#1283) 16 September 2017, 13:32:11 UTC
7604334 Always sort composer packages (#1281) 16 September 2017, 13:30:31 UTC
8832fff Remove useless variable (#1286) 16 September 2017, 13:29:22 UTC
75e199e Revert "Allow validation to pass through on Internal Requests (#1367)" (#1441) This reverts commit 878ff98c3981e98293933ee1c208169efdcb0237. 16 September 2017, 13:09:38 UTC
878ff98 Allow validation to pass through on Internal Requests (#1367) * Allow validation to pass through on Internal Requests * Fix StyleCI issue (oops) 16 September 2017, 12:56:09 UTC
b583310 Allow integration with Lumen-Route-Binding (#1408) * "dist: trusty" for HHVM * Lumen set dispatcher by resolver this will allow us to easily pass a custom dispatcher for Lumen by extending the service provider, this is added to allow integration with lumen-route-binding package. 16 September 2017, 04:05:17 UTC
2269526 fix: Call the correct session setter in Laravel 5.4 (#1412) * Call the correct session setter in Laravel 5.4 The http session is refactored in Laravel 5.4. The session handlers no longer implements Symfony's SessionInterface. Check links as below, https://github.com/laravel/framework/pull/17064 https://laravel.com/docs/5.4/upgrade * "dist: trusty" for HHVM 16 September 2017, 04:02:45 UTC
e5f3af3 Typos and doc block fixes (#1341) * typos and doc block fixes * StyleCI fixes 16 September 2017, 03:57:18 UTC
0002209 Always use ::class notation (#1379) * Always use ::class notation * Fix CS 16 September 2017, 03:55:48 UTC
b194605 Style CI fixes (#1440) * Minor code style fixes * Apply fixes from StyleCI 16 September 2017, 03:28:46 UTC
43b13d0 Fixes HHVM is no longer supported. (#1427) Fixes Travis HHVM Image: - HHVM is no longer supported on Ubuntu Precise. Please consider using Trusty with `dist: trusty`. 16 September 2017, 00:13:42 UTC
645c7d0 Fix Laravel 5.5 compatibility with "getDomain" (#1424) * Fix Laravel 5.5 compatibility with "getDomain" Fix a bug with Laravel 5.5 (https://github.com/dingo/api/issues/1413#issuecomment-318879644) * Fix typo 16 September 2017, 00:06:46 UTC
9144b06 Fix api:routes command for Laravel 5.5 (#1431) 15 September 2017, 23:26:48 UTC
c2cd6b6 Laravel 5.5 package discovery support (#1435) 15 September 2017, 06:49:35 UTC
46cffad Make the version constraints a little easier to read Signed-off-by: Hunter Skrasek <hunterskrasek@me.com> 10 February 2017, 00:56:04 UTC
a852013 Merge pull request #1316 from rhwilrForks/master L5.4: Rename the router's middleware method to aliasMiddleware 26 January 2017, 08:20:10 UTC
c4e29ad added typehint to docblocks 26 January 2017, 07:17:06 UTC
b130c10 Rename the router's middleware method to aliasMiddleware 25 January 2017, 10:04:47 UTC
ecf0023 Allow use of laravel 5.4 components 25 January 2017, 08:00:56 UTC
446bab2 Merge pull request #1314 from denpamusic/master Laravel 5.4 Illuminate/Routing/Route class changes. 25 January 2017, 03:07:34 UTC
8d3aee0 Style CI fix. 25 January 2017, 00:36:41 UTC
5310b26 Added method_exists() check. 25 January 2017, 00:09:32 UTC
7d85713 Laravel 5.4 Illuminate/Routing/Route class changes. getUri() method was renamed to uri(), and getMethods() method was renamed to methods(). https://laravel.com/api/5.4/Illuminate/Routing/Route.html 24 January 2017, 23:54:48 UTC
9427f5c Merge pull request #1287 from lucasmichot/feature/master/remove-useless-fqn Remove useless FQN 06 January 2017, 02:27:10 UTC
cc505e0 Merge pull request #1280 from lucasmichot/feature/master/php-71 Also run tests for PHP 7.1 06 January 2017, 02:26:37 UTC
ac2d7bb Change condition. 28 December 2016, 13:14:20 UTC
eeb3667 Also disable Xdebug. 28 December 2016, 13:09:59 UTC
5c4c415 CS fix. 28 December 2016, 12:58:06 UTC
7f80192 Import Route. 28 December 2016, 12:57:17 UTC
c6fda53 Also run tests for PHP 7.1 28 December 2016, 10:46:17 UTC
81dbdbd Merge pull request #1225 from joaoffm/closure-middleware FIX #1220 Closure middleware: explode() expects parameter 2 to be string, object given 27 December 2016, 22:09:26 UTC
0ebfa87 Merge pull request #1057 from jakubkratina/master Only GET | HEAD method for every route fix 27 December 2016, 21:49:29 UTC
b09482e Merge pull request #1201 from pulkitjalan/patch-2 Allow internal requests via commands 27 December 2016, 21:45:59 UTC
1f022fa Removing un-needed dependency, closes #1273 Signed-off-by: Hunter Skrasek <hunterskrasek@me.com> 27 December 2016, 21:14:00 UTC
1b4f289 Method comment add 03 November 2016, 15:14:53 UTC
3a3e4fa Merge remote-tracking branch 'upstream/master' 03 November 2016, 15:05:40 UTC
dc312a5 Merge pull request #1202 from lucasmichot/feature/master/rfc8565 Update RateLimit exception response to RFC6585 specifications 18 October 2016, 16:20:39 UTC
9e44767 Update RateLimit middleware to be RFC-6585 compliant. 13 October 2016, 08:00:24 UTC
950b37f Merge pull request #1210 from lucasmichot/feature/master/missing-propery Add missing property. 13 October 2016, 00:21:28 UTC
37ccb6f Merge pull request #1209 from lucasmichot/feature/master/return-void Add missing __construct return docblock. 13 October 2016, 00:21:04 UTC
616ec1a Merge pull request #1208 from lucasmichot/feature/master/missing-property Add missing exception property. 13 October 2016, 00:20:04 UTC
5393237 Merge pull request #1207 from lucasmichot/feature/master/docblocks Fix some param docblocks. 13 October 2016, 00:17:55 UTC
77a6163 Merge pull request #1206 from lucasmichot/feature/master/class-notation Use ::class notation to reference to classes 13 October 2016, 00:16:50 UTC
cf25434 Merge pull request #1205 from lucasmichot/feature/master/remove-empty-lines Remove duplicate empty lines. 13 October 2016, 00:15:37 UTC
6f9afac Merge pull request #1204 from lucasmichot/feature/master/speedup-travis Speedup Travis 13 October 2016, 00:13:31 UTC
1fa4465 FIX #1220 If Middleware instanceof Closure then it has no name/parameters, so skip it. 10 October 2016, 01:28:19 UTC
b3a78a8 Add missing property. 22 September 2016, 12:05:24 UTC
a3fe46f Add missing __constrcut return docblock. 22 September 2016, 09:35:54 UTC
4ddd4bd Add missing execption property. 22 September 2016, 09:30:53 UTC
4526694 Fix some param docblocks. 22 September 2016, 08:52:51 UTC
cff86bc Fix edge case test in PHP 7 22 September 2016, 08:05:46 UTC
c7a68c7 Use ::class notation to reference to classes 22 September 2016, 08:05:45 UTC
346afe6 Remove empty lines. 22 September 2016, 07:08:54 UTC
de7b356 Speed-up Travis builds. 22 September 2016, 06:41:00 UTC
402bf81 Allow internal requests via commands Currently internal requests can't be made from within a command. When `$this->getRootRequest()->root()` runs it returns `http://:` because it is not able to resolve a host from `$_SERVER` (have a look at `Symfony\Component\HttpFoundation\Request@getHost`). This will prevent that from getting prefixed and allow requests from the command line. 20 September 2016, 07:31:52 UTC
242411e Merge pull request #1178 from lucasmichot/feature/master/styleci-laravel-settings Use StyleCI Laravel settings 02 September 2016, 05:51:07 UTC
841828c Remove the ability to create routes via the controller method. Finalizes the support necessary for 5.3 and encourages less magical route declaration. Closes #1148 Signed-off-by: Hunter Skrasek <hunterskrasek@me.com> 02 September 2016, 05:31:49 UTC
a3592ab Fix Style 30 August 2016, 06:56:25 UTC
5890199 Use StyleCI Laravel settings 30 August 2016, 06:47:31 UTC
cac67ab Revert "Update UrlGenerator to fully extend Illuminates UrlGenerator." This reverts commit 68eac66c5958135a064d5d82db774d09f494ef3d. 30 August 2016, 03:57:04 UTC
3bd1895 Merge pull request #1152 from Kaukov/master Add support for Laravel 5.3 30 August 2016, 03:13:18 UTC
6fae521 Merge pull request #1176 from lucasmichot/feature/master/fix-doblocks Fix docblocks. 30 August 2016, 03:10:10 UTC
2c5bed2 Merge pull request #1177 from lucasmichot/feature/master/dotted-suggests Add a final dot to suggests. 30 August 2016, 03:09:54 UTC
8aa36bc Merge pull request #1102 from lucasmichot/feature/master/etag-sha Use sha1 to avoid collisions 30 August 2016, 03:09:40 UTC
b172ac1 Fix docblocks. 29 August 2016, 17:58:00 UTC
back to top