aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Share
Commit message (Expand)AuthorAgeFilesLines
* Add visibility to all constantsChristoph Wurst2020-04-101-3/+3
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-5/+5
* Add visibility to all properties and move static keywordChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-7/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-13/+13
* Fix multiline commentsChristoph Wurst2020-04-084-72/+72
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-264-101/+101
|/
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+2
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-2/+2
* Remove unused OC\Share\Share::checkPasswordProtectedShareMorris Jobke2019-07-291-29/+0
* Deprecate legacy share code and cleanup some unused methodsMorris Jobke2019-04-181-14/+0
* Get rid of shareItemMorris Jobke2018-05-231-355/+0
* Remove deprecated HTTPHelperRoeland Jago Douma2018-03-131-82/+0
* Remove IAppConfig::setValueRoeland Jago Douma2018-01-171-2/+2
* Remove IAppConfig::getValueRoeland Jago Douma2018-01-171-1/+1
* Cleanup unused methodsMorris Jobke2017-08-152-14/+14
* Merge pull request #6123 from nextcloud/cleanup-shareItemMorris Jobke2017-08-151-20/+20
|\
| * Cleanup usage of shareItem in internal code baseMorris Jobke2017-08-151-20/+20
* | Merge pull request #6121 from nextcloud/cleanup-registerBackendMorris Jobke2017-08-151-1/+1
|\ \
| * | Use proper methods for registerBackendMorris Jobke2017-08-151-1/+1
| |/
* / Use proper methods for checkPasswordProtectedShareMorris Jobke2017-08-151-1/+1
|/
* Cleanup unused methodsMorris Jobke2017-08-151-880/+0
* Fix last failures with oracleJoas Schilling2017-08-021-2/+6
* Kill dead codeJoas Schilling2017-04-201-125/+0
* Merge pull request #3614 from nextcloud/discover-federatedsharing-endpointsBjörn Schießle2017-04-121-6/+6
|\
| * remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle2017-04-111-6/+6
* | Removes unused code for link share emailsMorris Jobke2017-04-111-124/+0
|/
* Cleanup OC_Group usage a bitRoeland Jago Douma2016-11-041-206/+220
* Adjust tests and DI for Share.phpLukas Reschke2016-11-021-0/+28
* Remove internal share mail functionRoeland Jago Douma2016-10-261-48/+0
* Make sure all tests use the TestCase method to overwrite servicesJoas Schilling2016-10-201-14/+6
* 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