summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Search on lookup serverRoeland Jago Douma2016-11-211-4/+40
* Merge pull request #2196 from nextcloud/cache-owner-displaynameLukas Reschke2016-11-181-1/+10
|\
| * cache the displayname of the share ownerRobin Appelman2016-11-181-1/+10
* | fix getting root entry when not provided by the share providerRobin Appelman2016-11-171-1/+1
* | let the share backend get the node cacheentry to save queriesRobin Appelman2016-11-172-8/+27
* | dont use the source cache/storage until neededRobin Appelman2016-11-171-15/+9
|/
* reuse the known rootinfo in the shared cache when possibleRobin Appelman2016-11-173-2/+35
* Fixes not allowed increasing of link share permissionsRoeland Jago Douma2016-11-131-0/+1
* Only check the sharing backends for file/folder itemsJoas Schilling2016-11-101-13/+14
* add activity if a file was shared by mailBjoern Schiessle2016-11-081-5/+0
* add activity for share by mailBjoern Schiessle2016-11-082-45/+103
* More testsRoeland Jago Douma2016-11-031-20/+14
* Move publicpreview overRoeland Jago Douma2016-11-031-0/+108
* Merge pull request #1978 from nextcloud/remove-send-mail-optionMorris Jobke2016-11-022-3/+16
|\
| * remove the 'shareapi_allow_mail_notification' settingBjoern Schiessle2016-11-021-1/+14
| * remove 'send mail notification' option from sharing, replaced by send-by-mail...Bjoern Schiessle2016-11-021-2/+2
* | Remove upload_limit in files app as it is not needed with PUT upload (#26069)Vincent Petry2016-11-021-3/+1
* | Merge pull request #1887 from nextcloud/downstream-26370Morris Jobke2016-11-021-2/+8
|\ \ | |/ |/|
| * Fix OCS API to be able to remove group shares from self as recipientRoeland Jago Douma2016-11-021-2/+8
* | remove unused variableBjoern Schiessle2016-11-011-1/+0
* | unit tests updated and new addedBjoern Schiessle2016-11-012-11/+16
* | don't show 'notify by mail' option or permissions not available for mail sharesBjoern Schiessle2016-11-011-1/+2
* | if we have a exact match, either for the federated cloud id or for theBjoern Schiessle2016-11-011-26/+41
* | unified way to display remote shares and mail sharesBjoern Schiessle2016-11-011-2/+2
* | show correct display name if we have the user in one of our address booksBjoern Schiessle2016-11-011-4/+24
* | improve search for federated cloud ids and email adressesBjoern Schiessle2016-11-011-8/+58
* | handle case if no share-by-mail share provider is loadedBjoern Schiessle2016-11-012-1/+11
* | update permissionsBjoern Schiessle2016-11-011-1/+8
* | add share by mail share providerBjoern Schiessle2016-11-011-1/+18
* | introduce share by mail, ui partBjoern Schiessle2016-11-011-67/+23
|/
* Merge pull request #1876 from nextcloud/shareesAPI_emailMorris Jobke2016-10-251-0/+70
|\
| * Add ShareesAPI E-mail searchRoeland Jago Douma2016-10-241-0/+70
* | Import the used classesJoas Schilling2016-10-241-0/+3
* | Move files_sharing Controllers => ControllerRoeland Jago Douma2016-10-244-7/+7
|/
* Move Share20OCS to ShareAPIControllerRoeland Jago Douma2016-10-243-47/+34
* Adding Open Graph Support for public shares http://ogp.me/Thomas Müller2016-10-212-4/+35
* Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-206-10/+10
* Adjust wording to make the separation between sharing and files clearerJoas Schilling2016-10-181-1/+1
* remove unneeded unlockRobin Appelman2016-10-121-2/+0
* get node by path as fallbackRobin Appelman2016-10-121-6/+8
* fix getting recipient share in ocs apiRobin Appelman2016-10-121-14/+18
* re-use the share node while formating if we already have itRobin Appelman2016-10-121-7/+13
* Always unlock node after trying to create a shareRobin Appelman2016-10-121-1/+3
* Add icons to activity navigationJoas Schilling2016-10-051-0/+1
* Inject IHTTPClientServiceLukas Reschke2016-09-292-2/+3
* Fix fed share test call to return proper resultVincent Petry2016-09-201-1/+1
* Allow increasing permissions for share ownerVincent Petry2016-09-131-1/+1
* Move remote_shares OCS endpoint to AppFrameworkRoeland Jago Douma2016-09-093-230/+184
* Merge pull request #1317 from nextcloud/add-sharing-disclaimerMorris Jobke2016-09-081-0/+1
|\
| * Adding a optional disclaimer to the anonymous upload pageMorris Jobke2016-09-081-0/+1