friendica/src/Model
2021-12-04 04:03:18 +00:00
..
Contact Fix user-contact rows not being updated in Contact\User::updateByContactUpdate 2021-11-21 18:59:37 -05:00
Log
Notification Removed and replaced deprecated functionalities 2021-11-07 14:00:47 +00:00
Post Restructure HTTPClient for new paradigm 2021-10-28 20:01:03 +02:00
User Cleanup namespaces 2021-10-26 22:11:10 +02:00
APContact.php
Attach.php Restructure Storage to new paradigm 2021-10-27 20:00:19 +02:00
Contact.php Move sending follow message to remote server to Protocol class 2021-11-21 18:59:36 -05:00
Conversation.php
Event.php
FContact.php
FileTag.php Removed and replaced deprecated functionalities 2021-11-07 14:00:47 +00:00
Group.php Add backward compatibility with user contacts in Module\Group 2021-11-26 09:48:37 -05:00
GServer.php Add new purge contacts option to admin server blocklist 2021-11-06 01:36:53 -04:00
Item.php Fix media handling upon creation and display 2021-12-04 04:03:18 +00:00
ItemURI.php
Mail.php
Nodeinfo.php
OpenWebAuthToken.php
Photo.php The boot.php had been cleared of most functions 2021-11-04 20:29:59 +00:00
Post.php
Profile.php Replaced deprecated "log" function call 2021-11-03 23:19:24 +00:00
PushSubscriber.php Replaced deprecated "log" function call 2021-11-03 23:19:24 +00:00
README.md
Register.php
Search.php
Subscription.php
Tag.php
User.php Remove unused parameter $network in Model\User::getDefaultGroup 2021-11-21 18:59:36 -05: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.