]> git.mxchange.org Git - friendica.git/commit
Move notify to the new paradigm
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 18 Sep 2021 05:08:29 +0000 (01:08 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 2 Oct 2021 22:15:42 +0000 (18:15 -0400)
commit47acb6a2786ea5854228501160dd22199e6c2748
treea23d9bab0499059f88b47515403214384ea5f529
parent1b4e3564a5b4e44bd2d4991bc36900753b819542
Move notify to the new paradigm

- Remove unused frion notify template
- Update API test
25 files changed:
include/api.php
include/enotify.php
mod/display.php
mod/ping.php
src/DI.php
src/Factory/Notification/Notification.php [deleted file]
src/Model/Notification.php
src/Module/BaseNotifications.php
src/Module/Delegation.php
src/Module/Notifications/Notification.php
src/Module/Notifications/Notifications.php
src/Object/Api/Friendica/Notification.php
src/Object/Notification/Notification.php [deleted file]
src/Repository/Notification.php [deleted file]
tests/datasets/api.fixture.php
tests/legacy/ApiTest.php
view/templates/notifications/attend_item.tpl
view/templates/notifications/comments_item.tpl
view/templates/notifications/dislikes_item.tpl
view/templates/notifications/friends_item.tpl
view/templates/notifications/likes_item.tpl
view/templates/notifications/network_item.tpl
view/templates/notifications/notification.tpl
view/templates/notifications/posts_item.tpl
view/theme/frio/templates/notifications/notify.tpl [deleted file]