1
0
Fork 0
friendica_2020-09-1_sharedH.../src/Model
2019-08-20 07:39:13 +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 Moved BaseURL to App namespace (because similar type as Arguments/Modules/Modes) 2019-08-15 17:23:00 +02:00
Conversation.php
Event.php Fix for distribution of event deletions 2019-06-23 08:41:49 +02:00
FileTag.php
GContact.php removed superfluous comment 2019-08-18 15:04:36 +02:00
Group.php Use network field instead of protocol in Group::expand 2019-08-11 16:41:00 -04:00
Item.php Delivery count now counts the failed delivery attempts as well 2019-08-20 07:39:13 +00:00
ItemContent.php
ItemDeliveryData.php Delivery count now counts the failed delivery attempts as well 2019-08-20 07:39:13 +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
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 Add Arguments & Modules class 2019-08-13 16:29:11 +02: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.