friendica/src/Model
2022-12-19 19:41:04 +00:00
..
APContact
Contact Support Blurhash 2022-12-04 13:29:21 +00:00
Log Fix PHP 8 inheritance deprecation warnings in App\PAge and ParsedLogIterator 2022-11-19 19:30:48 -05:00
Notification
Post Add more BlurHash to avoid not being able to display some picture 2022-12-11 09:56:30 +00:00
User
APContact.php Replace parse_url with UriInterface instantiation in Model\APContact 2022-12-10 11:38:02 -05:00
Attach.php
Contact.php Remove fallback contact query from Model\Contact::photoMenu 2022-12-19 09:50:18 -05:00
Conversation.php
Event.php Add new calendar.default_view pconfig key 2022-12-17 12:20:43 -05:00
FileTag.php
Group.php
GServer.php Fix delivery problems with "reachable" test 2022-12-19 19:41:04 +00:00
Item.php Fix image grid in shared Friendica posts 2022-12-17 22:07:14 +00:00
ItemURI.php
Mail.php Provide default host value to hash() in Model\Item::guidFromUri 2022-12-10 11:38:37 -05:00
Nodeinfo.php
OpenWebAuthToken.php
Photo.php Add more BlurHash to avoid not being able to display some picture 2022-12-11 09:56:30 +00:00
Post.php Some small fixes 2022-12-11 11:21:02 +01:00
Profile.php Ward against missing hidewall key in profile array in Model\Profile::getVCardHTML 2022-12-02 08:17:06 -05:00
PushSubscriber.php
README.md
Register.php
Search.php
Subscription.php
Tag.php
User.php Fix "Missing hidewall key" 2022-12-06 22:23:43 +00:00
Verb.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.