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. |
||
|---|---|---|
| .. | ||
| Storage | ||
| APContact.php | ||
| Attach.php | ||
| Contact.php | ||
| Conversation.php | ||
| Event.php | ||
| FileTag.php | ||
| GContact.php | ||
| Group.php | ||
| Item.php | ||
| ItemContent.php | ||
| ItemDeliveryData.php | ||
| ItemURI.php | ||
| Mail.php | ||
| Nodeinfo.php | ||
| OpenWebAuthToken.php | ||
| PermissionSet.php | ||
| Photo.php | ||
| Process.php | ||
| Profile.php | ||
| PushSubscriber.php | ||
| README.md | ||
| Register.php | ||
| Search.php | ||
| Term.php | ||
| TwoFactorRecoveryCode.php | ||
| User.php | ||
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.