summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4283 from nextcloud/shares-by-folder-quoteMorris Jobke2017-04-101-1/+1
|\
| * properly quota table names in getSharesInFolderRobin Appelman2017-04-101-1/+1
* | move capabilities to share by mail appBjoern Schiessle2017-04-102-0/+95
|/
* setting to disable sending password by mailBjoern Schiessle2017-04-033-1/+129
* set expire date for all share typesBjoern Schiessle2017-04-031-0/+9
* allow password protected mail sharesBjoern Schiessle2017-04-031-11/+72
* fix share provider idBjoern Schiessle2017-04-031-1/+1
* generate correct path for owner and use the display name instead of the user idBjoern Schiessle2017-01-121-7/+12
* Remove leading slash from sharing activityJoas Schilling2016-12-151-1/+1
* Adjust all implementations in the server repoJoas Schilling2016-12-011-4/+11
* Correctly match the subjects to the parametersJoas Schilling2016-11-251-2/+2
* Get user name from contacts if availableJoas Schilling2016-11-251-2/+34
* Move ShareByMail activities to new APIJoas Schilling2016-11-241-188/+148
* Fix some typosJoas Schilling2016-11-081-2/+2
* add activity if a file was shared by mailBjoern Schiessle2016-11-082-2/+331
* Run code checker on more shipped appsLukas Reschke2016-11-031-1/+2
* import exceptionBjoern Schiessle2016-11-011-0/+1
* add new method getSharesInFolder(), see #339Bjoern Schiessle2016-11-011-0/+42
* add tests for the share-by-mail providerBjoern Schiessle2016-11-011-8/+8
* always show correct place holder, mention share by mail only if the share pro...Bjoern Schiessle2016-11-011-0/+38
* find and show share-by mail linksBjoern Schiessle2016-11-011-0/+1
* send mail for share-by-mail sharesBjoern Schiessle2016-11-011-6/+77
* add share by mail share providerBjoern Schiessle2016-11-011-0/+594