friendica/src/Model
Philipp Holzer 13a91e63aa
Rename DI::httpRequest() into DI::httpClient()
2021-08-25 21:54:54 +02:00
..
Config Update copyright 2021-03-29 08:40:20 +02:00
Contact We now use the new account-user-view (and fixed the function name) 2021-07-11 09:39:34 +00:00
Log Fix code standard 2021-08-20 11:09:35 +02:00
Notification Update copyright 2021-03-29 08:40:20 +02:00
Post Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
Storage Fixup HTTP headers for httpClient requests 2021-08-25 14:22:43 +02:00
User Update copyright 2021-03-29 08:40:20 +02:00
APContact.php The Matrix and XMPP address is now transported via AP as well 2021-08-10 23:49:09 +00:00
Attach.php Introduce InvalidClassStorageException and adapt the code for it 2021-08-16 23:27:42 +02:00
Contact.php Merge remote-tracking branch 'upstream/develop' into app-user2 2021-08-09 15:32:32 +00:00
Conversation.php Improved comment 2021-07-15 17:42:03 +00:00
Event.php Simplify event storing 2021-08-10 10:24:14 +00:00
FContact.php Update on empty uri-id 2021-07-09 08:46:42 +00:00
FSuggest.php Update copyright 2021-03-29 08:40:20 +02:00
FileTag.php Update copyright 2021-03-29 08:40:20 +02:00
GServer.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
Group.php Update copyright 2021-03-29 08:40:20 +02:00
Host.php Update copyright 2021-03-29 08:40:20 +02:00
Introduction.php Update copyright 2021-03-29 08:40:20 +02:00
Item.php Unused parts of the old notification system are removed 2021-08-24 08:53:15 +00:00
ItemURI.php Reworked media handling 2021-04-26 06:50:12 +00:00
Mail.php "getUserNickname" is now "getLoggedInUserNickname" 2021-08-09 19:48:39 +00:00
Nodeinfo.php Update copyright 2021-03-29 08:40:20 +02:00
Notification.php Reliably diasplay "like" and "share" notifications 2021-08-23 15:07:14 +00:00
OpenWebAuthToken.php Update copyright 2021-03-29 08:40:20 +02:00
PermissionSet.php Update copyright 2021-03-29 08:40:20 +02:00
Photo.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
Post.php New founction to count threads 2021-07-08 17:32:41 +00:00
Process.php Update copyright 2021-03-29 08:40:20 +02:00
Profile.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
ProfileField.php Update copyright 2021-03-29 08:40:20 +02:00
PushSubscriber.php Update copyright 2021-03-29 08:40:20 +02:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php Update copyright 2021-03-29 08:40:20 +02:00
Search.php Update copyright 2021-03-29 08:40:20 +02:00
Subscription.php The desktop notifications have been reworked 2021-08-21 20:35:04 +00:00
Tag.php Some small performance tweaks 2021-07-22 15:35:30 +00:00
User.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
Verb.php Update copyright 2021-03-29 08:40:20 +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.