https://github.com/dingo/api

sort by:
Revision Author Date Message Commit Date
80030ad Merge pull request #1639 from lloricode/bugfix/illuminate-date Use Illuminate\Support\Carbon for TTLs laravel 5.8 (PSR-16) 20 March 2019, 00:22:26 UTC
8b110c4 Style Signed-off-by: Lloric Mayuga Garcia <lloricode@gmail.com> 19 March 2019, 23:56:19 UTC
014413f Use carbon to compatible in laravel/lumen 5.7.* Signed-off-by: Lloric Mayuga Garcia <lloricode@gmail.com> 19 March 2019, 23:55:27 UTC
67ed884 Style Signed-off-by: Lloric Mayuga Garcia <lloricode@gmail.com> 19 March 2019, 23:36:15 UTC
3d90559 Use illuminate date Signed-off-by: Lloric Mayuga Garcia <lloricode@gmail.com> 19 March 2019, 23:34:37 UTC
bc61105 Merge pull request #1637 from specialtactics/bugfix/update-to-use-laravel-5.8-cache-ttl Use Cache TTLs using now() - Laravel 5.8 compatibility 19 March 2019, 13:51:04 UTC
9819c4a Slightly better vesion checking - laravel seems to have started putting "v" in versions (otherwise its not clear why this doesn't work now) 19 March 2019, 13:46:32 UTC
0ad443e Bump up minimum required version of Laravel/Lumen to 5.5 Pull in Laravel/framework. The reason for this is to access the now() helper. Unfortunately because Laravel 5.8 introduces some quite flexible date handling and the ability to use date handlers even different to Carbon, makes it complex to port the now() function helper in isolation, while maintaining compatability with laravel 5.8+, so it is a better option to require the whole framework. In practise, this should only affect users of Lumen, to the extent that this will load the laravel framework helpers. 19 March 2019, 13:28:32 UTC
57d36bb Merge pull request #1630 from specialtactics/chore/route-caching Revert changes to not getting a fresh app based on feedback in PR #1629 04 March 2019, 13:11:35 UTC
398b461 Revert changes to not getting a fresh app based on feedback in PR #1629 04 March 2019, 13:05:09 UTC
323c7c8 Merge pull request #1628 from specialtactics/chore/update-php-versions-in-travis Update travis php versions to use latest and remove unsupported 02 March 2019, 11:35:07 UTC
8dedac6 Set xdebug to false for all in travis 02 March 2019, 11:29:59 UTC
c63b00a Update travis php versions to use latest and remove unsupported 02 March 2019, 11:28:44 UTC
df06656 Merge pull request #1625 from mallardduck/patch-1 Add new methods to satisfy Application contract for Laravel 5.8 02 March 2019, 11:24:34 UTC
3d1c751 Merge pull request #1627 from specialtactics/master Exclude Lumen tests to drop Lumen support in future versions 02 March 2019, 11:20:51 UTC
480148d Exclude Lumen tests to drop Lumen support in future versions 02 March 2019, 11:15:27 UTC
5a89236 More CS fixes 28 February 2019, 20:39:28 UTC
21f5c11 Fix whitespace and Code styles 28 February 2019, 20:35:33 UTC
eb8ab4e Implement version dependent file stubs This creates a trait that contains logic needed to check the version of Laravel/lumen that is installed. Using said version it will provide the proper application stub for testing. 28 February 2019, 20:30:01 UTC
2117d3d Create an AppStub… …that implements the Laravel 5.8 contract - this should fix the main issues we’re seeing. 28 February 2019, 20:28:30 UTC
c7db692 Update whitespace 28 February 2019, 17:21:27 UTC
c060cba Add `shouldReport` method to satisfy contract This adds a `shouldReport` method as required by the updated contract. Currently it just always returns true - more sophisticated methods of determining if it should report could be implemented though. Fixes #1624 28 February 2019, 17:20:29 UTC
756b7f5 Merge pull request #1623 from maxsky/patch-1 Update Router.php, var $version correct data type is array|string 26 February 2019, 12:36:05 UTC
d005b73 Update Router.php fix `$version` data type of the `version()` support array. 26 February 2019, 05:29:50 UTC
fccd385 Merge pull request #1620 from specialtactics/chore/readme-update Updated readme to add specialtactics to larachat mention and added a … 20 February 2019, 13:38:05 UTC
5f97ab5 Updated readme to add specialtactics to larachat mention and added a link to the api boilerplate as option for new projects 20 February 2019, 13:34:00 UTC
c43bd7e Merge pull request #1619 from specialtactics/feature/implement-param-pattern-matching Feature/implement param pattern matching 20 February 2019, 12:55:31 UTC
e0c8648 Merge pull request #1138 from cclep/master Fixed 500 error when requesting include that didn't exist 17 February 2019, 15:00:05 UTC
c1e0eb8 Add router adapter instance to app container to fix unit testrs 12 February 2019, 14:13:54 UTC
e85d2c6 Style changes 12 February 2019, 10:10:28 UTC
bc08aed Implement Route pattern match checking for params in url 12 February 2019, 10:05:12 UTC
187db79 Merge pull request #1618 from bjdelange/route-cache-service-injection Route cache service injection 11 February 2019, 23:58:09 UTC
98127dc Hooked the routing cache command to service injection, just like the route list command. 11 February 2019, 22:18:17 UTC
e04d283 Merge pull request #2 from dingo/master Syncing with upstream 05 February 2019, 13:00:07 UTC
8f6fa8b Merge pull request #1592 from gazben/patch-5 Support for custom data includes in transformer 25 January 2019, 01:33:56 UTC
7c811d8 Merge pull request #1594 from fntneves/fn-expect_event_dispatcher_interface Add ability to use different Event Dispatchers 25 January 2019, 01:30:54 UTC
29b53ec Merge pull request #1590 from harlekoy/master Fixed issue on URLGenerator for signed routes 25 January 2019, 01:16:33 UTC
7ce64cf Update RoutingServiceProvider.php Slight update to us the app make config rather than shorthand method for better backwards compatibility 25 January 2019, 01:13:10 UTC
1ba965b Merge pull request #1043 from agentphoenix/master Use the bootstrapPath method if it exists 25 January 2019, 01:05:44 UTC
21e2a71 Merge pull request #1595 from specialtactics/feature/internal-request-pass-through-params-in-json-parambag Fixes a problem whereby parameters passed through internal requests a… 25 January 2019, 01:02:27 UTC
47af49e Merge pull request #1597 from specialtactics/feature/convert-model-not-found-exception-to-404 Convert Laravel's ModelNotFoundException into NotFoundHttpException, 25 January 2019, 01:01:33 UTC
27ab9a6 Merge pull request #1610 from lloricode/gitattribute Update .gitattributes 25 January 2019, 01:01:21 UTC
d0425c4 Merge pull request #1611 from ChienDevIT/master Fixed an issue with sha1() receiving null var 25 January 2019, 01:00:38 UTC
ccbce99 Update .gitattributes 31 December 2018, 01:59:18 UTC
cd4d3e5 Fixed an issue with no content Fixed "sha1() expects parameter 1 to be string, null given" when returning empty content 29 December 2018, 08:33:53 UTC
1d06acb Update .gitattributes 28 December 2018, 05:36:19 UTC
cd76286 Fixing styleci 26 October 2018, 09:38:46 UTC
0f2fcef Fixing styleci remarks 26 October 2018, 09:37:21 UTC
0cbb464 Fixing styleci remarks 26 October 2018, 09:35:44 UTC
b622b46 Merge branch 'master' into feature/convert-model-not-found-exception-to-404 26 October 2018, 09:33:27 UTC
ea8b085 Merge branch 'master' into feature/internal-request-pass-through-params-in-json-parambag 26 October 2018, 09:32:54 UTC
9097785 Merge pull request #1 from dingo/master Merging upstream to master 26 October 2018, 09:32:19 UTC
c7942f0 Convert Laravel's ModelNotFoundException into NotFoundHttpException, and display the stack trace 27 September 2018, 06:03:09 UTC
3ac8971 CircleCI blank space conflict 26 September 2018, 09:21:21 UTC
0cd94d5 Rerun circleCI because I think it's frozen 26 September 2018, 09:19:44 UTC
9697894 Removed linting option - not valid https://styleci.readme.io/docs/change-log 26 September 2018, 08:31:25 UTC
84921ec Fixes a problem whereby parameters passed through internal requests are not available in Laravel's $request->input() 26 September 2018, 07:05:43 UTC
64c98f7 Replace concrete Event Dispatcher with contract 20 September 2018, 13:57:14 UTC
585de02 Fix formatting 12 September 2018, 13:04:00 UTC
f13a4fe Support for custom data includes in transformer Fix #1575 This is a resubmission of the pull request with proper formatting 12 September 2018, 13:01:17 UTC
05d51de Fixed issue on URLGenerator for signed routes 07 September 2018, 04:50:24 UTC
21092f3 Fix Style CI (#1581) 21 August 2018, 00:04:58 UTC
99c865e return Route from RouteCollection::add() for upstream compatibility with Laravel Router (#1555) 16 August 2018, 02:13:15 UTC
b05f646 Revert ResourceRegistrar@register (#1580) * Revert ResourceRegistrar@register The two breaking change: https://github.com/illuminate/routing/commit/660cd7174334ce0d59dfff2ac1e846a8c5dc43ac#diff-c6855a9f8a00a1c3b95fee1c42f0ff1e https://github.com/illuminate/routing/commit/828a5527a7b8bfb07619aa140626f8798b969f33 * Add Illuminate\Support\Str import * Fix style ci config * Fix style CI 15 August 2018, 22:51:59 UTC
6ac6b08 Fix laravel form request validaton (#1542) * Fix FormRequests missing class error * Fix styleCI * Fix Style ci * Fix style ci * Add missing use statements * Fix dingo/laravel form requests Lumen/laravel does not have a Redirector crontract, so I can only hint the type in the docs. * Fix FormRequests missing class error * Fix styleCI * Fix Style ci * Fix style ci * Add missing use statements * Fix dingo/laravel form requests Lumen/laravel does not have a Redirector crontract, so I can only hint the type in the docs. 09 August 2018, 09:54:50 UTC
1422535 Fix FormRequests missing class error (#1534) * Fix FormRequests missing class error * Fix styleCI * Fix Style ci * Fix style ci * Add missing use statements 08 March 2018, 11:16:44 UTC
aa16043 Add getMiddleware function to Route class (#1537) * Add getMiddleware function to Route class The getMiddleware function is missing and reported here: https://github.com/flipboxstudio/lumen-generator/issues/25 Also I think you have to be able to query the middlewares. If the function is not necessary and you can query the middlewares with another method, please write it in the comments. * Fix style * Fix style 08 March 2018, 11:13:44 UTC
d58ff5c Change HTTP Status Code on Validation ex (#1532) * Change HTTP Status Code on Validation ex ValidationException has status code for response but does not implement HttpExceptionInterface status code by default is 422 but can change in * Fixed StyleCI 26 February 2018, 19:52:59 UTC
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
back to top