friendica/src/Model
Hypolite Petovan 8010ccdc21
Merge pull request #7072 from nupplaphil/task/mod_directory
Move mod/directory to src/Module/Directory
2019-05-02 20:03:13 -04:00
..
Storage Rewrites: 2019-02-19 01:56:41 +01:00
APContact.php AP: Parsing of messages from Pleroma should work now again 2019-04-26 06:17:37 +00:00
Attach.php 4) Adding Factories to other entrypoints 2019-02-03 22:46:50 +01:00
Contact.php Move mod/allfriends to src/Module/AllFriends 2019-05-02 22:03:27 +02:00
Conversation.php Fix potential bugs without expected behavior change 2019-01-21 11:04:19 -05:00
Event.php Indentions 2019-02-13 10:22:36 +00:00
FileTag.php Refactor namespaces 2019-01-21 10:43:42 -05:00
GContact.php Remove unused code 2019-01-21 10:48:40 -05:00
Group.php Move group module to src/ 2019-02-23 17:32:40 -05:00
Item.php Remove /display/{nick}/{id} URL structure publishing 2019-05-02 17:04:17 -04:00
ItemContent.php Fix PHPDoc comments project-wide 2019-01-21 10:35:51 -05:00
ItemDeliveryData.php Rewrites: 2019-02-19 01:56:41 +01:00
ItemURI.php Fix PHPDoc comments project-wide 2019-01-21 10:35:51 -05:00
Mail.php Fix types in doc blocks/prototypes 2019-01-23 09:06:58 -05:00
Nodeinfo.php proper split cronjob functions 2019-04-22 14:22:00 +02:00
OpenWebAuthToken.php Fix PHPDoc comments project-wide 2019-01-21 10:35:51 -05:00
PermissionSet.php Fix PHPDoc comments project-wide 2019-01-21 10:35:51 -05:00
Photo.php Bugfixings in Config 2019-02-22 23:51:13 +01:00
Process.php Fix PHPDoc comments project-wide 2019-01-21 10:35:51 -05:00
Profile.php Added feedback 2019-05-02 23:26:02 +02:00
PushSubscriber.php Fix PHPDoc comments project-wide 2019-01-21 10:35:51 -05:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php Add missing fields to Register::getPending() 2019-03-08 21:57:18 -05:00
Search.php Move .well-known, webfinger, xrd to src/Module/ 2019-05-01 18:25:04 +02:00
Term.php Replace isset by array_key_exists on array class constant in Model\Term 2019-02-27 08:00:04 -05:00
User.php Move .well-known, webfinger, xrd to src/Module/ 2019-05-01 18:25:04 +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.