https://github.com/dingo/api

sort by:
Revision Author Date Message Commit Date
05e8607 Revert "Allow validation to pass through on Internal Requests (#1367)" This reverts commit 878ff98c3981e98293933ee1c208169efdcb0237. 16 September 2017, 13:03:40 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
0ad5c53 Add a final dot suggests. 29 August 2016, 06:19:32 UTC
aed52fc Use sha1 to avoid collisions. 29 August 2016, 05:43:03 UTC
5a84472 Merge pull request #1174 from dingo/revert-1099-feature/master/cs Revert "Remove useless import." 27 August 2016, 03:50:20 UTC
9152fad Revert "Remove useless import." 27 August 2016, 02:58:20 UTC
349852a Merge pull request #1156 from ghprod/master Change to title case that breaks on window 27 August 2016, 02:49:22 UTC
8a5dd40 Merge pull request #1037 from CE-OP/master I have modified some misspellings! 27 August 2016, 02:39:18 UTC
d0167fa Merge pull request #1099 from lucasmichot/feature/master/cs Remove useless import. 27 August 2016, 02:32:27 UTC
de9b944 Merge pull request #1103 from lucasmichot/feature/master/respect-formrequest-returns Return void 27 August 2016, 02:32:11 UTC
c699aa9 Merge pull request #1173 from dingo/analysis-8m06Q7 Applied fixes from StyleCI 27 August 2016, 02:29:07 UTC
dff5b07 Applied fixes from StyleCI 27 August 2016, 02:28:02 UTC
d94554a Merge branch 'master' of https://github.com/dingo/api 27 August 2016, 02:26:53 UTC
52c5597 Code style fixes 27 August 2016, 02:25:42 UTC
755ee32 Merge pull request #1029 from Propaganistas/patch-1 Use $request->input() instead of $request->get() 27 August 2016, 02:24:09 UTC
154c8d5 Merge pull request #1100 from lucasmichot/feature/master/docblocks Fix a docblock. 27 August 2016, 02:18:26 UTC
f8a69ac Merge pull request #1146 from Christoph-Harms/Christoph-Harms-patch-1 Update Route.php 27 August 2016, 02:14:36 UTC
2c79439 Fix RoutingAdapterStub to always wrap response in a response object 26 August 2016, 15:28:34 UTC
3dc6189 Add missing requestRebinder method to routing service provider. Oops. References #1172 26 August 2016, 15:07:26 UTC
d8066c9 Update Dispatcher to only throw InternalHttpException if the response is not successful, and not a redirect. References #998. Closes #1014. References #1024 26 August 2016, 04:58:03 UTC
311a4a9 Update InternalHttpException to allow for any response object to be passed into its constructor. Closes #998. 26 August 2016, 04:39:40 UTC
be629e1 Code style fixes 26 August 2016, 02:11:08 UTC
68eac66 Update UrlGenerator to fully extend Illuminates UrlGenerator. References #918. Closes #919 26 August 2016, 01:58:05 UTC
9f3e2e6 Add laravie/api@51f9c85 as suggested by @crynobone . Lumen stable isn't 5.3 yet. Thanks @hskrasek 25 August 2016, 06:26:19 UTC
402680c Update getActionName to get name from controller, or uses, before defauling to Closure. 24 August 2016, 03:49:44 UTC
cf6d7bb Add a test that confirms adding route patters correctly errors out on invalid requests. References #741 23 August 2016, 05:10:05 UTC
c6db087 Remove debug dd statement that was commented out 23 August 2016, 05:09:52 UTC
83bef42 StyleCI fixes 23 August 2016, 04:41:03 UTC
8ad6899 Update the group 'as' merging, to turn as's to dot notation. 23 August 2016, 04:37:40 UTC
420d140 Update testing to improve the RoutingAdapterStub. 23 August 2016, 04:36:56 UTC
d3f238e Update response factory item and collection methods to match docs functionality. Closes #1008 22 August 2016, 14:27:53 UTC
5fbfb5d Revert "Aim to fix a bug which caused exception responses to be logged, and" This reverts commit 0c7e146f1dd48116e897e9387fa33c1628362578. 21 August 2016, 18:10:37 UTC
cc21964 Code style fixes 21 August 2016, 02:35:31 UTC
84e9446 Update handler to check if response is not an instance of the base Symfony response object, before casting to a new Response object. Closes #994 21 August 2016, 02:33:03 UTC
0c7e146 Aim to fix a bug which caused exception responses to be logged, and generated twice. When this occured, it would also cause any middleware modifications to the response to be lost, as the response would effectively be wiped out and regenerated after going through the routing pipeline. Unfortunately adding a test for this has proven to be difficult, due to needing a ton of stubs, and reworking of others (hence the marked incomplete test). PR's for better tests are always welcome. references #996, references #1149 20 August 2016, 17:39:29 UTC
304f96f Update RouteTest to ensure that middleware is cast to an array correctly 20 August 2016, 02:14:03 UTC
aaea775 Cast middleware to an array. Closes #981 20 August 2016, 02:07:31 UTC
f21a38e Update Accept parsing to allow versions with hypens, add test to confirm prefixes with hyphens work. This closes #1098 20 August 2016, 00:57:31 UTC
86bdfbf Merge pull request #1105 from lucasmichot/feature/master/stricter-assertions-tests Use stricter tests assertions 17 August 2016, 02:26:20 UTC
2569263 Change to title case that breaks on window 16 August 2016, 18:52:46 UTC
back to top