1
0
Fork 0
friendica_2020-09-1_sharedH.../src/Model
Dean Townsley b5e195b415 Add auth to load sequence for photos
This allows private photos to load on any page.  Previously auth
depended on some other thing like the enclosing page triggering the
authentication of the specific contact for the photo owner.
2019-06-22 12:24:30 -05: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
FileTag.php
GContact.php
Group.php
Item.php Issue #5983: Ignore reshares from blocked and ignored contacts 2019-06-17 11:55:19 +00:00
ItemContent.php
ItemDeliveryData.php
ItemURI.php
Mail.php
Nodeinfo.php
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
Term.php
TwoFactorRecoveryCode.php
User.php Issue 6477: Automatically repair self contact avatar 2019-06-19 17:05:29 +00: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.