- 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)
-
- 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
-
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
-
-
Lukas Reschke authored
THX @schiesbn (I should setup a mail server on my local system...)
-
Lukas Reschke authored
-
Lukas Reschke authored
This patch wil warn the user of the consequences when resetting the password and requires checking a checkbox (as we had in the past) to reset a password. Furthermore I updated the code to use our new classes and added some unit tests for it
Fixes https://github.com/owncloud/core/issues/11438 -
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-