summaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Notification/Notifier.php
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of all useless calls to setParsedSubject now that setRichSubject is ↵Côme Chilliet2022-11-291-24/+9
| | | | | | able to do it Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
| | | | | | | Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Show the displayname instead of the user idJoas Schilling2020-04-081-19/+34
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove unused importsChristoph Wurst2020-03-251-2/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* added line breaks to incoming transfer notificationSascha Wiswedel2019-12-171-2/+2
| | | | | | wrapped notifications into double quotes to make line breaks possible Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* added patience note for shareeSascha Wiswedel2019-12-171-2/+2
| | | | | | | | note about incoming transfer taken out by background job resolves #18272 Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* transfer ownership dialog word choiceSascha Wiswedel2019-12-171-1/+1
| | | | | | | Use Reject instead of Decline Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* notification polishingSascha Wiswedel2019-12-171-18/+18
| | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* Dismiss transferownership notification cancels transferRoeland Jago Douma2019-12-111-2/+49
| | | | | | Fixes #18271 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersChristoph Wurst2019-12-051-1/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix mixed up message and subject on notifications for file transferJoas Schilling2019-12-031-10/+14
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a transfer ownership background jobRoeland Jago Douma2019-12-021-0/+243
This job can be initiated by a user to transfer a file/folder to a target user. The target user will have to accept the job. Once that is done the transfers is initiated in the background. Both parties get notified when the job is done. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>