1
0
Fork 0
friendica_2020-09-1_sharedH.../src/Model
2019-11-26 19:03:21 +00:00
..
Config Fix typo in Model\Config\PConfig 2019-07-15 16:32:13 -04:00
Storage Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
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 Avoid contact update for non federated networks 2019-11-25 08:49:14 +00:00
Conversation.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
Event.php Notice/warning in event fixed 2019-11-25 11:16:55 +00:00
FileTag.php catching nulls for FileTag 2019-05-30 13:54:35 +02:00
GContact.php Fix a notice in gcontact.php 2019-11-26 19:03:21 +00:00
Group.php Use network field instead of protocol in Group::expand 2019-08-11 16:41:00 -04:00
GServer.php Fix further notes and warnings 2019-11-19 11:02:35 +01:00
Item.php Storing the mail header in the item 2019-11-21 15:28:18 +00:00
ItemContent.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
ItemDeliveryData.php Now using the correct function call ... 2019-11-23 04:31:40 +00:00
ItemURI.php
Mail.php Move Activity/Namespaces defines to constants 2019-10-24 21:40:12 +02:00
Nodeinfo.php
Notify.php Wrong condition for home notifications 2019-10-28 00:01:35 +01:00
OpenWebAuthToken.php
PermissionSet.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
Photo.php Better function name 2019-11-11 23:13:36 +00:00
Process.php
Profile.php Move Activity/Namespaces defines to constants 2019-10-24 21:40:12 +02:00
PushSubscriber.php
README.md
Register.php Fix security vulnerbilities. 2019-10-10 15:21:41 -08:00
Search.php
Term.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
User.php Rename Photo::newResource() result variable from $hash to $resource_id 2019-11-02 07:48:45 -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.