friendica/src/Model
2021-01-16 22:37:27 +00:00
..
Config
Contact Reject replies when author is blocked by thread owner in Model\Item::insert 2020-11-14 10:08:50 -05:00
Notify
Post New post class in model classes 2021-01-16 04:13:22 +00:00
Storage
TwoFactor
User
APContact.php Delete removed contacts 2020-12-15 22:56:46 +00:00
Attach.php Move ExAuth, FKOAuth1 & FKOAuthDataStore to own namespace Friendica\Security 2020-09-30 11:14:01 +02:00
Contact.php "selectForUser" and "" selectFirstForUser" is now moved to Post 2021-01-16 22:37:27 +00:00
Conversation.php Mark if post was received via relay 2021-01-09 16:56:42 +00:00
Event.php New post class in model classes 2021-01-16 04:13:22 +00:00
FContact.php The notifications parameters are now simplified 2020-11-25 19:56:39 +00:00
FileTag.php New post class in model classes 2021-01-16 04:13:22 +00:00
FSuggest.php
Group.php Display number of group members in contact widget 2020-10-07 06:19:09 +00:00
GServer.php Don't try legacy if the server supports more 2021-01-10 19:08:23 -05:00
Host.php New model class "host" 2020-09-02 19:19:00 +00:00
Introduction.php New function for contact suggestions 2020-09-28 21:33:40 +00:00
Item.php "selectForUser" and "" selectFirstForUser" is now moved to Post 2021-01-16 22:37:27 +00:00
ItemContent.php "selectForUser" and "" selectFirstForUser" is now moved to Post 2021-01-16 22:37:27 +00:00
ItemURI.php Return early if an URI id cannot be obtained in ActivityPub\Processor::createItem 2020-12-13 13:42:08 -05:00
Mail.php The notifications parameters are now simplified 2020-11-25 19:56:39 +00:00
Nodeinfo.php Module classes splitted 2020-07-13 09:45:45 +00:00
Notify.php
OpenWebAuthToken.php
PermissionSet.php
Photo.php Use the raw data instead of an object 2020-12-26 19:31:39 +00:00
Post.php "selectForUser" and "" selectFirstForUser" is now moved to Post 2021-01-16 22:37:27 +00:00
Process.php Rewrite Process Model/Core 2020-09-15 18:16:44 +02:00
Profile.php New post class in model classes 2021-01-16 04:13:22 +00:00
ProfileField.php
PushSubscriber.php Store the server transport protocol 2021-01-10 19:08:23 -05:00
README.md
Register.php
Search.php Relay settings are now valid for the ActivityRelay as well 2020-09-22 15:48:44 +00:00
Tag.php New post class in model classes 2021-01-16 04:13:22 +00:00
User.php Issue 9736: Fix for undroppable registrations 2021-01-02 09:11:38 +00:00
UserItem.php New post class in model classes 2021-01-16 04:13:22 +00:00
Verb.php Mode switch for insert 2020-11-19 19:34:48 +00:00

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.