gnu-social/src/Controller
Eliseu Amaro 622057ba0d
[CONTROLLER][Feeds] Added should_format field on returned array
FeedController will only handle FormatNoteList if the should_format field is true.

This change was made to make the replies route feed possible, this route is added by the Conversation component. Since a reply isn't a conversation root, if the FeedController handled the FormatNoteList event, this feed wouldn't have any notes to display.
2021-12-20 15:39:23 +00:00
..
Activity.php [ActivityPub] Add ActivityToType 2021-12-01 19:47:39 +00:00
Actor.php [CONTROLLER][Actor] Provide template with all notes by actor 2021-12-01 21:41:41 +00:00
AdminPanel.php [CORE][SECURITY] Move to the new authentication format, for Symfony 5.3 2021-11-24 12:46:26 +00:00
Feeds.php [CONTROLLER][Feeds] Added should_format field on returned array 2021-12-20 15:39:23 +00:00
Note.php [TWIG][Note] Add single note view 2021-12-01 21:07:14 +00:00
ResetPassword.php [TOOLS] Cleanup PHPStan warnings 2021-12-01 19:47:43 +00:00
Security.php [SECURITY] New actors are Person user on register by default 2021-12-20 13:32:49 +00:00
Subscribers.php [TOOLS][CS-FIXER] Run new PHP CS Fixer config. Notably, adds strict_types 2021-10-27 04:19:28 +01:00
Subscriptions.php [TOOLS][CS-FIXER] Run new PHP CS Fixer config. Notably, adds strict_types 2021-10-27 04:19:28 +01:00
TemplateController.php [TOOLS][CS-FIXER] Run new PHP CS Fixer config. Notably, adds strict_types 2021-10-27 04:19:28 +01:00
UserPanel.php [COMPONENT][Language][ENTITY][ActorLanguage] Refactor cache keys in ActorLanguage. Add ActorLangauge::getActorRelatedLanguagesIds and use it in note filtering in the Language component 2021-12-10 10:19:23 +00:00