summaryrefslogtreecommitdiffstats
path: root/lib/private/Share20
Commit message (Expand)AuthorAgeFilesLines
...
* Add samples to the docsJoas Schilling2017-04-131-0/+38
* Catch exceptions and use as many results as possibleJoas Schilling2017-04-131-24/+59
* Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-132-10/+31
* Fix default share providerJoas Schilling2017-04-131-6/+7
* Fix tests for ShareHelperJoas Schilling2017-04-131-0/+15
* Fix returned paths for remote sharesJoas Schilling2017-04-131-20/+9
* Also return the tokenJoas Schilling2017-04-131-5/+11
* Return the paths for the users without setting them all upJoas Schilling2017-04-133-38/+150
* Add mail element to access listRoeland Jago Douma2017-04-132-4/+12
* Offload acceslist creation to providersRoeland Jago Douma2017-04-132-41/+92
* Added ShareHelperRoeland Jago Douma2017-04-131-0/+64
* Added to public interfaceRoeland Jago Douma2017-04-131-4/+11
* Add owner to access listRoeland Jago Douma2017-04-131-1/+1
* Add getAccessList to ShareManagerRoeland Jago Douma2017-04-131-5/+62
* Do proper DIRoeland Jago Douma2017-04-111-1/+1
* remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle2017-04-111-5/+1
* properly quota table names in getSharesInFolderRobin Appelman2017-04-101-1/+1
* update unit testsBjoern Schiessle2017-04-072-44/+29
* setting to disable sending password by mailBjoern Schiessle2017-04-031-3/+5
* set expire date for all share typesBjoern Schiessle2017-04-032-25/+48
* add secure drop functionallity to mail sharesBjoern Schiessle2017-04-031-1/+3
* allow password protected mail sharesBjoern Schiessle2017-04-031-2/+23
* add new password column to the share table in order to set passwords for shar...Bjoern Schiessle2017-04-031-3/+3
* Merge pull request #3844 from nextcloud/unshare_eventJoas Schilling2017-03-212-38/+107
|\
| * Add LegacyHooksRoeland Jago Douma2017-03-172-39/+103
| * Add unshare eventRoeland Jago Douma2017-03-171-0/+5
* | Merge pull request #3884 from nextcloud/downstream-26956Joas Schilling2017-03-202-4/+13
|\ \
| * | Skip null groups in group manager (#26871) (#26956)Vincent Petry2017-03-172-4/+13
| |/
* / shares-circlesMaxence Lange2017-03-172-5/+56
|/
* Fix detecting deleted shares in object storeAndrius2017-03-091-1/+2
* Fix return type of share providerJoas Schilling2017-03-011-1/+1
* Fix conditionMaxence Lange2017-02-261-1/+1
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-081-2/+4
* also create mail share if public links are disabledBjoern Schiessle2017-01-041-1/+0
* no need to throw a exception we catch two lines laterBjoern Schiessle2016-12-221-5/+4
* Only don't resolve public linksRoeland Jago Douma2016-12-201-4/+3
* Don't resolve public share token if public sharing is disabledLukas Reschke2016-12-201-0/+4
* commit transaction after select queryphisch2016-12-161-1/+1
* always use numeric storage id in cacheentryRobin Appelman2016-12-131-1/+0
* Make sure $provider is defined when we use itJoas Schilling2016-12-071-10/+12
* Handle unavailable share providers more gracefulRoeland Jago Douma2016-12-051-8/+34
* Also return the ShareByMail provider when getting allJoas Schilling2016-11-301-0/+4
* also work with group sharesRobin Appelman2016-11-171-1/+5
* let the share backend get the node cacheentry to save queriesRobin Appelman2016-11-172-3/+36
* add activity if a file was shared by mailBjoern Schiessle2016-11-081-1/+2
* find and show share-by mail linksBjoern Schiessle2016-11-011-0/+10
* send mail for share-by-mail sharesBjoern Schiessle2016-11-011-1/+3
* add method to check if a share provider for a given type is loadedBjoern Schiessle2016-11-011-0/+14
* add share by mail share providerBjoern Schiessle2016-11-012-0/+52
* Fix merging backend resultsRoeland Jago Douma2016-11-012-2/+11