friendica/src/Model
2021-10-05 20:07:12 +02:00
..
Config
Contact Some more "q" calls and deprecated logging replaced 2021-10-03 19:43:49 +00:00
Log Fix code standard 2021-08-20 11:09:35 +02:00
Notification
Post Merge pull request #10722 from MrPetovan/task/refactor-notifications 2021-10-03 14:13:28 +02:00
Storage Split Storage usage and Storage configuration 2021-10-05 20:07:12 +02:00
User
APContact.php Issue 10747: Improved check for blocked domains 2021-10-02 10:25:50 +00:00
Attach.php Introduce InvalidClassStorageException and adapt the code for it 2021-08-16 23:27:42 +02:00
Contact.php Code review changes 2021-10-04 14:01:46 +00:00
Conversation.php
Event.php Remove event.adjust field 2021-10-03 13:42:32 -04:00
FContact.php More "q" calls have been replaced 2021-10-03 15:02:20 +00:00
FileTag.php
FSuggest.php
Group.php
GServer.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
Host.php
Introduction.php Use centralized function to update contact entries 2021-09-10 18:21:19 +00:00
Item.php Remove event.adjust field 2021-10-03 13:42:32 -04:00
ItemURI.php
Mail.php Check for reply existence before using its values in Model\Mail 2021-09-26 08:15:07 -04:00
Nodeinfo.php
OpenWebAuthToken.php
PermissionSet.php
Photo.php Refactor User::getAvatarUrlForId into getAvatarUrl 2021-10-02 19:06:25 -04:00
Post.php
Process.php
Profile.php Remove event.adjust field 2021-10-03 13:42:32 -04:00
ProfileField.php
PushSubscriber.php
README.md
Register.php
Search.php
Subscription.php Move notification to the new paradigm 2021-10-02 18:15:45 -04:00
Tag.php Some small performance tweaks 2021-07-22 15:35:30 +00:00
User.php Add logging to track a Notice messages 2021-10-03 20:59:41 -04: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.