summaryrefslogtreecommitdiffstats
path: root/lib/private/Share20/DefaultShareProvider.php
Commit message (Expand)AuthorAgeFilesLines
* Do not update child all child shares on group share updateRoeland Jago Douma2018-12-041-0/+1
* Merge pull request #12105 from nextcloud/using-resharing-right-to-display-sharesRoeland Jago Douma2018-11-041-6/+8
|\
| * revert testsMaxence Lange2018-11-021-5/+7
| * shares are displayed to users with resharing rightsMaxence Lange2018-11-021-11/+11
* | Store "sendPasswordByTalk" property of link shares in the databaseDaniel Calviño Sánchez2018-11-021-0/+4
|/
* allow to update lables for public link sharesBjoern Schiessle2018-11-011-0/+1
* allow to add labels to sharesBjoern Schiessle2018-11-011-1/+7
* Propegate hide download state in share providerRoeland Jago Douma2018-10-301-0/+2
* some small template fixesBjoern Schiessle2018-07-211-2/+2
* add a nice looking button as direct link to the sharreBjoern Schiessle2018-07-211-9/+7
* add direct link to the file for user/group sharesBjoern Schiessle2018-07-211-4/+18
* fix mail templatesBjoern Schiessle2018-07-211-3/+3
* add note to share object when reading it from the dbBjoern Schiessle2018-07-211-0/+1
* improve mail template and escape html codeBjoern Schiessle2018-07-211-12/+5
* allow to add a personal note to a shareBjoern Schiessle2018-07-211-1/+130
* Add API to undelete delete group sharesRoeland Jago Douma2018-07-051-0/+37
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
* Do not instantiate node when not neededRoeland Jago Douma2018-01-091-3/+3
* Proper handle null cases and default to trueLukas Reschke2017-11-271-1/+4
* Add support for `\OCP\Share\IShare::getMailSend` backLukas Reschke2017-11-271-1/+1
* 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