friendica/src/Model
Michael 018858934b The priority is now a class constant 2022-10-17 05:49:55 +00:00
..
APContact Standards 2022-04-25 13:49:17 +00:00
Contact Loglevels are adjusted 2022-08-30 19:45:30 +00:00
Log Changes: 2022-06-23 17:30:14 +02:00
Notification Remove poke feature 2022-08-09 14:55:55 -04:00
Post The priority is now a class constant 2022-10-17 05:49:55 +00:00
User Improve 2 factor usage 2022-06-25 23:04:00 +02:00
APContact.php Ward against missing keys in Model\APContact::isRelay 2022-09-24 09:56:12 -04: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 The priority is now a class constant 2022-10-17 05:49:55 +00:00
Conversation.php The post-reason / protocol is now filled in most cases 2022-07-31 15:54:35 +00:00
Event.php Add missing post keys to retrieve pLink in Model\Event::prepareListForTemplate() 2022-10-11 22:18:52 -04:00
FContact.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
FileTag.php Changes: 2022-06-18 17:09:46 +02:00
GServer.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
Group.php Handle rare case where contact doesn't exist in Model\Group::getIdsByContactId 2022-07-25 12:07:42 -04:00
Item.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
ItemURI.php Pagecache for frequently fetched pages 2022-09-06 06:04:41 +00:00
Mail.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
Nodeinfo.php (Hopefully) SQL improvements 2022-09-24 17:56:07 +00:00
OpenWebAuthToken.php Changes: 2022-07-29 00:08:38 +02:00
Photo.php Some changes after code review 2022-08-31 19:03:37 +00:00
Post.php Loglevels are adjusted 2022-08-30 19:45:30 +00:00
Profile.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
PushSubscriber.php The priority is now a class constant 2022-10-17 05:49:55 +00: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 The priority is now a class constant 2022-10-17 05:49:55 +00:00
Tag.php Some more changed log levels 2022-08-31 05:01:22 +00:00
User.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
Verb.php Added more type-hints 2022-06-23 17:30:14 +02:00

README.md

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.