- 16 Feb, 2015 16 commits
-
-
Thomas Müller authored
-
Thomas Müller authored
Implement php code checker to detect usage of not allowed private ...
-
Joas Schilling authored
Add an array implementation of cache and use it if we are not debugging
-
Thomas Müller authored
URLEncode logout attribute
-
Joas Schilling authored
-
Thomas Müller authored
-
Lukas Reschke authored
Add `rel="noreferrer"` where possible and switch to HTTPS
-
Morris Jobke authored
console commands shall not be limited with respect to execution time
-
Thomas Müller authored
[files_external] ftp tests
-
Lukas Reschke authored
-
Thomas Müller authored
Dont lower the mtime of a folder when propagating changes
-
Thomas Müller authored
Properly show the warning about the missing composer autoloader
-
Thomas Müller authored
[files_external] add SMB autotest
-
Thomas Müller authored
Don't flip image in PHP 5.4
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
- 15 Feb, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 14 Feb, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 13 Feb, 2015 13 commits
-
-
Thomas Müller authored
Issue/14204 revert #14171
-
Joas Schilling authored
-
Joas Schilling authored
This reverts commit c9b56084.
-
Joas Schilling authored
This reverts commit f6a452ca.
-
Robin Appelman authored
-
Robin Appelman authored
-
Morris Jobke authored
Removed anchor in config.sample.php
-
Lukas Reschke authored
Ensure that passed argument is always a string
-
Lukas Reschke authored
App install behind a Proxy
-
Lukas Reschke authored
Some code paths called the `normalizePath` functionality with types other than a string which resulted in unexpected behaviour. Thus the function is now manually casting the type to a string and I corrected the usage in list.php as well.
-
Lukas Reschke authored
Otherwise logout can fail if the requesttoken contains a +
-
Joas Schilling authored
Improve: Index for file_map
-
Jenkins for ownCloud authored
-
- 12 Feb, 2015 9 commits
-
-
RealRancor authored
-
Lukas Reschke authored
-
windaishi authored
Added two indices for file_map, that improve syncing and uploading and deleting files
-
Lukas Reschke authored
generate valid human readable text for 0
-
Lukas Reschke authored
Additional controllermethodreflector inheritance tests
-
Lukas Reschke authored
catch any whitespaces which might get written to the output buffer while...
-
Thomas Müller authored
Remove internal annotation
-
Thomas Müller authored
-
Lukas Reschke authored
PHPStorm complained about those functions being declared as Internal. I doubt that this is actually the case since they are even in the public API.
-