aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Share/IShareProviderWithNotification.php
Commit message (Collapse)AuthorAgeFilesLines
* fix: Add `acceptShare` as an interfaceFerdinand Thiessen2024-07-301-3/+2
| | | | | | | | | It was commented out because at that time no other share provider supported the `acceptShare` method. Today it is the same no other provider supports it, but we should make it discoverable by adding it to the public API as an additional interface. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: psalm, cs, autoloader and lintskjnldsv2024-07-121-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(files_sharing): implement IShareProviderWithNotification and refactor ↵skjnldsv2024-07-121-0/+24
sendMailNotification Signed-off-by: skjnldsv <skjnldsv@protonmail.com>