Tags: specialtactics/laravel-dingo-api
Tags
Fix broken Travis (dingo#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
Fixed missing abstract methods within stubs (dingo#1453) * Added missing abstract method within test stubs
Make the version constraints a little easier to read Signed-off-by: Hunter Skrasek <[email protected]>
Merge pull request dingo#1225 from joaoffm/closure-middleware FIX dingo#1220 Closure middleware: explode() expects parameter 2 to be string, object given
Revert "Update UrlGenerator to fully extend Illuminates UrlGenerator." This reverts commit 68eac66.
Revert "Aim to fix a bug which caused exception responses to be logge… …d, and" This reverts commit 0c7e146.
CS fixes. Signed-off-by: Jason Lewis <[email protected]>
Remove basic auth default configuration. Signed-off-by: Jason Lewis <[email protected]>
PreviousNext