friendica/src/Model
Michael bf2ca5fcf9 Issue 9229: Show unfollow with known contacts 2020-09-19 20:47:05 +00:00
..
Config Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Contact Improved function description 2020-08-22 14:36:42 +00:00
Notify Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Post Another "Duplicate entry" error avoided 2020-08-28 05:47:41 +00:00
Storage Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
TwoFactor Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
User Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
APContact.php Avoid "Duplicate entry" error in apcontact 2020-09-06 09:39:47 +00:00
Attach.php Fix wrong variable name in Model\Attach 2020-05-20 18:28:14 -04:00
Contact.php Fixes several notices 2020-09-19 03:16:26 +00:00
Conversation.php The direction field needs to be removed 2020-03-03 22:43:19 +00:00
Event.php Issue 8836: Point the event to the local post 2020-07-08 20:42:28 +00:00
FContact.php Renamed function 2020-08-06 10:31:05 +00:00
FSuggest.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
FileTag.php Useless info messages removed 2020-07-23 06:11:21 +00:00
GServer.php Removed unused PoCo functionality 2020-08-31 12:40:23 +00:00
Group.php EOL removed 2020-07-23 06:25:01 +00:00
Host.php New model class "host" 2020-09-02 19:19:00 +00:00
Introduction.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Item.php We now set the "global" direction 2020-09-14 17:48:57 +00:00
ItemContent.php Include more field in the fulltext search 2020-09-19 10:45:11 +00:00
ItemURI.php Update item-uri with guid if given 2020-04-19 08:34:20 +00:00
Mail.php Fixes several notices 2020-09-19 03:16:26 +00:00
Nodeinfo.php Module classes splitted 2020-07-13 09:45:45 +00:00
Notify.php Add null/empty string parameter value case in BBCode::convert 2020-06-08 19:15:08 -04:00
OpenWebAuthToken.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
PermissionSet.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Photo.php Use a constant for the contact photos / dom't cache them 2020-08-18 22:18:48 +00:00
Process.php Merge 2020-04-28 13:33:03 +00:00
Profile.php Issue 9229: Show unfollow with known contacts 2020-09-19 20:47:05 +00:00
ProfileField.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
PushSubscriber.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php It has to be "selectFirst" 2020-04-29 01:40:59 +00:00
Search.php Merge 2020-04-28 13:33:03 +00:00
Tag.php Issue 9165: Make pager work for search 2020-09-17 21:10:59 +00:00
User.php Return system account data when fetching data for user "0" 2020-08-23 07:29:56 +00:00
UserItem.php Fix notifications for wrong users 2020-09-07 04:36:28 +00:00
Verb.php Update src/Model/Verb.php 2020-05-19 22:42:01 +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.