friendica/src/Model
Michael 5df5e9521b The tag table is now really used 2020-04-26 15:24:58 +00:00
..
Config Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Notify Add license info at Friendica classes 2020-02-09 15:45:36 +01: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 Exchange "part" with "fragment" 2020-03-28 15:18:12 +00:00
Attach.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Contact.php Move poke module to src/ 2020-04-20 11:47:08 -04:00
Conversation.php The direction field needs to be removed 2020-03-03 22:43:19 +00:00
Event.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
FSuggest.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
FileTag.php Term constants updated 2020-04-13 19:24:22 +00:00
GContact.php Prevent putting much stress on remote systems 2020-03-30 06:22:32 +00:00
GServer.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Group.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Introduction.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Item.php Removed query for "updated" in gcontact 2020-04-24 15:18:34 +00:00
ItemContent.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
ItemDeliveryData.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
ItemURI.php Update item-uri with guid if given 2020-04-19 08:34:20 +00:00
Mail.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Nodeinfo.php Fix uninstall of installed addons 2020-03-09 23:28:37 +00:00
Notify.php Add license info at Friendica classes 2020-02-09 15:45:36 +01: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 Improved Mime Type detection 2020-04-01 05:42:44 +00:00
Process.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Profile.php Queries had been simplified 2020-04-26 06:58:30 +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 There is now a pending view 2020-04-24 15:42:43 +00:00
Search.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Tag.php The tag table is now really used 2020-04-26 15:24:58 +00:00
Term.php The tag table is now really used 2020-04-26 15:24:58 +00:00
User.php Added check and repair for missing self contact 2020-04-25 07:29:38 +00:00
UserItem.php Code standards 2020-04-22 15:22:39 +00: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.