friendica/src/Model
Michael Vogel 0539c788ef
Update src/Model/Photo.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2021-03-26 15:51:26 +01:00
..
Config Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Contact Partly revert the contact-relation sruff 2021-02-25 05:21:47 +00:00
Notification Rename notify classes according the feature name, not the table name 2021-01-24 09:33:23 -05:00
Post Issue 9948: Remove "@" from full text search 2021-03-06 23:04:39 +00:00
Storage Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
User Allow setting arbitrary keys in the cookie array 2021-01-23 05:42:58 -05:00
APContact.php Delete removed contacts 2020-12-15 22:56:46 +00:00
Attach.php Move ExAuth, FKOAuth1 & FKOAuthDataStore to own namespace `Friendica\Security` 2020-09-30 11:14:01 +02:00
Contact.php Improved checks when adding contacts 2021-03-25 05:45:16 +00:00
Conversation.php Mark if post was received via relay 2021-01-09 16:56:42 +00:00
Event.php Update value interpolation syntax in Model\Event::getListById 2021-03-11 14:03:53 -05:00
FContact.php Rename notify classes according the feature name, not the table name 2021-01-24 09:33:23 -05:00
FSuggest.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
FileTag.php Some more removed functionality from FileTag class 2021-01-21 20:25:06 +00:00
GServer.php We now set the protocol in "gserver" on receiving as well 2021-03-10 22:31:33 +00:00
Group.php Small performance improvements, new view for future use 2021-03-06 05:47:49 +00:00
Host.php New model class "host" 2020-09-02 19:19:00 +00:00
Introduction.php New function for contact suggestions 2020-09-28 21:33:40 +00:00
Item.php ActivityPub: Delete Comments 2021-03-24 22:22:14 +00:00
ItemURI.php Return early if an URI id cannot be obtained in ActivityPub\Processor::createItem 2020-12-13 13:42:08 -05:00
Mail.php Rename notify classes according the feature name, not the table name 2021-01-24 09:33:23 -05:00
Nodeinfo.php Improved indexes, avoiding SQL errors, improving speed 2021-02-20 20:07:25 +00:00
Notification.php Rename notify classes according the feature name, not the table name 2021-01-24 09:33:23 -05:00
OpenWebAuthToken.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
PermissionSet.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Photo.php Update src/Model/Photo.php 2021-03-26 15:51:26 +01:00
Post.php More indexes / performance for "pinned" improved 2021-03-10 13:25:37 +00:00
Process.php Rewrite Process Model/Core 2020-09-15 18:16:44 +02:00
Profile.php Several speed improvements (magiclink, caching, indexes) 2021-02-17 18:59:19 +00:00
ProfileField.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
PushSubscriber.php Store the server transport protocol 2021-01-10 19:08:23 -05:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php It has to be "selectFirst" 2020-04-29 01:40:59 +00:00
Search.php Relay settings are now valid for the ActivityRelay as well 2020-09-22 15:48:44 +00:00
Tag.php Trending tags are now sort by different users 2021-03-11 19:59:42 +00:00
User.php Issue 10050: Avoid creating new contacts for expired users 2021-03-20 09:56:35 +00:00
Verb.php Mode switch for insert 2020-11-19 19:34:48 +00: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.