friendica/src/Model
Philipp 53f3454874
Merge pull request #12184 from annando/duplicated-media
This fixes duplicated media in quoted posts
2022-11-15 21:17:19 +01:00
..
APContact
Contact (Hopefully) query performance improvements 2022-11-01 08:45:25 -04:00
Log
Notification
Post Don't send item notifications to deleted user accounts 2022-11-14 17:02:42 -05:00
User
APContact.php Move Follow to `/contact` namespace 2022-10-31 20:58:27 +01:00
Attach.php
Contact.php Move mod/(update_)display.php to src\Module 2022-11-15 00:57:47 +01:00
Conversation.php
Event.php adhere feedback 2022-11-07 20:21:11 +01:00
FContact.php
FileTag.php
GServer.php Changes: 2022-10-25 20:25:13 +02:00
Group.php UserSession class [4] - Refactor src/Model/ files 2022-10-20 22:14:50 +02:00
Item.php Simplify the check 2022-11-15 19:55:03 +00:00
ItemURI.php
Mail.php UserSession class [4] - Refactor src/Model/ files 2022-10-20 22:14:50 +02:00
Nodeinfo.php Centralize config.admin_email management in Model\User 2022-11-14 17:02:42 -05:00
OpenWebAuthToken.php
Photo.php UserSession class [4] - Refactor src/Model/ files 2022-10-20 22:14:50 +02:00
Post.php Ensure Post::toArray returns an array 2022-11-14 14:53:54 -05:00
Profile.php Add title to homepage verified check mark 2022-11-08 04:20:19 -05:00
PushSubscriber.php
README.md
Register.php
Search.php
Subscription.php Rename Repository\Notify->NotifyOnDesktop to shouldShowOnDesktop 2022-11-04 06:42:37 -04:00
Tag.php Improved handling of native quotes 2022-10-29 22:11:39 +00:00
User.php Centralize config.admin_email management in Model\User 2022-11-14 17:02:42 -05: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.