friendica/src/Model
Michael 44a49a8d7d Ensure that pokes are always send only via DFRN 2019-06-06 04:26:02 +00:00
..
Storage
APContact.php Replace the legacy DFRN connection process with AP 2019-05-02 13:05:31 +00:00
Attach.php
Contact.php Use self::isBlocked and self:isBlockedByUser in Model\Contact::addRelationship 2019-05-20 16:34:17 -04:00
Conversation.php
Event.php
FileTag.php catching nulls for FileTag 2019-05-30 13:54:35 +02:00
GContact.php some improvements 2019-05-19 03:12:22 +02:00
Group.php Move group module to src/ 2019-02-23 17:32:40 -05:00
Item.php Ensure that pokes are always send only via DFRN 2019-06-06 04:26:02 +00:00
ItemContent.php
ItemDeliveryData.php
ItemURI.php
Mail.php Fix Issue 7196 2019-05-28 17:39:26 +00:00
Nodeinfo.php proper split cronjob functions 2019-04-22 14:22:00 +02:00
OpenWebAuthToken.php
PermissionSet.php
Photo.php Bugfixings in Config 2019-02-22 23:51:13 +01:00
Process.php
Profile.php Add current tab parameter to Model\Profile::getTabs 2019-05-20 15:09:33 -04:00
PushSubscriber.php
README.md typo 2019-03-22 22:56:57 -04:00
Register.php Add missing fields to Register::getPending() 2019-03-08 21:57:18 -05:00
Search.php Move .well-known, webfinger, xrd to src/Module/ 2019-05-01 18:25:04 +02:00
Term.php Replace isset by array_key_exists on array class constant in Model\Term 2019-02-27 08:00:04 -05:00
TwoFactorRecoveryCode.php Make Module\TwoFactorRecoveryCode::markUsedForUser return false for already used code 2019-05-13 13:32:21 -04:00
User.php added feedback 2019-05-05 10:00:28 +02: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.