summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21280 from owncloud/drop-unused-methodsThomas Müller2015-12-181-120/+0
|\
| * Move OC_Helper code to OCP\Util for linkToRemoteMorris Jobke2015-12-181-32/+0
| * properly use OCP\Util instead of OC_HelperMorris Jobke2015-12-181-46/+0
| * OC_Helper::makeURLAbsolute is not used anymoreMorris Jobke2015-12-181-42/+0
* | Merge pull request #21277 from owncloud/querybuild-joblistThomas Müller2015-12-181-9/+4
|\ \
| * | Use the query builder for the joblist queriesJoas Schilling2015-12-181-9/+4
* | | Use TempManager instead of tmpFileMorris Jobke2015-12-183-6/+6
* | | Use TempManager instead of tmpFolderMorris Jobke2015-12-1812-13/+13
| |/ |/|
* | 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-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
| | |/ | |/|