summaryrefslogtreecommitdiffstats
path: root/lib/private/Share20
Commit message (Expand)AuthorAgeFilesLines
* 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
* Migrate post_groupDelete hook to share manager (#23841)Roeland Douma2016-04-123-0/+55
* Merge pull request #23798 from owncloud/federated-unshare-background-jobMorris Jobke2016-04-111-1/+2
|\
| * re-try to send unshare notification if remote server is not availableBjoern Schiessle2016-04-081-1/+2
* | Set proper permissions on link shareRoeland Jago Douma2016-04-081-1/+19
* | Merge pull request #23773 from owncloud/share_move_delete_user_hookJoas Schilling2016-04-073-1/+103
|\ \ | |/ |/|
| * Migrate post_userDelete hook to share managerRoeland Jago Douma2016-04-043-1/+103
* | Share type 2 is privateRoeland Jago Douma2016-04-041-2/+0
|/