summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add wrapper for GuzzleLukas Reschke2015-03-256-26/+179
* Merge pull request #15153 from owncloud/uniquename-nodeLukas Reschke2015-03-241-0/+36
|\
| * Add `getNonExistingName()` to the node apiRobin Appelman2015-03-241-0/+36
* | Merge pull request #15126 from owncloud/sabre-storagenotavailableMorris Jobke2015-03-241-1/+11
|\ \ | |/ |/|
| * Soft fail in CustomPropertiesBackend whenever storage not availableVincent Petry2015-03-231-1/+11
* | The iran timezone removed the DST handling which breaks the timezone libJoas Schilling2015-03-231-3/+1
|/
* Introducing 3D images support (media type)Olivier Paroz2015-03-201-284/+250
* Merge pull request #14857 from owncloud/preview-provider-registration-in-managerThomas Müller2015-03-201-0/+4
|\
| * Create an interface for OC_Image and OCP\Image for the public APIJoas Schilling2015-03-161-0/+4
* | Merge pull request #11884 from owncloud/ext-appframeworkVincent Petry2015-03-201-1/+2
|\ \
| * | Use storage id + appframework for ext storage CRUDVincent Petry2015-03-121-1/+2
* | | Merge pull request #14993 from owncloud/stop-on-missing-depsThomas Müller2015-03-201-20/+20
|\ \ \
| * | | Do not add apps2/ directory if it does not existJoas Schilling2015-03-191-20/+20
* | | | Merge pull request #15035 from owncloud/assocmapperMorris Jobke2015-03-202-25/+54
|\ \ \ \
| * | | | If the execute method on the mapper receives an assoc array, it binds by valu...Bernhard Posselt2015-03-192-25/+54
* | | | | Merge pull request #14947 from oparoz/repairmimetypes-sqlMorris Jobke2015-03-191-1/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Adding test cases where the extension is using capital lettersOlivier Paroz2015-03-171-1/+5
* | | | | Merge pull request #15025 from rullzer/ocs_respect_enforced_dateThomas Müller2015-03-191-0/+35
|\ \ \ \ \
| * | | | | Added unit testRoeland Jago Douma2015-03-191-0/+35
* | | | | | Merge pull request #14704 from owncloud/storage-wrapper-mountRobin Appelman2015-03-192-0/+63
|\ \ \ \ \ \
| * | | | | | fix testRobin Appelman2015-03-161-2/+2
| * | | | | | fix factory testRobin Appelman2015-03-112-6/+5
| * | | | | | Allow setting the watcher policy as mount optionRobin Appelman2015-03-111-0/+9
| * | | | | | Copy mount options to the storageRobin Appelman2015-03-111-0/+10
| * | | | | | Add test for storage factoryRobin Appelman2015-03-111-0/+45
* | | | | | | Merge pull request #14980 from owncloud/fix-fileglobalgcThomas Müller2015-03-191-0/+34
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add unit tests for gc() for \OC\Cache\FileGlobalGCRobin McCorkell2015-03-181-0/+34
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #14995 from owncloud/remove-unrequired-backtick-removalVincent Petry2015-03-181-0/+22
|\ \ \ \ \ \
| * | | | | | Add test for backticks in path and etagJoas Schilling2015-03-181-0/+22
| |/ / / / /
* / / / / / Soft fail in custom properties backendVincent Petry2015-03-181-0/+28
|/ / / / /
* | | | | Merge pull request #14968 from owncloud/files-reallowsinglequoteThomas Müller2015-03-171-0/+26
|\ \ \ \ \
| * | | | | Add positive test for path verificationVincent Petry2015-03-171-0/+26
| | |/ / / | |/| | |
* / | | | Cache \OC\URLGenerator::imagePathLukas Reschke2015-03-171-5/+12
|/ / / /
* | | | Merge pull request #14927 from oparoz/raw-mimetypesThomas Müller2015-03-171-1/+90
|\ \ \ \
| * | | | Introducing the Raw mimetypesOlivier Paroz2015-03-161-1/+90
| | |/ / | |/| |
* | | | Merge pull request #14931 from owncloud/issue/14881-closures-for-navigation-e...Lukas Reschke2015-03-171-0/+160
|\ \ \ \
| * | | | Add tests for the navigation manager (closure) behaviourJoas Schilling2015-03-161-0/+160
| | |_|/ | |/| |
* | | | Merge pull request #12085 from owncloud/add-swift-mailerLukas Reschke2015-03-176-111/+457
|\ \ \ \ | |/ / / |/| | |
| * | | Add debug log message backLukas Reschke2015-03-161-1/+6
| * | | Show more detailed error messageLukas Reschke2015-03-162-23/+3
| * | | Adjust unit testLukas Reschke2015-03-161-1/+6
| * | | Incorporate review changesLukas Reschke2015-03-162-40/+22
| * | | Use new IMailer and add unit-tests for lostcontrollerLukas Reschke2015-03-161-9/+92
| * | | Migrate to SwiftMailLukas Reschke2015-03-166-102/+393
| |/ /
* | | Merge pull request #14883 from owncloud/imagepng_expects_resource_issueThomas Müller2015-03-161-0/+5
|\ \ \
| * | | validate resource's integrity before using itGeorg Ehrke2015-03-161-0/+5
| |/ /
* | | Merge pull request #14766 from owncloud/fix-insertifnotexists-pocMorris Jobke2015-03-162-14/+126
|\ \ \
| * | | Add test for UniqueConstraintViolationException on wrong keyJoas Schilling2015-03-101-0/+32
| * | | let insertIfNotExist() throw the native DBALException - no need to hide the r...Thomas Müller2015-03-091-5/+5
| * | | Adding unit test which shows insertIfNotExists to fall apart in certain situa...Thomas Müller2015-03-092-11/+91