gnu-social/src/Core
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
..
Controller [CONTROLLER][Feeds] Added should_format field on returned array 2021-12-20 15:39:23 +00:00
DB [PLUGIN][TagBasedFiltering] Expand to allow filtering by actor tags 2021-12-05 17:55:49 +00:00
I18n [TOOLS][CS-FIXER] Run new PHP CS Fixer config. Notably, adds strict_types 2021-10-27 04:19:28 +01:00
Modules [TOOLS][CS-FIXER] Run new PHP CS Fixer config. Notably, adds strict_types 2021-10-27 04:19:28 +01:00
Queue [TOOLS][CS-FIXER] Run new PHP CS Fixer config. Notably, adds strict_types 2021-10-27 04:19:28 +01:00
Router [ActivityPub] Add HTTP Signatures 2021-12-01 19:47:41 +00:00
Cache.php [CORE][Cache] Fix wrong return type in Cache::delete 2021-12-16 11:01:23 +00:00
Controller.php [CORE][Controller] Define html format as default 2021-12-20 13:32:49 +00:00
Entity.php [CORE][ENTITY] Rename 'Entity::getWithPK' to 'Entity::getByPK' 2021-12-19 19:04:01 +00:00
Event.php [TOOLS][CS-FIXER] Run new PHP CS Fixer config. Notably, adds strict_types 2021-10-27 04:19:28 +01:00
Form.php [CONTROLLER][UserPanel] Re-organised all settings forms. Added email, password, language forms separated from account or personal account info 2021-12-03 03:32:43 +00:00
GNUsocial.php [CORE] Fix resetting the config to the default values 2021-12-13 15:49:52 +00:00
GSFile.php [PLUGIN][StoreRemoteMedia] Do not save empty files 2021-12-03 01:16:57 +00:00
HTTPClient.php [CORE][HTTPClient] Add some shortcut functions inspired by pre-v3 2021-10-27 04:22:18 +01:00
Log.php [CORE][Log] Document magic methods 2021-10-27 04:22:18 +01:00
ModuleManager.php [CORE] Fix loading of settings from modules 2021-11-08 16:08:03 +00:00
Security.php [TOOLS][CS-FIXER] Run new PHP CS Fixer config. Notably, adds strict_types 2021-10-27 04:19:28 +01:00
UserRoles.php [TOOLS][CS-FIXER] Run new PHP CS Fixer config. Notably, adds strict_types 2021-10-27 04:19:28 +01:00
VisibilityScope.php [ENTITY] Refactor Follow as Subscription 2021-11-08 16:14:23 +00:00