https://github.com/dingo/api

sort by:
Revision Author Date Message Commit Date
c5e7920 Update changes. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 04 December 2014, 06:16:01 UTC
ba004eb Avoid catching and handling exceptions in AuthFilter. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 04 December 2014, 06:15:37 UTC
cf439e5 AuthFilter is now applied to internal requests. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 04 December 2014, 06:13:09 UTC
84931a8 Fix potential bug if protection is not enabled on a route. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 03 December 2014, 15:10:25 UTC
4d3d478 Added a new debug mode. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 03 December 2014, 11:34:34 UTC
a2681c4 Fixed bug where routes defined prior to replacement of bound router resulted in lost routes. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 03 December 2014, 09:36:27 UTC
b276952 Fixed #268, a bug where protected endpoints became unprotected when setting protection on both group and route. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 03 December 2014, 00:40:41 UTC
0e545a5 Fixed inconsistent response when returning an empty paginator and using transformers. See #263. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 01 December 2014, 03:11:02 UTC
e19225a Better formatting for the change log. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 01 December 2014, 03:10:25 UTC
def08e5 Fixed bug in basic auth. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 01 December 2014, 01:04:27 UTC
0f1384d Merge pull request #258 from overtrue/patch-1 Fix typo 27 November 2014, 04:14:10 UTC
4339565 Fix typo 27 November 2014, 03:27:19 UTC
969b83b Updating changes. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 27 November 2014, 01:58:04 UTC
eea61d8 This is what happens when you forget to run phpunit prior to committing. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 27 November 2014, 00:56:56 UTC
02f20fe Renamed scope to scopes in trait for more consistency. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 27 November 2014, 00:29:07 UTC
febeb58 Route specific rate limiting now works across many different routes. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 26 November 2014, 12:51:03 UTC
38cfe29 Fixed raw responses not being formatted and transformed correctly. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 26 November 2014, 12:30:52 UTC
c880b33 Providers can be passed as a pipe separated string or an array. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 26 November 2014, 12:07:00 UTC
5ceffd5 Allow rate limit and expiration time to be set as route options. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 26 November 2014, 12:03:43 UTC
7eb3228 Allow auth providers to be set as another option on routes. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 26 November 2014, 11:57:20 UTC
133180b Merge pull request #257 from tymondesigns/patch-1 missing word :) 26 November 2014, 11:47:48 UTC
263e427 missing word :) 26 November 2014, 11:47:11 UTC
04adf54 Drop L5 support for now. Will be worked on later. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 26 November 2014, 11:42:50 UTC
55665f4 Updating changes to include some things I missed. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 26 November 2014, 11:42:17 UTC
d867dba Added new Dispatcher::raw method to receive the raw response object via internal requests. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 26 November 2014, 11:37:47 UTC
e29771e Set a better dependency for the OAuth 2.0 server package. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 26 November 2014, 11:20:26 UTC
c4c6a59 Tweak the attach method slightly so you it properly automates missing details for simple paths. Also allows more flexibility by allowing developers to pass an array of details of the file or simply use an UploadedFile instance. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 25 November 2014, 10:07:36 UTC
cfe1188 Merge pull request #255 from lucasmichot/psr2-fixes PSR-2 fixes 25 November 2014, 09:35:06 UTC
684eb1e PSR-2 fixes 25 November 2014, 09:28:03 UTC
edef259 Load the requested includes automatically if the response is an Eloquent collection. Closes #118. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 25 November 2014, 09:25:02 UTC
10b6e77 Fixed the routes command. Forgot to update the method name change. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 25 November 2014, 07:29:18 UTC
9c92fec Implemented Dispatcher::on to access endpoints on different domains. This required a bit of an overhaul of how the API routes are registered and retrieved from the various collections. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 25 November 2014, 07:20:02 UTC
62c58c7 Implemented an easier to user json method for sending a JSON payload. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 25 November 2014, 03:44:04 UTC
ba022b6 Properly replace the bound request instance in the container for internal requests. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 25 November 2014, 03:24:02 UTC
abc86db Merge branch 'master' of https://github.com/exnor/api into exnor-master 25 November 2014, 02:56:22 UTC
7df87ed Merge branch 'master' of github.com:dingo/api 25 November 2014, 00:02:01 UTC
481b5b2 Fixed issue with scopes and protection defined inside a controller were not being applied to the route. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 25 November 2014, 00:01:37 UTC
ab51a6e Merge pull request #248 from cmandersen/master Add possibility for passing UploadedFile-objects to attach() 24 November 2014, 23:35:45 UTC
c747357 Fixed outstanding issues from the recent upgrade to the latest OAuth 2.0 package. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 24 November 2014, 23:27:56 UTC
af455f7 Add possibility for passing UploadedFile-objects to attach() 17 November 2014, 12:20:28 UTC
2bcfa09 Bind the exception handler to the container. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 16 November 2014, 04:47:52 UTC
a359599 Fixes #141, camel casing is now respected when formatting models and collections. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 16 November 2014, 04:47:34 UTC
ba248e1 Fixed bug where a child controller inheriting a parent controllers traits would not get the dependencies injected correctly. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 16 November 2014, 03:53:20 UTC
821d8a1 Fixed a possible issue with ArrayableInterface objects not being formatted properly. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 16 November 2014, 03:13:35 UTC
cbeede0 Upgraded the League OAuth 2.0 package to version 4. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 14 November 2014, 04:20:52 UTC
bd07392 Merge branch 'master' of git://github.com/dingo/api 12 November 2014, 17:44:34 UTC
9142131 Allow groups to be registered with just a version as the first parameter. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 11 November 2014, 03:47:55 UTC
496f9db Inject the config into the dispatcher instead of resolving it through the router. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 11 November 2014, 02:59:14 UTC
fce49f0 Fix #241, correctly merge the API routes in the provider and the console command. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 11 November 2014, 02:48:08 UTC
cf6b48a Fix 26 October 2014, 15:12:14 UTC
5011ca9 - Addresses #227 by adding functionality to submit raw data with internal requests. - Also added ability to set custom headers within internal requests, required for submitting raw JSON data - Shortfalls: Request::json does get populated but overwritten/removed during the request cycle, I haven't yet figured out why (but Input still returns the data) 26 October 2014, 14:56:03 UTC
ab64500 Merge branch 'master' of github.com:dingo/api 23 October 2014, 01:52:19 UTC
7a1f798 Merge pull request #228 from joshuajabbour/fix-getCurrentRequest-call Fix call to undefined getCurrentRequest. 23 October 2014, 01:52:11 UTC
2cd3376 Merge branch 'master' of github.com:dingo/api 23 October 2014, 01:50:06 UTC
f72fa00 Implemented a strict mode. Closes #135. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 23 October 2014, 01:49:53 UTC
5d525dd Big refactor due to inclusion of new config class. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 23 October 2014, 01:33:18 UTC
8aff7b5 Update docs. 20 October 2014, 15:44:03 UTC
94e14ba Merge pull request #226 from GrahamCampbell/patch-2 Use fractal 0.10.* 20 October 2014, 04:07:23 UTC
d4584e8 Fix call to undefined getCurrentRequest. 19 October 2014, 20:25:55 UTC
110ebff Use fractal 0.10.* 17 October 2014, 18:50:35 UTC
37920e1 Merge pull request #220 from GrahamCampbell/patch-1 Made the development dependencies super clear 15 October 2014, 12:23:50 UTC
14e4bd2 Cleaning up and setting better expections on test mocks. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 15 October 2014, 03:30:29 UTC
b9ef6c8 Made the development dependencies super clear 14 October 2014, 18:14:51 UTC
e565f5d Fix bug where Illuminate route was returned for OPTIONS requests. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 14 October 2014, 15:19:36 UTC
c1dc42a Few comments so we know what is going on! Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 14 October 2014, 07:47:51 UTC
9641e4e Refactoring and fixing a few bugs in the response factory. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 14 October 2014, 07:36:45 UTC
87e16ef Refactoring rate limiter. Simple throttles can now implement the ThrottleInterface. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 14 October 2014, 07:31:03 UTC
2e9da56 Authentication providers now implement the ProviderInterface. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 14 October 2014, 07:16:52 UTC
d4e389b Removing the compatibility as it doesn't work with it. Will be working on L5 compatibility at a later date. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 14 October 2014, 07:10:34 UTC
ed84c76 Refactoring transformation layer. Custom layers now implement the TransformerInterface. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 14 October 2014, 06:13:47 UTC
ce1e5ac A bit of refactoring for the revising of controllers for API routes. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 14 October 2014, 05:44:35 UTC
07521cb Fixed controller inspector so that it ignores the getProperties method. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 14 October 2014, 05:43:57 UTC
cd0e030 Controller is now a trait so it can be used with custom base controllers. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 14 October 2014, 03:32:26 UTC
a2b6f7f Merge pull request #218 from tymondesigns/patch-1 fix docblock reference 14 October 2014, 00:37:54 UTC
38a6204 Merge pull request #217 from GrahamCampbell/cs CS Fixes 14 October 2014, 00:36:25 UTC
103b3b7 Merge pull request #216 from GrahamCampbell/patch-1 Composer Improvements 14 October 2014, 00:34:02 UTC
724ddf7 fix docblock reference 13 October 2014, 20:36:35 UTC
e6cf51f CS fixes 13 October 2014, 18:59:44 UTC
ba86b93 Composer improvements 13 October 2014, 18:51:46 UTC
5599f05 adding JSON Web Token support 13 October 2014, 12:20:38 UTC
4444dd4 Allow an after callback to be given to an item. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 13 October 2014, 10:39:48 UTC
080bbf3 Minor CS fix. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 13 October 2014, 09:56:42 UTC
028f030 Extended the UrlGenerator so that it picks up API routes as well. Remember that App routes are always checked first. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 13 October 2014, 09:56:42 UTC
86f8e3a Update versions and branches. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 13 October 2014, 03:46:35 UTC
e09fbf1 Throw a more meaningful exception that can be dealt with by the exception handler for a badly formed accept header. Closes #186. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 11 October 2014, 10:06:18 UTC
6dca331 Working on test coverage for transformers. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 11 October 2014, 08:23:37 UTC
1d1ead6 Capitalization. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 11 October 2014, 06:33:24 UTC
642f3b3 Bit of refactoring. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 11 October 2014, 06:17:03 UTC
5df8c4e Allow the callback parameter name to be changed in the constructor. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 10 October 2014, 09:18:27 UTC
96f3439 Test coverage for JSONP response formatter. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 10 October 2014, 09:16:52 UTC
9be2b94 Test coverage for the JSON response formatter. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 10 October 2014, 09:11:53 UTC
1ea14c2 Removed formatOther because non-formattable responses are returned as they are. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 10 October 2014, 09:11:31 UTC
936cc6d More testing for the response factory. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 10 October 2014, 09:00:40 UTC
a52fbae Properly convert the method name to camel case before calling. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 10 October 2014, 09:00:31 UTC
ea82c67 Use call_user_func so users can use different types of callable. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 10 October 2014, 08:51:11 UTC
47238e2 Adding test to cover using a specific provider. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 10 October 2014, 08:50:08 UTC
6d3d19a Shifting authorization header test to own test file. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 10 October 2014, 07:25:50 UTC
dc103fd Test coverage for BasicProvider. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 10 October 2014, 07:25:27 UTC
f3d87ed Fixed bug where a null response from Guard would error out. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 10 October 2014, 07:22:04 UTC
3b98964 Switch type-hint to API route as only these routes will be authenticated. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> 10 October 2014, 07:15:50 UTC
back to top