summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated function OC_User::getManagerRoeland Jago Douma2015-12-172-4/+4
* Merge pull request #21240 from owncloud/avatar_speedupThomas Müller2015-12-171-1/+14
|\
| * [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
* | | Add assertion to testLukas Reschke2015-12-101-0/+2
* | | 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 #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-071-1/+0
* | Merge pull request #20981 from owncloud/issue-19848-multiple-emails-for-share...Thomas Müller2015-12-071-3/+19
|\ \
| * | Add a unit test for single user case as wellJoas Schilling2015-12-071-7/+9
| * | Allow sending a share email to multiple usersJoas Schilling2015-12-071-3/+17
* | | Merge pull request #20904 from owncloud/view-mime-filterThomas Müller2015-12-071-0/+35
|\ \ \ | |/ / |/| |
| * | Fix mimetype filter in getDirectoryContentRobin Appelman2015-12-031-0/+35
* | | Merge pull request #20807 from owncloud/dont-append-redirect-url-if-user-is-a...Thomas Müller2015-12-032-35/+105
|\ \ \
| * | | Show error templateLukas Reschke2015-11-302-35/+105
* | | | Merge pull request #20921 from owncloud/last-OC_Config-removals-in-testsThomas Müller2015-12-031-8/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | last change of OC_Config to the proper interface in tests/Morris Jobke2015-12-031-3/+4
| * | | Reduce OC_Config usage in tests/Morris Jobke2015-12-031-5/+5
* | | | Merge pull request #19461 from owncloud/reuse_codeThomas Müller2015-12-031-0/+91
|\ \ \ \ | |/ / / |/| | |
| * | | add unit tests for OC_Util::add* methodsMorris Jobke2015-11-231-0/+91
* | | | Replace OC_Config in tests with IConfig callsMorris Jobke2015-12-032-6/+8
* | | | Merge pull request #20902 from owncloud/drop-OC_Config-from-testsThomas Müller2015-12-035-35/+45
|\ \ \ \