- 04 Dec, 2014 2 commits
-
-
Thomas Müller authored
some more unit tests on xml info parser
-
Thomas Müller authored
-
- 03 Dec, 2014 2 commits
-
-
Morris Jobke authored
drop files_external tests from autotest - they will be executed with autotest-external.sh which is coming
-
Joas Schilling authored
-
- 28 Nov, 2014 2 commits
-
-
Bjoern Schiessle authored
-
Joas Schilling authored
-
- 27 Nov, 2014 5 commits
-
-
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
-
- 25 Nov, 2014 6 commits
-
-
Thomas Müller authored
-
Joas Schilling authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
- 24 Nov, 2014 1 commit
-
-
Lukas Reschke authored
This is unused legacy code. Let it die with ~~~honor~~ fire. Fixes https://github.com/owncloud/core/issues/12346
-
- 21 Nov, 2014 3 commits
-
-
Bjoern Schiessle authored
-
Miguel Prokop authored
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/12347
-
- 20 Nov, 2014 5 commits
-
-
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
-
- 19 Nov, 2014 5 commits
-
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Bernhard Posselt authored
add postfix
-
- 18 Nov, 2014 3 commits
-
-
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
-
Bjoern Schiessle authored
-
Bjoern Schiessle authored
-
- 17 Nov, 2014 6 commits
-
-
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
-