summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Notification/Notifier.php
Commit message (Expand)AuthorAgeFilesLines
* Discard share notification for non-existing groupsVincent Petry2021-12-171-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Use the target for file notificationsRoeland Jago Douma2020-01-241-2/+2
* Use the user from the notificationRoeland Jago Douma2019-12-181-7/+2
* Fetch the share for the recipientRoeland Jago Douma2019-12-091-2/+6
* Update license headersChristoph Wurst2019-12-051-2/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Correctly use the displayname of the sharer in the notificationJoas Schilling2019-11-121-6/+16
* Use constants for the magic stringsJoas Schilling2019-11-121-2/+4
* Allow to accept group sharesJoas Schilling2019-11-121-21/+73
* Add the notifier and the API endpoint for user sharesJoas Schilling2019-11-121-5/+100
* Add notification for shares about to expireRoeland Jago Douma2019-11-011-0/+98