friendica/src/Model
Philipp Holzer 7716374593
Move mod/receive to src/Module/Diaspora/receive
- Added routes
- Make Diaspora::decode(Raw) more explicit
- Add new User::getByGuid() method
2019-10-20 13:07:16 +02:00
..
Config Fix typo in Model\Config\PConfig 2019-07-15 16:32:13 -04:00
Storage Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
TwoFactor Add two-factor app-specific password settings page 2019-07-22 07:56:00 -04:00
APContact.php Support for empty nick names 2019-07-24 19:30:36 +00:00
Attach.php Ensure *toArray returns an array 2019-07-28 00:03:42 -04:00
Contact.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
Conversation.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
Event.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
FileTag.php catching nulls for FileTag 2019-05-30 13:54:35 +02:00
GContact.php Cleaned up code / removed legacy stuff 2019-10-19 16:41:07 +00:00
GServer.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
Group.php Use network field instead of protocol in Group::expand 2019-08-11 16:41:00 -04:00
Item.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
ItemContent.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
ItemDeliveryData.php Type hints 2019-09-03 03:59:46 +00:00
ItemURI.php Fix PHPDoc comments project-wide 2019-01-21 10:35:51 -05:00
Mail.php Issue 5721: Set permissions of photos in PM 2019-09-11 04:08:41 +00: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 Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
Photo.php Fix: The getGUID function hadn't fetched the GUID from pictures with scale "0" 2019-10-08 04:42:51 +00:00
Process.php Fix PHPDoc comments project-wide 2019-01-21 10:35:51 -05:00
Profile.php Remove extra spaces before closing parentheses in src/ 2019-10-16 08:58:09 -04: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 Fix security vulnerbilities. 2019-10-10 15:21:41 -08:00
Search.php Move .well-known, webfinger, xrd to src/Module/ 2019-05-01 18:25:04 +02:00
Term.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
User.php Move mod/receive to src/Module/Diaspora/receive 2019-10-20 13:07:16 +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.