friendica/src/Model
Hypolite Petovan f418687a71
Merge pull request #12070 from annando/share
Some more improvements for posts with shares
2022-10-27 08:19:23 -04:00
..
APContact Standards 2022-04-25 13:49:17 +00:00
Contact Add missing DI 2022-10-21 19:16:25 +02:00
Log Changes: 2022-06-23 17:30:14 +02:00
Notification Remove poke feature 2022-08-09 14:55:55 -04:00
Post Some more improvements for posts with shares 2022-10-26 17:00:55 +00:00
User Improve 2 factor usage 2022-06-25 23:04:00 +02:00
APContact.php Rewrite: 2022-10-15 00:44:06 +02:00
Attach.php Split DBStructure & View to avoid DB-calls and dependencies for basic operations 2022-07-12 23:40:31 +02:00
Contact.php Changes: 2022-10-25 20:25:13 +02:00
Conversation.php The post-reason / protocol is now filled in most cases 2022-07-31 15:54:35 +00:00
Event.php UserSession class [4] - Refactor src/Model/ files 2022-10-20 22:14:50 +02:00
FContact.php Merge branch 'develop' into rewrite/gravity-constants 2022-10-18 16:34:40 +02:00
FileTag.php Changes: 2022-06-18 17:09:46 +02:00
Group.php UserSession class [4] - Refactor src/Model/ files 2022-10-20 22:14:50 +02:00
GServer.php Changes: 2022-10-25 20:25:13 +02:00
Item.php Merge pull request #12070 from annando/share 2022-10-27 08:19:23 -04:00
ItemURI.php Pagecache for frequently fetched pages 2022-09-06 06:04:41 +00:00
Mail.php UserSession class [4] - Refactor src/Model/ files 2022-10-20 22:14:50 +02:00
Nodeinfo.php Rewrite: 2022-10-15 00:44:06 +02:00
OpenWebAuthToken.php Changes: 2022-07-29 00:08:38 +02:00
Photo.php UserSession class [4] - Refactor src/Model/ files 2022-10-20 22:14:50 +02:00
Post.php Changes: 2022-10-26 17:59:10 +02:00
Profile.php UserSession class [4] - Refactor src/Model/ files 2022-10-20 22:14:50 +02:00
PushSubscriber.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php Added more type-hints 2022-06-23 17:30:14 +02:00
Search.php Added more type-hints 2022-06-23 17:30:14 +02:00
Subscription.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
Tag.php More functions moved to content class 2022-10-27 05:44:44 +00:00
User.php The EOL constant is removed 2022-10-18 12:29:50 +00:00
Verb.php Added more type-hints 2022-06-23 17:30:14 +02: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.