Rename notify classes according the feature name, not the table name
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 23 Jan 2021 09:53:44 +0000 (04:53 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 24 Jan 2021 14:33:23 +0000 (09:33 -0500)
commit82e094179c5e104f552cab84c42f416dd7107388
tree6452358f257c0ba5c2143aaa8acfcac63ca1ed7f
parenta7fac5a76fef1be6722e41c91ae3a6601a36110c
Rename notify classes according the feature name, not the table name
30 files changed:
boot.php
include/api.php
include/enotify.php
mod/dfrn_confirm.php
mod/dfrn_request.php
mod/item.php
mod/message.php
mod/ping.php
mod/settings.php
src/Collection/Notifications.php [new file with mode: 0644]
src/Collection/Notifies.php [deleted file]
src/DI.php
src/Factory/Notification/Notification.php
src/Model/Contact.php
src/Model/FContact.php
src/Model/Mail.php
src/Model/Notification.php [new file with mode: 0644]
src/Model/Notification/ObjectType.php [new file with mode: 0644]
src/Model/Notification/Type.php [new file with mode: 0644]
src/Model/Notify.php [deleted file]
src/Model/Notify/ObjectType.php [deleted file]
src/Model/Notify/Type.php [deleted file]
src/Module/Delegation.php
src/Module/Register.php
src/Object/Api/Friendica/Notification.php
src/Protocol/DFRN.php
src/Repository/Notification.php [new file with mode: 0644]
src/Repository/Notify.php [deleted file]
tests/datasets/api.fixture.php
update.php