friendica/src/Model
Hypolite Petovan ccf94c5424
Merge pull request #13107 from annando/unify-link
Unifiy the creation of photo links
2023-05-18 08:01:56 -04:00
..
APContact Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Contact Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Log spelling: object 2023-03-26 20:04:07 -04:00
Notification Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Post Simplify image url 2023-05-17 20:30:45 +00:00
User Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
APContact.php Issue 12858: Peertube avatars can now be fetched 2023-03-18 06:41:35 +00:00
Attach.php spelling: retrieve 2023-03-26 16:14:16 -04:00
Contact.php Fix magic links in contact photo menu 2023-05-17 19:53:22 -04:00
Conversation.php Improved ATOM distinction, added OPML 2023-05-06 13:52:39 +00:00
Event.php spelling: birthdays 2023-03-26 16:03:22 -04: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
Group.php "audience" is set for forum posts / followers posts are directed to the followers collection 2023-04-28 05:13:23 +00:00
Item.php Changes after code review 2023-05-03 21:14:35 +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 Ensure that the baseurl return value is a string 2023-05-11 08:13:19 +00: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 Store "audience" and "attributedTo" data 2023-04-14 17:21:20 +00:00
User.php Ensure that the baseurl return value is a string 2023-05-11 08:13:19 +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.