friendica/src/Model
2022-07-27 17:56:56 +00:00
..
APContact Standards 2022-04-25 13:49:17 +00:00
Contact include suggested changes 2022-07-13 00:23:12 +02:00
Log Changes: 2022-06-23 17:30:14 +02:00
Notification Update copyright 2022-01-02 08:27:47 +01:00
Post Improved message handling / new activity relay handling 2022-07-27 17:39:00 +00:00
User Improve 2 factor usage 2022-06-25 23:04:00 +02:00
APContact.php Improved message handling / new activity relay handling 2022-07-27 17:39:00 +00:00
Attach.php Split DBStructure & View to avoid DB-calls and dependencies for basic operations 2022-07-12 23:40:31 +02:00
Contact.php Emergency fixes to fix a bunch of fatal errors 2022-07-17 11:47:12 +00:00
Conversation.php Improved message handling / new activity relay handling 2022-07-27 17:39:00 +00:00
Event.php Changes: 2022-07-25 17:53:54 +02:00
FContact.php Changed double-quotes to single 2022-07-23 21:58:00 +02:00
FileTag.php Changes: 2022-06-18 17:09:46 +02:00
Group.php Handle rare case where contact doesn't exist in Model\Group::getIdsByContactId 2022-07-25 12:07:42 -04:00
GServer.php Improved message handling / new activity relay handling 2022-07-27 17:39:00 +00:00
Item.php Improved message handling / new activity relay handling 2022-07-27 17:39:00 +00:00
ItemURI.php Maybe fix for: 2022-06-18 18:30:50 +02:00
Mail.php Remove unused uid parameter in Item::newURI 2022-07-09 07:39:51 -04:00
Nodeinfo.php Add expected "users" property to NodeInfo usage property for all versions 2022-07-23 13:21:44 -04:00
OpenWebAuthToken.php Added more type-hints 2022-06-23 17:30:14 +02:00
Photo.php Split DBStructure & View to avoid DB-calls and dependencies for basic operations 2022-07-12 23:40:31 +02:00
Post.php include suggested changes 2022-07-13 00:23:12 +02:00
Profile.php Changes: 2022-07-23 23:09:35 +02:00
PushSubscriber.php Changes: 2022-06-18 16:59:23 +02:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php Added more type-hints 2022-06-23 17:30:14 +02:00
Search.php Added more type-hints 2022-06-23 17:30:14 +02:00
Subscription.php Reformatted code 2022-06-23 17:30:17 +02:00
Tag.php Improved message handling / new activity relay handling 2022-07-27 17:39:00 +00:00
User.php Changes: 2022-07-23 21:58:00 +02:00
Verb.php Added more type-hints 2022-06-23 17:30:14 +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.