friendica/src/Model
Hypolite Petovan 488fdd9791
Merge pull request #11558 from annando/public-contact
Ensure that the public contact exists before adding a user contact
2022-05-25 09:06:13 -04:00
..
APContact Standards 2022-04-25 13:49:17 +00:00
Contact Added processing of incoming block notices 2022-04-05 19:14:29 +00:00
Log Add missing copyright text 2022-01-02 10:49:50 +01:00
Notification Update copyright 2022-01-02 08:27:47 +01:00
Post Convert class calls into DI calls 2022-05-19 09:08:04 +00:00
User Update copyright 2022-01-02 08:27:47 +01:00
APContact.php We now store uncommon endpoints 2022-04-25 13:45:03 +00:00
Attach.php Update copyright 2022-01-02 08:27:47 +01:00
Contact.php Check for phantom network 2022-05-25 11:46:58 +00:00
Conversation.php Update copyright 2022-01-02 08:27:47 +01:00
Event.php Update copyright 2022-01-02 08:27:47 +01:00
FContact.php Merge pull request #11129 from urbalazs/copyright-2022 2022-01-02 09:45:35 +01:00
FileTag.php Update copyright 2022-01-02 08:27:47 +01:00
Group.php Apply suggestions 2022-02-20 14:10:57 +01:00
GServer.php Avoid wrong server type detection / Owncast added 2022-04-12 05:34:34 +00:00
Item.php Only use proxied image links with images 2022-05-21 06:58:26 +00:00
ItemURI.php Update copyright 2022-01-02 08:27:47 +01:00
Mail.php Ensure the private message recipient is valid in Mail::send 2022-02-23 21:30:18 -05:00
Nodeinfo.php Update copyright 2022-01-02 08:27:47 +01:00
OpenWebAuthToken.php Update copyright 2022-01-02 08:27:47 +01:00
Photo.php Trim the rid 2022-05-24 17:39:02 +00:00
Post.php Display featured posts for contacts 2022-04-07 21:52:25 +00:00
Profile.php head fixings 2022-04-08 20:48:57 +02:00
PushSubscriber.php Merge pull request #11129 from urbalazs/copyright-2022 2022-01-02 09:45:35 +01:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php Update copyright 2022-01-02 08:27:47 +01:00
Search.php Update copyright 2022-01-02 08:27:47 +01:00
Subscription.php Update copyright 2022-01-02 08:27:47 +01:00
Tag.php Issue 11440: Hashtags are now generated again 2022-05-06 17:03:51 +00:00
User.php Use central function to fetch the global directory 2022-04-26 18:33:58 +00:00
Verb.php Update copyright 2022-01-02 08:27:47 +01: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.