friendica/src/Model
2023-11-30 05:51:38 +00:00
..
APContact
Contact Improve performance on the contact relation queries 2023-11-28 10:00:11 +00:00
Log
Notification Replace "forum" by "group" in the rest of the code 2023-06-02 13:52:41 -04:00
Post Fix exceptions in the channel check 2023-11-25 16:17:26 +00:00
User
APContact.php Improved relay post processing 2023-11-09 06:43:03 +00:00
Attach.php Replace "group" with "circle" in the rest of the code 2023-05-27 22:01:45 -04:00
Circle.php Post permissions are now copied from the thread parent 2023-10-29 08:49:24 +00:00
Contact.php Fix if not allowed blocked servers then server-blocked condition is false not true 2023-11-24 17:19:04 -05:00
Conversation.php Improved ATOM distinction, added OPML 2023-05-06 13:52:39 +00:00
Event.php Fix computation of the private flag for shared event items 2023-11-05 09:11:08 -05:00
FileTag.php
GServer.php Improved control about the contact/server updates 2023-11-27 19:00:12 +00:00
Item.php Improved distribution of non public messages 2023-11-30 05:51:38 +00:00
ItemURI.php
Mail.php Fix wrong field name in Model\Mail 2023-07-25 22:44:03 +02:00
Nodeinfo.php The twitter addon is no import connector anymore 2023-08-09 20:29:45 +00:00
OpenWebAuthToken.php
Photo.php Individual callstacks are removed from the logger 2023-10-18 19:55:15 +00:00
Post.php Individual callstacks are removed from the logger 2023-10-18 19:55:15 +00:00
Profile.php Function is renamed 2023-11-25 15:14:06 +00:00
PushSubscriber.php
README.md
Register.php
Search.php Check for user defined channel matches before storing them 2023-11-15 16:19:05 +00:00
Subscription.php
Tag.php Improved relay post processing 2023-11-09 06:43:03 +00:00
User.php Check for user defined channel matches before storing them 2023-11-15 16:19:05 +00:00
Verb.php

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.