https://github.com/dingo/api

sort by:
Revision Author Date Message Commit Date
703e414 Merge pull request #1720 from dingo/feature/laravel-7 Will not have compatibility with previous versions due to symfony 5 13 March 2020, 01:45:53 UTC
fa38efb Will not have compatibility with previous versions due to symfony 5 13 March 2020, 01:39:57 UTC
b093fae Merge pull request #1719 from dingo/feature/laravel-7 Laravel 7 support 13 March 2020, 01:10:18 UTC
0df41c5 Merge pull request #1716 from loonpwn/feat/phpunit-8 [3.x] PHPUnit 8.5 13 March 2020, 00:50:31 UTC
be8e357 Merge branch 'feature/laravel-7' of github.com:dingo/api into feat/phpunit-8 13 March 2020, 00:41:27 UTC
78868aa Merge branch 'feat/laravel-7-support' of github.com:loonpwn/api into feat/phpunit-8 13 March 2020, 00:38:49 UTC
fcba028 Merge pull request #1715 from loonpwn/feat/laravel-7-support [3.x] Laravel 7 Support 13 March 2020, 00:32:45 UTC
56bda8f Adding blueprint back & fixing conflict 12 March 2020, 23:00:21 UTC
d54843f Merge branch 'feature/laravel-7' of github.com:dingo/api into feat/laravel-7-support 12 March 2020, 22:59:25 UTC
1ff4d3a Merge pull request #1703 from gazben/patch-8 Fix http/https only detection 12 March 2020, 13:07:21 UTC
e3c8b31 Merge pull request #1692 from zhwei/exception-handler Exception Handler: set exception to $response->exception 12 March 2020, 04:56:36 UTC
bcdd5e7 Merge pull request #1718 from specialtactics/bugfix/allow-null-item-in-response Fix for https://github.com/dingo/api/issues/1572 12 March 2020, 04:52:33 UTC
5211705 StyleCI fix 12 March 2020, 04:49:17 UTC
e323d8b stlyeci fix 12 March 2020, 04:48:22 UTC
7fe8cd5 Fix for https://github.com/dingo/api/issues/1572 12 March 2020, 04:47:28 UTC
f5b347f Fixing StyleCI errors 09 March 2020, 05:20:02 UTC
0e52f26 Merge branch 'feat/laravel-7-support' of github.com:loonpwn/api into feat/phpunit-8 09 March 2020, 05:17:27 UTC
5fe4ed6 Fixing StyleCI issues #2 09 March 2020, 05:15:04 UTC
d3cc061 Fixing StyleCI issues 09 March 2020, 05:13:25 UTC
54e87d8 Dropping 7.1 support from travis, adding 7.4 09 March 2020, 05:07:51 UTC
37924a8 Merge branch 'feat/laravel-7-support' of github.com:loonpwn/api into feat/phpunit-8 09 March 2020, 05:05:45 UTC
b1215e2 Drop php 7.1 support 09 March 2020, 05:04:49 UTC
cf2f423 Removing artifact 09 March 2020, 05:02:20 UTC
3552c5c Merge feat/laravel-7 09 March 2020, 04:58:37 UTC
a2b9278 Fixing Laravel 7 inconsistencies 09 March 2020, 04:36:57 UTC
c1b8f47 Adding Laravel 7 packages and fixing tests 09 March 2020, 02:11:35 UTC
6227941 Fix http/https only detection This was a mistake that the httpsOnly logic was added to the http method. 29 January 2020, 09:10:13 UTC
05299b0 Merge pull request #1693 from macellan/array_routers Add array route support 06 January 2020, 12:31:51 UTC
3c5751b Add sort router comment 06 January 2020, 11:21:42 UTC
8da9ae3 Fix conflict 06 January 2020, 11:14:43 UTC
17473fe Merge pull request #1698 from specialtactics/bugfix/prepare-validation-called-twice Fix a bug introduced in earlier version which caused prepareForValidation() to be called twice 05 January 2020, 05:46:10 UTC
d4a2112 Merge branch 'master' into bugfix/prepare-validation-called-twice 05 January 2020, 05:42:50 UTC
17383c3 Fix a bug introduced in earlier version which caused prepareForValidation() to be called twice 05 January 2020, 05:41:21 UTC
f0a32f1 Merge pull request #1697 from specialtactics/chore/styleci-defaults-changes Disable length ordered imports 05 January 2020, 04:20:48 UTC
5f3e4bd Add import 05 January 2020, 04:14:31 UTC
07ded7b Remove import 05 January 2020, 04:13:14 UTC
c108510 Disable length ordered imports 05 January 2020, 04:12:07 UTC
786fb3e Merge pull request #1672 from cryptour/master Fix escaping multibyte Unicode characters. 04 January 2020, 07:19:03 UTC
a76359f Merge pull request #1696 from christoph-kluge/refresh-route-collection Refresh RouteCollection before dispatching to the route actions 03 January 2020, 03:14:13 UTC
e718128 Merge pull request #1694 from christoph-kluge/handling-for-duplicate-routes-with-different-patterns Add Route::patterns() while app is beeing bootstrapped and not after 03 January 2020, 03:10:37 UTC
310460c no-op commit - fixes ci-style issues 25 December 2019, 13:13:50 UTC
2b084df After merging RouteCollection we should ensure that we update the internal actionList and nameList. This allows us to use the internal lookups by name which is used by the UrlGenerator->route() member function aka route() helper function 25 December 2019, 13:08:09 UTC
4d738b2 Added fixes to pass style-ci 23 December 2019, 23:35:00 UTC
1dc3ced When adding routes to laravel router we should also respect the route patterns 23 December 2019, 23:25:55 UTC
197e580 Fix CS 20 December 2019, 13:42:53 UTC
bcdd02b Add array route support 20 December 2019, 12:37:26 UTC
bf3fbd9 fix cs 13 December 2019, 08:46:19 UTC
98b02ce Exception Handler: set exception to $response->exception just like: https://github.com/laravel/framework/blob/6.x/src/Illuminate/Foundation/Exceptions/Handler.php#L444 13 December 2019, 08:40:53 UTC
512eb1a Merge pull request #1681 from lloricode/for-blueprint reopen https://github.com/dingo/api/pull/1680 27 September 2019, 04:15:05 UTC
69c0483 Merge branch 'master' of https://github.com/dingo/api into for-blueprint 27 September 2019, 04:07:50 UTC
2327102 Merge pull request #1682 from specialtactics/testing-l6-compact laravel 6 tests compat 27 September 2019, 03:52:03 UTC
a899226 more cs 27 September 2019, 01:54:39 UTC
1c91e02 cs ordering of imports 27 September 2019, 01:53:57 UTC
6fd89be laravel 6 tests compat 27 September 2019, 01:49:39 UTC
e62ad22 Merge branch 'master' into for-blueprint 27 September 2019, 01:23:42 UTC
eb0a5f0 reopen https://github.com/dingo/api/pull/1680 27 September 2019, 01:21:49 UTC
91d0eed Merge pull request #1675 from mycarrysun/laravel-6 Laravel 6 Updates 26 September 2019, 13:20:37 UTC
3c39349 change: use assertEquals to compare values 10 September 2019, 14:07:28 UTC
b1812a0 change: use strings for comparison instead of typecasting (int) 09 September 2019, 17:14:33 UTC
a622c1d fix: change or operator for illuminate package version constraints 08 September 2019, 19:38:25 UTC
c238f03 change: fix style-ci import suggestions 08 September 2019, 19:23:56 UTC
eb71131 change: replace laravel 6.0 deprecated functions 08 September 2019, 19:12:46 UTC
9f507fe fix: cast to int for correct assertSame result 08 September 2019, 19:11:02 UTC
7b8e7a0 update: allow illuminate packages version ^6.0 08 September 2019, 19:10:26 UTC
8af3a0e Fix escaping multibyte Unicode characters. 22 August 2019, 12:55:30 UTC
e67c722 Merge pull request #1666 from specialtactics/compat/formrequest-validation-resolution Validate FormRequest when resolved - add to Laravel service provider 20 June 2019, 13:49:15 UTC
37744e2 Validate FormRequest when resolved - add to Laravel service provider 20 June 2019, 13:39:49 UTC
5e5846b Merge pull request #1654 from sudkumar/master FormRequest->withValidator is not working as validateResolved is not getting called. 20 June 2019, 08:40:47 UTC
cefdd7d Merge pull request #1664 from dingo/analysis-8bWnAA Apply fixes from StyleCI 19 June 2019, 14:22:33 UTC
5d56f4b Apply fixes from StyleCI 19 June 2019, 05:49:31 UTC
18079c7 Merge pull request #1655 from gazben/patch-6 Allow https route declaration with 'https' array key and value 19 June 2019, 05:19:05 UTC
cad2b1a Fix style CI warnings 07 May 2019, 10:48:08 UTC
3b179df Allow https route declaration with 'https' array key and value Allow https route declaration with 'https' array key and value. ``` $router->group(['https' => true], function (Router $router) { }); ``` 07 May 2019, 10:43:29 UTC
7fd469b fixes(#1653): replace ->validate call with ->validateResolved in LumenServiceProvider 06 May 2019, 17:09:08 UTC
8f97fad Merge pull request #1644 from stephandesouza/patch-1 Improving Response Factory Doc 04 April 2019, 03:17:01 UTC
de1a8db Improving Response Factory doc 04 April 2019, 02:13:28 UTC
f77539e Merge pull request #1641 from specialtactics/feature/add-route-url-generstor-to-api-facade Adds a URL generator function "route" to API facade 24 March 2019, 13:39:12 UTC
08b0817 StyleCI weirdness 24 March 2019, 13:36:54 UTC
04c46d5 StyleCI 24 March 2019, 13:33:41 UTC
c152564 Adds a URL generator function "route" to API facade 24 March 2019, 13:31:38 UTC
b5a1c9b Merge pull request #1640 from timjuly/master Missing use of Kernel 20 March 2019, 11:01:20 UTC
e741f32 Missing use of Kernel 20 March 2019, 06:29:37 UTC
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
back to top