friendica/src/Model
Hypolite Petovan fa191bd821
Merge pull request #7305 from deantownsley/imageauthfix
Make authentication work for local private images
2019-06-23 15:18:15 -04:00
..
Storage
APContact.php Don't send activities to "null" endpoints 2019-06-20 03:06:34 +00:00
Attach.php
Contact.php Issue 6477: Use the correct content-type to resize the images 2019-06-20 20:09:33 +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 some improvements 2019-05-19 03:12:22 +02:00
Group.php
Item.php todo added 2019-06-23 12:01:14 +02:00
ItemContent.php
ItemDeliveryData.php
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 auth to load sequence for photos 2019-06-22 12:24:30 -05:00
Process.php
Profile.php Restore show_connect flag in Model\Profile::sidebar 2019-06-13 03:26:42 -04:00
PushSubscriber.php
README.md
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.