friendica/src/Model
Hypolite Petovan 706444bdb2 Decouple conversation creation from rendering
- This allows to separately obtain a list of threads for rendering without having to deal with an already-formed HTML output
2023-07-08 16:57:52 -04:00
..
APContact Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Contact Merge remote-tracking branch 'upstream/develop' into parent-view 2023-05-29 06:53:02 +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 Fix: Unseen marker wasn't set / Don't mark activities as unseen 2023-06-25 13:33:01 +00:00
User Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
APContact.php Better support for "audience" / simplified Lemmy processing 2023-06-15 22:04:28 +00:00
Attach.php Replace "group" with "circle" in the rest of the code 2023-05-27 22:01:45 -04:00
Circle.php Dedicated circle name for groups 2023-06-25 20:37:11 +00:00
Contact.php Decouple conversation creation from rendering 2023-07-08 16:57:52 -04:00
Conversation.php Improved ATOM distinction, added OPML 2023-05-06 13:52:39 +00:00
Event.php Display the contact alias if the URL is no HTTP link 2023-06-18 16:49:38 +00:00
FileTag.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
GServer.php Prevent casting a non-existent array key before it's been coalesced in Model\GServer 2023-05-06 23:48:32 -04:00
Item.php Fix warnings because of missing field 2023-06-23 21:27:34 +00:00
ItemURI.php Check for URI ID existence in Post\Media::insert 2023-01-09 16:06:22 -05:00
Mail.php Apply suggestions from code review 2023-03-22 21:35:44 -04:00
Nodeinfo.php spelling: activity 2023-03-26 16:03:22 -04:00
OpenWebAuthToken.php spelling: entry 2023-03-26 20:03:51 -04:00
Photo.php Replace "forum" by "group" in the rest of the code 2023-06-02 13:52:41 -04:00
Post.php Issue 13041: API activities for reshared posts are now performed on the original posts 2023-05-01 04:01:11 +00:00
Profile.php Add explicit parameter to IHandleUserSession->setvisitorContacts 2023-03-27 21:31:54 -04: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 Better support for "audience" / simplified Lemmy processing 2023-06-15 22:04:28 +00:00
User.php Invert condition 2023-06-26 05:32:33 +00:00
Verb.php Happy New Year 2023! 2023-01-01 09:36:24 -05: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.