friendica/src/Model
Michael bc4e5b4d69 Issue 8735: Ensure the correct data type for "hide" 2020-06-06 08:11:19 +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
Post Merge remote-tracking branch 'upstream/develop' into no-term2 2020-05-05 15:44:24 +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 Fix Notice "Undefined index: subscribe" 2020-06-05 10:44:36 +00:00
Attach.php Fix wrong variable name in Model\Attach 2020-05-20 18:28:14 -04:00
Contact.php Issue 8675: reduce requests of foreign pages 2020-06-01 21:52:31 +00:00
Conversation.php The direction field needs to be removed 2020-03-03 22:43:19 +00:00
Event.php Assign default protocol to new events 2020-05-27 08:23:15 -04:00
FSuggest.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
FileTag.php File and category aren't using "term" anymore 2020-05-03 15:13:40 +00:00
GContact.php Issue 8735: Ensure the correct data type for "hide" 2020-06-06 08:11:19 +00:00
GServer.php Fix notice because of missing array item 2020-05-27 03:19:17 +00: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 Additional "is null" check in post update / create the "vid" if needed 2020-05-31 15:48:31 +00:00
ItemContent.php Found another occurence replaced with constants 2020-05-16 16:39:44 +00:00
ItemURI.php Update item-uri with guid if given 2020-04-19 08:34:20 +00:00
Mail.php Iissue 8560: Wrong value for parent in mail notification 2020-04-28 20:32:39 +00: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 Merge 2020-04-28 13:33:03 +00:00
Profile.php Issue 8675: reduce requests of foreign pages 2020-06-01 21:52:31 +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 Add new Strings::startsWith method 2020-05-18 01:05:38 -04:00
User.php Skip user removal if it's already been removed in Console\User 2020-05-09 11:05:20 -04:00
UserItem.php The old tag handling is removed 2020-05-02 05:08:05 +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.