summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1594 from nextcloud/markdown-support-for-app-descriptionsJoas Schilling2017-01-172-9/+15
|\ | | | | Markdown support for app descriptions
| * Apply DOMPurify over HTMLLukas Reschke2017-01-131-1/+2
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * Fix JSUnit testsMorris Jobke2017-01-131-1/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Fix testsJoas Schilling2017-01-131-8/+12
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #3023 from ↵Christoph Wurst2017-01-172-0/+29
|\ \ | |/ |/| | | | | nextcloud/issue-2915-filter-out-sensitive-appconfigs Filter out sensitive appconfig values
| * Fix testsJoas Schilling2017-01-122-0/+29
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #3060 from nextcloud/cleanup-js-testsJoas Schilling2017-01-131-2/+7
|\ \ | | | | | | Cleanup js tests
| * | fix image warningsChristoph Wurst2017-01-131-1/+3
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | allow/fix loading of fontsChristoph Wurst2017-01-131-1/+4
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #2918 from nextcloud/encryption-recovery-improvementsMorris Jobke2017-01-132-38/+43
|\ \ \ | |/ / |/| | create new encryption keys on password reset and backup the old one
| * | create new encryption keys on password reset and backup the old oneBjoern Schiessle2017-01-102-38/+43
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | fix coding style and increase code coverageChristoph Wurst2017-01-111-40/+111
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Fix testsCornelius Kölbel2017-01-111-2/+5
| |/ |/| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #2745 from nextcloud/oc_26590Roeland Jago Douma2017-01-111-0/+21
|\ \ | | | | | | [downstream] Skip local shares in bkg scan and occ files:scan (#26590)
| * | Only check for local shared storagesRoeland Jago Douma2017-01-101-2/+3
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Skip local shares in bkg scan and occ files:scan (#26590)Vincent Petry2017-01-101-0/+20
| | | | | | | | | | | | | | | Local shares should only be scanned when doing it for the owner to avoid repeatedly rescanning the same shared storage over and over again for every recipient.
* | | Merge pull request #2951 from nextcloud/handle-nextcloud-log-type-gracefullyRoeland Jago Douma2017-01-111-0/+18
|\ \ \ | |_|/ |/| | Handle log_type "nextcloud" more gracefully
| * | Better fallback for unknown log typesJoas Schilling2017-01-101-2/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add testsJoas Schilling2017-01-091-0/+16
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #3012 from nextcloud/fix-karma-image-warningsRoeland Jago Douma2017-01-101-2/+3
|\ \ \ | |_|/ |/| | show fewer warnings in karma test runs
| * | show fewer warnings in karma test runsChristoph Wurst2017-01-101-2/+3
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #3000 from nextcloud/cache-no-storeRoeland Jago Douma2017-01-103-3/+3
|\ \ \ | | | | | | | | set 'no-store' cache header if we do not want FF to cache
| * | | fix controller testChristoph Wurst2017-01-101-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | fix data response test expected cache headersChristoph Wurst2017-01-101-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | set 'no-store' cache header if we do not want FF to cacheChristoph Wurst2017-01-091-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #2943 from nextcloud/kill_old_preview_codeMorris Jobke2017-01-101-963/+0
|\ \ \ \ | |_|/ / |/| | | Cleanup old preview code
| * | | Remove old preview codeRoeland Jago Douma2017-01-041-963/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * \OC\Preview is no more * \Test\PreviewTests is no more * PreviewHooks in base.php are gone Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #2955 from ↵Roeland Jago Douma2017-01-101-0/+110
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/make-share-by-mail-work-without-linkshares share by mail should continue to work, even if public links are disabled
| * | | | also create mail share if public links are disabledBjoern Schiessle2017-01-041-0/+110
| |/ / / | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | Merge pull request #2925 from nextcloud/remove-close-wrapperRoeland Jago Douma2017-01-101-68/+0
|\ \ \ \ | | | | | | | | | | replace close:// streamwrapper with CallBackWrapper
| * | | | replace close:// streamwrapper with CallBackWrapperRobin Appelman2017-01-061-68/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #2987 from nextcloud/no-empty-bundleLukas Reschke2017-01-091-3/+4
|\ \ \ \ \ | |_|_|/ / |/| | | | dont write a certificate bundle if the shipped ca bundle is empty
| * | | | dont write a certificate bundle if the shipped ca bundle is emptyRobin Appelman2017-01-091-3/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #2814 from nextcloud/appstore_etag_validationJoas Schilling2017-01-092-5/+164
|\ \ \ \ \ | |_|/ / / |/| | | | Add ETag validation to appstore requests
| * | | | Add ETag validation to appstore requestsRoeland Jago Douma2017-01-052-5/+164
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * If the ETag if present store it * If a stored ETag is present then pass it along (with the original response) to get * Add tests * Added files to classmap Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #2934 from nextcloud/quota-stream-non-globalRoeland Jago Douma2017-01-061-4/+1
|\ \ \ \ | |_|/ / |/| | | remove the need to register the quota streamwrapper globally
| * | | remove the need to register the quota streamwrapper globallyRobin Appelman2017-01-041-4/+1
| | |/ | |/| | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix js testsRoeland Jago Douma2017-01-061-0/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Adds CssControllerTestsRoeland Jago Douma2017-01-061-0/+111
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #2817 from nextcloud/fix-invalid-share-permsMorris Jobke2017-01-051-0/+67
|\ \ \ | | | | | | | | Fix invalid share perms
| * | | Add repair step to fix file share permissionsVincent Petry2017-01-051-0/+67
| | |/ | |/| | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #2946 from nextcloud/kill-apcJoas Schilling2017-01-051-26/+0
|\ \ \ | | | | | | | | Kill APC because it requires PHP 5.4 or lower
| * | | Kill APC because it requires PHP 5.4Joas Schilling2017-01-051-26/+0
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Remove warningJoas Schilling2017-01-051-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix testsJoas Schilling2017-01-051-1/+13
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / remove static:// stream wrapperRobin Appelman2017-01-044-76/+22
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #2923 from nextcloud/remove-fakedir-streamRobin Appelman2017-01-031-12/+0
|\ | | | | remove no longer used fakedir stream wrapper
| * remove no longer used fakedir stream wrapperRobin Appelman2017-01-031-12/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #2872 from nextcloud/admin-settings-split-dbMorris Jobke2017-01-022-136/+232
|\ \ | | | | | | split db logic from settings manager and test them separately
| * | split db logic from settings managerRobin Appelman2016-12-282-136/+232
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>