friendica/src/Model
Philipp Holzer 0449077126
Revert "Fix IHTTPResult::getHeader() - Now returns a string array, like expected - Fix usages - Fix dataset"
This reverts commit 80bd0a4d
2020-10-11 23:25:40 +02:00
..
Config Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Contact Filter for account type for contacts 2020-10-09 19:08:50 +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 Issue 9303: Detect AP accesses as backend, prevent ping pong 2020-10-02 09:31:39 +00:00
Attach.php Move ExAuth, FKOAuth1 & FKOAuthDataStore to own namespace `Friendica\Security` 2020-09-30 11:14:01 +02:00
Contact.php Changed documentation 2020-10-06 20:36:57 +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 New function for contact suggestions 2020-09-28 21:33:40 +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 Replace IHTTPResult for CurlResult usages 2020-10-10 23:11:30 +02: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 Display language name / only search for available languages 2020-10-07 04:15:02 +00:00
ItemContent.php Endless scrolling for searches and contact comments 2020-09-30 19:14:13 +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 Revert "Fix IHTTPResult::getHeader() - Now returns a string array, like expected - Fix usages - Fix dataset" 2020-10-11 23:25:40 +02:00
Process.php Rewrite Process Model/Core 2020-09-15 18:16:44 +02:00
Profile.php Don't show failed contacts 2020-10-07 20:06:15 +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 9344: Update trending tags hourly 2020-10-03 06:10:39 +00:00
User.php Revert "Fix IHTTPResult::getHeader() - Now returns a string array, like expected - Fix usages - Fix dataset" 2020-10-11 23:25:40 +02: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.