friendica/src/Model
2025-05-09 06:56:17 +00:00
..
APContact REUSE src directory 2024-08-24 15:27:00 +02:00
Contact Unneeded check removed 2025-01-24 06:59:38 +00:00
Log Fix errors in Model namespace 2024-12-04 21:41:41 +00:00
Notification REUSE src directory 2024-08-24 15:27:00 +02:00
Post Create event for check_item_notification hook 2025-03-24 12:28:22 +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-09 06:56:17 +00:00
FileTag.php REUSE src directory 2024-08-24 15:27:00 +02:00
GServer.php Fix codestyle 2025-02-15 20:13:21 +00:00
Item.php Merge branch 'develop' into eventdispatcher-part3 2025-04-10 11:14:16 +00: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 Replace Logger with DI::logger() in Model classes 2025-01-13 10:16:02 +00:00
Post.php Fix code style 2025-01-13 13:31:54 +00:00
Profile.php Wrap item in INSERT_POST_LOCAL in separate array 2025-03-17 13:08: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 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.