- Nov 30, 2015
-
-
Joas Schilling authored
So evaluate the condition directly and return 1 or 0
-
Thomas Müller authored
Fix ext storage mount options dropdown
-
Thomas Müller authored
Implement systemtag managers and mapper
-
Thomas Müller authored
Fix public link getDownloadUrl to return Webdav public link
-
Vincent Petry authored
-
Thomas Müller authored
Update README.md
-
aspdye authored
-
Thomas Müller authored
cache resized avatars
-
Thomas Müller authored
Use phpunit groups to run database code in isolation
-
Joas Schilling authored
-
Thomas Müller authored
-
Thomas Müller authored
Don't trust update server
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
Adding group Db to federation tests and ldap tests Add group DB to Test_UrlGenerator Adding group DB to trashbin and versions tests Adding group DB to Test_Util_CheckServer for pg
-
Thomas Müller authored
-
Thomas Müller authored
Adding more DB groups to test suits
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
Introduce evaluation of an environment variable to choose if all, only database or only database unit tests are to be executed. This is mainly required on automated execution on Jenkins
-
Thomas Müller authored
A TestCase which is not annotated to be in group DB will not allow access to the database connection. This is necessary to categorize unit test and avoid duplicate test case execution - it also allows us to closely review unit test implementations to identify unnecessary db calls.
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Thomas Müller authored
Dont die when we're missing a route
-
Joas Schilling authored
-
Thomas Müller authored
Revert "Dont bother with stream_resolve_include_path if the path is already absolute"
-
Jenkins for ownCloud authored
-
- Nov 29, 2015
-
-
Vincent Petry authored
-
Jenkins for ownCloud authored
-
- Nov 28, 2015
-
-
Robin McCorkell authored
Fix some PHPDocs
-
Robin Appelman authored
-
Lukas Reschke authored
Some classes included via `use` did not even exist anymore.
-
Lukas Reschke authored
In case the update server may deliver malicious content this would allow an adversary to inject arbitrary HTML into the response. So very bad stuff. While signing the response would be better and something we can also do in the future (considering the code signing work), this is already a good first start.
-
Jenkins for ownCloud authored
-