friendica/src/Model
~keith a802fada23
Merge branch '2023.09-rc' into megamerge
2023-11-06 11:31:34 -05:00
..
APContact Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Contact Individual callstacks are removed from the logger 2023-10-18 19:55:15 +00:00
Log spelling: object 2023-03-26 20:04:07 -04:00
Notification Replace "forum" by "group" in the rest of the code 2023-06-02 13:52:41 -04:00
Post Use ISO-639-1 for the language detection 2023-11-02 22:49:25 +00:00
User Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
APContact.php Individual callstacks are removed from the logger 2023-10-18 19:55:15 +00:00
Attach.php Replace "group" with "circle" in the rest of the code 2023-05-27 22:01:45 -04:00
Circle.php Post permissions are now copied from the thread parent 2023-10-29 08:49:24 +00:00
Contact.php Individual callstacks are removed from the logger 2023-10-18 19:55:15 +00:00
Conversation.php Improved ATOM distinction, added OPML 2023-05-06 13:52:39 +00:00
Event.php Fix computation of the private flag for shared event items 2023-11-05 09:11:08 -05:00
FileTag.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
GServer.php Individual callstacks are removed from the logger 2023-10-18 19:55:15 +00:00
Item.php Merge branch '2023.09-rc' into megamerge 2023-11-06 11:31:34 -05:00
ItemURI.php Check for URI ID existence in Post\Media::insert 2023-01-09 16:06:22 -05:00
Mail.php Fix wrong field name in Model\Mail 2023-07-25 22:44:03 +02:00
Nodeinfo.php The twitter addon is no import connector anymore 2023-08-09 20:29:45 +00:00
OpenWebAuthToken.php spelling: entry 2023-03-26 20:03:51 -04:00
Photo.php Individual callstacks are removed from the logger 2023-10-18 19:55:15 +00:00
Post.php Individual callstacks are removed from the logger 2023-10-18 19:55:15 +00:00
Profile.php Use public contact ID in Model\Profile::getVCardHtml instead of potentially self-contact ID 2023-11-05 19:34:36 -05:00
PushSubscriber.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Search.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Subscription.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Tag.php Post permissions are now copied from the thread parent 2023-10-29 08:49:24 +00:00
User.php Use the "abandon days" for the user language detection 2023-11-05 21:04:29 +00:00
Verb.php Happy New Year 2023! 2023-01-01 09:36:24 -05: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.