friendica/src/Model
2022-12-06 22:23:43 +00:00
..
APContact
Contact Support Blurhash 2022-12-04 13:29:21 +00:00
Log Fix PHP 8 inheritance deprecation warnings in App\PAge and ParsedLogIterator 2022-11-19 19:30:48 -05:00
Notification
Post Support Blurhash 2022-12-04 13:29:21 +00:00
User
APContact.php Address some PHP 8.1 deprecation notices 2022-11-29 21:37:41 -05:00
Attach.php
Contact.php [Database version 1499] Create new paradigm classes for Diaspora Contact 2022-12-05 00:00:50 -05:00
Conversation.php
Event.php Update Event.php 2022-12-02 20:59:24 +01:00
FileTag.php
Group.php UserSession class [4] - Refactor src/Model/ files 2022-10-20 22:14:50 +02:00
GServer.php API: Speed improvements 2022-11-29 18:45:30 +00:00
Item.php Issue 12302: Remote self is working again 2022-12-03 07:15:29 +00:00
ItemURI.php
Mail.php UserSession class [4] - Refactor src/Model/ files 2022-10-20 22:14:50 +02:00
Nodeinfo.php Fix that user property should be an object instead of array. 2022-11-19 16:48:07 +01:00
OpenWebAuthToken.php
Photo.php Issue 12275: Banner upload via avatar does work now 2022-12-04 16:33:29 +00:00
Post.php API: Tredning statuses added 2022-11-28 09:30:41 +00:00
Profile.php Ward against missing hidewall key in profile array in Model\Profile::getVCardHTML 2022-12-02 08:17:06 -05:00
PushSubscriber.php
README.md
Register.php Ensure register records aren't created with uid = 0 2022-11-18 16:04:02 -05:00
Search.php
Subscription.php Rename Repository\Notify->NotifyOnDesktop to shouldShowOnDesktop 2022-11-04 06:42:37 -04:00
Tag.php Improved handling of native quotes 2022-10-29 22:11:39 +00:00
User.php Fix "Missing hidewall key" 2022-12-06 22:23:43 +00:00
Verb.php

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.