friendica/src/Model
Philipp 10f8631cd9
Replace PostUpdate key-value config entries with key-value pair entries
2022-12-29 21:53:56 +01:00
..
APContact
Contact
Log
Notification
Post Use reshare with Diaspora like with ActivityPub 2022-12-13 23:19:19 +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 Replace PostUpdate key-value config entries with key-value pair entries 2022-12-29 21:53:56 +01:00
Conversation.php
Event.php Add new calendar.default_view pconfig key 2022-12-17 12:20:43 -05:00
FileTag.php
GServer.php A server is only reachable when the network can be detected 2022-12-23 06:48:53 +00: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 Adapt UserSession 2022-12-26 21:18:04 +01:00
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.