summaryrefslogtreecommitdiffstats
path: root/tests/lib/Share
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of shareItemMorris Jobke2018-05-231-355/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove deprecated HTTPHelperRoeland Jago Douma2018-03-131-82/+0
| | | | | | | | * Remove the HTTP Helper * Remove from Server Containter * Removed legacy share tests that use it Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove IAppConfig::setValueRoeland Jago Douma2018-01-171-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove IAppConfig::getValueRoeland Jago Douma2018-01-171-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Cleanup unused methodsMorris Jobke2017-08-152-14/+14
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #6123 from nextcloud/cleanup-shareItemMorris Jobke2017-08-151-20/+20
|\ | | | | Cleanup usage of shareItem in internal code base
| * Cleanup usage of shareItem in internal code baseMorris Jobke2017-08-151-20/+20
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #6121 from nextcloud/cleanup-registerBackendMorris Jobke2017-08-151-1/+1
|\ \ | | | | | | Use proper methods for registerBackend
| * | Use proper methods for registerBackendMorris Jobke2017-08-151-1/+1
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / Use proper methods for checkPasswordProtectedShareMorris Jobke2017-08-151-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Cleanup unused methodsMorris Jobke2017-08-151-880/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix last failures with oracleJoas Schilling2017-08-021-2/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Kill dead codeJoas Schilling2017-04-201-125/+0
| | | | | | > No tests found in class "Test\Share\MailNotificationsTest". Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #3614 from nextcloud/discover-federatedsharing-endpointsBjörn Schießle2017-04-121-6/+6
|\ | | | | Discover federatedsharing endpoints
| * remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle2017-04-111-6/+6
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Removes unused code for link share emailsMorris Jobke2017-04-111-124/+0
|/ | | | | | | * now handled by sharebymail app * see https://github.com/nextcloud/server/pull/657 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Cleanup OC_Group usage a bitRoeland Jago Douma2016-11-041-206/+220
| | | | | | This is deprecated internal stuff. Should not be used anymore. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Adjust tests and DI for Share.phpLukas Reschke2016-11-021-0/+28
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Remove internal share mail functionRoeland Jago Douma2016-10-261-48/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make sure all tests use the TestCase method to overwrite servicesJoas Schilling2016-10-201-14/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix getMock ShareRoeland Jago Douma2016-09-071-3/+6
|
* Fix for #23066 (#24689)Torben Dannhauer2016-05-311-1/+5
|
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-205-0/+2244
* Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader