<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unifest.git/src/Http/Request.php, branch master</title>
<subtitle>Engelsystem for the unifest.</subtitle>
<id>https://git.kobert.dev/unifest.git/atom/src/Http/Request.php?h=master</id>
<link rel='self' href='https://git.kobert.dev/unifest.git/atom/src/Http/Request.php?h=master'/>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/unifest.git/'/>
<updated>2019-06-03T19:36:58Z</updated>
<entry>
<title>Upgraded external components</title>
<updated>2019-06-03T19:36:58Z</updated>
<author>
<name>Igor Scheller</name>
<email>igor.scheller@igorshp.de</email>
</author>
<published>2019-05-31T15:09:50Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/unifest.git/commit/?id=236197faf82073e3b8afca49161898eb60cee76b'/>
<id>urn:sha1:236197faf82073e3b8afca49161898eb60cee76b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Formatting</title>
<updated>2019-04-25T16:17:19Z</updated>
<author>
<name>Igor Scheller</name>
<email>igor.scheller@igorshp.de</email>
</author>
<published>2019-04-24T09:01:37Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/unifest.git/commit/?id=79c92da8c14de61dccc015f04c3900aac4bd4179'/>
<id>urn:sha1:79c92da8c14de61dccc015f04c3900aac4bd4179</id>
<content type='text'>
```bash
php-cs-fixer fix --allow-risky=yes --rules=@PSR2,psr4,mb_str_functions.php_unit_construct,php_unit_ordered_covers,trailing_comma_in_multiline_array --rules='{"array_syntax": {"syntax":"short"}}' [tests/|src/]
```
</content>
</entry>
<entry>
<title>PSR-7: Replaced implementation with `Nyholm\Psr7`</title>
<updated>2019-04-17T11:11:39Z</updated>
<author>
<name>Igor Scheller</name>
<email>igor.scheller@igorshp.de</email>
</author>
<published>2019-04-17T08:09:50Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/unifest.git/commit/?id=58ca7113f3cd3158a8ae1b02853ece0c4dba4eda'/>
<id>urn:sha1:58ca7113f3cd3158a8ae1b02853ece0c4dba4eda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bugfix: Replaced Diactoros with Symfony PsrHttpFactory to use PhpExtended\HttpMessage implementation</title>
<updated>2019-04-16T18:20:56Z</updated>
<author>
<name>Igor Scheller</name>
<email>igor.scheller@igorshp.de</email>
</author>
<published>2019-03-17T17:17:33Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/unifest.git/commit/?id=d9f898a0bba0d44d8212ba2459f7c77808f02643'/>
<id>urn:sha1:d9f898a0bba0d44d8212ba2459f7c77808f02643</id>
<content type='text'>
Prevents warnings that get converted to errors when run in dev mode
</content>
</entry>
<entry>
<title>Implemented controller permissions</title>
<updated>2018-12-02T11:53:31Z</updated>
<author>
<name>Igor Scheller</name>
<email>igor.scheller@igorshp.de</email>
</author>
<published>2018-11-14T01:17:27Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/unifest.git/commit/?id=c9d7e88cc70b6ad124c28be479a6e64c4b174ea6'/>
<id>urn:sha1:c9d7e88cc70b6ad124c28be479a6e64c4b174ea6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Require POST for sending forms</title>
<updated>2018-11-21T18:24:36Z</updated>
<author>
<name>Igor Scheller</name>
<email>igor.scheller@igorshp.de</email>
</author>
<published>2018-11-20T15:02:03Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/unifest.git/commit/?id=944c29b96429ec95ac1371cb33cc43704a60c7b1'/>
<id>urn:sha1:944c29b96429ec95ac1371cb33cc43704a60c7b1</id>
<content type='text'>
* Ensure that the form is submitted with a post request
* Replaced several links with forms

Closes #494 (Security Vulnerability)
</content>
</entry>
<entry>
<title>Made Engelsystem\Http\Request PSR-7 ServerRequestInterface compatible</title>
<updated>2018-08-20T15:43:15Z</updated>
<author>
<name>Igor Scheller</name>
<email>igor.scheller@igorshp.de</email>
</author>
<published>2018-08-20T15:35:07Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/unifest.git/commit/?id=b0e7bc0df2eb4975223582089c7a928903e8cd14'/>
<id>urn:sha1:b0e7bc0df2eb4975223582089c7a928903e8cd14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made Engelsystem\Http\Request PSR-7 RequestInterface compatible</title>
<updated>2018-08-19T12:04:16Z</updated>
<author>
<name>Igor Scheller</name>
<email>igor.scheller@igorshp.de</email>
</author>
<published>2018-08-16T16:13:53Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/unifest.git/commit/?id=5427ee385dc2ff117a1130eb606f78e708949c8f'/>
<id>urn:sha1:5427ee385dc2ff117a1130eb606f78e708949c8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change behaviour of HTTP/Request get</title>
<updated>2017-11-19T14:16:01Z</updated>
<author>
<name>msquare</name>
<email>msquare@notrademark.de</email>
</author>
<published>2017-11-19T14:16:01Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/unifest.git/commit/?id=0ee7df4883f6fab471aaa9130017483d4b91a754'/>
<id>urn:sha1:0ee7df4883f6fab471aaa9130017483d4b91a754</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix behaviour of HTTP/Request get</title>
<updated>2017-11-19T13:47:32Z</updated>
<author>
<name>msquare</name>
<email>msquare@notrademark.de</email>
</author>
<published>2017-11-19T13:47:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/unifest.git/commit/?id=f8807c4efbbddd02c69d0af63a1bf348b051d078'/>
<id>urn:sha1:f8807c4efbbddd02c69d0af63a1bf348b051d078</id>
<content type='text'>
</content>
</entry>
</feed>
