summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* Fix multiline commentsChristoph Wurst2020-04-081-1/+1
* Remove user name from public sharing pageJoas Schilling2020-04-011-5/+25
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-0/+3
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-272-2/+0
|\
| * Remove unused importsChristoph Wurst2020-03-252-2/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
|/
* Remove unused properties in ShareesAPIControllerJulius Härtl2020-03-201-8/+0
* Allow the video player on the hide downloadJoas Schilling2020-03-191-8/+18
* Fix willReturnOnConsecutiveCallsJoas Schilling2020-03-131-0/+1
* Don't allow anchors and queries in remote urlsJoas Schilling2020-03-121-0/+3
* Merge pull request #19777 from nextcloud/fix/viewer-publicJohn Molakvoæ2020-03-121-1/+8
|\
| * Properly emit Viewer event on files and files_sharingJohn Molakvoæ (skjnldsv)2020-03-111-0/+6
| * Fix import order and formattingJohn Molakvoæ (skjnldsv)2020-03-111-1/+2
* | Don't break when one remote share is downJoas Schilling2020-03-091-0/+4
|/
* Don't try to format deleted sharesRoeland Jago Douma2020-03-021-0/+10
* Allow single file downloads so the video player works againJoas Schilling2020-02-281-8/+10
* Merge pull request #19349 from nextcloud/bugfix/noid/prevent-download-on-secu...Roeland Jago Douma2020-02-081-1/+4
|\
| * Prevent archieved download on secure viewJoas Schilling2020-02-071-1/+4
* | Disable link shares of disabled usersRoeland Jago Douma2020-02-071-0/+12
|/
* Don't show link shares hash in inherited share listRoeland Jago Douma2020-01-151-2/+2
* Fix license headersChristoph Wurst2020-01-132-1/+4
* 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
* Accept shares when you open mailRoeland Jago Douma2020-01-061-0/+83
* Do not use $_GETRoeland Jago Douma2020-01-051-4/+3
* confirm resharing rights if viewer is current ownerMaxence Lange2020-01-021-0/+4
* Update license headers for 18Christoph Wurst2019-12-201-1/+3
* Allow users to specify to accept (internal) shares by defaultRoeland Jago Douma2019-12-171-0/+54
* Update license headersChristoph Wurst2019-12-058-12/+30
* 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-031-49/+271
* 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-256-22/+25
|\
| * Some php-cs fixesRoeland Jago Douma2019-11-226-22/+25
* | 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
* Include the share in the Files_Sharing::loadAdditionalScripts eventDaniel Calviño Sánchez2019-10-171-1/+2