1
0
Fork 0
friendica_2020-09-1_sharedH.../src/Model
2020-08-16 10:07:35 -04:00
..
Config
Contact Add mutuals and all methods in Contact\Relation 2020-08-06 22:59:09 -04:00
Notify
Post Categories are not showing up at the bottom of the post 2020-06-15 03:43:51 +00:00
Storage
TwoFactor
User
APContact.php Move post/curl/fetchUrl/fetchUrlFull to own class "Network\HTTPRequest" 2020-07-21 02:56:10 -04:00
Attach.php Fix wrong variable name in Model\Attach 2020-05-20 18:28:14 -04:00
Contact.php Display reshared ("announced") messages of a user on their page 2020-08-11 16:40:01 +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 Renamed function 2020-08-06 10:31:05 +00:00
FileTag.php Useless info messages removed 2020-07-23 06:11:21 +00:00
FSuggest.php
Group.php EOL removed 2020-07-23 06:25:01 +00:00
GServer.php Poco and gcontact (mostly) removed 2020-08-01 16:15:18 +00:00
Introduction.php
Item.php Some performance tweeks 2020-08-16 13:57:56 +02: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 Replace "Probe::uri" with "Contact::getByURL" 2020-07-16 10:22:14 +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
PermissionSet.php
Photo.php Rename "HTTPRequest::curl()" to HTTPRequest::get() 2020-07-21 03:14:01 -04:00
Process.php Merge 2020-04-28 13:33:03 +00:00
Profile.php Some performance tweeks 2020-08-16 13:57:56 +02:00
ProfileField.php
PushSubscriber.php
README.md
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 Posts with subscribed tags will now be stored for the user 2020-07-21 08:35:57 +00:00
User.php Merge pull request #9019 from annando/performance 2020-08-16 10:07:35 -04:00
UserItem.php Merge branch 'notify-shared' of github.com:annando/friendica into notify-shared 2020-08-13 05:17:43 +00:00
Verb.php Update src/Model/Verb.php 2020-05-19 22:42:01 +02:00

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.