friendica/src/Model
Hypolite Petovan 19247b62ae Ensure $uid parameter of Feature::isEnabled to be an integer 2019-07-15 22:00:49 -04:00
..
Config Fix typo in Model\Config\PConfig 2019-07-15 16:32:13 -04:00
Storage
APContact.php We don't update inside the probing anymore 2019-07-04 19:40:48 +00:00
Attach.php
Contact.php Use an insert to avoid duplicates and for analyzing 2019-07-14 10:22:19 +00:00
Conversation.php
Event.php Fix for distribution of event deletions 2019-06-23 08:41:49 +02:00
FileTag.php catching nulls for FileTag 2019-05-30 13:54:35 +02:00
GContact.php "defaults" is replaced 2019-07-14 16:04:52 +00:00
Group.php
Item.php Use "received" instead of "created" when displaying posts in creation order 2019-07-07 21:30:33 +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 Empty dates are now set to today as well 2019-06-13 05:43:00 +00:00
Nodeinfo.php proper split cronjob functions 2019-04-22 14:22:00 +02:00
OpenWebAuthToken.php
PermissionSet.php
Photo.php Add spaces for standards compliance 2019-06-24 21:37:44 -05:00
Process.php
Profile.php Ensure $uid parameter of Feature::isEnabled to be an integer 2019-07-15 22:00:49 -04:00
PushSubscriber.php
README.md typo 2019-03-22 22:56:57 -04:00
Register.php
Search.php Move .well-known, webfinger, xrd to src/Module/ 2019-05-01 18:25:04 +02:00
Term.php
TwoFactorRecoveryCode.php Make Module\TwoFactorRecoveryCode::markUsedForUser return false for already used code 2019-05-13 13:32:21 -04:00
User.php Issue 6477: Automatically repair self contact avatar 2019-06-19 17:05:29 +00:00

README.md

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.