friendica/src/Model
Michael b8208974a4 Merge remote-tracking branch 'upstream/develop' into user-defined-channels 2023-10-04 09:40:32 +00:00
..
APContact Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Contact Visibility is frequency 2023-09-17 17:42: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 Merge remote-tracking branch 'upstream/develop' into user-defined-channels 2023-10-04 09:40:32 +00:00
User Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
APContact.php Restore support for Mastodon profile short-form URLs 2023-10-03 20:46:17 -04:00
Attach.php Replace "group" with "circle" in the rest of the code 2023-05-27 22:01:45 -04:00
Circle.php Changes after review 2023-09-26 05:05:51 +00:00
Contact.php improve button-icon for groups in hovercard 2023-10-03 09:00:11 +02:00
Conversation.php Improved ATOM distinction, added OPML 2023-05-06 13:52:39 +00:00
Event.php Fix item.private value in Model\Event::getItemArrayForId 2023-07-25 22:48:37 +02: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 Add new horizontal masonry and image height allocation 2023-10-03 19:58:52 -04: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 New function to resize an image to not exceed a given file size 2023-08-10 21:12:35 +00:00
Post.php Use channels for non public content 2023-09-17 19:28:38 +00:00
Profile.php Remove $_SERVER superglobal dependency from Profile::addVisitorCookieForHTTPSigner 2023-10-03 19:58:52 -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 Store and display the subscribed tags 2023-08-28 04:05:52 +00:00
User.php Inverse logic 2023-09-08 15:15:38 +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.