friendica/src/Model
Hypolite Petovan ee8e70e20e Drop UpdateGServer worker task if domain is blocked
# Conflicts:
#	src/Model/GServer.php
2023-01-13 09:21:43 -05:00
..
APContact
Contact
Log
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
GServer.php Drop UpdateGServer worker task if domain is blocked 2023-01-13 09:21:43 -05:00
Group.php
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
PushSubscriber.php
README.md
Register.php
Search.php
Subscription.php
Tag.php
User.php
Verb.php

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.