friendica-github/src/Model
2024-11-20 07:22:36 +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 REUSE src directory 2024-08-24 15:27:00 +02: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 Avoid useless "warning" logging 2024-11-12 11:12:04 +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 Preparation für multiple icon styles / improved code 2024-11-10 19:50: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 Improved block behaviour 2024-10-20 08:33:16 +00:00
Profile.php Fix the following of accounts with "?" in the URL 2024-10-16 03:00:20 +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.