summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Display warning in security & setup warnings if php version is EOLRoeland Jago Douma2015-07-291-0/+45
* | | | | | | | | | | Merge pull request #18175 from owncloud/automatic-db-prefix-query-builderThomas Müller2015-08-103-53/+83
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove unnecessary DB prefixes from existing query builder usagesJoas Schilling2015-08-102-19/+19
| * | | | | | | | | | | Automatically prefix table names with *PREFIX* unless specifiedJoas Schilling2015-08-101-34/+64
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Use DIRoeland Jago Douma2015-08-102-18/+15
* | | | | | | | | | | Added Capabilities ManagerRoeland Jago Douma2015-08-102-0/+171
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #18124 from owncloud/share-permwrongvarMorris Jobke2015-08-071-3/+60
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix removal of share permissions when share disabled for userVincent Petry2015-08-071-3/+60
* | | | | | | | | | | Merge pull request #13641 from owncloud/cache-storage-statusVincent Petry2015-08-072-0/+170
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix mounting wrapped storages resulting in many-layered wrappingRobin McCorkell2015-07-201-0/+21
| * | | | | | | | | | Store storage availability in databaseRobin McCorkell2015-07-201-0/+149
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Following the spec:Thomas Müller2015-08-051-1/+1
* | | | | | | | | | Merge pull request #18035 from owncloud/ocs-2.0Bernhard Posselt2015-08-053-7/+52
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Return 200 not null - we should return consistent typesThomas Müller2015-08-051-0/+2
| * | | | | | | | | | Fix unit test within OCSControllerThomas Müller2015-08-031-4/+8
| * | | | | | | | | | Remove duplicate and unused codeThomas Müller2015-08-031-3/+2
| * | | | | | | | | | Adding ocs/v2.php with status code mapperThomas Müller2015-08-031-0/+40
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge pull request #18057 from owncloud/import_root_certificatesThomas Müller2015-08-051-7/+18
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | also block certificate management in the back-end if external storages are di...Bjoern Schiessle2015-08-041-7/+18
* | | | | | | | | | Use StringUtils::equals on CSRF token and add unit testsLukas Reschke2015-08-041-0/+95
* | | | | | | | | | Remove pointless unit testThomas Müller2015-08-041-7/+0
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | 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
|\ \ \ \ \