gnu-social/src/Entity
Eliseu Amaro 918e6823a9
[ENTITY][Actor] Init Actor's class variable homepage, bio, and location to null
The template cards/profile/view.html.twig tries to access the bio variable before it's initialized, an is null check was already in place. However, even then, the variable needs to be init beforehand. The same change was applied to homepage and location since they might lead to similar issues.
2021-12-20 16:31:26 +00:00
..
Activity.php [Notification][ENTITY][Activity] Avoid including sender in notification targets 2021-12-19 19:04:05 +00:00
Actor.php [ENTITY][Actor] Init Actor's class variable homepage, bio, and location to null 2021-12-20 16:31:26 +00:00
ActorBlock.php [Actor] Refactor GSActor into Actor 2021-09-18 05:12:17 +01:00
ActorCircle.php [TAGS] Fix some minor logic issues with Actor Tags and Circles 2021-12-20 13:32:49 +00:00
ActorCircleSubscription.php [TAGS] Fix some minor logic issues with Actor Tags and Circles 2021-12-20 13:32:49 +00:00
ActorLanguage.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
ActorTag.php [TAGS] Fix some minor logic issues with Actor Tags and Circles 2021-12-20 13:32:49 +00:00
ActorTagBlock.php [ENTITY][ActorTag][ActorTagBlock] Add 'use_canonical' column 2021-12-05 17:55:49 +00:00
ConfirmAddress.php [AUTOGENERATED] Update autogenerated code 2021-09-14 13:13:01 +01:00
Feed.php [UI][PLUGIN][Reply][Favourite][ENTITY][Feed] Remove replies and favourite links from navigation/view.html.twig and add them to the feeds section 2021-12-01 19:47:43 +00:00
Group.php [ENTITY] Rename 'getFrom' to 'getBy' 2021-12-05 17:55:46 +00:00
GroupAlias.php [AUTOGENERATED] Update autogenerated code 2021-09-14 13:13:01 +01:00
GroupBlock.php [Actor] Refactor GSActor into Actor 2021-09-18 05:12:17 +01:00
GroupInbox.php [AUTOGENERATED] Update autogenerated code 2021-09-14 13:13:01 +01:00
GroupJoinQueue.php [Actor] Refactor GSActor into Actor 2021-09-18 05:12:17 +01:00
GroupMember.php [Actor] Refactor GSActor into Actor 2021-09-18 05:12:17 +01:00
Invitation.php [TOOLS] Fix all level 0 errors found by PHPStan and move constant definition to bootstrap file 2021-09-14 13:13:42 +01:00
Language.php [UTIL][FormFields] Allow specifying a null actor in the language field, for when there isn't a logged in user 2021-12-11 22:18:31 +00:00
LocalGroup.php [Actor] Refactor GSActor into Actor 2021-09-18 05:12:17 +01:00
LocalUser.php [ENTITY][LocalUser] Make more use of caching and factor out the cache keys 2021-12-12 16:21:09 +00:00
LocationService.php [AUTOGENERATED] Update autogenerated code 2021-09-14 13:13:01 +01:00
Note.php [ENTITY][Note] Language in notes is optional 2021-12-19 19:04:05 +00:00
NoteLocation.php [AUTOGENERATED] Update autogenerated code 2021-09-14 13:13:01 +01:00
NoteSource.php [AUTOGENERATED] Update autogenerated code 2021-09-14 13:13:01 +01:00
NoteTag.php [COMPONENT][Tag] Remove wrong canonicalization of tags in tag feed controller. Fix display of original tags 2021-12-07 20:10:59 +00:00
NoteTagBlock.php [ENTITY] Rename 'getFrom' to 'getBy' 2021-12-05 17:55:46 +00:00
RelatedGroup.php [TOOLS] Fix all level 0 errors found by PHPStan and move constant definition to bootstrap file 2021-09-14 13:13:42 +01:00
RememberMeToken.php [AUTOGENERATED] Update autogenerated code 2021-09-14 13:13:01 +01:00
ReservedNickname.php [AUTOGENERATED] Update autogenerated code 2021-09-14 13:13:01 +01:00
ResetPasswordRequest.php [CORE][ENTITY] Rename 'Entity::getWithPK' to 'Entity::getByPK' 2021-12-19 19:04:01 +00:00
SmsCarrier.php [AUTOGENERATED] Update autogenerated code 2021-09-14 13:13:01 +01:00
Subscription.php [ENTITY] Refactor Follow as Subscription 2021-11-08 16:14:23 +00:00
SubscriptionQueue.php [ENTITY] Refactor Follow as Subscription 2021-11-08 16:14:23 +00:00
UserLocationPrefs.php [AUTOGENERATED] Update autogenerated code 2021-09-14 13:13:01 +01:00
UserUrlShortenerPrefs.php [AUTOGENERATED] Update autogenerated code 2021-09-14 13:13:01 +01:00