8000 Tags · isstack/api · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: isstack/api

Tags

v2.0.0-alpha2

Toggle v2.0.0-alpha2's commit message

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

Toggle v2.0.0-alpha1's commit message
Fixed missing abstract methods within stubs (dingo#1453)

* Added missing abstract method within test stubs

v1.0.0-beta8

Toggle v1.0.0-beta8's commit message

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 <hunterskrasek@me.com>

v1.0.0-beta7

Toggle v1.0.0-beta7's commit message
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

Toggle v1.0.0-beta6's commit message
Revert "Update UrlGenerator to fully extend Illuminates UrlGenerator."

This revert
A6D9
s commit 68eac66.

v1.0.0-beta5

Toggle v1.0.0-beta5's commit message
Revert "Aim to fix a bug which caused exception responses to be logge…

…d, and"

This reverts commit 0c7e146.

v1.0.0-beta4

Toggle v1.0.0-beta4's commit message
Code style fixes

v1.0.0-beta3

Toggle v1.0.0-beta3's commit message
CS fixes.

Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>

v1.0.0-beta2

Toggle v1.0.0-beta2's commit message
Remove basic auth default configuration.

Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>

v1.0.0-beta1

Toggle v1.0.0-beta1's commit message
Update readme.md

0