summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Create an interface for OC_Image and OCP\Image for the public APIJoas Schilling2015-03-161-0/+4
* 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
* | | Merge pull request #14644 from owncloud/trash-expire-commandThomas Müller2015-03-161-7/+30
|\ \ \
| * | | Allow running the async commands from unit testsRobin Appelman2015-03-021-7/+30
* | | | Merge pull request #14776 from owncloud/fix-14629-masterThomas Müller2015-03-161-0/+10
|\ \ \ \
| * | | | verify the file name length not to exceed 255 characters + verify path during...Thomas Müller2015-03-121-0/+10
| | |_|/ | |/| |
* | | | Merge pull request #14848 from owncloud/kill-curl-fallback-masterThomas Müller2015-03-161-47/+1
|\ \ \ \
| * | | | drop any fallback code related to curl - refs https://github.com/owncloud/cor...Thomas Müller2015-03-121-47/+1
| |/ / /
* | | | No user no avatar easy as thatJoas Schilling2015-03-131-6/+5
* | | | Fix order of expected and actual on assertEquals() callsJoas Schilling2015-03-131-19/+19
* | | | Fix getting the avatar of a non-existing userJoas Schilling2015-03-131-5/+22
|/ / /
* | | Fix the avatarcontroller cache needing the cache dirRoeland Jago Douma2015-03-111-1/+4
* | | Merge pull request #14705 from rullzer/avatarcontrollerLukas Reschke2015-03-112-1/+364
|\ \ \
| * | | Avatar controller moved to AppFrameWorkRoeland Jago Douma2015-03-112-1/+364
* | | | Merge pull request #13839 from owncloud/issue/13678-improve-remote-domain-det...Morris Jobke2015-03-111-0/+51
|\ \ \ \
| * | | | Extract the remote host from user input in share dropdownJoas Schilling2015-02-231-0/+51
* | | | | Merge pull request #13513 from owncloud/repair-legacystoragenofatalfailMorris Jobke2015-03-111-9/+12
|\ \ \ \ \
| * | | | | Fixed expected warning count on repair failVincent Petry2015-02-271-1/+1
| * | | | | Detect that the done flag was not set after repair failVincent Petry2015-02-271-2/+2
| * | | | | Do not abort when meeting unfixable legacy storagesVincent Petry2015-02-271-10/+13
* | | | | | Merge pull request #14791 from owncloud/fix-14516Lukas Reschke2015-03-112-3/+71
|\ \ \ \ \ \
| * | | | | | Adding a more meaningful message for sabre dav exception - fixes #14516Thomas Müller2015-03-112-3/+71
| | |_|/ / / | |/| | | |
* / | | | | Properly handle available databases at runtime and respect setup checks in co...Thomas Müller2015-03-111-3/+14
|/ / / / /
* | | | | Merge pull request #14346 from owncloud/storage-based-path-validationLukas Reschke2015-03-106-21/+292
|\ \ \ \ \
| * | | | | no translation service in common storage classThomas Müller2015-03-091-6/+3
| * | | | | fixing namespaces and PHPDocThomas Müller2015-03-095-25/+32
| * | | | | adding storage specific filename verification - refs #13640Thomas Müller2015-03-092-0/+267
* | | | | | Merge pull request #14534 from owncloud/add-child-srcThomas Müller2015-03-101-2/+17
|\ \ \ \ \ \
| * | | | | | Add support for 'child-src' directiveLukas Reschke2015-02-281-2/+17
* | | | | | | Merge pull request #14689 from owncloud/better-missing-resource-handlingThomas Müller2015-03-091-8/+19
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Log errors and create 404 in network list when a css or js is missingJoas Schilling2015-03-041-8/+19
* | | | | | | Merge pull request #14429 from owncloud/issue/14176-validate-timezone-before-...Morris Jobke2015-03-091-3/+18
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Etc timezones don't exist for .5 and .75 offsetsJoas Schilling2015-03-031-3/+18
* | | | | | | Merge pull request #13368 from owncloud/memcache_lowlatencyLukas Reschke2015-03-051-0/+110
|\ \ \ \ \ \ \
| * | | | | | | Refactor \OC\Memcache\FactoryRobin McCorkell2015-03-051-0/+110
| | |/ / / / / | |/| | | | |
* / | | | | | Add a test for ObjectStore\NoopScannerJoas Schilling2015-03-041-0/+76
|/ / / / / /
* | | | | | Merge pull request #14651 from owncloud/add-some-headers-to-htaccess-for-my-b...Morris Jobke2015-03-041-71/+0
|\ \ \ \ \ \
| * | | | | | Let users configure security headers in their WebserverLukas Reschke2015-03-021-71/+0
* | | | | | | Merge pull request #14674 from owncloud/fix-l10n-getlanguagecode-2Joas Schilling2015-03-031-0/+16
|\ \ \ \ \ \ \
| * | | | | | | Add a test of what everyone thinks should be the result of this methodJoas Schilling2015-03-031-0/+16
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #14574 from owncloud/fix-irequest-for-older-php-versionsThomas Müller2015-03-031-72/+0
|\ \ \ \ \ \ \
| * | | | | | | Read from IRequest instead of reading twiceLukas Reschke2015-02-271-72/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #14638 from owncloud/issue/14538-repairstep-drop-old-tablesThomas Müller2015-03-032-0/+62
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add a test for dropping the tablesJoas Schilling2015-03-032-0/+62
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #14615 from kampka/cron-commandLukas Reschke2015-03-021-0/+58
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |