aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Notification
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanupJoas Schilling2023-08-041-6/+3
|\
| * feat!: Migrate Sharing events to typed eventsJoas Schilling2023-07-281-6/+3
* | fix(notifications): Remove share notification when the node is deletedJoas Schilling2023-08-031-0/+8
|/
* Get rid of all useless calls to setParsedSubject now that setRichSubject is a...Côme Chilliet2022-11-291-9/+1
* Ignore invalid share typesJoas Schilling2022-09-261-0/+2
* Discard share notification for non-existing groupsVincent Petry2021-12-151-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-4/+2
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use elseif instead of else ifChristoph Wurst2020-04-102-2/+2
* 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-052-3/+7
* 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-122-8/+9
* Add notifications for users that are added to the groupJoas Schilling2019-11-121-3/+45
* Allow to accept group sharesJoas Schilling2019-11-122-21/+78
* Notifications for group sharesJoas Schilling2019-11-121-1/+14
* Add the notifier and the API endpoint for user sharesJoas Schilling2019-11-122-5/+172
* Add notification for shares about to expireRoeland Jago Douma2019-11-011-0/+98