friendica/src/Model
Hypolite Petovan da32fa8fa6 Create ActivityPub\FetchQueue and ActivityPub\FetchQueueItem classes
- These classes are used to flatten the recursive missing activity fetch that can hit PHP's maximum function nesting limit
- The original caller is responsible for processing the remaining queue once the original activity has been fetched
2022-06-25 12:40:54 -04:00
..
APContact Standards 2022-04-25 13:49:17 +00:00
Contact Reformatted code 2022-06-23 17:30:17 +02:00
Log Changes: 2022-06-23 17:30:14 +02:00
Notification Update copyright 2022-01-02 08:27:47 +01:00
Post Reformatted code 2022-06-23 17:30:17 +02:00
User Respect Forwarded-For headers 2022-06-23 22:42:35 +02:00
APContact.php Changes: 2022-06-20 21:00:19 +02:00
Attach.php Changes: 2022-06-18 17:09:46 +02:00
Contact.php Changes: 2022-06-25 16:48:36 +02:00
Conversation.php Some more type-hints added 2022-06-17 17:18:31 +02:00
Event.php Some more type-hints added 2022-06-17 17:18:31 +02:00
FContact.php Changes: 2022-06-25 16:48:36 +02:00
FileTag.php Changes: 2022-06-18 17:09:46 +02:00
Group.php Continued: 2022-06-18 17:22:50 +02:00
GServer.php Add explicit gserver.site_name string truncate in Model\GServer 2022-06-25 06:25:48 -04:00
Item.php Create ActivityPub\FetchQueue and ActivityPub\FetchQueueItem classes 2022-06-25 12:40:54 -04:00
ItemURI.php Maybe fix for: 2022-06-18 18:30:50 +02:00
Mail.php Added missing type-hints 2022-06-18 17:52:46 +02:00
Nodeinfo.php Changes: 2022-06-19 01:11:30 +02:00
OpenWebAuthToken.php Added more type-hints 2022-06-23 17:30:14 +02:00
Photo.php Changed to suggestings (back to original) + fixed typo in scalar type 2022-06-18 23:30:37 +02:00
Post.php Changes: 2022-06-18 16:59:23 +02:00
Profile.php Added more type-hints 2022-06-23 17:30:14 +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 No need to log $tid here 2022-06-23 17:30:17 +02:00
User.php Added more type-hints 2022-06-23 17:30:14 +02:00
Verb.php Added more type-hints 2022-06-23 17:30:14 +02:00

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.