friendica/src/Model
Michael d267ba999c We now use the new account-user-view (and fixed the function name) 2021-07-11 09:39:34 +00:00
..
Config Update copyright 2021-03-29 08:40:20 +02:00
Contact We now use the new account-user-view (and fixed the function name) 2021-07-11 09:39:34 +00:00
Notification Update copyright 2021-03-29 08:40:20 +02:00
Post Improved logging, improved link check 2021-07-06 17:40:40 +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 notice "undefined index: uri" 2021-07-09 14:52:22 +00:00
Attach.php Issue 10105: Use legacy photo data field if used 2021-04-01 04:51:55 +00:00
Contact.php We now use the new account-user-view (and fixed the function name) 2021-07-11 09:39:34 +00:00
Conversation.php Update copyright 2021-03-29 08:40:20 +02:00
Event.php Fix fatal error 2021-07-10 21:08:55 +00:00
FContact.php Update on empty uri-id 2021-07-09 08:46:42 +00: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 Ensure nodeinfo-provided protocols are strings in Model\GServer::parseNodeinfo2 2021-05-31 00:47:03 -04: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 Function renamed to better reflect the functionality 2021-07-09 06:29:24 +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 Guess the mimetype in advance 2021-06-30 04:28:03 +00:00
Post.php New founction to count threads 2021-07-08 17:32:41 +00:00
Process.php Update copyright 2021-03-29 08:40:20 +02:00
Profile.php Some more "convertForUriId" replacements 2021-07-10 12:58:48 +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 Fix notice "Undefined index: account-type" 2021-07-04 21:26:08 +00: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.