aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Update license headers for 18Christoph Wurst2019-12-204-4/+12
* Use the user from the notificationRoeland Jago Douma2019-12-181-7/+2
* Allow users to specify to accept (internal) shares by defaultRoeland Jago Douma2019-12-174-0/+177
* config.php setting to always accept internal sharesRoeland Jago Douma2019-12-162-5/+69
* Fetch the share for the recipientRoeland Jago Douma2019-12-091-2/+6
* Update license headersChristoph Wurst2019-12-0557-69/+107
* Expose capability if the lookup server should be queried by defaultRoeland Jago Douma2019-12-051-0/+5
* Always do sharee lookup on lookup server in GSRoeland Jago Douma2019-12-051-1/+8
* fixing tests + avoid duplicate in getFormattedShares()Maxence Lange2019-12-031-4/+7
* integration testsMaxence Lange2019-12-031-8/+12
* Inherited SharesMaxence Lange2019-12-032-49/+311
* Fix testsJohn Molakvoæ (skjnldsv)2019-12-021-1/+0
* Create sharing entry point with constantsJohn Molakvoæ (skjnldsv)2019-12-021-0/+7
* Fix files_sharing app LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-12-023-11/+181
* Add capabilitiesRoeland Jago Douma2019-11-271-0/+7
* Apply share permission mask to all files obtained via shareinfoRoeland Jago Douma2019-11-261-25/+12
* Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma2019-11-2519-41/+45
|\
| * Some php-cs fixesRoeland Jago Douma2019-11-2219-41/+45
* | Get first element of nodes arraywaleczny2019-11-181-1/+1
|/
* FixesRoeland Jago Douma2019-11-181-1/+1
* Make sure the super share also has a valid typeJoas Schilling2019-11-121-3/+5
* Fix "Invalid parameter number: mixed named and positional parameters"Joas Schilling2019-11-121-1/+1
* Correctly use the displayname of the sharer in the notificationJoas Schilling2019-11-121-6/+16
* The share manager knows which provider can accept sharesJoas Schilling2019-11-121-5/+0
* Use constants for the magic stringsJoas Schilling2019-11-122-8/+9
* Accept existing shares on updateJoas Schilling2019-11-121-0/+79
* Only restrict loading of group and user shares for nowJoas Schilling2019-11-121-1/+3
* Add notifications for users that are added to the groupJoas Schilling2019-11-122-3/+51
* Allow to accept group sharesJoas Schilling2019-11-123-30/+85
* Notifications for group sharesJoas Schilling2019-11-121-1/+14
* Add the notifier and the API endpoint for user sharesJoas Schilling2019-11-124-5/+222
* Respect the accepted flag for group and user sharesJoas Schilling2019-11-122-2/+13
* Add notification for shares about to expireRoeland Jago Douma2019-11-013-0/+201
* Fix current user edit/delete permissionsJohn Molakvoæ (skjnldsv)2019-10-291-0/+4
* Unify code to get shares of a file or also including subfilesJohn Molakvoæ (skjnldsv)2019-10-251-39/+21
* Filter out duplicated shares before processing themJohn Molakvoæ (skjnldsv)2019-10-251-3/+11
* Do not return shares with the current userDaniel Calviño Sánchez2019-10-251-0/+4
* Extract method to get all sharesDaniel Calviño Sánchez2019-10-251-34/+43
* Add missing share types when getting shares of a fileDaniel Calviño Sánchez2019-10-251-0/+4
* Unify share type sorting when getting shares of a file or with subfilesDaniel Calviño Sánchez2019-10-251-1/+1
* Remove unneeded calls to "ShareManager::shareProviderExists()"Daniel Calviño Sánchez2019-10-251-13/+3
* Include the share in the Files_Sharing::loadAdditionalScripts eventDaniel Calviño Sánchez2019-10-171-1/+2
* Move over OCSShareAPIMIddleware to pure DIRoeland Jago Douma2019-10-161-8/+1
* List share download activity under sharingJoas Schilling2019-10-101-2/+6
* Fix shares read permissionsJohn Molakvoæ (skjnldsv)2019-10-041-5/+21
* Add checks for whether a user with access to a share can delete itJohn Molakvoæ (skjnldsv)2019-10-041-9/+89
* Extract check for whether a user with access to a share can edit itJohn Molakvoæ (skjnldsv)2019-10-041-1/+28
* Prevent non owners to update others link sharesJohn Molakvoæ (skjnldsv)2019-10-041-50/+50
* Use same settings for mail share as link sharesJohn Molakvoæ (skjnldsv)2019-10-041-20/+13
* Merge pull request #17021 from nextcloud/bye-spreed-hello-talkJoas Schilling2019-09-112-4/+4
|\