From cfb1c128c91a8d3e25799ae2a1ef8dd7f8af1dfd Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Fri, 15 Nov 2013 04:02:32 +0100 Subject: [PATCH 01/29] Add link to full list of http-kernel users on symfony.com --- source/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/index.html b/source/index.html index 2acedc3..68f56bd 100644 --- a/source/index.html +++ b/source/index.html @@ -62,6 +62,8 @@

Supported frameworks

  • Yolo
  • {% endspaceless %} + +

    See the full list on symfony.com


    From e7f7429fafdcf7ad9c31ee029a90bb4b528973e0 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Fri, 15 Nov 2013 04:03:21 +0100 Subject: [PATCH 02/29] add center tag --- source/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.html b/source/index.html index 68f56bd..87da9c6 100644 --- a/source/index.html +++ b/source/index.html @@ -63,7 +63,7 @@

    Supported frameworks

    {% endspaceless %} -

    See the full list on symfony.com

    +

    See the full list on symfony.com


    From deda36d12d02db9fcac0e9d300d4929aca1dde3b Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Fri, 15 Nov 2013 04:04:38 +0100 Subject: [PATCH 03/29] make link look like button --- source/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/index.html b/source/index.html index 87da9c6..02c6e63 100644 --- a/source/index.html +++ b/source/index.html @@ -63,7 +63,9 @@

    Supported frameworks

    {% endspaceless %} -

    See the full list on symfony.com

    +

    + See the full list on symfony.com +


    From 515a3abcae76e03fd04b7b615164542082c74c06 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Fri, 29 Nov 2013 18:32:15 +0100 Subject: [PATCH 04/29] igor while true --- source/img/{igorwesome.jpeg => igorwhiletrue.jpeg} | Bin source/index.html | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename source/img/{igorwesome.jpeg => igorwhiletrue.jpeg} (100%) diff --git a/source/img/igorwesome.jpeg b/source/img/igorwhiletrue.jpeg similarity index 100% rename from source/img/igorwesome.jpeg rename to source/img/igorwhiletrue.jpeg diff --git a/source/index.html b/source/index.html index 02c6e63..df61373 100644 --- a/source/index.html +++ b/source/index.html @@ -90,9 +90,9 @@

    Conventions

    Brought to you by

    • - - - @igorwesome + + + @igorwhiletrue
    • From 261186c5524084fbde2ee6b7b745c92773f50b6b Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Mon, 16 Dec 2013 21:55:15 +0100 Subject: [PATCH 05/29] add forumphp video --- source/media.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/media.html b/source/media.html index 88e787f..2658a36 100644 --- a/source/media.html +++ b/source/media.html @@ -5,6 +5,9 @@ --- {% block content %}
      +

      Forum PHP 2013

      + +

      Symfony Live London 2013

      From 5baebca8198f394c0ebb2a6507c1ea49ddd01621 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Tue, 17 Dec 2013 16:46:25 +0100 Subject: [PATCH 06/29] add laravel cookie guard --- source/middlewares.html | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/source/middlewares.html b/source/middlewares.html index 5f00ebb..6d4e333 100644 --- a/source/middlewares.html +++ b/source/middlewares.html @@ -20,6 +20,21 @@

      Packagist

      +
      +

      + CookieGuard +

      +

      + by laravel +

      +

      The laravel cookie guard encrypts outgoing cookies.

      + +
      + +

      GeoIp @@ -32,8 +47,6 @@

      GitHub

      - -

      IpRestrict @@ -47,6 +60,8 @@

      Packagist

      + +

      Backstage @@ -60,8 +75,6 @@

      Packagist

      - -

      OAuth @@ -77,6 +90,8 @@

      Packagist

      + +

      Basic Authentication @@ -92,8 +107,6 @@

      Packagist

      - -

      Hawk @@ -109,6 +122,8 @@

      Packagist

      + +

      CORS @@ -124,8 +139,6 @@

      Packagist

      - -

      StackRobots From 29693bcfd1e6bf83d25f242c8333422911d6962a Mon Sep 17 00:00:00 2001 From: William Durand Date: Wed, 22 Jan 2014 13:44:58 +0100 Subject: [PATCH 07/29] Add StackNegotiation --- source/middlewares.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/source/middlewares.html b/source/middlewares.html index 6d4e333..76f2afc 100644 --- a/source/middlewares.html +++ b/source/middlewares.html @@ -155,5 +155,24 @@

      +
      +
      +

      + StackNegotiation +

      +

      + by willdurand +

      +

      + Content negotiation made easy. +

      + +
      +
      +
      +
      {% endblock %} From ead847bbae204348bac311b036ed85dc331fb323 Mon Sep 17 00:00:00 2001 From: Christoph Hochstrasser Date: Thu, 30 Jan 2014 16:55:13 +0100 Subject: [PATCH 08/29] 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 09/29] 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 10/29] 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 11/29] 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 12/29] 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 13/29] 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 14/29] 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 15/29] 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 16/29] 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 17/29] 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 18/29] 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 19/29] 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 20/29] 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 21/29] 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 22/29] 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 23/29] 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 24/29] 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 25/29] 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 @@ - +