- Dec 04, 2014
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
some more unit tests on xml info parser
-
- Dec 03, 2014
-
-
Joas Schilling authored
-
- Nov 28, 2014
-
-
Björn Schießle authored
-
- Nov 27, 2014
-
-
Joas Schilling authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Lukas Reschke authored
Currently there is no AppFramework way to modify cookies, which makes it unusable for quite some use-cases or results in untestable code. This PR adds some basic functionalities to add and invalidate cookies. Usage: ```php $response = new TemplateResponse(...); $response->addCookie('foo', 'bar'); $response->invalidateCookie('foo'); $response->addCookie('bar', 'foo', new \DateTime('2015-01-01 00:00')); ``` Existing cookies can be accessed with the AppFramework using `$this->request->getCookie($name)`.
-
Joas Schilling authored
-
- Nov 25, 2014
-
-
Thomas Müller authored
-
Joas Schilling authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
- Nov 24, 2014
-
-
Lukas Reschke authored
This is unused legacy code. Let it die with ~~~honor~~ fire. Fixes https://github.com/owncloud/core/issues/12346
-
- Nov 21, 2014
-
-
Björn Schießle authored
-
Miguel Prokop authored
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/12347
-
- Nov 20, 2014
-
-
Morris Jobke authored
-
Morris Jobke authored
This reverts commit 09fd34ee.
-
Morris Jobke authored
-
Joas Schilling authored
The result of the listener should then be empty and can be removed
-
- Nov 19, 2014
-
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Bernhard Posselt authored
add postfix
-
- Nov 18, 2014
-
-
Lukas Reschke authored
This lead to a lot of confusion in the past and did not really offer any value. Let's remove the port check therefore. (it's anyways not really a part of the domain) Fixes https://github.com/owncloud/core/issues/12150 and https://github.com/owncloud/core/issues/12123 and also a problem reported by @DeepDiver1975. Conflicts: lib/private/request.php
-
Björn Schießle authored
-
Björn Schießle authored
-
- Nov 17, 2014
-
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
- Nov 15, 2014
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/12188 for AppFramework apps
-