summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Controller/ShareAPIController.php
Commit message (Expand)AuthorAgeFilesLines
...
* Do not filter id matching userId on non-user-share sharesJohn Molakvoæ (skjnldsv)2020-05-051-4/+5
* Fix federated link sharing permissionsJohn Molakvoæ (skjnldsv)2020-05-041-60/+71
* Allow to navigate to others with access from the sidebarRoeland Jago Douma2020-04-291-2/+21
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Link shares have reshare permission if outgoing federated shares are enabledJulius Härtl2020-04-211-5/+8
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-7/+2
* Use elseif instead of else ifChristoph Wurst2020-04-101-18/+18
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Don't try to format deleted sharesRoeland Jago Douma2020-03-021-0/+10
* Don't show link shares hash in inherited share listRoeland Jago Douma2020-01-151-2/+2
* Fix license headersChristoph Wurst2020-01-131-0/+1
* moving ->getParent earlierMaxence Lange2020-01-081-1/+1
* Add pending share list to frontendJulius Härtl2020-01-071-5/+25
* A pending shares overviewRoeland Jago Douma2020-01-071-0/+30
* confirm resharing rights if viewer is current ownerMaxence Lange2020-01-021-0/+4
* Update license headersChristoph Wurst2019-12-051-3/+8
* fixing tests + avoid duplicate in getFormattedShares()Maxence Lange2019-12-031-4/+7
* integration testsMaxence Lange2019-12-031-8/+12
* Inherited SharesMaxence Lange2019-12-031-49/+271
* Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma2019-11-251-6/+6
|\
| * Some php-cs fixesRoeland Jago Douma2019-11-221-6/+6
* | Get first element of nodes arraywaleczny2019-11-181-1/+1
|/
* The share manager knows which provider can accept sharesJoas Schilling2019-11-121-5/+0
* Allow to accept group sharesJoas Schilling2019-11-121-9/+7
* Add the notifier and the API endpoint for user sharesJoas Schilling2019-11-121-0/+39
* 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
* 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
* Bye Spreed namespace, hello Talk!Joas Schilling2019-09-051-2/+2
* Unify the permission checking in one place onlyJoas Schilling2019-07-031-31/+3
* Correctly check share permissions when updating a re-sub-shareJoas Schilling2019-06-271-3/+13
* do not returns shared_with === currentUserMaxence Lange2019-04-011-1/+1
* fixing share formatMaxence Lange2019-03-311-1/+1
* issue during last pushMaxence Lange2019-03-311-1/+1
* returns reshares in APIMaxence Lange2019-03-311-9/+29
* Fix typo in "incoming"Joas Schilling2018-12-051-2/+2
* Handle permission in update of share betterRoeland Jago Douma2018-11-201-0/+4
* Add "password" parameter to the response data of link sharesDaniel Calviño Sánchez2018-11-061-0/+4
* Merge pull request #12105 from nextcloud/using-resharing-right-to-display-sharesRoeland Jago Douma2018-11-041-4/+80
|\
| * user can have his resharing rights revoked, yet seeing created sharesMaxence Lange2018-11-021-6/+13