friendica/src/Model
2023-08-28 14:14:07 +00:00
..
APContact
Contact Issue 13289: Ensure to not respect deactivated connector networks 2023-07-22 10:49:42 +00:00
Log
Notification Replace "forum" by "group" in the rest of the code 2023-06-02 13:52:41 -04:00
Post Fix indentation 2023-08-28 14:14:07 +00:00
User
APContact.php Improvements for relais like relay.fedi.buzz 2023-07-30 17:46:37 +00:00
Attach.php Replace "group" with "circle" in the rest of the code 2023-05-27 22:01:45 -04:00
Circle.php Issue 13289: Ensure to not respect deactivated connector networks 2023-07-22 10:49:42 +00:00
Contact.php Replace references to profile.name by user.username 2023-08-20 13:59:07 -04:00
Conversation.php Improved ATOM distinction, added OPML 2023-05-06 13:52:39 +00:00
Event.php Fix item.private value in Model\Event::getItemArrayForId 2023-07-25 22:48:37 +02:00
FileTag.php
GServer.php Prevent casting a non-existent array key before it's been coalesced in Model\GServer 2023-05-06 23:48:32 -04:00
Item.php Merge remote-tracking branch 'upstream/develop' into subscription 2023-08-28 04:15:37 +00:00
ItemURI.php
Mail.php Fix wrong field name in Model\Mail 2023-07-25 22:44:03 +02:00
Nodeinfo.php The twitter addon is no import connector anymore 2023-08-09 20:29:45 +00:00
OpenWebAuthToken.php
Photo.php New function to resize an image to not exceed a given file size 2023-08-10 21:12:35 +00:00
Post.php Implement ignored server block in conversations 2023-08-20 14:27:43 -04:00
Profile.php Replace references to profile.name by user.username 2023-08-20 13:59:07 -04:00
PushSubscriber.php
README.md
Register.php
Search.php
Subscription.php
Tag.php Store and display the subscribed tags 2023-08-28 04:05:52 +00:00
User.php Replace references to profile.name by user.username 2023-08-20 13:59:07 -04: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.