friendica/src/Model
2021-06-28 13:09:00 +00:00
..
Config Update copyright 2021-03-29 08:40:20 +02:00
Contact More logging for the contact discovery 2021-05-29 17:24:50 +00:00
Notification Update copyright 2021-03-29 08:40:20 +02:00
Post Reduce the usage of the "proxifyUrl" function 2021-06-27 11:50:10 +00:00
Storage Merge remote-tracking branch 'upstream/2021.06-rc' into proxy2 2021-06-28 10:11:41 +00:00
User Update copyright 2021-03-29 08:40:20 +02:00
APContact.php Fix noscrape publishing and pulling, added header 2021-06-17 11:23:32 +00:00
Attach.php Issue 10105: Use legacy photo data field if used 2021-04-01 04:51:55 +00:00
Contact.php Reduce the usage of the "proxifyUrl" function 2021-06-27 11:50:10 +00:00
Conversation.php Update copyright 2021-03-29 08:40:20 +02:00
Event.php Possibly fixes notice "Undefined index: private in .../src/Model/Item.php on line 3115" 2021-06-14 18:34:11 +00:00
FContact.php Update copyright 2021-03-29 08:40:20 +02:00
FileTag.php Update copyright 2021-03-29 08:40:20 +02:00
FSuggest.php Update copyright 2021-03-29 08:40:20 +02:00
Group.php Update copyright 2021-03-29 08:40:20 +02:00
GServer.php Ensure nodeinfo-provided protocols are strings in Model\GServer::parseNodeinfo2 2021-05-31 00:47:03 -04:00
Host.php Update copyright 2021-03-29 08:40:20 +02:00
Introduction.php Update copyright 2021-03-29 08:40:20 +02:00
Item.php Replace attachment links in the body 2021-06-28 04:53:20 +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 Update copyright 2021-03-29 08:40:20 +02:00
Notification.php Update copyright 2021-03-29 08:40:20 +02:00
OpenWebAuthToken.php Update copyright 2021-03-29 08:40:20 +02:00
PermissionSet.php Update copyright 2021-03-29 08:40:20 +02:00
Photo.php External resources are cacheable 2021-06-28 13:09:00 +00:00
Post.php New functions for the post-view view 2021-06-16 10:16:01 +00:00
Process.php Update copyright 2021-03-29 08:40:20 +02:00
Profile.php Reduce the usage of the "proxifyUrl" function 2021-06-27 11:50:10 +00:00
ProfileField.php Update copyright 2021-03-29 08:40:20 +02:00
PushSubscriber.php Update copyright 2021-03-29 08:40:20 +02:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php Update copyright 2021-03-29 08:40:20 +02:00
Search.php Update copyright 2021-03-29 08:40:20 +02:00
Tag.php Fix display of RTL tags 2021-05-20 08:39:36 -04:00
User.php An empty user id does not have children 2021-06-19 06:27:25 +00:00
Verb.php Update copyright 2021-03-29 08:40:20 +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.