- 11 Mar, 2016 27 commits
-
-
Thomas Müller authored
[3rdparty] Bump doctrine/dbal
-
Roeland Jago Douma authored
-
Thomas Müller authored
Fix all the yellow, orange and red errors in integration tests
-
Thomas Müller authored
Explicitly check for port
-
Thomas Müller authored
Adding new tests for federation sharing
-
Thomas Müller authored
Use more generic node instead of File/Folder
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Thomas Müller authored
Use a birthday title which does not require translation because we ha…
-
Sergio Bertolin authored
-
Sergio Bertolín authored
-
Roeland Jago Douma authored
The phpdoc for the sharing functions was very restrictive. As a consequence passing node object (for example from the OCS Share API where we don't really care if it is a file or folder), would actually be invalid. With this loser restriction the interfaces become more generic.
-
Jenkins for ownCloud authored
-
- 10 Mar, 2016 13 commits
-
-
Thomas Müller authored
remove deprecated ldap_sort
-
Thomas Müller authored
Allow jpg files to be statically served
-
Thomas Müller authored
getOwner is not available on FileHome
-
Stephan Köninger authored
When using an background image in themes of type JPG, the current setting of owncloud's htaccess file does not allow to deliver these kinds of images as static content. Adding the file extensions as done in this commit, it works flawlessly.
-
Thomas Müller authored
Fake LOCK statement for Windows 7, 8 and 10 network mounts
-
Lukas Reschke authored
The setup uses `\OCP\IRequest::getInsecureServerHost` which in some cases can also include a port. This makes the trusted domain check fail thus. I've decided to add this here that way because adjusting the setup would require parsing the host properly. This is not something that can be done very good in PHP. Check the following example for why `parse_url` is not our friend: https://3v4l.org/k501Z
-
Thomas Müller authored
[3rdparty] Bump symfony/console to 2.8.3
-
Thomas Müller authored
Fix some scrutinizer warning in the sharing code
-
Thomas Müller authored
Scrutinizer should not check generated composer files
-
Roeland Jago Douma authored
* Better phpdoc * Promper use statements * Unused parameter
-
Thomas Müller authored
Add mimetype to OCS Share API output
-
Roeland Jago Douma authored
-
Thomas Müller authored
Execute travis test on stable branches as well
-