friendica/src/Model
Michael edc6851f0e Issue 12302: Remote self is working again 2022-12-03 07:15:29 +00:00
..
APContact Standards 2022-04-25 13:49:17 +00:00
Contact Don't fetch sugestions for the system user / catch error on contact timeline 2022-12-01 07:07:59 +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 Check post existence before accessing its properties in Model\Post\UserNotification 2022-11-30 19:30:36 -05:00
User Improve 2 factor usage 2022-06-25 23:04:00 +02:00
APContact.php Address some PHP 8.1 deprecation notices 2022-11-29 21:37:41 -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 Update Event.php 2022-12-02 20:59:24 +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
GServer.php API: Speed improvements 2022-11-29 18:45:30 +00:00
Group.php UserSession class [4] - Refactor src/Model/ files 2022-10-20 22:14:50 +02:00
Item.php Issue 12302: Remote self is working again 2022-12-03 07:15:29 +00: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 Removed redundant maximagesize = INF statements 2022-11-30 05:17:48 +01:00
Post.php API: Tredning statuses added 2022-11-28 09:30:41 +00:00
Profile.php Ward against missing hidewall key in profile array in Model\Profile::getVCardHTML 2022-12-02 08:17:06 -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 Avoid 'Undefined array key "last-activity"' 2022-12-01 06:12:13 +00:00
Verb.php Added more type-hints 2022-06-23 17:30:14 +02: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.