aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/lib/Activity.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-20/+7
* refactor: move to new activity exceptionrefactor/move-to-new-activity-exceptionAnna Larch2024-09-171-2/+3
* chore: Add SPDX headerAndy Scherzinger2024-06-021-22/+2
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* Get rid of all useless calls to setParsedSubject now that setRichSubject is a...Côme Chilliet2022-11-291-69/+24
* Use user name cache in activity providersJoas Schilling2022-08-191-21/+1
* Limit more contact searchesJoas Schilling2021-12-081-1/+6
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-4/+4
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-6/+6
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-10/+10
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-10/+10
* Update license headersChristoph Wurst2019-12-051-1/+5
* Unshare from mail activity is missingJoas Schilling2018-12-041-0/+53
* Use PNG version of the icons for shipped activitiesJoas Schilling2017-06-201-16/+48
* Fix past tenseJoas Schilling2017-04-261-4/+4
* Fix grammarMorris Jobke2017-04-211-4/+4
* create activity if a password was send by mailBjoern Schiessle2017-04-201-8/+44
* 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-081-0/+269