From ead847bbae204348bac311b036ed85dc331fb323 Mon Sep 17 00:00:00 2001 From: Christoph Hochstrasser Date: Thu, 30 Jan 2014 16:55:13 +0100 Subject: [PATCH 01/22] Add StackHoneypot --- source/middlewares.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/middlewares.html b/source/middlewares.html index 76f2afc..80b44ac 100644 --- a/source/middlewares.html +++ b/source/middlewares.html @@ -172,6 +172,20 @@

+

+ StackHoneypot +

+

+ by CHH +

+

+ Inserts a trap for spam bots into responses and catches bots + and then gives them a blank page. +

+
From 2fcac36a645a0044fc8cf1a5612b1f7df1f98210 Mon Sep 17 00:00:00 2001 From: Carl Alexander Date: Sun, 2 Feb 2014 13:29:19 -0500 Subject: [PATCH 02/22] Added StackTurbolinks to middlewares.html For #13 --- source/middlewares.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/source/middlewares.html b/source/middlewares.html index 80b44ac..4c045f2 100644 --- a/source/middlewares.html +++ b/source/middlewares.html @@ -188,5 +188,22 @@

+
+
+

+ StackTurbolinks +

+

+ by Helthe +

+

+ Stack middleware for Turbolinks. +

+ +
+
{% endblock %} From 27d175d189066f324c300c0cee96ca328f3e0906 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Sun, 2 Feb 2014 21:23:07 +0100 Subject: [PATCH 03/22] remove Stack prefix from middleware headings --- source/middlewares.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/middlewares.html b/source/middlewares.html index 4c045f2..7be2dec 100644 --- a/source/middlewares.html +++ b/source/middlewares.html @@ -141,7 +141,7 @@

- StackRobots + Robots

by dongilbert @@ -158,7 +158,7 @@

- StackNegotiation + Negotiation

by willdurand @@ -173,7 +173,7 @@

- StackHoneypot + Honeypot

by CHH @@ -191,7 +191,7 @@

- StackTurbolinks + Turbolinks

by Helthe From daab9499955ac6086ae4f1ae6ce5e4b7e727bd0d Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Sun, 23 Feb 2014 20:32:33 +0100 Subject: [PATCH 04/22] symfony live portland video --- source/media.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/media.html b/source/media.html index 2658a36..fe4f956 100644 --- a/source/media.html +++ b/source/media.html @@ -11,10 +11,10 @@

Forum PHP 2013

Symfony Live London 2013

+

Symfony Live Portland 2013

+ +

Symfony Usergroup Zürich

- -

Symfony Live Portland 2013

-
{% endblock %} From 2fb3368a0895892fbe3f81a8af3a8556339c123a Mon Sep 17 00:00:00 2001 From: Julius Beckmann Date: Thu, 17 Apr 2014 16:16:55 +0200 Subject: [PATCH 05/22] Added h4cc/StackLogger. --- source/middlewares.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/source/middlewares.html b/source/middlewares.html index 7be2dec..11ed165 100644 --- a/source/middlewares.html +++ b/source/middlewares.html @@ -204,6 +204,21 @@

Packagist

+
+

+ Logger +

+

+ by h4cc +

+

+ Stack Middleware for logging Requests and Responses to a PSR-3 Logger. +

+ +

{% endblock %} From a297aa9e63b14585dd14fe7c6ba722f373a8d1a1 Mon Sep 17 00:00:00 2001 From: Julius Beckmann Date: Wed, 30 Apr 2014 10:58:33 +0200 Subject: [PATCH 06/22] Fixed symfony/http-kernel link to packagist. --- source/middlewares.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/middlewares.html b/source/middlewares.html index 7be2dec..246026b 100644 --- a/source/middlewares.html +++ b/source/middlewares.html @@ -17,7 +17,7 @@

The Symfony2 cache system relies on the simplicity and power of the HTTP cache as defined in the HTTP specification.

From f969c433817b47c74ca2f9a7558cffb40ab18d1b Mon Sep 17 00:00:00 2001 From: penoonan Date: Sat, 27 Sep 2014 11:04:25 -0500 Subject: [PATCH 07/22] add pno/throttle to listed middlewares --- source/middlewares.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/source/middlewares.html b/source/middlewares.html index f9b587e..911a84a 100644 --- a/source/middlewares.html +++ b/source/middlewares.html @@ -219,6 +219,21 @@

Packagist

+
+

+ Throttle +

+

+ by penoonan +

+

+ Stack Middleware for throttling requests by IP. +

+ +
{% endblock %} From 52f2c8364de31660a9bde188ec2bbd5b9986fa95 Mon Sep 17 00:00:00 2001 From: penoonan Date: Sat, 27 Sep 2014 11:27:05 -0500 Subject: [PATCH 08/22] put new entry in new row --- source/middlewares.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/middlewares.html b/source/middlewares.html index 911a84a..3de25df 100644 --- a/source/middlewares.html +++ b/source/middlewares.html @@ -219,6 +219,8 @@

Packagist + +

Throttle From af0a30d56d9567d2571664ca51ac06586152938d Mon Sep 17 00:00:00 2001 From: penoonan Date: Sat, 27 Sep 2014 11:47:31 -0500 Subject: [PATCH 09/22] fix link --- source/middlewares.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/middlewares.html b/source/middlewares.html index 3de25df..d459ac8 100644 --- a/source/middlewares.html +++ b/source/middlewares.html @@ -223,7 +223,7 @@

- Throttle + Throttle

by penoonan From 5823b2be2bd0d05e34b8fa22680e78b5cd85bba8 Mon Sep 17 00:00:00 2001 From: Jan Sorgalla Date: Mon, 3 Nov 2014 21:38:38 +0100 Subject: [PATCH 10/22] Add jsor/stack-jwt to STACK-2 implementations --- source/specs/STACK-2.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/specs/STACK-2.md b/source/specs/STACK-2.md index 47faa20..eea05f6 100644 --- a/source/specs/STACK-2.md +++ b/source/specs/STACK-2.md @@ -78,3 +78,5 @@ Stack authentication middlewares will be given an opportunity to challenge. [Hawk](https://github.com/hueniverse/hawk) authentication middleware. * [dflydev/stack-basic-authentication](https://github.com/dflydev/dflydev-stack-basic-authentication) HTTP Basic Authentication middleware. + * [jsor/stack-jwt](https://github.com/jsor/stack-jwt) + JSON Web Token (JWT) authentication middleware. From 8f4346d268c92694250c03e76b07ef014b15e93f Mon Sep 17 00:00:00 2001 From: Hannes Van De Vreken Date: Tue, 4 Nov 2014 17:28:54 +0100 Subject: [PATCH 11/22] Language fixing --- source/specs/STACK-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/specs/STACK-0.md b/source/specs/STACK-0.md index 73e176b..8c36d23 100644 --- a/source/specs/STACK-0.md +++ b/source/specs/STACK-0.md @@ -26,7 +26,7 @@ interpreted as described in [RFC 2119](http://www.ietf.org/rfc/rfc2119.txt). ### Identification * Each proposal MUST have an identifier that MUST follow the format of - `STACK-{NUMBER}`. The number SHOULD just the next available number but it MAY + `STACK-{NUMBER}`. The number SHOULD just be the next available number but it MAY be a special number. * Each proposal MUST have a descriptive name that either names the subject of the proposal or otherwise succinctly defines the focus of the proposal. From 3c2fbd5ad2f0e1d53a520dd30373761aca66185d Mon Sep 17 00:00:00 2001 From: Hannes Van De Vreken Date: Tue, 4 Nov 2014 20:02:12 +0100 Subject: [PATCH 12/22] Type [reaponse -> response] --- source/specs/STACK-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/specs/STACK-2.md b/source/specs/STACK-2.md index eea05f6..efc00ef 100644 --- a/source/specs/STACK-2.md +++ b/source/specs/STACK-2.md @@ -48,7 +48,7 @@ valid token. If a request has authentication credentials that are invalid for any reason a Stack authentication middleware MAY either immediately challenge or return -another reaponse (for example, a 400 error response). +another response (for example, a 400 error response). If a request already has the `stack.authn.token` attribute set a Stack authentication middleware MUST NOT attempt to further authenticate the request. From 9da7a934559cb4bf8f13382c9b78f097eb29c2d0 Mon Sep 17 00:00:00 2001 From: Hannes Van De Vreken Date: Thu, 11 Dec 2014 17:12:05 +0100 Subject: [PATCH 13/22] Link to Laravel Framework 4.2 branch Because master is the 5.0 version in development and the CookieMiddleware will no longer be StackPHP compatible. --- source/middlewares.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/middlewares.html b/source/middlewares.html index d459ac8..566e286 100644 --- a/source/middlewares.html +++ b/source/middlewares.html @@ -22,14 +22,14 @@

- CookieGuard + CookieGuard

by laravel

The laravel cookie guard encrypts outgoing cookies.

From 37a715e4ed00457948febfe176c832d86a0497c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Wed, 17 Dec 2014 21:09:14 +0100 Subject: [PATCH 14/22] Adding the Whoops middleware to the list of middlewares --- source/middlewares.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/source/middlewares.html b/source/middlewares.html index 566e286..c779102 100644 --- a/source/middlewares.html +++ b/source/middlewares.html @@ -236,6 +236,21 @@

Packagist

+
+

+ Whoops wrapper +

+

+ by moufmouf +

+

+ Stack Middleware for using the Whoops error handling library. +

+ +
{% endblock %} From 6d7ce2404303a8de6faaff08184f301b9e547749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Wed, 28 Jan 2015 17:59:51 +0100 Subject: [PATCH 15/22] Adding symfony-middleware and silex-middleware to middlewares list --- source/middlewares.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/source/middlewares.html b/source/middlewares.html index c779102..fe49b60 100644 --- a/source/middlewares.html +++ b/source/middlewares.html @@ -252,5 +252,37 @@

+
+
+

+ Silex middleware +

+

+ by moufmouf +

+

+ Turns a Silex application into a Stack middleware. +

+ +
+
+

+ Symfony 2 middleware +

+

+ by moufmouf +

+

+ Turns a Symfony 2 application (i.e. Kernel) into a Stack middleware. +

+ +
+
{% endblock %} From 7375b00e6068053103324341eefba2047d225b9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Fri, 30 Jan 2015 09:29:52 +0100 Subject: [PATCH 16/22] Fixing URL for symfony-middleware title --- source/middlewares.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/middlewares.html b/source/middlewares.html index fe49b60..4d2fbce 100644 --- a/source/middlewares.html +++ b/source/middlewares.html @@ -270,7 +270,7 @@

- Symfony 2 middleware + Symfony 2 middleware

by moufmouf From 3d07ea39316dab6640962bf410892407b11104dd Mon Sep 17 00:00:00 2001 From: Julius Beckmann Date: Mon, 8 Jun 2015 09:42:22 +0200 Subject: [PATCH 17/22] Added middleware h4cc/stack-psr7-bridge --- source/middlewares.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/source/middlewares.html b/source/middlewares.html index 4d2fbce..1a3a484 100644 --- a/source/middlewares.html +++ b/source/middlewares.html @@ -284,5 +284,24 @@

+
+
+

+ PSR-7 Bridge +

+

+ by h4cc +

+

+ Converting PSR-7 and Symfony Http Foundation back and forth. +

+ +
+
+
+
{% endblock %} From dc1e28910b78c3deca6f2af0886e22c6c290f4f9 Mon Sep 17 00:00:00 2001 From: Beau Simensen Date: Mon, 16 Feb 2015 22:36:59 -0600 Subject: [PATCH 18/22] Update asset bump. --- source/_views/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_views/default.html b/source/_views/default.html index f1977ef..09d2d7b 100644 --- a/source/_views/default.html +++ b/source/_views/default.html @@ -7,7 +7,7 @@ - +