friendica/src/Model
Michael 9506bf6989 Avoid duplicate media elements 2022-11-13 23:38:48 +00:00
..
APContact Standards 2022-04-25 13:49:17 +00:00
Contact (Hopefully) query performance improvements 2022-11-01 08:45:25 -04: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 duplicate media elements 2022-11-13 23:38:48 +00:00
User Improve 2 factor usage 2022-06-25 23:04:00 +02:00
APContact.php Move Follow to `/contact` namespace 2022-10-31 20:58:27 +01: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 Create new Contact\Redir module class 2022-11-08 20:12:23 -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
GServer.php Changes: 2022-10-25 20:25:13 +02:00
Group.php UserSession class [4] - Refactor src/Model/ files 2022-10-20 22:14:50 +02:00
Item.php Avoid duplicate media elements 2022-11-13 23:38:48 +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 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 (Hopefully) query performance improvements 2022-11-01 08:45:25 -04: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 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 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 Create new Settings\RemoveMe module class 2022-11-08 18:33:54 -05: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.