friendica/src/Model
2022-11-30 14:33:55 +00:00
..
APContact Standards 2022-04-25 13:49:17 +00:00
Contact Changes after code review 2022-11-30 14:33:55 +00:00
Log Fix PHP 8 inheritance deprecation warnings in App\PAge and ParsedLogIterator 2022-11-19 19:30:48 -05:00
Notification Remove poke feature 2022-08-09 14:55:55 -04:00
Post Have a default value for $item['contact-id'] in Model\Post\Delayed 2022-11-26 17:27:36 -05:00
User Improve 2 factor usage 2022-06-25 23:04:00 +02:00
APContact.php Fix various PHP 8 deprecations 2022-11-19 19:15:47 -05: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 Return only one result in case of exact match in Api\Mastodon\Search 2022-11-27 08:28:52 -05:00
Conversation.php The post-reason / protocol is now filled in most cases 2022-07-31 15:54:35 +00:00
Event.php adhere feedback 2022-11-07 20:21:11 +01: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 API: Speed improvements 2022-11-29 18:45:30 +00:00
Item.php Remove related notifications when marking an item for deletion 2022-11-26 21:48:26 -05: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 Fix that user property should be an object instead of array. 2022-11-19 16:48:07 +01:00
OpenWebAuthToken.php Changes: 2022-07-29 00:08:38 +02:00
Photo.php Perfection! 2022-11-27 01:52:49 +01:00
Post.php API: Tredning statuses added 2022-11-28 09:30:41 +00:00
Profile.php Add title to homepage verified check mark 2022-11-08 04:20:19 -05: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 Ensure register records aren't created with uid = 0 2022-11-18 16:04:02 -05:00
Search.php Added more type-hints 2022-06-23 17:30:14 +02:00
Subscription.php Rename Repository\Notify->NotifyOnDesktop to shouldShowOnDesktop 2022-11-04 06:42:37 -04:00
Tag.php Improved handling of native quotes 2022-10-29 22:11:39 +00:00
User.php Centralize config.admin_email management in Model\User 2022-11-14 17:02:42 -05: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.