summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Collapse)AuthorAgeFilesLines
* fix unit testsMorris Jobke2017-02-031-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #2044 from nextcloud/login-credential-storeMorris Jobke2017-01-302-0/+248
|\ | | | | Login credential store
| * do not hard-require the token providerChristoph Wurst2017-01-111-1/+9
| | | | | | | | | | | | | | | | The provider might need DB access and therefore depenedency resolution fails on the setup page where we cannot inject the db implementation. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * use login hook credentials as fallbackChristoph Wurst2017-01-111-8/+55
| | | | | | | | | | | | | | If no session token is available, we can use the credentials provided by the login hook. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * add login credential storeChristoph Wurst2017-01-112-0/+193
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #2822 from nextcloud/add-navigation-via-info.xmlMorris Jobke2017-01-271-0/+66
|\ \ | | | | | | Add navigation via info.xml (#26785)
| * | Force to specify the nameJoas Schilling2017-01-271-4/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add navigation via info.xml (#26785)Thomas Müller2016-12-221-0/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Read navigation information from info.xml * Load files navigation elements from info.xml * Add comment about ignoring the exception Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #3284 from nextcloud/remove-avatar-fixupMorris Jobke2017-01-261-189/+0
|\ \ \ | | | | | | | | remote now unneeded AvatarPermissions repair step
| * | | remote now unneeded AvatarPermissions repair stepRobin Appelman2017-01-261-189/+0
| | | | | | | | | | | | | | | | | | | | | | | | Avatars are now stored in appdata Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #3246 from nextcloud/fix-sqlite-dependencyMorris Jobke2017-01-261-14/+2
|\ \ \ \ | |/ / / |/| | | Remove useless dependency on SQLite (non-PDO)
| * | | Remove useless dependency on SQLite (non-PDO)Morris Jobke2017-01-251-14/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * we only require the PDO driver * fixes #481 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #3030 from nextcloud/filesapi-renamefailcaseMorris Jobke2017-01-243-532/+483
|\ \ \ \ | |/ / / |/| | | Fix files node API failed rename/copy
| * | | Add tests for move/copy hooks in Node APIVincent Petry2017-01-121-0/+81
| | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <pvince81@owncloud.com>
| * | | Fix files node API failed rename/copyVincent Petry2017-01-122-4/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever a rename or copy operation failed on the view, we must throw an exception instead of just ignoring. Signed-off-by: Vincent Petry <pvince81@owncloud.com>
| * | | Refactor files node API for more code reuseVincent Petry2017-01-113-530/+358
| | |/ | |/| | | | | | | Signed-off-by: Vincent Petry <pvince81@owncloud.com>
* | | Merge pull request #3151 from nextcloud/navigation-iconsMorris Jobke2017-01-241-30/+44
|\ \ \ | | | | | | | | add icons to navigation of personal & admin settings
| * | | Fix the manager testsJoas Schilling2017-01-191-30/+44
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Mimetype detection for hidden filesMagnus Walbeck2017-01-231-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Magnus Walbeck <mw@mwalbeck.org>
* | | | Adjust the testsJoas Schilling2017-01-201-2/+2
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | add some unit testsBjoern Schiessle2017-01-182-1/+85
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Merge pull request #1594 from nextcloud/markdown-support-for-app-descriptionsJoas Schilling2017-01-171-8/+12
|\ \ \ | | | | | | | | Markdown support for app descriptions
| * | | Fix testsJoas Schilling2017-01-131-8/+12
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #3023 from ↵Christoph Wurst2017-01-171-0/+23
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/issue-2915-filter-out-sensitive-appconfigs Filter out sensitive appconfig values
| * | | Fix testsJoas Schilling2017-01-121-0/+23
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #2918 from nextcloud/encryption-recovery-improvementsMorris Jobke2017-01-131-0/+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-101-0/+43
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | 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 #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>
* | | | Merge pull request #2817 from nextcloud/fix-invalid-share-permsMorris Jobke2017-01-051-0/+67
|\ \ \ \ | | | | | | | | | | Fix invalid share perms