friendica/src/Model
2021-05-23 18:49:21 -04:00
..
Config
Contact
Notification
Post Merge pull request #10304 from annando/fix-emptymissing-photos 2021-05-23 15:34:34 +02:00
Storage
User
APContact.php Fiy missing "in" 2021-05-17 06:03:14 +00:00
Attach.php Issue 10105: Use legacy photo data field if used 2021-04-01 04:51:55 +00:00
Contact.php Don't delete local tombstone contacts 2021-05-22 08:25:30 +00:00
Conversation.php
Event.php Avoid notices whwn creating events 2021-04-11 06:53:01 +00:00
FContact.php
FileTag.php
FSuggest.php
Group.php
GServer.php Avoid HTML parsing of an empty body 2021-04-10 05:46:19 +00:00
Host.php
Introduction.php
Item.php Issue 10232: Improved search for embedded media links 2021-05-23 12:35:05 +00:00
ItemURI.php Reworked media handling 2021-04-26 06:50:12 +00:00
Mail.php Update src/Model/Mail.php 2021-05-23 07:37:17 +02:00
Nodeinfo.php
Notification.php
OpenWebAuthToken.php
PermissionSet.php
Photo.php API: We now can upload photos 2021-05-16 09:56:02 +00:00
Post.php API: Some more endpoints 2021-05-08 19:21:52 +00:00
Process.php
Profile.php Implement code changes from review. 2021-05-23 13:25:25 -07:00
ProfileField.php
PushSubscriber.php
README.md
Register.php
Search.php
Tag.php Fix display of RTL tags 2021-05-20 08:39:36 -04:00
User.php Update src/Model/User.php 2021-05-20 11:54:30 -07:00
Verb.php

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.