friendica/src/Model
2020-10-03 10:52:34 +00:00
..
Config
Contact
Notify
Post
Storage
TwoFactor
User
APContact.php Issue 9303: Detect AP accesses as backend, prevent ping pong 2020-10-02 09:31:39 +00:00
Attach.php Move ExAuth, FKOAuth1 & FKOAuthDataStore to own namespace Friendica\Security 2020-09-30 11:14:01 +02:00
Contact.php Reduce the amount of contact updates 2020-10-03 10:52:34 +00:00
Conversation.php
Event.php
FContact.php Update src/Model/FContact.php 2020-09-27 22:31:59 +02:00
FileTag.php
FSuggest.php
Group.php
GServer.php
Host.php New model class "host" 2020-09-02 19:19:00 +00:00
Introduction.php
Item.php Added option to stay on the local machine when clicking on a contact link 2020-09-30 17:30:26 +00:00
ItemContent.php Endless scrolling for searches and contact comments 2020-09-30 19:14:13 +00:00
ItemURI.php
Mail.php Fixes several notices 2020-09-19 03:16:26 +00:00
Nodeinfo.php
Notify.php
OpenWebAuthToken.php
PermissionSet.php
Photo.php Move ExAuth, FKOAuth1 & FKOAuthDataStore to own namespace Friendica\Security 2020-09-30 11:14:01 +02:00
Process.php Rewrite Process Model/Core 2020-09-15 18:16:44 +02:00
Profile.php Issue 9229: Show unfollow with known contacts 2020-09-19 20:47:05 +00:00
ProfileField.php
PushSubscriber.php
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 Issue 9344: Update trending tags hourly 2020-10-03 06:10:39 +00:00
User.php Fix the key fields in the self contacts 2020-09-26 20:59:28 +00:00
UserItem.php Fix notifications for wrong users 2020-09-07 04:36:28 +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.