summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Adding ocs/v2.php with status code mapperThomas Müller2015-08-031-0/+40
* always update file cache, the cache can handle partial data correctly if the ...Bjoern Schiessle2015-07-311-3/+5
* Merge pull request #17805 from owncloud/avatar-handle-errorsRoeland Douma2015-07-311-4/+17
|\
| * [avatar] add error handlers for avatar setupMorris Jobke2015-07-301-4/+17
* | Fix incorrect test namingRobin McCorkell2015-07-301-4/+2
* | Merge pull request #17981 from owncloud/correct-regexThomas Müller2015-07-301-0/+4
|\ \
| * | Add more unit testsLukas Reschke2015-07-301-0/+2
| * | Correct regular expressionsLukas Reschke2015-07-301-0/+2
* | | Check for PDO instead of removed function for PHP 7 compatibilityLukas Reschke2015-07-301-4/+16
* | | properly mock dependencies for setup testsMorris Jobke2015-07-301-1/+7
| |/ |/|
* | fix unit testsMorris Jobke2015-07-291-2/+2
* | Remove remainings of mssqlThomas Müller2015-07-294-14/+4
* | Merge pull request #17950 from owncloud/config-dontdetectfschangesinrootbydef...Robin McCorkell2015-07-291-0/+3
|\ \ | |/ |/|
| * Fix watcher tests to explicitly set policyVincent Petry2015-07-291-0/+3
* | Merge pull request #17912 from owncloud/detect-old-openssl-versionsRobin McCorkell2015-07-281-9/+147
|\ \
| * | Detect old NSS and OpenSSL versionsLukas Reschke2015-07-281-9/+147
* | | Add unit testsLukas Reschke2015-07-281-0/+151
|/ /
* | Merge pull request #15543 from rullzer/mimetypedetectorMorris Jobke2015-07-281-0/+283
|\ \
| * | Pass config dir as parameter to detection classRoeland Jago Douma2015-07-271-4/+199
| * | Loading of mapping/aliases is done in classRoeland Jago Douma2015-07-271-9/+0
| * | Move mimetypedetection to files/type/detectionRoeland Jago Douma2015-07-271-4/+4
| * | Added mimetype detectorRoeland Jago Douma2015-07-271-0/+97
* | | Merge pull request #17195 from rullzer/no_multiple_remote_shares_of_same_fileRoeland Douma2015-07-281-0/+36
|\ \ \ | |_|/ |/| |
| * | Added testRoeland Jago Douma2015-07-151-0/+36
* | | Merge pull request #17840 from owncloud/fix-enc-wrapper-without-encryptionThomas Müller2015-07-271-1/+60
|\ \ \
| * | | Add a unit test for the disabled encryption caseJoas Schilling2015-07-231-1/+60
* | | | Add unit testsLukas Reschke2015-07-271-0/+28
| |_|/ |/| |
* | | Merge pull request #17755 from owncloud/alias-container-aliveThomas Müller2015-07-241-0/+13
|\ \ \ | |/ / |/| |
| * | add registerAlias method to shorcut interface registrationBernhard Posselt2015-07-181-0/+13
* | | Merge pull request #17413 from owncloud/public-api-querybuilderMorris Jobke2015-07-225-52/+1530
|\ \ \
| * | | Comment out LIMIT 0 case because of the mixed resultsJoas Schilling2015-07-211-1/+2
| * | | Fix tests for setFirstResult and setMaxResults on oracleJoas Schilling2015-07-212-42/+64
| * | | Set a limit until doctrine released a version that fixes SqliteJoas Schilling2015-07-211-0/+4
| * | | Correctly count the number of items (rowCount is Update/Insert/Delete only)Joas Schilling2015-07-211-13/+22
| * | | Can not test the string, thanks oracle....Joas Schilling2015-07-211-10/+32
| * | | Fix existing usages by removing the quotesJoas Schilling2015-07-212-31/+31
| * | | Add unit tests and automatic quotingJoas Schilling2015-07-214-8/+1428
| * | | Use the public interface and our method instead of the doctrine thingJoas Schilling2015-07-212-21/+21
* | | | Merge pull request #17342 from rullzer/test_preview_conditionsRoeland Douma2015-07-222-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Only run some preview unit tets if imagemagick is availableRoeland Jago Douma2015-07-022-0/+5
* | | | Merge pull request #17381 from owncloud/fix_sharing_add_to_groupMorris Jobke2015-07-211-0/+108
|\ \ \ \
| * | | | intproduce pre_addToGroup hook. we need to calculate the possible uniqueBjoern Schiessle2015-07-061-0/+108
* | | | | Merge pull request #17743 from owncloud/return-proper-statuscodesBernhard Posselt2015-07-201-0/+51
|\ \ \ \ \
| * | | | | Return proper status code in case of a CORS exceptionLukas Reschke2015-07-201-0/+51
* | | | | | Merge pull request #16935 from owncloud/allow-app-check-code-for-deprecated-c...Joas Schilling2015-07-2019-13/+428
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Only decorate the type when it was matchedJoas Schilling2015-07-171-1/+3
| * | | | | Use the decorator patternJoas Schilling2015-07-175-25/+110
| * | | | | Restructor the code into different classes instead of extendingJoas Schilling2015-07-175-59/+101
| * | | | | Check for methods as good as possibleJoas Schilling2015-07-177-56/+52
| * | | | | Allow checking for functionsJoas Schilling2015-07-1710-24/+55