friendica/src/Model
2020-10-29 21:07:24 +00:00
..
Config
Contact Filter for account type for contacts 2020-10-09 19:08:50 +00:00
Notify
Post Superfluous to-do removed 2020-10-29 08:50:35 +00:00
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 Follow/Unfollow contact with a single click 2020-10-20 03:49:58 +00:00
Conversation.php
Event.php Issue 8836: Point the event to the local post 2020-07-08 20:42:28 +00:00
FContact.php New function for contact suggestions 2020-09-28 21:33:40 +00:00
FileTag.php Useless info messages removed 2020-07-23 06:11:21 +00:00
FSuggest.php
Group.php Display number of group members in contact widget 2020-10-07 06:19:09 +00:00
GServer.php Remove 'headers' option occurrences and add a warning if used. 2020-10-18 22:31:26 +02: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 Merge remote-tracking branch 'upstream/develop' into item-lock 2020-10-29 21:07:24 +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 Module classes splitted 2020-07-13 09:45:45 +00:00
Notify.php Add null/empty string parameter value case in BBCode::convert 2020-06-08 19:15:08 -04:00
OpenWebAuthToken.php
PermissionSet.php
Photo.php Remove $binary flag for HTTPRequest::get(), HTTPRequest::fetch(), HTTPRequest::fetchAll() (deprecated since PHP 5.1.3) 2020-10-18 20:56:31 +02:00
Process.php Rewrite Process Model/Core 2020-09-15 18:16:44 +02:00
Profile.php Follow/Unfollow contact with a single click 2020-10-20 03:49:58 +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 Remove $binary flag for HTTPRequest::get(), HTTPRequest::fetch(), HTTPRequest::fetchAll() (deprecated since PHP 5.1.3) 2020-10-18 20:56:31 +02: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.