friendica/src/Model
2020-07-15 04:42:04 +00:00
..
Config
Notify
Post Categories are not showing up at the bottom of the post 2020-06-15 03:43:51 +00:00
Storage
TwoFactor
User
APContact.php Fix Notice "Undefined index: subscribe" 2020-06-05 10:44:36 +00:00
Attach.php Fix wrong variable name in Model\Attach 2020-05-20 18:28:14 -04:00
Contact.php Replaced "getDetailsByURL" with "getByURL/getByURLForUser" 2020-07-15 04:42:04 +00:00
Conversation.php
Event.php Issue 8836: Point the event to the local post 2020-07-08 20:42:28 +00:00
FileTag.php File and category aren't using "term" anymore 2020-05-03 15:13:40 +00:00
FSuggest.php
GContact.php Replaced "getDetailsByURL" with "getByURL/getByURLForUser" 2020-07-15 04:42:04 +00:00
Group.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
GServer.php Abuse mail received because of "unusual traffic" 2020-06-14 15:47:47 +00:00
Introduction.php
Item.php Fix speed issues with the network page 2020-07-10 00:22:26 +02:00
ItemContent.php Found another occurence replaced with constants 2020-05-16 16:39:44 +00:00
ItemURI.php
Mail.php Simplify sender handle assignment in Model\Mail 2020-06-27 09:34:29 -04: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
Process.php Merge 2020-04-28 13:33:03 +00:00
Profile.php Add logging to rare condition in Model\Profile::sidebar 2020-06-24 09:56:11 -04:00
ProfileField.php
PushSubscriber.php
README.md
Register.php It has to be "selectFirst" 2020-04-29 01:40:59 +00:00
Search.php Merge 2020-04-28 13:33:03 +00:00
Tag.php Add new Strings::startsWith method 2020-05-18 01:05:38 -04:00
User.php Support Nodeinfo2 2020-07-12 21:53:17 +00:00
UserItem.php Add check for parent item existence in Model\UserItem::setNotificationForUser 2020-07-09 15:09:07 -04:00
Verb.php Update src/Model/Verb.php 2020-05-19 22:42:01 +02: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.