aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/lib/Activity.php
Commit message (Collapse)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-4/+4
| | | | | | In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see https://github.com/nextcloud/server/pull/24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all constantsChristoph Wurst2020-04-101-6/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use elseif instead of else ifChristoph Wurst2020-04-101-10/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-10/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unshare from mail activity is missingJoas Schilling2018-12-041-0/+53
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use PNG version of the icons for shipped activitiesJoas Schilling2017-06-201-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>