friendica/src/Model
Michael Vogel 777fc8615c
Merge pull request #14926 from nupplaphil/fix/item_html_empy
Fix empty HTML content loading (500)
2025-05-17 17:39:46 +02:00
..
APContact REUSE src directory 2024-08-24 15:27:00 +02:00
Contact fix 7 PHPStan errors in factoriy and Model 2025-03-05 15:15:18 +00:00
Log Fix 7 PHPStan errors 2025-03-05 14:27:34 +00:00
Notification REUSE src directory 2024-08-24 15:27:00 +02:00
Post Merge branch 'develop' into eventdispatcher-part3 2025-05-12 14:32:53 +00:00
User refactor usage of Friendica\App namespace 2024-11-11 00:30:58 +00:00
APContact.php Handle redirected servers in server detection. 2025-02-15 14:43:23 +00:00
Attach.php Fix errors in Model namespace 2024-12-03 22:46:40 +00:00
Circle.php Fix code style 2025-01-13 13:31:54 +00:00
Contact.php create event for avatar_lookup hook 2025-03-14 13:31:11 +00:00
Conversation.php Preparation for the Bluesky Jetstream firehose 2024-11-24 06:51:00 +00:00
Event.php Merge branch 'develop' into eventdispatcher-part3 2025-05-12 14:32:53 +00:00
FileTag.php REUSE src directory 2024-08-24 15:27:00 +02:00
GServer.php fix 7 PHPStan errors in factoriy and Model 2025-03-05 15:15:18 +00:00
Item.php Merge pull request #14926 from nupplaphil/fix/item_html_empy 2025-05-17 17:39:46 +02:00
ItemHelper.php Improved support for backfilled posts 2025-03-15 05:58:58 +00:00
ItemURI.php Replace Logger with DI::logger() in Model classes 2025-01-13 10:16:02 +00:00
Mail.php Fix code style 2025-01-13 13:31:54 +00:00
Nodeinfo.php fix code style 2025-04-28 14:12:27 +00:00
OpenWebAuthToken.php REUSE src directory 2024-08-24 15:27:00 +02:00
Photo.php Fix 7 PHPStan errors 2025-03-05 14:27:34 +00:00
Post.php Fix code style 2025-01-13 13:31:54 +00:00
Profile.php Fix code style 2025-05-13 06:18:41 +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 Replace Logger with DI::logger() in Model classes 2025-01-13 10:16:02 +00:00
Tag.php Fix code style 2025-01-13 13:31:54 +00:00
User.php Create events for authenticate, register_account and remove_user hooks 2025-03-20 14:59:47 +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.