friendica/src/Model
Michael 757a5c2de9 Loglevels are adjusted 2022-08-30 19:45:30 +00:00
..
APContact Standards 2022-04-25 13:49:17 +00:00
Contact Loglevels are adjusted 2022-08-30 19:45:30 +00:00
Log Changes: 2022-06-23 17:30:14 +02:00
Notification Remove poke feature 2022-08-09 14:55:55 -04:00
Post Avoid some database errors 2022-08-25 04:57:41 +00:00
User Improve 2 factor usage 2022-06-25 23:04:00 +02:00
APContact.php Several performance improvements 2022-08-15 13:23:01 +00: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 Loglevels are adjusted 2022-08-30 19:45:30 +00:00
Conversation.php The post-reason / protocol is now filled in most cases 2022-07-31 15:54:35 +00:00
Event.php Changes: 2022-07-25 17:53:54 +02:00
FContact.php Issue 11853/11867: Fix reshare of public posts 2022-08-27 21:22:49 +00:00
FileTag.php Changes: 2022-06-18 17:09:46 +02:00
GServer.php Some more warnings and erors are fixed 2022-08-28 19:27:21 +00:00
Group.php Handle rare case where contact doesn't exist in Model\Group::getIdsByContactId 2022-07-25 12:07:42 -04:00
Item.php Loglevels are adjusted 2022-08-30 19:45:30 +00:00
ItemURI.php Improved queue processing 2022-08-07 19:24:50 +00:00
Mail.php Loglevels are adjusted 2022-08-30 19:45:30 +00:00
Nodeinfo.php Add expected "users" property to NodeInfo usage property for all versions 2022-07-23 13:21:44 -04:00
OpenWebAuthToken.php Changes: 2022-07-29 00:08:38 +02:00
Photo.php Loglevels are adjusted 2022-08-30 19:45:30 +00:00
Post.php Loglevels are adjusted 2022-08-30 19:45:30 +00:00
Profile.php Changes: 2022-07-23 23:09:35 +02:00
PushSubscriber.php Changes: 2022-06-18 16:59:23 +02: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 Reformatted code 2022-06-23 17:30:17 +02:00
Tag.php Improved checks in "storeForUserByUriId" to reduce recursion depth 2022-08-17 05:28:24 +00:00
User.php Add password length limit if using the Blowfish hashing algorithm 2022-08-01 12:12:18 -04: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.