summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/lib/Activity.php
Commit message (Collapse)AuthorAgeFilesLines
* Use PNG version of the icons for shipped activitiesJoas Schilling2017-07-071-16/+48
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix past tenseJoas Schilling2017-04-261-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix grammarMorris Jobke2017-04-211-4/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* create activity if a password was send by mailBjoern Schiessle2017-04-201-8/+44
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Remove leading slash from sharing activityJoas Schilling2016-12-151-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust all implementations in the server repoJoas Schilling2016-12-011-4/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Correctly match the subjects to the parametersJoas Schilling2016-11-251-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Get user name from contacts if availableJoas Schilling2016-11-251-2/+34
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move ShareByMail activities to new APIJoas Schilling2016-11-241-188/+148
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix some typosJoas Schilling2016-11-081-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add activity if a file was shared by mailBjoern Schiessle2016-11-081-0/+269
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>