- Dec 09, 2014
-
-
Victor Dubiniuk authored
-
- Dec 08, 2014
-
-
Victor Dubiniuk authored
-
- Dec 06, 2014
-
-
Victor Dubiniuk authored
-
- Dec 04, 2014
-
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Robin Appelman authored
-
Lukas Reschke authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
some more unit tests on xml info parser
-
Thomas Müller authored
-
Morris Jobke authored
-
Morris Jobke authored
-
- Dec 03, 2014
-
-
Lukas Reschke authored
Depending on the used environment the port might be appended to the host header resulting in an inaccessible instance when initially setting up on a system with a different HTTP or HTTPS port. (for example test:500) To test this setup ownCloud under a different port with and without this patch. (heads-up: localhost is always white-listed, so use a different domain)
-
Morris Jobke authored
drop files_external tests from autotest - they will be executed with autotest-external.sh which is coming
-
Joas Schilling authored
-
- Nov 28, 2014
-
-
Björn Schießle authored
-
Joas Schilling 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
-
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
-