friendica-github/src/Model
2024-11-11 00:30:58 +00:00
..
APContact REUSE src directory 2024-08-24 15:27:00 +02:00
Contact OStatus support removed 2024-09-11 03:44:40 +00:00
Log REUSE src directory 2024-08-24 15:27:00 +02:00
Notification REUSE src directory 2024-08-24 15:27:00 +02:00
Post Fix counter for emoji reactions 2024-09-18 20:49:30 +00:00
User refactor usage of Friendica\App namespace 2024-11-11 00:30:58 +00:00
APContact.php Fixes warning "Undefined array key "@type" 2024-09-10 11:23:06 +00:00
Attach.php REUSE src directory 2024-08-24 15:27:00 +02:00
Circle.php REUSE src directory 2024-08-24 15:27:00 +02:00
Contact.php Fix defaults in Contact model 2024-11-04 20:02:44 +00:00
Conversation.php OStatus support removed 2024-09-11 03:44:40 +00:00
Event.php Issue 14294: Fix event parsing 2024-09-02 04:11:40 +00:00
FileTag.php REUSE src directory 2024-08-24 15:27:00 +02:00
GServer.php OStatus support removed 2024-09-11 03:44:40 +00:00
Item.php Replace calls for App:::getThemeInfoValue() with AppHelper 2024-11-08 23:23:01 +00:00
ItemURI.php REUSE src directory 2024-08-24 15:27:00 +02:00
Mail.php REUSE src directory 2024-08-24 15:27:00 +02:00
Nodeinfo.php REUSE src directory 2024-08-24 15:27:00 +02:00
OpenWebAuthToken.php REUSE src directory 2024-08-24 15:27:00 +02:00
Photo.php Exception handling added at many places 2024-08-25 18:35:24 +00:00
Post.php REUSE src directory 2024-08-24 15:27:00 +02:00
Profile.php Replace calls for App::getProfileOwner() with AppHelper 2024-11-08 22:45:14 +00:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php REUSE src directory 2024-08-24 15:27:00 +02:00
Search.php REUSE src directory 2024-08-24 15:27:00 +02:00
Subscription.php REUSE src directory 2024-08-24 15:27:00 +02:00
Tag.php OStatus support removed 2024-09-11 03:44:40 +00:00
User.php OStatus support removed 2024-09-11 03:44:40 +00:00
Verb.php REUSE src directory 2024-08-24 15:27:00 +02:00

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.