1
0
Fork 0
friendica_2020-09-1_sharedH.../src/Model
2020-08-27 21:35:08 +00:00
..
Config
Contact Improved function description 2020-08-22 14:36:42 +00:00
Notify
Post
Storage
TwoFactor
User
APContact.php Replace "insert" with "replace" 2020-08-27 21:35:08 +00:00
Attach.php
Contact.php ActivityPub accounts don't need a "poll" endpoint 2020-08-23 07:37:14 +00:00
Conversation.php
Event.php
FContact.php Renamed function 2020-08-06 10:31:05 +00:00
FileTag.php Useless info messages removed 2020-07-23 06:11:21 +00:00
FSuggest.php
Group.php EOL removed 2020-07-23 06:25:01 +00:00
GServer.php Poco and gcontact (mostly) removed 2020-08-01 16:15:18 +00:00
Introduction.php
Item.php Improved logging 2020-08-23 17:58:22 +00:00
ItemContent.php
ItemURI.php
Mail.php
Nodeinfo.php
Notify.php
OpenWebAuthToken.php
PermissionSet.php
Photo.php Use a constant for the contact photos / dom't cache them 2020-08-18 22:18:48 +00:00
Process.php
Profile.php Some performance tweeks 2020-08-16 13:57:56 +02:00
ProfileField.php
PushSubscriber.php
README.md
Register.php
Search.php
Tag.php Fix malformatted tag scheme 2020-08-22 05:59:19 +00:00
User.php Return system account data when fetching data for user "0" 2020-08-23 07:29:56 +00:00
UserItem.php Merge branch 'notify-shared' of github.com:annando/friendica into notify-shared 2020-08-13 05:17:43 +00: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.