Skip to content

Tags: specialtactics/laravel-dingo-api

Tags

2.0.0-gamma1

CircleCI blank space conflict

v2.0.0-alpha2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v2.0.0-alpha1

Fixed missing abstract methods within stubs (dingo#1453)

* Added missing abstract method within test stubs

v1.0.0-beta8

Unverified

This user has not yet uploaded their public signing key.
Make the version constraints a little easier to read

Signed-off-by: Hunter Skrasek <[email protected]>

v1.0.0-beta7

Merge pull request dingo#1225 from joaoffm/closure-middleware

FIX dingo#1220 Closure middleware: explode() expects parameter 2 to be string, object given

v1.0.0-beta6

Revert "Update UrlGenerator to fully extend Illuminates UrlGenerator."

This reverts commit 68eac66.

v1.0.0-beta5

Revert "Aim to fix a bug which caused exception responses to be logge…

…d, and"

This reverts commit 0c7e146.

v1.0.0-beta4

Code style fixes

v1.0.0-beta3

CS fixes.

Signed-off-by: Jason Lewis <[email protected]>

v1.0.0-beta2

Remove basic auth default configuration.

Signed-off-by: Jason Lewis <[email protected]>