summaryrefslogtreecommitdiffstats
path: root/lib/private/Share20/DefaultShareProvider.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headersMorris Jobke2017-11-061-0/+6
* More phpstorm inspection fixesRoeland Jago Douma2017-07-241-1/+1
* Fix 500 Internal Server Error on writingJan-Philipp Litza2017-06-161-1/+1
* filter missing groups in share providerRobin Appelman2017-06-121-0/+2
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-131-1/+3
* Fix default share providerJoas Schilling2017-04-131-6/+7
* Return the paths for the users without setting them all upJoas Schilling2017-04-131-8/+46
* Add mail element to access listRoeland Jago Douma2017-04-131-1/+1
* Offload acceslist creation to providersRoeland Jago Douma2017-04-131-3/+73
* properly quota table names in getSharesInFolderRobin Appelman2017-04-101-1/+1
* update unit testsBjoern Schiessle2017-04-071-1/+1
* set expire date for all share typesBjoern Schiessle2017-04-031-0/+3
* add new password column to the share table in order to set passwords for shar...Bjoern Schiessle2017-04-031-3/+3
* Skip null groups in group manager (#26871) (#26956)Vincent Petry2017-03-171-0/+4
* Fix detecting deleted shares in object storeAndrius2017-03-091-1/+2
* commit transaction after select queryphisch2016-12-161-1/+1
* always use numeric storage id in cacheentryRobin Appelman2016-12-131-1/+0
* also work with group sharesRobin Appelman2016-11-171-1/+5
* let the share backend get the node cacheentry to save queriesRobin Appelman2016-11-171-3/+18
* Fix merging backend resultsRoeland Jago Douma2016-11-011-1/+2
* Stricter signatureRoeland Jago Douma2016-10-311-1/+2
* Add getShareTypesInFolder to optimize folder listeningRobin Appelman2016-10-311-0/+43
* Merge pull request #1640 from nextcloud/less_queries_group_shareMorris Jobke2016-10-101-30/+49
|\
| * More efficient group share resolvingRoeland Jago Douma2016-10-061-30/+49
* | Prefilter inaccessible shares in DefaultShareProvider::getSharedWith()Vincent Petry2016-10-061-8/+38
|/
* Fix othersJoas Schilling2016-07-211-3/+4
* Update license headersLukas Reschke2016-05-261-0/+1
* use share initiator as fall back to access the fileBjörn Schießle2016-05-201-1/+1
* Move post_removeFromGroup to shareManagerRoeland Jago Douma2016-04-131-0/+38
* Migrate post_groupDelete hook to share manager (#23841)Roeland Douma2016-04-121-0/+43
* Migrate post_userDelete hook to share managerRoeland Jago Douma2016-04-041-1/+64
* Remove dead functionRoeland Jago Douma2016-03-231-24/+0
* Remove support for old shares in the default share providerRoeland Jago Douma2016-03-231-24/+3
* Move (new) sharing over to composer autoloaderRoeland Jago Douma2016-03-201-0/+852