summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Inject Config into SystemConfigRoeland Jago Douma2015-12-182-5/+14
* Merge pull request #21268 from owncloud/cleanup-OC_Helper-getFileNameMimeTypeThomas Müller2015-12-181-9/+0
|\
| * Use proper public API for OC_Helper::getFileNameMimeTypeMorris Jobke2015-12-171-9/+0
* | Merge pull request #21264 from owncloud/deprecated_oc_user_methodsThomas Müller2015-12-1812-70/+67
|\ \
| * | Removed deprecated function OC_User::deleteUserRoeland Jago Douma2015-12-179-30/+42
| * | Removed deprecated private OC_User::createUserRoeland Jago Douma2015-12-1711-37/+22
| * | Remove deprecated function OC_User::getManagerRoeland Jago Douma2015-12-172-4/+4
| |/
* | Only perform tearDown operations on the database if we have a connection to i...Thomas Müller2015-12-171-4/+6
* | Use proper base classThomas Müller2015-12-173-3/+6
* | Assert that there are no xml error leftThomas Müller2015-12-171-0/+6
|/
* Merge pull request #21240 from owncloud/avatar_speedupThomas Müller2015-12-172-17/+40
|\
| * [Avatar] Make the avatar controller use the avatar nodeRoeland Jago Douma2015-12-161-16/+26
| * [Avatars] Add function to get the Node of the avatarRoeland Jago Douma2015-12-161-1/+14
* | Remove deprecated OC_Helper::linkTo functionRoeland Jago Douma2015-12-171-46/+0
|/
* don't allow to create a federated share if source and target server are the sameBjörn Schießle2015-12-141-0/+37
* Merge pull request #20878 from owncloud/proper-htaccess-support-in-code-signi...Thomas Müller2015-12-111-13/+0
|\
| * Run .htaccess updates in any caseLukas Reschke2015-12-081-13/+0
* | Merge pull request #21135 from owncloud/add-polyfillThomas Müller2015-12-112-42/+3
|\ \
| * | Use PHP polyfillsLukas Reschke2015-12-112-42/+3
* | | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-101-1/+3
|/ /
* | Merge pull request #21072 from owncloud/db-lock-ttlThomas Müller2015-12-101-7/+1
|\ \
| * | Remove all locks after ttl from the dbRobin Appelman2015-12-091-7/+1
* | | Merge pull request #21105 from owncloud/fix-risky-test-commentsThomas Müller2015-12-101-0/+2
|\ \ \
| * | | Add assertion to testLukas Reschke2015-12-101-0/+2
* | | | Make compatible with PHPUnit 5.1Lukas Reschke2015-12-101-0/+3
|/ / /
* | | use expectedException annotation, not via method call, for consistencyArthur Schiwon2015-12-092-13/+29
* | | use getLastInsertId from query builder for convenienceArthur Schiwon2015-12-091-2/+2
* | | adjust test's fakemanager to interface changeArthur Schiwon2015-12-091-1/+1
* | | hardening, add some checks for whitespace-only stringsArthur Schiwon2015-12-091-8/+10
* | | rework test about overwriting default comments managerArthur Schiwon2015-12-093-18/+48
* | | namespaces for testsArthur Schiwon2015-12-093-9/+15
* | | OC not ocArthur Schiwon2015-12-092-8/+8
* | | different strategy in cleaning up after user was deletedArthur Schiwon2015-12-092-22/+16
* | | add icommentsmanger and icomment implementationArthur Schiwon2015-12-094-0/+685
* | | Merge pull request #21068 from owncloud/fix-exit-code-autotest-externalThomas Müller2015-12-091-1/+0
|\ \ \ | |/ / |/| |
| * | remove deprecated strict settingThomas Müller2015-12-091-1/+0
* | | Merge pull request #21061 from owncloud/fix-oracle-last-insert-id-testThomas Müller2015-12-091-5/+17
|\ \ \ | |/ / |/| |
| * | Fix the last insert id test by changing to an autoincrement tableJoas Schilling2015-12-091-5/+17
* | | Merge pull request #21038 from owncloud/share-computesharepermissions-notstoreThomas Müller2015-12-093-3/+27
|\ \ \ | |/ / |/| |
| * | Fix more unit tests to pass a mock storage instead of null to FileInfoVincent Petry2015-12-083-3/+27
| |/
* | Merge pull request #21030 from owncloud/querybuilder-new-featuresThomas Müller2015-12-081-5/+78
|\ \
| * | Add a method to the get "to use" table and column nameJoas Schilling2015-12-081-1/+21
| * | Add select distinct to the query builderJoas Schilling2015-12-081-4/+32
| * | Allow getting the last insert id without much hassleJoas Schilling2015-12-081-0/+25
| |/
* | Merge pull request #20786 from owncloud/systemtags-davThomas Müller2015-12-082-4/+4
|\ \
| * | Fixed system tags DAV and API and docsVincent Petry2015-12-042-4/+4
* | | Merge pull request #21022 from owncloud/get-rid-of-by-referenceThomas Müller2015-12-081-6/+12
|\ \ \
| * | | Add unit test for nested arraysLukas Reschke2015-12-081-6/+12
| | |/ | |/|
* / | Do not trust castingLukas Reschke2015-12-081-0/+2
|/ /
* | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-072-4/+0