friendica-github/src/Model
2024-11-21 09:27:28 +00:00
..
APContact REUSE src directory 2024-08-24 15:27:00 +02:00
Contact Improved block behaviour 2024-10-20 08:33:16 +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 New function to update media entries 2024-11-20 07:22:36 +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 Merge branch 'develop' into merge-2024.09-rc-branch 2024-11-16 08:32:25 +00:00
Conversation.php "Connector" added as parcel 2024-11-05 11:04:57 +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 SVG icons for various fediverse systems 2024-11-08 09:43:19 +00:00
Item.php Rename DI::apphelper() to DI::appHeler() 2024-11-17 20:00:34 +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 Improved block behaviour 2024-10-20 08:33:16 +00:00
Profile.php Merge branch 'develop' into refactoring-of-app-class 2024-11-16 19:29:56 +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.