- 04 Dec, 2014 3 commits
-
-
Thomas Müller authored
some more unit tests on xml info parser
-
Thomas Müller authored
-
Thomas Müller authored
-
- 03 Dec, 2014 1 commit
-
-
Joas Schilling authored
-
- 02 Dec, 2014 3 commits
-
-
Robin Appelman authored
-
Morris Jobke authored
-
Robin Appelman authored
-
- 01 Dec, 2014 3 commits
-
-
Christian Kampka authored
-
Thomas Müller authored
-
Byron Marohn authored
This checks that imagecreatetruecolor actually creates an image, rather than returning FALSE. Without this check, subsequent loop might create billions of ERROR-level log messages. Signed-off-by:
Byron Marohn <combustible@live.com>
-
- 29 Nov, 2014 1 commit
-
-
Jenkins for ownCloud authored
-
- 28 Nov, 2014 8 commits
-
-
Lukas Reschke authored
-
Lukas Reschke authored
Since automatic schema migrations are not yet possible let's disable this for now.
-
Bjoern Schiessle authored
-
Bjoern Schiessle authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Jenkins for ownCloud authored
-
- 27 Nov, 2014 21 commits
-
-
Richard Clarkson authored
During performance optimization I have discovered that the installer scans all files for the blacklisted words. This greatly impacts speed on lower end devices such as the raspberry pie. This commit limits it to PHP files which seems to achieve the desired effect. I have used the --include option to achieve this, see http://stackoverflow.com/questions/1987926/how-do-i-grep-recursively This contribution is MIT licensed
-
Joas Schilling authored
So the class files only have class code and don't execute code
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Joas Schilling authored
Local change 283c10f0
-
Joas Schilling authored
Local changes from d069ee8a and 258ad38f
-
Joas Schilling authored
Local changes copied from ed835973 and 25370fcb
-
Joas Schilling authored
Only fixed in Local by eeee9eac
-
Joas Schilling authored
Missed in 788c8540
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke 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
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-