summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* fix oci dbschema testJörn Friedrich Dreyer2013-06-141-1/+6
* Merge pull request #3640 from infoneo/masterThomas Müller2013-06-131-3/+15
|\
| * Update mapper.phpinfoneo2013-06-081-3/+15
* | Merge pull request #3652 from owncloud/fix_fetchrow_usage_for_mdb2Jörn Friedrich Dreyer2013-06-111-2/+2
|\ \
| * | fix fetchRow checks to also work with MDB2Jörn Friedrich Dreyer2013-06-101-2/+2
* | | Merge pull request #3646 from owncloud/introduce_phpunit_timeoutsThomas Müller2013-06-115-0/+40
|\ \ \ | |/ / |/| |
| * | raise failed tests from first commit to size @mediumJörn Friedrich Dreyer2013-06-103-0/+10
| * | add timeouts 3/30/90 to phpunit testsJörn Friedrich Dreyer2013-06-103-0/+30
* | | Merge pull request #3653 from owncloud/shorten_identifiers_in_testsThomas Müller2013-06-102-4/+4
|\ \ \
| * | | shorten table identifiers in testsJörn Friedrich Dreyer2013-06-102-4/+4
| |/ /
* / / add missing backticks all over the placeJörn Friedrich Dreyer2013-06-101-11/+11
|/ /
* | Cache Test: set datadir to temporary location, otherwise initmountpoints will...Arthur Schiwon2013-06-031-2/+8
* | Merge pull request #3561 from owncloud/usericewind19912013-06-036-0/+993
|\ \
| * | New user management classesRobin Appelman2013-05-296-0/+993
* | | merge master into backgroundjobRobin Appelman2013-06-0222-264/+782
|\ \ \
| * \ \ Merge pull request #3459 from owncloud/fix_for_2377icewind19912013-05-312-1/+86
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'master' into fix_for_2377Florin Peter2013-05-251-0/+27
| | |\ \
| | * | | improved tests to check if database layer normalize folder namesFlorin Peter2013-05-251-11/+29
| | * | | Merge branch 'master' into fix_for_2377Florin Peter2013-05-242-5/+43
| | |\ \ \
| | * | | | changed tests for using new normalizerFlorin Peter2013-05-242-3/+3
| | * | | | revert previous fix and added normalizer to cache classFlorin Peter2013-05-231-0/+67
| * | | | | didn't mean to commit this yetRobin Appelman2013-05-285-670/+0
| * | | | | implement ArrayInterface with SessionRobin Appelman2013-05-283-0/+509
| * | | | | Abstract the session away in a classRobin Appelman2013-05-282-0/+71
| | |_|/ / | |/| | |
| * | | | Merge pull request #3388 from roha4000/masterMichael Gapczynski2013-05-251-0/+27
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | New tests to assure that a move will not affect another users cache entriesRoland Hager2013-05-221-0/+27
| | |/ /
| * | | Merge pull request #3416 from owncloud/files_encryptionThomas Müller2013-05-241-5/+6
| |\ \ \
| | * | | Merge branch 'master' into files_encryptionFlorin Peter2013-05-225-8/+371
| | |\| |
| | * | | Merge branch 'master' into files_encryptionBjörn Schießle2013-05-211-0/+11
| | |\ \ \
| | * \ \ \ Merge branch 'master' into files_encryptionFlorin Peter2013-05-201-0/+19
| | |\ \ \ \
| | * | | | | removed FileProxy from testFlorin Peter2013-05-151-5/+6
| * | | | | | Merge branch 'master' into move-storagesMichael Gapczynski2013-05-236-8/+382
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Merge pull request #3266 from owncloud/hooksThomas Müller2013-05-212-0/+316
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch 'master' into hooksThomas Mueller2013-05-156-14/+92
| | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | * | | | | fix typoRobin Appelman2013-05-091-9/+9
| | | * | | | | New hook systemRobin Appelman2013-05-072-0/+316
| | | | |_|_|/ | | | |/| | |
| | * | | | | merge master into filecache_mtimeRobin Appelman2013-05-2117-81/+296
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | Add test for renaming non-existing category.Thomas Tanghus2013-05-201-0/+1
| | | * | | | Add rename() method to OC_VCategories.Thomas Tanghus2013-05-201-0/+10
| | | | |/ / | | | |/| |
| | * | | | Merge branch 'master' into filecache_mtimeMichael Gapczynski2013-03-088-8/+185
| | |\ \ \ \
| | * \ \ \ \ merge master into filecache_mtimeRobin Appelman2013-02-154-3/+42
| | |\ \ \ \ \
| | * | | | | | Emulate touch() for backends that don't support itRobin Appelman2013-02-101-2/+32
| | * | | | | | Cache: bookkeeping of storage_mtimeRobin Appelman2013-02-103-6/+24
| * | | | | | | Fix undefined variable for copying empty foldersMichael Gapczynski2013-05-191-0/+3
| * | | | | | | Add tests for copying/moving between storagesMichael Gapczynski2013-05-191-0/+34
| | |_|_|/ / / | |/| | | | |
| * | | | | | Add Compound property to avoid double escaping values.Thomas Tanghus2013-05-151-0/+19
| | |_|_|_|/ | |/| | | |
| * | | | | Use new autoloader classThomas Tanghus2013-05-112-4/+5
| * | | | | Autoloader: fix loading app clases located in lib/Robin Appelman2013-05-081-10/+17
| * | | | | Autoloader: test casesRobin Appelman2013-05-071-5/+53
| * | | | | Merge pull request #3044 from owncloud/backgroundwatchericewind19912013-05-071-2/+4
| |\ \ \ \ \