friendica/src/Model
2025-03-15 05:58:58 +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 Support for language and publification date 2025-03-02 16:47:21 +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 Add public contact if missing 2025-03-11 04:51:20 +00:00
Conversation.php Preparation for the Bluesky Jetstream firehose 2024-11-24 06:51:00 +00:00
Event.php Fix code style 2025-01-13 13:31:54 +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 Improved support for backfilled posts 2025-03-15 05:58:58 +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 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 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 Fix code style 2025-01-13 13:31:54 +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 Add public contact if missing 2025-03-11 04:51:20 +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.