friendica/src/Model
Hypolite Petovan 6a1f9a7fa3 Move unfollow protocol to worker task
- Add uid parameter to unfollow hook
- Rework and unify Contact::unfollow, Contact::removeSharer and Contact::terminateFriendship
- Add missing twitterUser property to Twitter\Friendships\Destroy module
2022-02-24 09:35:54 -05:00
..
Contact Update copyright 2022-01-02 08:27:47 +01:00
Log Add missing copyright text 2022-01-02 10:49:50 +01:00
Notification Update copyright 2022-01-02 08:27:47 +01:00
Post Avoid warning and notice 2022-02-20 05:14:36 +00:00
User Update copyright 2022-01-02 08:27:47 +01:00
APContact.php Update copyright 2022-01-02 08:27:47 +01:00
Attach.php Update copyright 2022-01-02 08:27:47 +01:00
Contact.php Move unfollow protocol to worker task 2022-02-24 09:35:54 -05:00
Conversation.php Update copyright 2022-01-02 08:27:47 +01:00
Event.php Update copyright 2022-01-02 08:27:47 +01:00
FContact.php Merge pull request #11129 from urbalazs/copyright-2022 2022-01-02 09:45:35 +01:00
FileTag.php Update copyright 2022-01-02 08:27:47 +01:00
GServer.php Store wekk/month&halfyear usage / number of posts 2022-02-06 20:03:19 +00:00
Group.php Apply suggestions 2022-02-20 14:10:57 +01:00
Item.php Merge pull request #11253 from annando/forum3 2022-02-18 12:19:57 -05:00
ItemURI.php Update copyright 2022-01-02 08:27:47 +01:00
Mail.php Ensure the private message recipient is valid in Mail::send 2022-02-23 21:30:18 -05:00
Nodeinfo.php Update copyright 2022-01-02 08:27:47 +01:00
OpenWebAuthToken.php Update copyright 2022-01-02 08:27:47 +01:00
Photo.php Merge remote-tracking branch 'upstream/2021.12-rc' into user-banner 2022-01-19 18:41:31 +00:00
Post.php Update copyright 2022-01-02 08:27:47 +01:00
Profile.php Use the "contact-type" instead of "forum" or "prv" 2022-02-09 06:52:16 +00:00
PushSubscriber.php Merge pull request #11129 from urbalazs/copyright-2022 2022-01-02 09:45:35 +01:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php Update copyright 2022-01-02 08:27:47 +01:00
Search.php Update copyright 2022-01-02 08:27:47 +01:00
Subscription.php Update copyright 2022-01-02 08:27:47 +01:00
Tag.php Store the receivers of a post in the tags 2022-02-19 13:31:49 +00:00
User.php Fix jpeg ending 2022-01-09 16:06:00 +00:00
Verb.php Update copyright 2022-01-02 08:27:47 +01:00

README.md

Friendica\Model

Models are the glue between the business logic of the app and the datastore(s).

In the namespace Model should only be static classes that interact with the DB with the same name as a database table.