friendica/src/Model
2019-08-06 07:36:51 -04:00
..
Config Fix typo in Model\Config\PConfig 2019-07-15 16:32:13 -04:00
Storage
TwoFactor Add two-factor app-specific password settings page 2019-07-22 07:56:00 -04:00
APContact.php Support for empty nick names 2019-07-24 19:30:36 +00:00
Attach.php Ensure *toArray returns an array 2019-07-28 00:03:42 -04:00
Contact.php Changed "Contact::select" to "Contact::selectToArray" 2019-07-27 15:57:23 +00:00
Conversation.php
Event.php Fix for distribution of event deletions 2019-06-23 08:41:49 +02:00
FileTag.php
GContact.php "defaults" is replaced 2019-07-14 16:04:52 +00:00
Group.php Fix formatting in Model\Group 2019-07-29 20:31:50 -04:00
Item.php Moved several database stuff out of the transaction to avoid error 1205 2019-08-03 10:36:21 +00:00
ItemContent.php
ItemDeliveryData.php Collect data about used protocols for delivery 2019-06-28 09:03:58 +00:00
ItemURI.php
Mail.php
Nodeinfo.php
OpenWebAuthToken.php
PermissionSet.php
Photo.php Added support for image descriptions and multiple image posts to external services 2019-08-05 16:27:45 +00:00
Process.php
Profile.php Refactoring Profile:: selectors 2019-07-28 00:19:38 +02:00
PushSubscriber.php
README.md
Register.php
Search.php
Term.php Move trending tags queries to Model\Term 2019-08-06 07:36:51 -04:00
User.php Enable app-specific password authentication for API login 2019-07-22 07:56:36 -04: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.