aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Share/ShareTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-131-17/+3
* chore: remove long depricated share codeRobin Appelman2024-03-061-106/+0
* Cleanup tags and Share componentCarl Schwan2022-09-291-73/+93
* Re-use fetched dependencies in lib/base.phpMorris Jobke2021-01-201-1/+1
* Update share type constant usageJoas Schilling2020-06-241-10/+10
* 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-101-3/+0
* 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-081-18/+18
* 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-261-72/+72
|/
* 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-151-13/+13
* 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
* remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle2017-04-111-6/+6
* Cleanup OC_Group usage a bitRoeland Jago Douma2016-11-041-206/+220
* Adjust tests and DI for Share.phpLukas Reschke2016-11-021-0/+28
* Make sure all tests use the TestCase method to overwrite servicesJoas Schilling2016-10-201-14/+6
* Fix for #23066 (#24689)Torben Dannhauer2016-05-311-1/+5
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+1652