friendica/src/Model
2019-10-03 15:30:07 +00: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 removed unused "f" parameter 2019-09-29 18:59:03 +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 Remove obsolete function to guess the base url of a contact 2019-10-02 15:10:42 +00:00
Group.php Use network field instead of protocol in Group::expand 2019-08-11 16:41:00 -04:00
GServer.php PoCo endpoint added 2019-10-03 15:30:07 +00:00
Item.php New function "isAuthenticated" 2019-09-28 18:09:11 +00:00
ItemContent.php
ItemDeliveryData.php Type hints 2019-09-03 03:59:46 +00:00
ItemURI.php
Mail.php Issue 5721: Set permissions of photos in PM 2019-09-11 04:08:41 +00:00
Nodeinfo.php
OpenWebAuthToken.php
PermissionSet.php Fix permissionset query 2019-09-28 20:42:33 +00:00
Photo.php Removed obsolete code 2019-09-28 05:37:24 +00:00
Process.php
Profile.php Some small code adjustments 2019-09-29 19:21:05 +00:00
PushSubscriber.php
README.md
Register.php
Search.php
Term.php Fix trending tags variable name mistakes in Model\Term 2019-08-06 20:52:54 -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.