friendica/src/Model
Philipp Holzer 1de3f186d7
Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
2019-12-29 20:16:55 +01:00
..
Config Fix typo in Model\Config\PConfig 2019-07-15 16:32:13 -04:00
Storage Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
TwoFactor Add two-factor app-specific password settings page 2019-07-22 07:56:00 -04:00
User Refactor Session Handling (make it more simple & handler are now handler again) 2019-12-11 20:30:31 +01:00
APContact.php Ensure pubkey key is present in APContact::getByUrl result 2019-12-24 15:37:35 -05:00
Attach.php Introduce new DI container 2019-12-29 20:16:55 +01:00
Contact.php Introduce new DI container 2019-12-29 20:16:55 +01:00
Conversation.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
Event.php Notice/warning in event fixed 2019-11-25 11:16:55 +00:00
FileTag.php catching nulls for FileTag 2019-05-30 13:54:35 +02:00
GContact.php Relocated functions 2019-12-21 06:39:22 +00:00
GServer.php Standards 2019-12-24 05:04:11 +00:00
Group.php Group selection: Respect "pubmail" and ignore atchived or blocked contacts 2019-12-02 23:04:11 +00:00
Introduction.php Add new Introduction model class 2019-12-11 08:24:16 -05:00
Item.php Introduce new DI container 2019-12-29 20:16:55 +01:00
ItemContent.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
ItemDeliveryData.php Now using the correct function call ... 2019-11-23 04:31:40 +00:00
ItemURI.php Fix PHPDoc comments project-wide 2019-01-21 10:35:51 -05:00
Mail.php Move Activity/Namespaces defines to constants 2019-10-24 21:40:12 +02:00
Nodeinfo.php Introduce new DI container 2019-12-29 20:16:55 +01:00
Notify.php Introduce new DI container 2019-12-29 20:16:55 +01:00
OpenWebAuthToken.php Fix PHPDoc comments project-wide 2019-01-21 10:35:51 -05:00
PermissionSet.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
Photo.php Introduce new DI container 2019-12-29 20:16:55 +01:00
Process.php Fix PHPDoc comments project-wide 2019-01-21 10:35:51 -05:00
Profile.php "gprobe" removed 2019-12-20 06:47:18 +00:00
PushSubscriber.php Fix PHPDoc comments project-wide 2019-01-21 10:35:51 -05:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php Fix security vulnerbilities. 2019-10-10 15:21:41 -08:00
Search.php Move .well-known, webfinger, xrd to src/Module/ 2019-05-01 18:25:04 +02:00
Term.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
User.php Make L10n immutable 2019-12-28 23:12:01 +01: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.