summaryrefslogtreecommitdiffstats
path: root/lib/public/Share
Commit message (Expand)AuthorAgeFilesLines
* Update license headers for 18Christoph Wurst2019-12-201-1/+3
* config.php setting to always accept internal sharesRoeland Jago Douma2019-12-161-0/+53
* Update license headersChristoph Wurst2019-12-058-8/+17
* Some php-cs fixesRoeland Jago Douma2019-11-224-1/+4
* Only restrict loading of group and user shares for nowJoas Schilling2019-11-121-0/+6
* Allow to accept group sharesJoas Schilling2019-11-122-0/+22
* Respect the accepted flag for group and user sharesJoas Schilling2019-11-121-0/+34
* fixup! Get all shares as iterableDaniel Calviño Sánchez2019-10-302-0/+2
* Get all shares as iterableRoeland Jago Douma2019-10-302-0/+19
* Having the contructor in the interface makes no sense...Roeland Jago Douma2019-10-291-7/+0
* Merge pull request #16723 from nextcloud/fix/sharing/unshare-messageJoas Schilling2019-08-261-0/+8
|\
| * Add expiration event for sharesJohn Molakvoæ (skjnldsv)2019-08-211-0/+8
* | Make the sharing constants publicly availableJoas Schilling2019-08-231-0/+57
|/
* allow to add labels to sharesBjoern Schiessle2018-11-011-0/+17
* Extend IShare to show hide download stateRoeland Jago Douma2018-10-301-0/+21
* Add "sendPasswordByTalk" property to sharesDaniel Calviño Sánchez2018-07-241-0/+23
* allow to add a personal note to a shareBjoern Schiessle2018-07-211-0/+18
* Merge pull request #5280 from nextcloud/shared-with-display-nameMorris Jobke2018-07-131-0/+34
|\
| * SharedWithDisplayName + SharedWithAvatarMaxence Lange2018-05-211-0/+34
* | implement federated group sharesBjoern Schiessle2018-07-111-0/+8
* | Fix PHPDocMorris Jobke2018-07-051-1/+1
* | getDeletedSharedWith methodJohn Molakvoæ (skjnldsv)2018-07-051-0/+14
* | Add API to undelete delete group sharesRoeland Jago Douma2018-07-052-0/+29
* | replace \OCP\Federation\Exception\ShareNotFoundException with the generic \OC...Bjoern Schiessle2018-07-021-2/+1
* | implement accept share notificationBjoern Schiessle2018-07-021-3/+3
|/
* Update license headersMorris Jobke2017-11-066-0/+11
* Add exceptions to PHPDoc of interfaceLukas Reschke2017-09-101-0/+3
* Replace wrong PHPDocsLukas Reschke2017-08-011-1/+1
* Improve wording of various error messagesJan-Christoph Borchardt2017-06-211-1/+1
* Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-132-16/+25
* Fix returned paths for remote sharesJoas Schilling2017-04-133-3/+3
* Return the paths for the users without setting them all upJoas Schilling2017-04-133-10/+9
* Fix commentsRoeland Jago Douma2017-04-132-2/+47
* Offload acceslist creation to providersRoeland Jago Douma2017-04-131-0/+17
* Added to public interfaceRoeland Jago Douma2017-04-131-0/+30
* update unit testsBjoern Schiessle2017-04-071-1/+1
* let the share backend get the node cacheentry to save queriesRobin Appelman2016-11-171-0/+17
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-153-4/+4
* fix phpdocRobin Appelman2016-11-091-1/+1
* add method to check if a share provider for a given type is loadedBjoern Schiessle2016-11-011-0/+8
* Stricter signatureRoeland Jago Douma2016-10-312-4/+6
* Add getShareTypesInFolder to optimize folder listeningRobin Appelman2016-10-313-0/+28
* Fix othersJoas Schilling2016-07-217-14/+21
* Update license headersLukas Reschke2016-05-261-1/+1
* Fix phpdocRoeland Jago Douma2016-05-101-2/+1
* Move post_removeFromGroup to shareManagerRoeland Jago Douma2016-04-132-1/+22
* Migrate post_groupDelete hook to share manager (#23841)Roeland Douma2016-04-122-0/+19
* Migrate post_userDelete hook to share managerRoeland Jago Douma2016-04-042-0/+21
* Move OCP\Share over to PSR-4Roeland Jago Douma2016-03-307-0/+885