friendica/src/Model
Hypolite Petovan 8c17a6b4d9 Rename Model\User::getOwnerDataById parameter to better reflect intent 2020-12-15 09:41:10 -05:00
..
Config Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Contact Reject replies when author is blocked by thread owner in Model\Item::insert 2020-11-14 10:08:50 -05:00
Notify Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Post Fix: posted unprepared posts hadn't been deleted 2020-12-13 18:17:50 +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 available is not vital 2020-11-24 07:49:36 +00:00
Attach.php Move ExAuth, FKOAuth1 & FKOAuthDataStore to own namespace `Friendica\Security` 2020-09-30 11:14:01 +02:00
Contact.php Archive/Unarchive at ActivityPub delivery 2020-12-12 16:45:23 +00:00
Conversation.php Store the protocol of the received message 2020-11-29 09:01:51 +00:00
Event.php Remove obsolete references to item.parent-uri 2020-11-14 10:08:50 -05:00
FContact.php The notifications parameters are now simplified 2020-11-25 19:56:39 +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 Issue 9630: Prevent negative values for registered users 2020-12-06 18:14:05 +00:00
Group.php Display number of group members in contact widget 2020-10-07 06:19:09 +00:00
Host.php New model class "host" 2020-09-02 19:19:00 +00:00
Introduction.php New function for contact suggestions 2020-09-28 21:33:40 +00:00
Item.php Delay unprepared posts 2020-12-13 12:47:49 +00:00
ItemContent.php Issue 9584: Only search posts from federated networks 2020-12-12 19:55:47 +00:00
ItemURI.php Return early if an URI id cannot be obtained in ActivityPub\Processor::createItem 2020-12-13 13:42:08 -05:00
Mail.php The notifications parameters are now simplified 2020-11-25 19:56:39 +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 Centralized fetching of the default avatar 2020-12-07 06:43:43 +00:00
Process.php Rewrite Process Model/Core 2020-09-15 18:16:44 +02:00
Profile.php Avoid problems with uid=0 2020-11-19 17:19:14 +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 Relay settings are now valid for the ActivityRelay as well 2020-09-22 15:48:44 +00:00
Tag.php Issue 9584: Only search posts from federated networks 2020-12-12 19:55:47 +00:00
User.php Rename Model\User::getOwnerDataById parameter to better reflect intent 2020-12-15 09:41:10 -05:00
UserItem.php New table "post-user" and more foreign keys 2020-11-17 22:33:44 +00:00
Verb.php Mode switch for insert 2020-11-19 19:34:48 +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.