summaryrefslogtreecommitdiffstats
path: root/lib/private/Share20
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stricter signatureRoeland Jago Douma2016-10-312-2/+3
* Add getShareTypesInFolder to optimize folder listeningRobin Appelman2016-10-313-0/+57
* reuse share node when creating a shareRobin Appelman2016-10-121-0/+3
* Always unlock node after trying to create a shareRobin Appelman2016-10-121-1/+1
* 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-218-18/+28
* Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-271-6/+1
|\
| * Add explicit delete permission to link sharesVincent Petry2016-06-241-6/+1
* | remove old hook, no longer neededBjoern Schiessle2016-06-271-13/+1
* | check password for link sharesBjoern Schiessle2016-06-271-1/+16
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-211-11/+25
|\|
| * Fix case with no userRoeland Jago Douma2016-06-141-0/+4
| * Optimize isSharingDisabledForuserRoeland Jago Douma2016-06-141-11/+21
* | add hide file list optionBjoern Schiessle2016-06-091-1/+4
|/
* Update license headersLukas Reschke2016-05-264-2/+6
* use share initiator as fall back to access the fileBjörn Schießle2016-05-204-9/+28
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-221-1/+2
* Fix related logicRoeland Jago Douma2016-04-191-20/+31
* Move post_removeFromGroup to shareManagerRoeland Jago Douma2016-04-133-0/+50
* Make shareproviders use the lazy root folderRoeland Jago Douma2016-04-131-2/+2
* set $share to null if getShareByToken() failedBjörn Schießle2016-04-121-1/+1