friendica/src/Model
Michael 6fe916a390 API: improved mail handling 2021-05-22 13:37:04 +00:00
..
Config Update copyright 2021-03-29 08:40:20 +02:00
Contact Update copyright 2021-03-29 08:40:20 +02:00
Notification Update copyright 2021-03-29 08:40:20 +02:00
Post Fix list of accounts 2021-05-11 23:39:08 +00:00
Storage Update copyright 2021-03-29 08:40:20 +02:00
User Update copyright 2021-03-29 08:40:20 +02:00
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 Update copyright 2021-03-29 08:40:20 +02:00
Event.php Avoid notices whwn creating events 2021-04-11 06:53:01 +00:00
FContact.php Update copyright 2021-03-29 08:40:20 +02:00
FSuggest.php Update copyright 2021-03-29 08:40:20 +02:00
FileTag.php Update copyright 2021-03-29 08:40:20 +02:00
GServer.php Avoid HTML parsing of an empty body 2021-04-10 05:46:19 +00:00
Group.php Update copyright 2021-03-29 08:40:20 +02: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 Fix fatal errors / added some API todo 2021-05-17 19:20:31 +00:00
ItemURI.php Reworked media handling 2021-04-26 06:50:12 +00:00
Mail.php API: improved mail handling 2021-05-22 13:37:04 +00: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 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 Update copyright 2021-03-29 08:40:20 +02:00
Profile.php Fix for empty profile pages 2021-05-22 05:34: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 Update src/Model/User.php 2021-05-20 11:54:30 -07:00
Verb.php Update copyright 2021-03-29 08:40:20 +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.