friendica-github/src/Model
Hypolite Petovan e8da8c5a2b
Merge pull request #14182 from annando/magic
Improve "magic" with Hubzilla
2024-05-26 10:03:07 -04:00
..
APContact Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Contact Possibility to mark contacts as "channel only" 2024-03-21 13:20:52 +00:00
Log Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Notification Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Post Many deprecated function calls are replaced 2024-05-13 21:37:15 +00:00
User Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
APContact.php Issue 14175: Fix problems with upper case host names 2024-05-25 19:00:53 +00:00
Attach.php Many deprecated function calls are replaced 2024-05-13 21:37:15 +00:00
Circle.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Contact.php Enable "magic" with Hubzilla 2024-05-26 12:44:08 +00:00
Conversation.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Event.php Comstants for features 2024-03-24 14:48:23 +00:00
FileTag.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
GServer.php Provide OpenWebAuth related data 2024-05-26 06:45:26 +00:00
Item.php Respect the "sensitive" flag for summaries 2024-05-15 12:17:06 +00:00
ItemURI.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Mail.php Fix warning concerning a missing "created" field 2024-01-14 11:58:06 +00:00
Nodeinfo.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
OpenWebAuthToken.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Photo.php Improved user agent string 2024-05-10 09:01:43 +00:00
Post.php Performance improvements when displaying local posts 2024-04-17 19:16:47 +00:00
Profile.php Enable "magic" with Hubzilla 2024-05-26 12:44:08 +00:00
PushSubscriber.php "Network::unparseURL" is replaced with "Uri::fromParts" 2024-05-14 21:47:57 +00:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Search.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Subscription.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Tag.php urlencode for tags / fix smiley replacement 2024-02-12 04:46:20 +00:00
User.php Request type set for all HTTP requests 2024-05-12 17:53:21 +00:00
Verb.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00: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.