aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Notification/Notifier.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply new CSFixer rulesFerdinand Thiessen6 days1-3/+3
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-25/+8
* fix(INotification): Restrict rich object parameters typeprovokateurin2024-09-101-2/+2
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* feat(notifications): Migrate server INotifiers to new exceptionsJoas Schilling2024-06-251-4/+5
* chore: Add SPDX headerAndy Scherzinger2024-06-061-22/+2
* fix(sharing): Align wording for declining a shareJoas Schilling2024-03-191-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-5/+5
* 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-041-2/+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