GET https://kbin.spritesserver.nl/top/1y/all?p=361

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.22 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.04 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\EntryCommentVoter"
6
"App\Security\Voter\EntryVoter"
7
"App\Security\Voter\MagazineVoter"
8
"App\Security\Voter\MessageThreadVoter"
9
"App\Security\Voter\MessageVoter"
10
"App\Security\Voter\NotificationVoter"
11
"App\Security\Voter\OAuth2UserConsentVoter"
12
"App\Security\Voter\PostCommentVoter"
13
"App\Security\Voter\PostVoter"
14
"App\Security\Voter\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\Entry {#231
  +user: Proxies\__CG__\App\Entity\User {#2478 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: Proxies\__CG__\App\Entity\Image {#164 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#194 …}
  +slug: "Best-practices-in-mounting-NAS-shares"
  +title: "Best practices in mounting NAS shares?"
  +url: "https://lemmy.world/pictrs/image/18024bc5-a94c-4ba3-9700-cb1f7dc16da0.jpeg"
  +body: """
    What are some best practices in mounting NAS shares that you all follow?\n
    \n
    Currently I am mounting using fstab to my user’s home directory with full rwx permissions, but that feels wrong.\n
    \n
    I’ve read to use the mnt directory or the media directory but opinions differ.\n
    \n
    My main concern is I want to protect against inadvertently deleting the contents of the NAS with an errant rm command. And yes I have backups of my NAS too.\n
    \n
    Edit: this is a home NAS with 1 user on this Linux PC (the other clients being windows and Mac systems)\n
    \n
    Would love to hear everyone’s philosophy! Thanks!
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 94
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702018627 {#173
    date: 2023-12-08 07:57:07.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1789 …}
  +votes: Doctrine\ORM\PersistentCollection {#1799 …}
  +reports: Doctrine\ORM\PersistentCollection {#1373 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1922 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1901 …}
  +badges: Doctrine\ORM\PersistentCollection {#1896 …}
  +children: []
  -id: 17864
  -titleTs: "'best':1 'mount':4 'nas':5 'practic':2 'share':6"
  -bodyTs: "'1':86 'backup':74 'best':4 'client':94 'command':69 'concern':51 'content':61 'current':14 'delet':59 'differ':48 'directori':25,41,45 'edit':79 'errant':67 'everyon':104 'feel':32 'follow':13 'fstab':19 'full':27 'hear':103 'home':24,83 'inadvert':58 'linux':90 'love':101 'mac':98 'main':50 'media':44 'mnt':40 'mount':7,17 'nas':8,64,77,84 'opinion':47 'pc':91 'permiss':29 'philosophi':106 'practic':5 'protect':56 'read':36 'rm':68 'rwx':28 'share':9 'system':99 'thank':107 'use':18,38 'user':22,87 've':35 'want':54 'window':96 'would':100 'wrong':33 'yes':71"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271873
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8875861"
  +editedAt: DateTimeImmutable @1701989072 {#243
    date: 2023-12-07 23:44:32.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701185473 {#180
    date: 2023-11-28 16:31:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\Entry {#231
  +user: Proxies\__CG__\App\Entity\User {#2478 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: Proxies\__CG__\App\Entity\Image {#164 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#194 …}
  +slug: "Best-practices-in-mounting-NAS-shares"
  +title: "Best practices in mounting NAS shares?"
  +url: "https://lemmy.world/pictrs/image/18024bc5-a94c-4ba3-9700-cb1f7dc16da0.jpeg"
  +body: """
    What are some best practices in mounting NAS shares that you all follow?\n
    \n
    Currently I am mounting using fstab to my user’s home directory with full rwx permissions, but that feels wrong.\n
    \n
    I’ve read to use the mnt directory or the media directory but opinions differ.\n
    \n
    My main concern is I want to protect against inadvertently deleting the contents of the NAS with an errant rm command. And yes I have backups of my NAS too.\n
    \n
    Edit: this is a home NAS with 1 user on this Linux PC (the other clients being windows and Mac systems)\n
    \n
    Would love to hear everyone’s philosophy! Thanks!
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 94
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702018627 {#173
    date: 2023-12-08 07:57:07.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1789 …}
  +votes: Doctrine\ORM\PersistentCollection {#1799 …}
  +reports: Doctrine\ORM\PersistentCollection {#1373 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1922 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1901 …}
  +badges: Doctrine\ORM\PersistentCollection {#1896 …}
  +children: []
  -id: 17864
  -titleTs: "'best':1 'mount':4 'nas':5 'practic':2 'share':6"
  -bodyTs: "'1':86 'backup':74 'best':4 'client':94 'command':69 'concern':51 'content':61 'current':14 'delet':59 'differ':48 'directori':25,41,45 'edit':79 'errant':67 'everyon':104 'feel':32 'follow':13 'fstab':19 'full':27 'hear':103 'home':24,83 'inadvert':58 'linux':90 'love':101 'mac':98 'main':50 'media':44 'mnt':40 'mount':7,17 'nas':8,64,77,84 'opinion':47 'pc':91 'permiss':29 'philosophi':106 'practic':5 'protect':56 'read':36 'rm':68 'rwx':28 'share':9 'system':99 'thank':107 'use':18,38 'user':22,87 've':35 'want':54 'window':96 'would':100 'wrong':33 'yes':71"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271873
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8875861"
  +editedAt: DateTimeImmutable @1701989072 {#243
    date: 2023-12-07 23:44:32.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701185473 {#180
    date: 2023-11-28 16:31:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\Entry {#231
  +user: Proxies\__CG__\App\Entity\User {#2478 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: Proxies\__CG__\App\Entity\Image {#164 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#194 …}
  +slug: "Best-practices-in-mounting-NAS-shares"
  +title: "Best practices in mounting NAS shares?"
  +url: "https://lemmy.world/pictrs/image/18024bc5-a94c-4ba3-9700-cb1f7dc16da0.jpeg"
  +body: """
    What are some best practices in mounting NAS shares that you all follow?\n
    \n
    Currently I am mounting using fstab to my user’s home directory with full rwx permissions, but that feels wrong.\n
    \n
    I’ve read to use the mnt directory or the media directory but opinions differ.\n
    \n
    My main concern is I want to protect against inadvertently deleting the contents of the NAS with an errant rm command. And yes I have backups of my NAS too.\n
    \n
    Edit: this is a home NAS with 1 user on this Linux PC (the other clients being windows and Mac systems)\n
    \n
    Would love to hear everyone’s philosophy! Thanks!
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 94
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702018627 {#173
    date: 2023-12-08 07:57:07.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1789 …}
  +votes: Doctrine\ORM\PersistentCollection {#1799 …}
  +reports: Doctrine\ORM\PersistentCollection {#1373 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1922 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1901 …}
  +badges: Doctrine\ORM\PersistentCollection {#1896 …}
  +children: []
  -id: 17864
  -titleTs: "'best':1 'mount':4 'nas':5 'practic':2 'share':6"
  -bodyTs: "'1':86 'backup':74 'best':4 'client':94 'command':69 'concern':51 'content':61 'current':14 'delet':59 'differ':48 'directori':25,41,45 'edit':79 'errant':67 'everyon':104 'feel':32 'follow':13 'fstab':19 'full':27 'hear':103 'home':24,83 'inadvert':58 'linux':90 'love':101 'mac':98 'main':50 'media':44 'mnt':40 'mount':7,17 'nas':8,64,77,84 'opinion':47 'pc':91 'permiss':29 'philosophi':106 'practic':5 'protect':56 'read':36 'rm':68 'rwx':28 'share':9 'system':99 'thank':107 'use':18,38 'user':22,87 've':35 'want':54 'window':96 'would':100 'wrong':33 'yes':71"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271873
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8875861"
  +editedAt: DateTimeImmutable @1701989072 {#243
    date: 2023-12-07 23:44:32.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701185473 {#180
    date: 2023-11-28 16:31:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\Entry {#1954
  +user: Proxies\__CG__\App\Entity\User {#1977 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: Proxies\__CG__\App\Entity\Image {#1950 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1944 …}
  +slug: "Put-em-up-put-em-up-Which-one-of-you"
  +title: "Put 'em up, put 'em up! Which one of you first? I'll fight you both together if you want."
  +url: "https://pixelfed.social/storage/m/_v2/594359788511108113/bf4779419-8cf74f/l8xltINEph6I/KNgMCCdeVABbFu2lPuY1fQrhcXO2eD0cHyVkuXag.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 256
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701227697 {#1895
    date: 2023-11-29 04:14:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1958 …}
  +votes: Doctrine\ORM\PersistentCollection {#1937 …}
  +reports: Doctrine\ORM\PersistentCollection {#1943 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1978 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1966 …}
  +badges: Doctrine\ORM\PersistentCollection {#1934 …}
  +children: []
  -id: 17862
  -titleTs: "'em':2,5 'fight':14 'first':11 'll':13 'one':8 'put':1,4 'togeth':17 'want':20"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271573
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16300487"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701185173 {#1899
    date: 2023-11-28 16:26:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\Entry {#1954
  +user: Proxies\__CG__\App\Entity\User {#1977 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: Proxies\__CG__\App\Entity\Image {#1950 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1944 …}
  +slug: "Put-em-up-put-em-up-Which-one-of-you"
  +title: "Put 'em up, put 'em up! Which one of you first? I'll fight you both together if you want."
  +url: "https://pixelfed.social/storage/m/_v2/594359788511108113/bf4779419-8cf74f/l8xltINEph6I/KNgMCCdeVABbFu2lPuY1fQrhcXO2eD0cHyVkuXag.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 256
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701227697 {#1895
    date: 2023-11-29 04:14:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1958 …}
  +votes: Doctrine\ORM\PersistentCollection {#1937 …}
  +reports: Doctrine\ORM\PersistentCollection {#1943 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1978 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1966 …}
  +badges: Doctrine\ORM\PersistentCollection {#1934 …}
  +children: []
  -id: 17862
  -titleTs: "'em':2,5 'fight':14 'first':11 'll':13 'one':8 'put':1,4 'togeth':17 'want':20"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271573
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16300487"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701185173 {#1899
    date: 2023-11-28 16:26:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\Entry {#1954
  +user: Proxies\__CG__\App\Entity\User {#1977 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: Proxies\__CG__\App\Entity\Image {#1950 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1944 …}
  +slug: "Put-em-up-put-em-up-Which-one-of-you"
  +title: "Put 'em up, put 'em up! Which one of you first? I'll fight you both together if you want."
  +url: "https://pixelfed.social/storage/m/_v2/594359788511108113/bf4779419-8cf74f/l8xltINEph6I/KNgMCCdeVABbFu2lPuY1fQrhcXO2eD0cHyVkuXag.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 256
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701227697 {#1895
    date: 2023-11-29 04:14:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1958 …}
  +votes: Doctrine\ORM\PersistentCollection {#1937 …}
  +reports: Doctrine\ORM\PersistentCollection {#1943 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1978 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1966 …}
  +badges: Doctrine\ORM\PersistentCollection {#1934 …}
  +children: []
  -id: 17862
  -titleTs: "'em':2,5 'fight':14 'first':11 'll':13 'one':8 'put':1,4 'togeth':17 'want':20"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271573
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16300487"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701185173 {#1899
    date: 2023-11-28 16:26:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\Entry {#1933
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: Proxies\__CG__\App\Entity\Image {#1386 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-2023"
  +title: "28 November 2023"
  +url: "https://sh.itjust.works/pictrs/image/074a212a-aed9-4a5b-978f-f78eac8d8540.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 145
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701386876 {#1932
    date: 2023-12-01 00:27:56.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1388 …}
  +votes: Doctrine\ORM\PersistentCollection {#1892 …}
  +reports: Doctrine\ORM\PersistentCollection {#1890 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1935 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1392 …}
  +badges: Doctrine\ORM\PersistentCollection {#1393 …}
  +children: []
  -id: 17857
  -titleTs: "'2023':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271236
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031493"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184836 {#1930
    date: 2023-11-28 16:20:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\Entry {#1933
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: Proxies\__CG__\App\Entity\Image {#1386 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-2023"
  +title: "28 November 2023"
  +url: "https://sh.itjust.works/pictrs/image/074a212a-aed9-4a5b-978f-f78eac8d8540.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 145
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701386876 {#1932
    date: 2023-12-01 00:27:56.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1388 …}
  +votes: Doctrine\ORM\PersistentCollection {#1892 …}
  +reports: Doctrine\ORM\PersistentCollection {#1890 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1935 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1392 …}
  +badges: Doctrine\ORM\PersistentCollection {#1393 …}
  +children: []
  -id: 17857
  -titleTs: "'2023':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271236
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031493"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184836 {#1930
    date: 2023-11-28 16:20:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\Entry {#1933
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: Proxies\__CG__\App\Entity\Image {#1386 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-2023"
  +title: "28 November 2023"
  +url: "https://sh.itjust.works/pictrs/image/074a212a-aed9-4a5b-978f-f78eac8d8540.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 145
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701386876 {#1932
    date: 2023-12-01 00:27:56.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1388 …}
  +votes: Doctrine\ORM\PersistentCollection {#1892 …}
  +reports: Doctrine\ORM\PersistentCollection {#1890 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1935 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1392 …}
  +badges: Doctrine\ORM\PersistentCollection {#1393 …}
  +children: []
  -id: 17857
  -titleTs: "'2023':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271236
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031493"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184836 {#1930
    date: 2023-11-28 16:20:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\Entry {#1938
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: Proxies\__CG__\App\Entity\Image {#1377 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-2023"
  +title: "28 November 2023"
  +url: "https://sh.itjust.works/pictrs/image/e66c7d02-4695-480e-86f8-02544bd73039.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 116
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701184816 {#1936
    date: 2023-11-28 16:20:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1945 …}
  +votes: Doctrine\ORM\PersistentCollection {#1941 …}
  +reports: Doctrine\ORM\PersistentCollection {#1971 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1368 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1396 …}
  +badges: Doctrine\ORM\PersistentCollection {#1366 …}
  +children: []
  -id: 17855
  -titleTs: "'2023':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271216
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031488"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184816 {#1376
    date: 2023-11-28 16:20:16.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\Entry {#1938
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: Proxies\__CG__\App\Entity\Image {#1377 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-2023"
  +title: "28 November 2023"
  +url: "https://sh.itjust.works/pictrs/image/e66c7d02-4695-480e-86f8-02544bd73039.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 116
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701184816 {#1936
    date: 2023-11-28 16:20:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1945 …}
  +votes: Doctrine\ORM\PersistentCollection {#1941 …}
  +reports: Doctrine\ORM\PersistentCollection {#1971 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1368 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1396 …}
  +badges: Doctrine\ORM\PersistentCollection {#1366 …}
  +children: []
  -id: 17855
  -titleTs: "'2023':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271216
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031488"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184816 {#1376
    date: 2023-11-28 16:20:16.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\Entry {#1938
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: Proxies\__CG__\App\Entity\Image {#1377 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-2023"
  +title: "28 November 2023"
  +url: "https://sh.itjust.works/pictrs/image/e66c7d02-4695-480e-86f8-02544bd73039.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 116
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701184816 {#1936
    date: 2023-11-28 16:20:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1945 …}
  +votes: Doctrine\ORM\PersistentCollection {#1941 …}
  +reports: Doctrine\ORM\PersistentCollection {#1971 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1368 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1396 …}
  +badges: Doctrine\ORM\PersistentCollection {#1366 …}
  +children: []
  -id: 17855
  -titleTs: "'2023':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271216
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031488"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184816 {#1376
    date: 2023-11-28 16:20:16.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
App\Entity\Entry {#1378
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: Proxies\__CG__\App\Entity\Image {#1370 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-2023"
  +title: "28 November 2023"
  +url: "https://sh.itjust.works/pictrs/image/6ce9724b-fa13-4540-a8cd-97872b2f9798.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 226
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701206844 {#1365
    date: 2023-11-28 22:27:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1371 …}
  +votes: Doctrine\ORM\PersistentCollection {#1379 …}
  +reports: Doctrine\ORM\PersistentCollection {#1367 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1898 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1904 …}
  +badges: Doctrine\ORM\PersistentCollection {#2438 …}
  +children: []
  -id: 17854
  -titleTs: "'2023':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271199
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031480"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184799 {#1369
    date: 2023-11-28 16:19:59.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\Entry {#1378
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: Proxies\__CG__\App\Entity\Image {#1370 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-2023"
  +title: "28 November 2023"
  +url: "https://sh.itjust.works/pictrs/image/6ce9724b-fa13-4540-a8cd-97872b2f9798.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 226
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701206844 {#1365
    date: 2023-11-28 22:27:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1371 …}
  +votes: Doctrine\ORM\PersistentCollection {#1379 …}
  +reports: Doctrine\ORM\PersistentCollection {#1367 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1898 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1904 …}
  +badges: Doctrine\ORM\PersistentCollection {#2438 …}
  +children: []
  -id: 17854
  -titleTs: "'2023':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271199
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031480"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184799 {#1369
    date: 2023-11-28 16:19:59.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\Entry {#1378
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: Proxies\__CG__\App\Entity\Image {#1370 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-2023"
  +title: "28 November 2023"
  +url: "https://sh.itjust.works/pictrs/image/6ce9724b-fa13-4540-a8cd-97872b2f9798.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 226
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701206844 {#1365
    date: 2023-11-28 22:27:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1371 …}
  +votes: Doctrine\ORM\PersistentCollection {#1379 …}
  +reports: Doctrine\ORM\PersistentCollection {#1367 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1898 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1904 …}
  +badges: Doctrine\ORM\PersistentCollection {#2438 …}
  +children: []
  -id: 17854
  -titleTs: "'2023':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271199
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031480"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184799 {#1369
    date: 2023-11-28 16:19:59.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\Entry {#2427
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: Proxies\__CG__\App\Entity\Image {#2424 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-2023"
  +title: "28 November 2023"
  +url: "https://sh.itjust.works/pictrs/image/86c7d9d8-4e43-4487-92e8-ee7ad5e266fe.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 120
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701184766 {#1838
    date: 2023-11-28 16:19:26.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2446 …}
  +votes: Doctrine\ORM\PersistentCollection {#2444 …}
  +reports: Doctrine\ORM\PersistentCollection {#2432 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2440 …}
  +badges: Doctrine\ORM\PersistentCollection {#2436 …}
  +children: []
  -id: 17853
  -titleTs: "'2023':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271166
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031434"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184766 {#2429
    date: 2023-11-28 16:19:26.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\Entry {#2427
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: Proxies\__CG__\App\Entity\Image {#2424 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-2023"
  +title: "28 November 2023"
  +url: "https://sh.itjust.works/pictrs/image/86c7d9d8-4e43-4487-92e8-ee7ad5e266fe.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 120
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701184766 {#1838
    date: 2023-11-28 16:19:26.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2446 …}
  +votes: Doctrine\ORM\PersistentCollection {#2444 …}
  +reports: Doctrine\ORM\PersistentCollection {#2432 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2440 …}
  +badges: Doctrine\ORM\PersistentCollection {#2436 …}
  +children: []
  -id: 17853
  -titleTs: "'2023':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271166
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031434"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184766 {#2429
    date: 2023-11-28 16:19:26.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\Entry {#2427
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: Proxies\__CG__\App\Entity\Image {#2424 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-2023"
  +title: "28 November 2023"
  +url: "https://sh.itjust.works/pictrs/image/86c7d9d8-4e43-4487-92e8-ee7ad5e266fe.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 120
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701184766 {#1838
    date: 2023-11-28 16:19:26.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2446 …}
  +votes: Doctrine\ORM\PersistentCollection {#2444 …}
  +reports: Doctrine\ORM\PersistentCollection {#2432 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2440 …}
  +badges: Doctrine\ORM\PersistentCollection {#2436 …}
  +children: []
  -id: 17853
  -titleTs: "'2023':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271166
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031434"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184766 {#2429
    date: 2023-11-28 16:19:26.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\Entry {#2288
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: Proxies\__CG__\App\Entity\Image {#2355 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-2023"
  +title: "28 November 2023"
  +url: "https://sh.itjust.works/pictrs/image/40f0bbed-f251-4d37-a267-17d1440b4956.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 152
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701223830 {#2166
    date: 2023-11-29 03:10:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2466 …}
  +votes: Doctrine\ORM\PersistentCollection {#2356 …}
  +reports: Doctrine\ORM\PersistentCollection {#2353 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2472 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2449 …}
  +badges: Doctrine\ORM\PersistentCollection {#2483 …}
  +children: []
  -id: 17852
  -titleTs: "'2023':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271149
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031432"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184749 {#2167
    date: 2023-11-28 16:19:09.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\Entry {#2288
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: Proxies\__CG__\App\Entity\Image {#2355 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-2023"
  +title: "28 November 2023"
  +url: "https://sh.itjust.works/pictrs/image/40f0bbed-f251-4d37-a267-17d1440b4956.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 152
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701223830 {#2166
    date: 2023-11-29 03:10:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2466 …}
  +votes: Doctrine\ORM\PersistentCollection {#2356 …}
  +reports: Doctrine\ORM\PersistentCollection {#2353 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2472 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2449 …}
  +badges: Doctrine\ORM\PersistentCollection {#2483 …}
  +children: []
  -id: 17852
  -titleTs: "'2023':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271149
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031432"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184749 {#2167
    date: 2023-11-28 16:19:09.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\Entry {#2288
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: Proxies\__CG__\App\Entity\Image {#2355 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-2023"
  +title: "28 November 2023"
  +url: "https://sh.itjust.works/pictrs/image/40f0bbed-f251-4d37-a267-17d1440b4956.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 152
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701223830 {#2166
    date: 2023-11-29 03:10:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2466 …}
  +votes: Doctrine\ORM\PersistentCollection {#2356 …}
  +reports: Doctrine\ORM\PersistentCollection {#2353 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2472 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2449 …}
  +badges: Doctrine\ORM\PersistentCollection {#2483 …}
  +children: []
  -id: 17852
  -titleTs: "'2023':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701271149
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031432"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184749 {#2167
    date: 2023-11-28 16:19:09.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\Entry {#2485
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1841 …}
  +image: Proxies\__CG__\App\Entity\Image {#2409 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "Bloom-County-Starts-December-8"
  +title: "Bloom County Starts December 8"
  +url: "https://sh.itjust.works/pictrs/image/f2a4479e-86c5-4731-bd91-9e5580c468aa.jpeg"
  +body: """
    If you don’t know about Bloom County it’s a comic strip that ran the decade of the 80s (1980-1989). It was one of my favorites as a kid and though some of it will surely be dated, the majority should hold up well to current times. It examined events in politics and culture through the viewpoint of a fanciful small town in Middle America, where children often have adult personalities and vocabularies and where animals can talk.\n
    \n
    A note about how I post the comic strips… The comics are posted in chronological order on the day they were released originally, hence Bloom County will start December 8. Posting them to match the release date adds a bit of fun and nostalgia to match the experience of reading them in the daily newspaper for first time. Many moons ago and wayyy before the internet, newspapers were the pretty much the internet’s equivalent. I would ask my Dad to save the newspaper for me everyday so I could read my favorite comic strips. It really sucked when I missed a day. Only years later, when I got the books was I able to catch up on the missed strips.\n
    \n
    If you’re a Bloom County fan or if you’ve never seen it, please give it a try and sub to the community, you can always unsub if you don’t like it.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701184635 {#2358
    date: 2023-11-28 16:17:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#60 …}
  +votes: Doctrine\ORM\PersistentCollection {#2488 …}
  +reports: Doctrine\ORM\PersistentCollection {#2489 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2474 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2484 …}
  +badges: Doctrine\ORM\PersistentCollection {#2481 …}
  +children: []
  -id: 17851
  -titleTs: "'8':5 'bloom':1 'counti':2 'decemb':4 'start':3"
  -bodyTs: "'-1989':22 '1980':21 '8':110 '80s':20 'abl':194 'add':118 'adult':72 'ago':141 'alway':228 'america':67 'anim':78 'ask':158 'bit':120 'bloom':7,105,206 'book':191 'catch':196 'children':69 'chronolog':95 'comic':12,88,91,174 'communiti':225 'could':170 'counti':8,106,207 'cultur':56 'current':48 'dad':160 'daili':134 'date':40,117 'day':99,183 'decad':17 'decemb':109 'equival':155 'event':52 'everyday':167 'examin':51 'experi':128 'fan':208 'fanci':62 'favorit':28,173 'first':137 'fun':122 'give':217 'got':189 'henc':104 'hold':44 'internet':146,153 'kid':31 'know':5 'later':186 'like':234 'major':42 'mani':139 'match':114,126 'middl':66 'miss':181,200 'moon':140 'much':151 'never':213 'newspap':135,147,164 'nostalgia':124 'note':82 'often':70 'one':25 'order':96 'origin':103 'person':73 'pleas':216 'polit':54 'post':86,93,111 'pretti':150 'ran':15 're':204 'read':130,171 'realli':177 'releas':102,116 'save':162 'seen':214 'small':63 'start':108 'strip':13,89,175,201 'sub':222 'suck':178 'sure':38 'talk':80 'though':33 'time':49,138 'town':64 'tri':220 'unsub':229 've':212 'viewpoint':59 'vocabulari':75 'wayyy':143 'well':46 'would':157 'year':185"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701211635
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031360"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184635 {#2487
    date: 2023-11-28 16:17:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
App\Entity\Entry {#2485
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1841 …}
  +image: Proxies\__CG__\App\Entity\Image {#2409 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "Bloom-County-Starts-December-8"
  +title: "Bloom County Starts December 8"
  +url: "https://sh.itjust.works/pictrs/image/f2a4479e-86c5-4731-bd91-9e5580c468aa.jpeg"
  +body: """
    If you don’t know about Bloom County it’s a comic strip that ran the decade of the 80s (1980-1989). It was one of my favorites as a kid and though some of it will surely be dated, the majority should hold up well to current times. It examined events in politics and culture through the viewpoint of a fanciful small town in Middle America, where children often have adult personalities and vocabularies and where animals can talk.\n
    \n
    A note about how I post the comic strips… The comics are posted in chronological order on the day they were released originally, hence Bloom County will start December 8. Posting them to match the release date adds a bit of fun and nostalgia to match the experience of reading them in the daily newspaper for first time. Many moons ago and wayyy before the internet, newspapers were the pretty much the internet’s equivalent. I would ask my Dad to save the newspaper for me everyday so I could read my favorite comic strips. It really sucked when I missed a day. Only years later, when I got the books was I able to catch up on the missed strips.\n
    \n
    If you’re a Bloom County fan or if you’ve never seen it, please give it a try and sub to the community, you can always unsub if you don’t like it.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701184635 {#2358
    date: 2023-11-28 16:17:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#60 …}
  +votes: Doctrine\ORM\PersistentCollection {#2488 …}
  +reports: Doctrine\ORM\PersistentCollection {#2489 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2474 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2484 …}
  +badges: Doctrine\ORM\PersistentCollection {#2481 …}
  +children: []
  -id: 17851
  -titleTs: "'8':5 'bloom':1 'counti':2 'decemb':4 'start':3"
  -bodyTs: "'-1989':22 '1980':21 '8':110 '80s':20 'abl':194 'add':118 'adult':72 'ago':141 'alway':228 'america':67 'anim':78 'ask':158 'bit':120 'bloom':7,105,206 'book':191 'catch':196 'children':69 'chronolog':95 'comic':12,88,91,174 'communiti':225 'could':170 'counti':8,106,207 'cultur':56 'current':48 'dad':160 'daili':134 'date':40,117 'day':99,183 'decad':17 'decemb':109 'equival':155 'event':52 'everyday':167 'examin':51 'experi':128 'fan':208 'fanci':62 'favorit':28,173 'first':137 'fun':122 'give':217 'got':189 'henc':104 'hold':44 'internet':146,153 'kid':31 'know':5 'later':186 'like':234 'major':42 'mani':139 'match':114,126 'middl':66 'miss':181,200 'moon':140 'much':151 'never':213 'newspap':135,147,164 'nostalgia':124 'note':82 'often':70 'one':25 'order':96 'origin':103 'person':73 'pleas':216 'polit':54 'post':86,93,111 'pretti':150 'ran':15 're':204 'read':130,171 'realli':177 'releas':102,116 'save':162 'seen':214 'small':63 'start':108 'strip':13,89,175,201 'sub':222 'suck':178 'sure':38 'talk':80 'though':33 'time':49,138 'town':64 'tri':220 'unsub':229 've':212 'viewpoint':59 'vocabulari':75 'wayyy':143 'well':46 'would':157 'year':185"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701211635
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031360"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184635 {#2487
    date: 2023-11-28 16:17:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
App\Entity\Entry {#2485
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1841 …}
  +image: Proxies\__CG__\App\Entity\Image {#2409 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "Bloom-County-Starts-December-8"
  +title: "Bloom County Starts December 8"
  +url: "https://sh.itjust.works/pictrs/image/f2a4479e-86c5-4731-bd91-9e5580c468aa.jpeg"
  +body: """
    If you don’t know about Bloom County it’s a comic strip that ran the decade of the 80s (1980-1989). It was one of my favorites as a kid and though some of it will surely be dated, the majority should hold up well to current times. It examined events in politics and culture through the viewpoint of a fanciful small town in Middle America, where children often have adult personalities and vocabularies and where animals can talk.\n
    \n
    A note about how I post the comic strips… The comics are posted in chronological order on the day they were released originally, hence Bloom County will start December 8. Posting them to match the release date adds a bit of fun and nostalgia to match the experience of reading them in the daily newspaper for first time. Many moons ago and wayyy before the internet, newspapers were the pretty much the internet’s equivalent. I would ask my Dad to save the newspaper for me everyday so I could read my favorite comic strips. It really sucked when I missed a day. Only years later, when I got the books was I able to catch up on the missed strips.\n
    \n
    If you’re a Bloom County fan or if you’ve never seen it, please give it a try and sub to the community, you can always unsub if you don’t like it.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701184635 {#2358
    date: 2023-11-28 16:17:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#60 …}
  +votes: Doctrine\ORM\PersistentCollection {#2488 …}
  +reports: Doctrine\ORM\PersistentCollection {#2489 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2474 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2484 …}
  +badges: Doctrine\ORM\PersistentCollection {#2481 …}
  +children: []
  -id: 17851
  -titleTs: "'8':5 'bloom':1 'counti':2 'decemb':4 'start':3"
  -bodyTs: "'-1989':22 '1980':21 '8':110 '80s':20 'abl':194 'add':118 'adult':72 'ago':141 'alway':228 'america':67 'anim':78 'ask':158 'bit':120 'bloom':7,105,206 'book':191 'catch':196 'children':69 'chronolog':95 'comic':12,88,91,174 'communiti':225 'could':170 'counti':8,106,207 'cultur':56 'current':48 'dad':160 'daili':134 'date':40,117 'day':99,183 'decad':17 'decemb':109 'equival':155 'event':52 'everyday':167 'examin':51 'experi':128 'fan':208 'fanci':62 'favorit':28,173 'first':137 'fun':122 'give':217 'got':189 'henc':104 'hold':44 'internet':146,153 'kid':31 'know':5 'later':186 'like':234 'major':42 'mani':139 'match':114,126 'middl':66 'miss':181,200 'moon':140 'much':151 'never':213 'newspap':135,147,164 'nostalgia':124 'note':82 'often':70 'one':25 'order':96 'origin':103 'person':73 'pleas':216 'polit':54 'post':86,93,111 'pretti':150 'ran':15 're':204 'read':130,171 'realli':177 'releas':102,116 'save':162 'seen':214 'small':63 'start':108 'strip':13,89,175,201 'sub':222 'suck':178 'sure':38 'talk':80 'though':33 'time':49,138 'town':64 'tri':220 'unsub':229 've':212 'viewpoint':59 'vocabulari':75 'wayyy':143 'well':46 'would':157 'year':185"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701211635
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031360"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184635 {#2487
    date: 2023-11-28 16:17:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\Entry {#1501
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1500 …}
  +image: Proxies\__CG__\App\Entity\Image {#1521 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-1978"
  +title: "28 November 1978"
  +url: "https://sh.itjust.works/pictrs/image/fc5ac325-7a0e-4d39-beef-8e71cd41718d.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701759531 {#1508
    date: 2023-12-05 07:58:51.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1514 …}
  +votes: Doctrine\ORM\PersistentCollection {#1502 …}
  +reports: Doctrine\ORM\PersistentCollection {#1544 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1547 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1482 …}
  +badges: Doctrine\ORM\PersistentCollection {#1523 …}
  +children: []
  -id: 17849
  -titleTs: "'1978':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701258576
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031357"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184576 {#1524
    date: 2023-11-28 16:16:16.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\Entry {#1501
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1500 …}
  +image: Proxies\__CG__\App\Entity\Image {#1521 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-1978"
  +title: "28 November 1978"
  +url: "https://sh.itjust.works/pictrs/image/fc5ac325-7a0e-4d39-beef-8e71cd41718d.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701759531 {#1508
    date: 2023-12-05 07:58:51.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1514 …}
  +votes: Doctrine\ORM\PersistentCollection {#1502 …}
  +reports: Doctrine\ORM\PersistentCollection {#1544 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1547 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1482 …}
  +badges: Doctrine\ORM\PersistentCollection {#1523 …}
  +children: []
  -id: 17849
  -titleTs: "'1978':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701258576
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031357"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184576 {#1524
    date: 2023-11-28 16:16:16.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\Entry {#1501
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1500 …}
  +image: Proxies\__CG__\App\Entity\Image {#1521 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-1978"
  +title: "28 November 1978"
  +url: "https://sh.itjust.works/pictrs/image/fc5ac325-7a0e-4d39-beef-8e71cd41718d.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701759531 {#1508
    date: 2023-12-05 07:58:51.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1514 …}
  +votes: Doctrine\ORM\PersistentCollection {#1502 …}
  +reports: Doctrine\ORM\PersistentCollection {#1544 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1547 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1482 …}
  +badges: Doctrine\ORM\PersistentCollection {#1523 …}
  +children: []
  -id: 17849
  -titleTs: "'1978':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701258576
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031357"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184576 {#1524
    date: 2023-11-28 16:16:16.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
App\Entity\Entry {#1506
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: Proxies\__CG__\App\Entity\Image {#1504 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-1986"
  +title: "28 November 1986"
  +url: "https://sh.itjust.works/pictrs/image/7469ba35-ba9a-458f-9aad-704a43bcc006.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 101
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701184539 {#1522
    date: 2023-11-28 16:15:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1507 …}
  +votes: Doctrine\ORM\PersistentCollection {#1543 …}
  +reports: Doctrine\ORM\PersistentCollection {#1535 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1542 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1538 …}
  +badges: Doctrine\ORM\PersistentCollection {#1539 …}
  +children: []
  -id: 17848
  -titleTs: "'1986':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701270939
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031354"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184539 {#1510
    date: 2023-11-28 16:15:39.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
App\Entity\Entry {#1506
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: Proxies\__CG__\App\Entity\Image {#1504 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-1986"
  +title: "28 November 1986"
  +url: "https://sh.itjust.works/pictrs/image/7469ba35-ba9a-458f-9aad-704a43bcc006.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 101
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701184539 {#1522
    date: 2023-11-28 16:15:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1507 …}
  +votes: Doctrine\ORM\PersistentCollection {#1543 …}
  +reports: Doctrine\ORM\PersistentCollection {#1535 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1542 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1538 …}
  +badges: Doctrine\ORM\PersistentCollection {#1539 …}
  +children: []
  -id: 17848
  -titleTs: "'1986':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701270939
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031354"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184539 {#1510
    date: 2023-11-28 16:15:39.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
App\Entity\Entry {#1506
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: Proxies\__CG__\App\Entity\Image {#1504 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-1986"
  +title: "28 November 1986"
  +url: "https://sh.itjust.works/pictrs/image/7469ba35-ba9a-458f-9aad-704a43bcc006.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 101
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701184539 {#1522
    date: 2023-11-28 16:15:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1507 …}
  +votes: Doctrine\ORM\PersistentCollection {#1543 …}
  +reports: Doctrine\ORM\PersistentCollection {#1535 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1542 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1538 …}
  +badges: Doctrine\ORM\PersistentCollection {#1539 …}
  +children: []
  -id: 17848
  -titleTs: "'1986':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701270939
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031354"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184539 {#1510
    date: 2023-11-28 16:15:39.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
App\Entity\Entry {#1530
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1537 …}
  +image: Proxies\__CG__\App\Entity\Image {#1536 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-2023"
  +title: "28 November 2023"
  +url: "https://sh.itjust.works/pictrs/image/82438581-8187-46ec-8fe2-1de10b58aa25.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 7
  +favouriteCount: 307
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701205980 {#1529
    date: 2023-11-28 22:13:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1515 …}
  +votes: Doctrine\ORM\PersistentCollection {#1518 …}
  +reports: Doctrine\ORM\PersistentCollection {#1520 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1632 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1631 …}
  +badges: Doctrine\ORM\PersistentCollection {#1704 …}
  +children: []
  -id: 17847
  -titleTs: "'2023':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701270902
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031350"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184502 {#1531
    date: 2023-11-28 16:15:02.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\Entry {#1530
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1537 …}
  +image: Proxies\__CG__\App\Entity\Image {#1536 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-2023"
  +title: "28 November 2023"
  +url: "https://sh.itjust.works/pictrs/image/82438581-8187-46ec-8fe2-1de10b58aa25.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 7
  +favouriteCount: 307
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701205980 {#1529
    date: 2023-11-28 22:13:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1515 …}
  +votes: Doctrine\ORM\PersistentCollection {#1518 …}
  +reports: Doctrine\ORM\PersistentCollection {#1520 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1632 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1631 …}
  +badges: Doctrine\ORM\PersistentCollection {#1704 …}
  +children: []
  -id: 17847
  -titleTs: "'2023':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701270902
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031350"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184502 {#1531
    date: 2023-11-28 16:15:02.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\Entry {#1530
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1537 …}
  +image: Proxies\__CG__\App\Entity\Image {#1536 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1397 …}
  +slug: "28-November-2023"
  +title: "28 November 2023"
  +url: "https://sh.itjust.works/pictrs/image/82438581-8187-46ec-8fe2-1de10b58aa25.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 7
  +favouriteCount: 307
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701205980 {#1529
    date: 2023-11-28 22:13:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1515 …}
  +votes: Doctrine\ORM\PersistentCollection {#1518 …}
  +reports: Doctrine\ORM\PersistentCollection {#1520 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1632 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1631 …}
  +badges: Doctrine\ORM\PersistentCollection {#1704 …}
  +children: []
  -id: 17847
  -titleTs: "'2023':3 '28':1 'novemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701270902
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10031350"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701184502 {#1531
    date: 2023-11-28 16:15:02.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\Entry {#1742
  +user: Proxies\__CG__\App\Entity\User {#1657 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1659 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1745 …}
  +slug: "Unix-and-Linux-System-Administration-Handbook"
  +title: "Unix and Linux System Administration Handbook?"
  +url: null
  +body: """
    Hello,\n
    \n
    Longtime windoze user (because work, gaming, programming, lazybess, …) I’m switching over to Linux Mint (a slow long process that might finally end up with just a little win-box for the printer and a soft or two) on all my everyday pc:s so I’m trying to get more into the nitty gritty stuff here, and I have long time heard that the:\n
    \n
    UNIX and Linux System Administration Handbook (4th Edition)\n
    \n
    Is like the Linux Bible…\n
    \n
    Is it still so? Is it still worth the money or are there better books out there?\n
    \n
    Cheers!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701809194 {#1712
    date: 2023-12-05 21:46:34.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1747 …}
  +votes: Doctrine\ORM\PersistentCollection {#1753 …}
  +reports: Doctrine\ORM\PersistentCollection {#1749 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1748 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1474 …}
  +badges: Doctrine\ORM\PersistentCollection {#1471 …}
  +children: []
  -id: 17844
  -titleTs: "'administr':5 'handbook':6 'linux':3 'system':4 'unix':1"
  -bodyTs: "'4th':74 'administr':72 'better':94 'bibl':80 'book':95 'box':32 'cheer':98 'edit':75 'end':24 'everyday':44 'final':23 'game':7 'get':52 'gritti':57 'handbook':73 'heard':65 'hello':1 'lazybess':9 'like':77 'linux':15,70,79 'littl':29 'long':19,63 'longtim':2 'm':11,49 'might':22 'mint':16 'money':90 'nitti':56 'pc':45 'printer':35 'process':20 'program':8 'slow':18 'soft':38 'still':83,87 'stuff':58 'switch':12 'system':71 'time':64 'tri':50 'two':40 'unix':68 'user':4 'win':31 'win-box':30 'windoz':3 'work':6 'worth':88"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701270105
  +visibility: "visible             "
  +apId: "https://lemmy.mindoki.com/post/192164"
  +editedAt: DateTimeImmutable @1703085412 {#1710
    date: 2023-12-20 16:16:52.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701183705 {#1706
    date: 2023-11-28 16:01:45.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\Entry {#1742
  +user: Proxies\__CG__\App\Entity\User {#1657 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1659 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1745 …}
  +slug: "Unix-and-Linux-System-Administration-Handbook"
  +title: "Unix and Linux System Administration Handbook?"
  +url: null
  +body: """
    Hello,\n
    \n
    Longtime windoze user (because work, gaming, programming, lazybess, …) I’m switching over to Linux Mint (a slow long process that might finally end up with just a little win-box for the printer and a soft or two) on all my everyday pc:s so I’m trying to get more into the nitty gritty stuff here, and I have long time heard that the:\n
    \n
    UNIX and Linux System Administration Handbook (4th Edition)\n
    \n
    Is like the Linux Bible…\n
    \n
    Is it still so? Is it still worth the money or are there better books out there?\n
    \n
    Cheers!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701809194 {#1712
    date: 2023-12-05 21:46:34.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1747 …}
  +votes: Doctrine\ORM\PersistentCollection {#1753 …}
  +reports: Doctrine\ORM\PersistentCollection {#1749 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1748 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1474 …}
  +badges: Doctrine\ORM\PersistentCollection {#1471 …}
  +children: []
  -id: 17844
  -titleTs: "'administr':5 'handbook':6 'linux':3 'system':4 'unix':1"
  -bodyTs: "'4th':74 'administr':72 'better':94 'bibl':80 'book':95 'box':32 'cheer':98 'edit':75 'end':24 'everyday':44 'final':23 'game':7 'get':52 'gritti':57 'handbook':73 'heard':65 'hello':1 'lazybess':9 'like':77 'linux':15,70,79 'littl':29 'long':19,63 'longtim':2 'm':11,49 'might':22 'mint':16 'money':90 'nitti':56 'pc':45 'printer':35 'process':20 'program':8 'slow':18 'soft':38 'still':83,87 'stuff':58 'switch':12 'system':71 'time':64 'tri':50 'two':40 'unix':68 'user':4 'win':31 'win-box':30 'windoz':3 'work':6 'worth':88"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701270105
  +visibility: "visible             "
  +apId: "https://lemmy.mindoki.com/post/192164"
  +editedAt: DateTimeImmutable @1703085412 {#1710
    date: 2023-12-20 16:16:52.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701183705 {#1706
    date: 2023-11-28 16:01:45.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\Entry {#1742
  +user: Proxies\__CG__\App\Entity\User {#1657 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1659 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1745 …}
  +slug: "Unix-and-Linux-System-Administration-Handbook"
  +title: "Unix and Linux System Administration Handbook?"
  +url: null
  +body: """
    Hello,\n
    \n
    Longtime windoze user (because work, gaming, programming, lazybess, …) I’m switching over to Linux Mint (a slow long process that might finally end up with just a little win-box for the printer and a soft or two) on all my everyday pc:s so I’m trying to get more into the nitty gritty stuff here, and I have long time heard that the:\n
    \n
    UNIX and Linux System Administration Handbook (4th Edition)\n
    \n
    Is like the Linux Bible…\n
    \n
    Is it still so? Is it still worth the money or are there better books out there?\n
    \n
    Cheers!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701809194 {#1712
    date: 2023-12-05 21:46:34.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1747 …}
  +votes: Doctrine\ORM\PersistentCollection {#1753 …}
  +reports: Doctrine\ORM\PersistentCollection {#1749 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1748 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1474 …}
  +badges: Doctrine\ORM\PersistentCollection {#1471 …}
  +children: []
  -id: 17844
  -titleTs: "'administr':5 'handbook':6 'linux':3 'system':4 'unix':1"
  -bodyTs: "'4th':74 'administr':72 'better':94 'bibl':80 'book':95 'box':32 'cheer':98 'edit':75 'end':24 'everyday':44 'final':23 'game':7 'get':52 'gritti':57 'handbook':73 'heard':65 'hello':1 'lazybess':9 'like':77 'linux':15,70,79 'littl':29 'long':19,63 'longtim':2 'm':11,49 'might':22 'mint':16 'money':90 'nitti':56 'pc':45 'printer':35 'process':20 'program':8 'slow':18 'soft':38 'still':83,87 'stuff':58 'switch':12 'system':71 'time':64 'tri':50 'two':40 'unix':68 'user':4 'win':31 'win-box':30 'windoz':3 'work':6 'worth':88"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701270105
  +visibility: "visible             "
  +apId: "https://lemmy.mindoki.com/post/192164"
  +editedAt: DateTimeImmutable @1703085412 {#1710
    date: 2023-12-20 16:16:52.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701183705 {#1706
    date: 2023-11-28 16:01:45.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
App\Entity\Entry {#1473
  +user: Proxies\__CG__\App\Entity\User {#1498 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1483 …}
  +image: Proxies\__CG__\App\Entity\Image {#1497 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1484 …}
  +slug: "Early-humans-in-the-Paleolithic-Age-More-than-just-game"
  +title: "Early humans in the Paleolithic Age: More than just game on the menu"
  +url: "https://phys.org/news/2023-11-early-humans-paleolithic-age-game.html"
  +body: """
    In a study published in the journal Scientific Reports, researchers from the Senckenberg Center for Human Evolution and Palaeoenvironment (SHEP) at the University of Tübingen show that early humans of the Middle Paleolithic had a more varied diet than previously assumed.\n
    \n
    The analysis of a site in the Zagros Mountains in Iran reveals that about 81,000 to 45,000 years ago, the local hominins hunted ungulates as well as tortoises and carnivores. Birds may also have been on the menu.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 7
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701183649 {#1470
    date: 2023-11-28 16:00:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1486 …}
  +votes: Doctrine\ORM\PersistentCollection {#1487 …}
  +reports: Doctrine\ORM\PersistentCollection {#1489 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1494 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1491 …}
  +badges: Doctrine\ORM\PersistentCollection {#1495 …}
  +children: []
  -id: 17841
  -titleTs: "'age':6 'earli':1 'game':10 'human':2 'menu':13 'paleolith':5"
  -bodyTs: "'000':57,60 '45':59 '81':56 'ago':62 'also':76 'analysi':43 'assum':41 'bird':74 'carnivor':73 'center':14 'diet':38 'earli':28 'evolut':17 'hominin':65 'human':16,29 'hunt':66 'iran':52 'journal':7 'local':64 'may':75 'menu':81 'middl':32 'mountain':50 'palaeoenviron':19 'paleolith':33 'previous':40 'publish':4 'report':9 'research':10 'reveal':53 'scientif':8 'senckenberg':13 'shep':20 'show':26 'site':46 'studi':3 'tortois':71 'tübingen':25 'ungul':67 'univers':23 'vari':37 'well':69 'year':61 'zagro':49"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701197149
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/5010737"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701183649 {#1469
    date: 2023-11-28 16:00:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\Entry {#1473
  +user: Proxies\__CG__\App\Entity\User {#1498 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1483 …}
  +image: Proxies\__CG__\App\Entity\Image {#1497 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1484 …}
  +slug: "Early-humans-in-the-Paleolithic-Age-More-than-just-game"
  +title: "Early humans in the Paleolithic Age: More than just game on the menu"
  +url: "https://phys.org/news/2023-11-early-humans-paleolithic-age-game.html"
  +body: """
    In a study published in the journal Scientific Reports, researchers from the Senckenberg Center for Human Evolution and Palaeoenvironment (SHEP) at the University of Tübingen show that early humans of the Middle Paleolithic had a more varied diet than previously assumed.\n
    \n
    The analysis of a site in the Zagros Mountains in Iran reveals that about 81,000 to 45,000 years ago, the local hominins hunted ungulates as well as tortoises and carnivores. Birds may also have been on the menu.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 7
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701183649 {#1470
    date: 2023-11-28 16:00:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1486 …}
  +votes: Doctrine\ORM\PersistentCollection {#1487 …}
  +reports: Doctrine\ORM\PersistentCollection {#1489 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1494 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1491 …}
  +badges: Doctrine\ORM\PersistentCollection {#1495 …}
  +children: []
  -id: 17841
  -titleTs: "'age':6 'earli':1 'game':10 'human':2 'menu':13 'paleolith':5"
  -bodyTs: "'000':57,60 '45':59 '81':56 'ago':62 'also':76 'analysi':43 'assum':41 'bird':74 'carnivor':73 'center':14 'diet':38 'earli':28 'evolut':17 'hominin':65 'human':16,29 'hunt':66 'iran':52 'journal':7 'local':64 'may':75 'menu':81 'middl':32 'mountain':50 'palaeoenviron':19 'paleolith':33 'previous':40 'publish':4 'report':9 'research':10 'reveal':53 'scientif':8 'senckenberg':13 'shep':20 'show':26 'site':46 'studi':3 'tortois':71 'tübingen':25 'ungul':67 'univers':23 'vari':37 'well':69 'year':61 'zagro':49"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701197149
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/5010737"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701183649 {#1469
    date: 2023-11-28 16:00:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\Entry {#1473
  +user: Proxies\__CG__\App\Entity\User {#1498 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1483 …}
  +image: Proxies\__CG__\App\Entity\Image {#1497 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1484 …}
  +slug: "Early-humans-in-the-Paleolithic-Age-More-than-just-game"
  +title: "Early humans in the Paleolithic Age: More than just game on the menu"
  +url: "https://phys.org/news/2023-11-early-humans-paleolithic-age-game.html"
  +body: """
    In a study published in the journal Scientific Reports, researchers from the Senckenberg Center for Human Evolution and Palaeoenvironment (SHEP) at the University of Tübingen show that early humans of the Middle Paleolithic had a more varied diet than previously assumed.\n
    \n
    The analysis of a site in the Zagros Mountains in Iran reveals that about 81,000 to 45,000 years ago, the local hominins hunted ungulates as well as tortoises and carnivores. Birds may also have been on the menu.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 7
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701183649 {#1470
    date: 2023-11-28 16:00:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1486 …}
  +votes: Doctrine\ORM\PersistentCollection {#1487 …}
  +reports: Doctrine\ORM\PersistentCollection {#1489 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1494 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1491 …}
  +badges: Doctrine\ORM\PersistentCollection {#1495 …}
  +children: []
  -id: 17841
  -titleTs: "'age':6 'earli':1 'game':10 'human':2 'menu':13 'paleolith':5"
  -bodyTs: "'000':57,60 '45':59 '81':56 'ago':62 'also':76 'analysi':43 'assum':41 'bird':74 'carnivor':73 'center':14 'diet':38 'earli':28 'evolut':17 'hominin':65 'human':16,29 'hunt':66 'iran':52 'journal':7 'local':64 'may':75 'menu':81 'middl':32 'mountain':50 'palaeoenviron':19 'paleolith':33 'previous':40 'publish':4 'report':9 'research':10 'reveal':53 'scientif':8 'senckenberg':13 'shep':20 'show':26 'site':46 'studi':3 'tortois':71 'tübingen':25 'ungul':67 'univers':23 'vari':37 'well':69 'year':61 'zagro':49"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701197149
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/5010737"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701183649 {#1469
    date: 2023-11-28 16:00:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
App\Entity\Entry {#1476
  +user: Proxies\__CG__\App\Entity\User {#1761 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1754 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1755 …}
  +slug: "It-s-always-the-right-time"
  +title: "It's always the right time"
  +url: "https://startrek.website/pictrs/image/28411450-21c1-46f9-bae9-f2d65fd15c19.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 219
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701183384 {#1475
    date: 2023-11-28 15:56:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1760 …}
  +votes: Doctrine\ORM\PersistentCollection {#1763 …}
  +reports: Doctrine\ORM\PersistentCollection {#1767 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1762 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1788 …}
  +badges: Doctrine\ORM\PersistentCollection {#1779 …}
  +children: []
  -id: 17840
  -titleTs: "'alway':3 'right':5 'time':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701269784
  +visibility: "visible             "
  +apId: "https://startrek.website/post/4150327"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701183384 {#1477
    date: 2023-11-28 15:56:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\Entry {#1476
  +user: Proxies\__CG__\App\Entity\User {#1761 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1754 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1755 …}
  +slug: "It-s-always-the-right-time"
  +title: "It's always the right time"
  +url: "https://startrek.website/pictrs/image/28411450-21c1-46f9-bae9-f2d65fd15c19.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 219
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701183384 {#1475
    date: 2023-11-28 15:56:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1760 …}
  +votes: Doctrine\ORM\PersistentCollection {#1763 …}
  +reports: Doctrine\ORM\PersistentCollection {#1767 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1762 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1788 …}
  +badges: Doctrine\ORM\PersistentCollection {#1779 …}
  +children: []
  -id: 17840
  -titleTs: "'alway':3 'right':5 'time':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701269784
  +visibility: "visible             "
  +apId: "https://startrek.website/post/4150327"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701183384 {#1477
    date: 2023-11-28 15:56:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\Entry {#1476
  +user: Proxies\__CG__\App\Entity\User {#1761 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1754 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1755 …}
  +slug: "It-s-always-the-right-time"
  +title: "It's always the right time"
  +url: "https://startrek.website/pictrs/image/28411450-21c1-46f9-bae9-f2d65fd15c19.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 219
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701183384 {#1475
    date: 2023-11-28 15:56:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1760 …}
  +votes: Doctrine\ORM\PersistentCollection {#1763 …}
  +reports: Doctrine\ORM\PersistentCollection {#1767 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1762 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1788 …}
  +badges: Doctrine\ORM\PersistentCollection {#1779 …}
  +children: []
  -id: 17840
  -titleTs: "'alway':3 'right':5 'time':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701269784
  +visibility: "visible             "
  +apId: "https://startrek.website/post/4150327"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701183384 {#1477
    date: 2023-11-28 15:56:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
57 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
58 DENIED moderate
App\Entity\Entry {#1774
  +user: Proxies\__CG__\App\Entity\User {#1761 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1773 …}
  +image: Proxies\__CG__\App\Entity\Image {#1775 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1755 …}
  +slug: "He-s-coming-to-town"
  +title: "He's coming to town"
  +url: "https://startrek.website/pictrs/image/62a52187-255a-4b50-b377-eaf559868804.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 24
  +favouriteCount: 810
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712203871 {#1787
    date: 2024-04-04 06:11:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1776 …}
  +votes: Doctrine\ORM\PersistentCollection {#1782 …}
  +reports: Doctrine\ORM\PersistentCollection {#1785 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1786 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1764 …}
  +badges: Doctrine\ORM\PersistentCollection {#1766 …}
  +children: []
  -id: 17839
  -titleTs: "'come':3 'town':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701269725
  +visibility: "visible             "
  +apId: "https://startrek.website/post/4150221"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701183325 {#1777
    date: 2023-11-28 15:55:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
App\Entity\Entry {#1774
  +user: Proxies\__CG__\App\Entity\User {#1761 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1773 …}
  +image: Proxies\__CG__\App\Entity\Image {#1775 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1755 …}
  +slug: "He-s-coming-to-town"
  +title: "He's coming to town"
  +url: "https://startrek.website/pictrs/image/62a52187-255a-4b50-b377-eaf559868804.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 24
  +favouriteCount: 810
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712203871 {#1787
    date: 2024-04-04 06:11:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1776 …}
  +votes: Doctrine\ORM\PersistentCollection {#1782 …}
  +reports: Doctrine\ORM\PersistentCollection {#1785 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1786 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1764 …}
  +badges: Doctrine\ORM\PersistentCollection {#1766 …}
  +children: []
  -id: 17839
  -titleTs: "'come':3 'town':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701269725
  +visibility: "visible             "
  +apId: "https://startrek.website/post/4150221"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701183325 {#1777
    date: 2023-11-28 15:55:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
App\Entity\Entry {#1774
  +user: Proxies\__CG__\App\Entity\User {#1761 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1773 …}
  +image: Proxies\__CG__\App\Entity\Image {#1775 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1755 …}
  +slug: "He-s-coming-to-town"
  +title: "He's coming to town"
  +url: "https://startrek.website/pictrs/image/62a52187-255a-4b50-b377-eaf559868804.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 24
  +favouriteCount: 810
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712203871 {#1787
    date: 2024-04-04 06:11:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1776 …}
  +votes: Doctrine\ORM\PersistentCollection {#1782 …}
  +reports: Doctrine\ORM\PersistentCollection {#1785 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1786 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1764 …}
  +badges: Doctrine\ORM\PersistentCollection {#1766 …}
  +children: []
  -id: 17839
  -titleTs: "'come':3 'town':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701269725
  +visibility: "visible             "
  +apId: "https://startrek.website/post/4150221"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701183325 {#1777
    date: 2023-11-28 15:55:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
61 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED moderate
App\Entity\Entry {#1466
  +user: Proxies\__CG__\App\Entity\User {#1452 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1659 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1745 …}
  +slug: "Are-opensource-antivirus-softwares-reliable"
  +title: "Are opensource antivirus softwares reliable?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701182656 {#1681
    date: 2023-11-28 15:44:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1445 …}
  +votes: Doctrine\ORM\PersistentCollection {#1638 …}
  +reports: Doctrine\ORM\PersistentCollection {#1642 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1643 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1633 …}
  +badges: Doctrine\ORM\PersistentCollection {#1624 …}
  +children: []
  -id: 24841
  -titleTs: "'antivirus':3 'opensourc':2 'reliabl':5 'softwar':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8874371"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701182656 {#1444
    date: 2023-11-28 15:44:16.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\Entry {#1466
  +user: Proxies\__CG__\App\Entity\User {#1452 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1659 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1745 …}
  +slug: "Are-opensource-antivirus-softwares-reliable"
  +title: "Are opensource antivirus softwares reliable?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701182656 {#1681
    date: 2023-11-28 15:44:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1445 …}
  +votes: Doctrine\ORM\PersistentCollection {#1638 …}
  +reports: Doctrine\ORM\PersistentCollection {#1642 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1643 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1633 …}
  +badges: Doctrine\ORM\PersistentCollection {#1624 …}
  +children: []
  -id: 24841
  -titleTs: "'antivirus':3 'opensourc':2 'reliabl':5 'softwar':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8874371"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701182656 {#1444
    date: 2023-11-28 15:44:16.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\Entry {#1466
  +user: Proxies\__CG__\App\Entity\User {#1452 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1659 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1745 …}
  +slug: "Are-opensource-antivirus-softwares-reliable"
  +title: "Are opensource antivirus softwares reliable?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701182656 {#1681
    date: 2023-11-28 15:44:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1445 …}
  +votes: Doctrine\ORM\PersistentCollection {#1638 …}
  +reports: Doctrine\ORM\PersistentCollection {#1642 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1643 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1633 …}
  +badges: Doctrine\ORM\PersistentCollection {#1624 …}
  +children: []
  -id: 24841
  -titleTs: "'antivirus':3 'opensourc':2 'reliabl':5 'softwar':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8874371"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701182656 {#1444
    date: 2023-11-28 15:44:16.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
65 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
66 DENIED moderate
App\Entity\Entry {#1660
  +user: Proxies\__CG__\App\Entity\User {#1409 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1745 …}
  +slug: "13-or-smaller-Linux-laptop-best-replacement-for-aging-chromebook"
  +title: "13" or smaller Linux laptop - best replacement for aging chromebook?"
  +url: null
  +body: """
    I want to get my partner a replacement for an aging chromebook. I was thinking it would be easiest to just grab another super budget chromebook and call it a day. But the more I read about google and chrome, the less I want to do with them.\n
    \n
    So my goal is to snag a cheap ($300ish?) laptop that I can slap Linux on (probably mint, but I’m open to suggestions).\n
    \n
    The main caveat is the size- needs to be small. Current chromebook is 11.5” I think. I’d like to keep it under 13”. The main use (95% will be web browsing/streaming/email/bullshit) but I’d like it to have enough juice to play Minecraft on my local server.\n
    \n
    I’ve looked around a bit, but my god there is a lot of options. I’d love it if there was just a recommendation that was proven to work. I’m busy enough tinkering with all the other tech, and I’d like to just set this one up and forget it.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 44
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701445438 {#1636
    date: 2023-12-01 16:43:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1450 …}
  +votes: Doctrine\ORM\PersistentCollection {#1421 …}
  +reports: Doctrine\ORM\PersistentCollection {#1446 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1424 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1442 …}
  +badges: Doctrine\ORM\PersistentCollection {#1420 …}
  +children: []
  -id: 17835
  -titleTs: "'13':1 'age':9 'best':6 'chromebook':10 'laptop':5 'linux':4 'replac':7 'smaller':3"
  -bodyTs: "'11.5':86 '13':96 '300ish':57 '95':100 'age':11 'anoth':23 'around':124 'bit':126 'browsing/streaming/email/bullshit':104 'budget':25 'busi':153 'call':28 'caveat':75 'cheap':56 'chrome':40 'chromebook':12,26,84 'current':83 'd':90,107,137,163 'day':31 'easiest':19 'enough':112,154 'forget':172 'get':4 'goal':51 'god':129 'googl':38 'grab':22 'juic':113 'keep':93 'laptop':58 'less':42 'like':91,108,164 'linux':63 'local':119 'look':123 'lot':133 'love':138 'm':69,152 'main':74,98 'minecraft':116 'mint':66 'need':79 'one':169 'open':70 'option':135 'partner':6 'play':115 'probabl':65 'proven':148 'read':36 'recommend':145 'replac':8 'server':120 'set':167 'size':78 'slap':62 'small':82 'snag':54 'suggest':72 'super':24 'tech':160 'think':15,88 'tinker':155 'use':99 've':122 'want':2,44 'web':103 'work':150 'would':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701268644
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16294766"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701182244 {#1635
    date: 2023-11-28 15:37:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
App\Entity\Entry {#1660
  +user: Proxies\__CG__\App\Entity\User {#1409 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1745 …}
  +slug: "13-or-smaller-Linux-laptop-best-replacement-for-aging-chromebook"
  +title: "13" or smaller Linux laptop - best replacement for aging chromebook?"
  +url: null
  +body: """
    I want to get my partner a replacement for an aging chromebook. I was thinking it would be easiest to just grab another super budget chromebook and call it a day. But the more I read about google and chrome, the less I want to do with them.\n
    \n
    So my goal is to snag a cheap ($300ish?) laptop that I can slap Linux on (probably mint, but I’m open to suggestions).\n
    \n
    The main caveat is the size- needs to be small. Current chromebook is 11.5” I think. I’d like to keep it under 13”. The main use (95% will be web browsing/streaming/email/bullshit) but I’d like it to have enough juice to play Minecraft on my local server.\n
    \n
    I’ve looked around a bit, but my god there is a lot of options. I’d love it if there was just a recommendation that was proven to work. I’m busy enough tinkering with all the other tech, and I’d like to just set this one up and forget it.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 44
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701445438 {#1636
    date: 2023-12-01 16:43:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1450 …}
  +votes: Doctrine\ORM\PersistentCollection {#1421 …}
  +reports: Doctrine\ORM\PersistentCollection {#1446 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1424 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1442 …}
  +badges: Doctrine\ORM\PersistentCollection {#1420 …}
  +children: []
  -id: 17835
  -titleTs: "'13':1 'age':9 'best':6 'chromebook':10 'laptop':5 'linux':4 'replac':7 'smaller':3"
  -bodyTs: "'11.5':86 '13':96 '300ish':57 '95':100 'age':11 'anoth':23 'around':124 'bit':126 'browsing/streaming/email/bullshit':104 'budget':25 'busi':153 'call':28 'caveat':75 'cheap':56 'chrome':40 'chromebook':12,26,84 'current':83 'd':90,107,137,163 'day':31 'easiest':19 'enough':112,154 'forget':172 'get':4 'goal':51 'god':129 'googl':38 'grab':22 'juic':113 'keep':93 'laptop':58 'less':42 'like':91,108,164 'linux':63 'local':119 'look':123 'lot':133 'love':138 'm':69,152 'main':74,98 'minecraft':116 'mint':66 'need':79 'one':169 'open':70 'option':135 'partner':6 'play':115 'probabl':65 'proven':148 'read':36 'recommend':145 'replac':8 'server':120 'set':167 'size':78 'slap':62 'small':82 'snag':54 'suggest':72 'super':24 'tech':160 'think':15,88 'tinker':155 'use':99 've':122 'want':2,44 'web':103 'work':150 'would':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701268644
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16294766"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701182244 {#1635
    date: 2023-11-28 15:37:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
App\Entity\Entry {#1660
  +user: Proxies\__CG__\App\Entity\User {#1409 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1745 …}
  +slug: "13-or-smaller-Linux-laptop-best-replacement-for-aging-chromebook"
  +title: "13" or smaller Linux laptop - best replacement for aging chromebook?"
  +url: null
  +body: """
    I want to get my partner a replacement for an aging chromebook. I was thinking it would be easiest to just grab another super budget chromebook and call it a day. But the more I read about google and chrome, the less I want to do with them.\n
    \n
    So my goal is to snag a cheap ($300ish?) laptop that I can slap Linux on (probably mint, but I’m open to suggestions).\n
    \n
    The main caveat is the size- needs to be small. Current chromebook is 11.5” I think. I’d like to keep it under 13”. The main use (95% will be web browsing/streaming/email/bullshit) but I’d like it to have enough juice to play Minecraft on my local server.\n
    \n
    I’ve looked around a bit, but my god there is a lot of options. I’d love it if there was just a recommendation that was proven to work. I’m busy enough tinkering with all the other tech, and I’d like to just set this one up and forget it.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 44
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701445438 {#1636
    date: 2023-12-01 16:43:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1450 …}
  +votes: Doctrine\ORM\PersistentCollection {#1421 …}
  +reports: Doctrine\ORM\PersistentCollection {#1446 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1424 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1442 …}
  +badges: Doctrine\ORM\PersistentCollection {#1420 …}
  +children: []
  -id: 17835
  -titleTs: "'13':1 'age':9 'best':6 'chromebook':10 'laptop':5 'linux':4 'replac':7 'smaller':3"
  -bodyTs: "'11.5':86 '13':96 '300ish':57 '95':100 'age':11 'anoth':23 'around':124 'bit':126 'browsing/streaming/email/bullshit':104 'budget':25 'busi':153 'call':28 'caveat':75 'cheap':56 'chrome':40 'chromebook':12,26,84 'current':83 'd':90,107,137,163 'day':31 'easiest':19 'enough':112,154 'forget':172 'get':4 'goal':51 'god':129 'googl':38 'grab':22 'juic':113 'keep':93 'laptop':58 'less':42 'like':91,108,164 'linux':63 'local':119 'look':123 'lot':133 'love':138 'm':69,152 'main':74,98 'minecraft':116 'mint':66 'need':79 'one':169 'open':70 'option':135 'partner':6 'play':115 'probabl':65 'proven':148 'read':36 'recommend':145 'replac':8 'server':120 'set':167 'size':78 'slap':62 'small':82 'snag':54 'suggest':72 'super':24 'tech':160 'think':15,88 'tinker':155 'use':99 've':122 'want':2,44 'web':103 'work':150 'would':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701268644
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16294766"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701182244 {#1635
    date: 2023-11-28 15:37:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
69 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
70 DENIED moderate
App\Entity\Entry {#1417
  +user: Proxies\__CG__\App\Entity\User {#1414 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1411 …}
  +image: Proxies\__CG__\App\Entity\Image {#1412 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1441 …}
  +slug: "In-dispute-over-Parthenon-sculptures-Greece-says-Britain-showing-lack"
  +title: "In dispute over Parthenon sculptures, Greece says Britain showing 'lack of respect'"
  +url: "https://www.reuters.com/world/europe/row-over-parthenon-sculptures-greece-says-britain-showing-lack-respect-2023-11-28/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701295371 {#1451
    date: 2023-11-29 23:02:51.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1443 …}
  +votes: Doctrine\ORM\PersistentCollection {#1419 …}
  +reports: Doctrine\ORM\PersistentCollection {#1416 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1456 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1461 …}
  +badges: Doctrine\ORM\PersistentCollection {#1463 …}
  +children: []
  -id: 17833
  -titleTs: "'britain':8 'disput':2 'greec':6 'lack':10 'parthenon':4 'respect':12 'say':7 'sculptur':5 'show':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701268355
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3850168"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701181955 {#1413
    date: 2023-11-28 15:32:35.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\Entry {#1417
  +user: Proxies\__CG__\App\Entity\User {#1414 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1411 …}
  +image: Proxies\__CG__\App\Entity\Image {#1412 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1441 …}
  +slug: "In-dispute-over-Parthenon-sculptures-Greece-says-Britain-showing-lack"
  +title: "In dispute over Parthenon sculptures, Greece says Britain showing 'lack of respect'"
  +url: "https://www.reuters.com/world/europe/row-over-parthenon-sculptures-greece-says-britain-showing-lack-respect-2023-11-28/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701295371 {#1451
    date: 2023-11-29 23:02:51.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1443 …}
  +votes: Doctrine\ORM\PersistentCollection {#1419 …}
  +reports: Doctrine\ORM\PersistentCollection {#1416 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1456 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1461 …}
  +badges: Doctrine\ORM\PersistentCollection {#1463 …}
  +children: []
  -id: 17833
  -titleTs: "'britain':8 'disput':2 'greec':6 'lack':10 'parthenon':4 'respect':12 'say':7 'sculptur':5 'show':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701268355
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3850168"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701181955 {#1413
    date: 2023-11-28 15:32:35.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\Entry {#1417
  +user: Proxies\__CG__\App\Entity\User {#1414 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1411 …}
  +image: Proxies\__CG__\App\Entity\Image {#1412 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1441 …}
  +slug: "In-dispute-over-Parthenon-sculptures-Greece-says-Britain-showing-lack"
  +title: "In dispute over Parthenon sculptures, Greece says Britain showing 'lack of respect'"
  +url: "https://www.reuters.com/world/europe/row-over-parthenon-sculptures-greece-says-britain-showing-lack-respect-2023-11-28/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701295371 {#1451
    date: 2023-11-29 23:02:51.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1443 …}
  +votes: Doctrine\ORM\PersistentCollection {#1419 …}
  +reports: Doctrine\ORM\PersistentCollection {#1416 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1456 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1461 …}
  +badges: Doctrine\ORM\PersistentCollection {#1463 …}
  +children: []
  -id: 17833
  -titleTs: "'britain':8 'disput':2 'greec':6 'lack':10 'parthenon':4 'respect':12 'say':7 'sculptur':5 'show':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701268355
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3850168"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701181955 {#1413
    date: 2023-11-28 15:32:35.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
73 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
74 DENIED moderate
App\Entity\Entry {#1455
  +user: Proxies\__CG__\App\Entity\User {#1414 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1483 …}
  +image: Proxies\__CG__\App\Entity\Image {#1453 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1460 …}
  +slug: "Melting-ice-in-Canada-allowed-scientists-to-discover-7-000-year-old-artifacts"
  +title: "Melting ice in Canada allowed scientists to discover 7,000-year-old artifacts"
  +url: "https://www.americanchronicles.news/melting-ice-in-canada-allowed-scientists-to-discover-7000-year-old-artifacts/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701195589 {#1448
    date: 2023-11-28 19:19:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1458 …}
  +votes: Doctrine\ORM\PersistentCollection {#1432 …}
  +reports: Doctrine\ORM\PersistentCollection {#1433 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1436 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1435 …}
  +badges: Doctrine\ORM\PersistentCollection {#1434 …}
  +children: []
  -id: 17830
  -titleTs: "'000':10 '7':9 'allow':5 'artifact':14 'canada':4 'discov':8 'ice':2 'melt':1 'old':13 'scientist':6 'year':12 'year-old':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701246428
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3849901"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701181428 {#1457
    date: 2023-11-28 15:23:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
75 DENIED edit
App\Entity\Entry {#1455
  +user: Proxies\__CG__\App\Entity\User {#1414 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1483 …}
  +image: Proxies\__CG__\App\Entity\Image {#1453 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1460 …}
  +slug: "Melting-ice-in-Canada-allowed-scientists-to-discover-7-000-year-old-artifacts"
  +title: "Melting ice in Canada allowed scientists to discover 7,000-year-old artifacts"
  +url: "https://www.americanchronicles.news/melting-ice-in-canada-allowed-scientists-to-discover-7000-year-old-artifacts/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701195589 {#1448
    date: 2023-11-28 19:19:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1458 …}
  +votes: Doctrine\ORM\PersistentCollection {#1432 …}
  +reports: Doctrine\ORM\PersistentCollection {#1433 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1436 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1435 …}
  +badges: Doctrine\ORM\PersistentCollection {#1434 …}
  +children: []
  -id: 17830
  -titleTs: "'000':10 '7':9 'allow':5 'artifact':14 'canada':4 'discov':8 'ice':2 'melt':1 'old':13 'scientist':6 'year':12 'year-old':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701246428
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3849901"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701181428 {#1457
    date: 2023-11-28 15:23:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
76 DENIED moderate
App\Entity\Entry {#1455
  +user: Proxies\__CG__\App\Entity\User {#1414 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1483 …}
  +image: Proxies\__CG__\App\Entity\Image {#1453 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1460 …}
  +slug: "Melting-ice-in-Canada-allowed-scientists-to-discover-7-000-year-old-artifacts"
  +title: "Melting ice in Canada allowed scientists to discover 7,000-year-old artifacts"
  +url: "https://www.americanchronicles.news/melting-ice-in-canada-allowed-scientists-to-discover-7000-year-old-artifacts/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701195589 {#1448
    date: 2023-11-28 19:19:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1458 …}
  +votes: Doctrine\ORM\PersistentCollection {#1432 …}
  +reports: Doctrine\ORM\PersistentCollection {#1433 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1436 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1435 …}
  +badges: Doctrine\ORM\PersistentCollection {#1434 …}
  +children: []
  -id: 17830
  -titleTs: "'000':10 '7':9 'allow':5 'artifact':14 'canada':4 'discov':8 'ice':2 'melt':1 'old':13 'scientist':6 'year':12 'year-old':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701246428
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3849901"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701181428 {#1457
    date: 2023-11-28 15:23:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
77 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
78 DENIED moderate
App\Entity\Entry {#1429
  +user: Proxies\__CG__\App\Entity\User {#1414 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1483 …}
  +image: Proxies\__CG__\App\Entity\Image {#1699 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1694 …}
  +slug: "Henge-monument-and-Roman-kilns-found-at-housing-dig"
  +title: "Henge monument and Roman kilns found at housing dig"
  +url: "https://www.bbc.com/news/uk-england-nottinghamshire-67225452"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701181034 {#1440
    date: 2023-11-28 15:17:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1703 …}
  +votes: Doctrine\ORM\PersistentCollection {#1693 …}
  +reports: Doctrine\ORM\PersistentCollection {#1695 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1698 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1709 …}
  +badges: Doctrine\ORM\PersistentCollection {#1610 …}
  +children: []
  -id: 17824
  -titleTs: "'dig':9 'found':6 'heng':1 'hous':8 'kiln':5 'monument':2 'roman':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701226034
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3849704"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701181034 {#1438
    date: 2023-11-28 15:17:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
App\Entity\Entry {#1429
  +user: Proxies\__CG__\App\Entity\User {#1414 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1483 …}
  +image: Proxies\__CG__\App\Entity\Image {#1699 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1694 …}
  +slug: "Henge-monument-and-Roman-kilns-found-at-housing-dig"
  +title: "Henge monument and Roman kilns found at housing dig"
  +url: "https://www.bbc.com/news/uk-england-nottinghamshire-67225452"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701181034 {#1440
    date: 2023-11-28 15:17:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1703 …}
  +votes: Doctrine\ORM\PersistentCollection {#1693 …}
  +reports: Doctrine\ORM\PersistentCollection {#1695 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1698 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1709 …}
  +badges: Doctrine\ORM\PersistentCollection {#1610 …}
  +children: []
  -id: 17824
  -titleTs: "'dig':9 'found':6 'heng':1 'hous':8 'kiln':5 'monument':2 'roman':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701226034
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3849704"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701181034 {#1438
    date: 2023-11-28 15:17:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
App\Entity\Entry {#1429
  +user: Proxies\__CG__\App\Entity\User {#1414 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1483 …}
  +image: Proxies\__CG__\App\Entity\Image {#1699 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1694 …}
  +slug: "Henge-monument-and-Roman-kilns-found-at-housing-dig"
  +title: "Henge monument and Roman kilns found at housing dig"
  +url: "https://www.bbc.com/news/uk-england-nottinghamshire-67225452"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701181034 {#1440
    date: 2023-11-28 15:17:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1703 …}
  +votes: Doctrine\ORM\PersistentCollection {#1693 …}
  +reports: Doctrine\ORM\PersistentCollection {#1695 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1698 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1709 …}
  +badges: Doctrine\ORM\PersistentCollection {#1610 …}
  +children: []
  -id: 17824
  -titleTs: "'dig':9 'found':6 'heng':1 'hous':8 'kiln':5 'monument':2 'roman':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701226034
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3849704"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701181034 {#1438
    date: 2023-11-28 15:17:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
81 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
82 DENIED moderate
App\Entity\Entry {#1612
  +user: Proxies\__CG__\App\Entity\User {#1615 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1743 …}
  +image: Proxies\__CG__\App\Entity\Image {#1752 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#194 …}
  +slug: "Old-but-gold"
  +title: "Old but gold"
  +url: "https://lemmy.world/pictrs/image/b5524f03-027f-4b79-a539-8653027bbf3d.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 23
  +favouriteCount: 790
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701291034 {#1606
    date: 2023-11-29 21:50:34.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1744 …}
  +votes: Doctrine\ORM\PersistentCollection {#1646 …}
  +reports: Doctrine\ORM\PersistentCollection {#1645 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1641 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1665 …}
  +badges: Doctrine\ORM\PersistentCollection {#1674 …}
  +children: []
  -id: 17822
  -titleTs: "'gold':3 'old':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701267348
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8873601"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701180948 {#1614
    date: 2023-11-28 15:15:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\Entry {#1612
  +user: Proxies\__CG__\App\Entity\User {#1615 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1743 …}
  +image: Proxies\__CG__\App\Entity\Image {#1752 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#194 …}
  +slug: "Old-but-gold"
  +title: "Old but gold"
  +url: "https://lemmy.world/pictrs/image/b5524f03-027f-4b79-a539-8653027bbf3d.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 23
  +favouriteCount: 790
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701291034 {#1606
    date: 2023-11-29 21:50:34.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1744 …}
  +votes: Doctrine\ORM\PersistentCollection {#1646 …}
  +reports: Doctrine\ORM\PersistentCollection {#1645 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1641 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1665 …}
  +badges: Doctrine\ORM\PersistentCollection {#1674 …}
  +children: []
  -id: 17822
  -titleTs: "'gold':3 'old':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701267348
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8873601"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701180948 {#1614
    date: 2023-11-28 15:15:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\Entry {#1612
  +user: Proxies\__CG__\App\Entity\User {#1615 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1743 …}
  +image: Proxies\__CG__\App\Entity\Image {#1752 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#194 …}
  +slug: "Old-but-gold"
  +title: "Old but gold"
  +url: "https://lemmy.world/pictrs/image/b5524f03-027f-4b79-a539-8653027bbf3d.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 23
  +favouriteCount: 790
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701291034 {#1606
    date: 2023-11-29 21:50:34.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1744 …}
  +votes: Doctrine\ORM\PersistentCollection {#1646 …}
  +reports: Doctrine\ORM\PersistentCollection {#1645 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1641 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1665 …}
  +badges: Doctrine\ORM\PersistentCollection {#1674 …}
  +children: []
  -id: 17822
  -titleTs: "'gold':3 'old':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701267348
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8873601"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701180948 {#1614
    date: 2023-11-28 15:15:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
85 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
86 DENIED moderate
App\Entity\Entry {#1677
  +user: Proxies\__CG__\App\Entity\User {#1678 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1659 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1745 …}
  +slug: "How-Does-the-Default-not-logged-in-Youtube-Algorithm-Work"
  +title: "How Does the Default (not logged in) Youtube Algorithm Work?"
  +url: null
  +body: """
    I’ve found that when I’m logged into Youtube, the algorithm works fairly well to suggest videos that are at least somewhat related to my interests. I’m specifically curious about how the “default” algorithm works when not logged in.\n
    \n
    If I open a private window and look at the front page, it almost feels like the algorithm is doing its best to show me the *opposite* of what I want to see. Obviously this isn’t true, but I just don’t get how it chooses the videos it shows. As an example, I almost always get:\n
    \n
    - Right-wing news clips (I’m not a Republican)\n
    - Sports (I don’t watch or play sports)\n
    - Gaming streams (I’ve not once watched a gaming stream)\n
    - Christian content (I am not a Christian)\n
    - Gen-Z and Gen-Y entertainment (I’m almost 40)\n
    \n
    I feel like some of this is geographic. My router load-balances between two internet connections, and I can sometimes tell if it’s using my “local” connection or my satellite connection (with an endpoint in another state) based on what videos it shows. Regardless, though, the content I see isn’t really appropriate for the demographic in either location. Out of curiosity, I tried it with a VPN using an endpoint in Canada (I’m in the USA); the front page was mostly really crappy reality TV content (think stuff on TLC).\n
    \n
    If I was programming the algorithm, I’d want to have it show content that applies to a broad audience, but that really doesn’t seem to be the case. While I don’t intend on ever using Youtube without being logged in (and having a ton of browser plugins active to improve the experience), from a technical standpoint, I’m very curious how it chooses what to put on the front page.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701194987 {#1672
    date: 2023-11-28 19:09:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1669 …}
  +votes: Doctrine\ORM\PersistentCollection {#1666 …}
  +reports: Doctrine\ORM\PersistentCollection {#1668 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1679 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1654 …}
  +badges: Doctrine\ORM\PersistentCollection {#1655 …}
  +children: []
  -id: 17821
  -titleTs: "'algorithm':9 'default':4 'log':6 'work':10 'youtub':8"
  -bodyTs: "'40':146 'activ':291 'algorithm':12,36,59,246 'almost':55,97,145 'alway':98 'anoth':184 'appli':256 'appropri':201 'audienc':260 'balanc':159 'base':186 'best':63 'broad':259 'browser':289 'canada':221 'case':270 'choos':88,306 'christian':128,134 'clip':104 'connect':163,175,179 'content':129,195,236,254 'crappi':233 'curios':210 'curious':31,303 'd':248 'default':35 'demograph':204 'doesn':264 'either':206 'endpoint':182,219 'entertain':142 'ever':277 'exampl':95 'experi':295 'fair':14 'feel':56,148 'found':3 'front':52,228,312 'game':118,126 'gen':136,140 'gen-i':139 'gen-z':135 'geograph':154 'get':85,99 'improv':293 'intend':275 'interest':27 'internet':162 'isn':77,198 'least':22 'like':57,149 'load':158 'load-bal':157 'local':174 'locat':207 'log':8,40,282 'look':49 'm':7,29,106,144,223,301 'most':231 'news':103 'obvious':75 'open':44 'opposit':68 'page':53,229,313 'play':116 'plugin':290 'privat':46 'program':244 'put':309 'realiti':234 'realli':200,232,263 'regardless':192 'relat':24 'republican':109 'right':101 'right-w':100 'router':156 'satellit':178 'see':74,197 'seem':266 'show':65,92,191,253 'sometim':167 'somewhat':23 'specif':30 'sport':110,117 'standpoint':299 'state':185 'stream':119,127 'stuff':238 'suggest':17 'technic':298 'tell':168 'think':237 'though':193 'tlc':240 'ton':287 'tri':212 'true':79 'tv':235 'two':161 'usa':226 'use':172,217,278 've':2,121 'video':18,90,189 'vpn':216 'want':72,249 'watch':114,124 'well':15 'window':47 'wing':102 'without':280 'work':13,37 'y':141 'youtub':10,279 'z':137"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701267337
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8873599"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701180937 {#1673
    date: 2023-11-28 15:15:37.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
87 DENIED edit
App\Entity\Entry {#1677
  +user: Proxies\__CG__\App\Entity\User {#1678 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1659 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1745 …}
  +slug: "How-Does-the-Default-not-logged-in-Youtube-Algorithm-Work"
  +title: "How Does the Default (not logged in) Youtube Algorithm Work?"
  +url: null
  +body: """
    I’ve found that when I’m logged into Youtube, the algorithm works fairly well to suggest videos that are at least somewhat related to my interests. I’m specifically curious about how the “default” algorithm works when not logged in.\n
    \n
    If I open a private window and look at the front page, it almost feels like the algorithm is doing its best to show me the *opposite* of what I want to see. Obviously this isn’t true, but I just don’t get how it chooses the videos it shows. As an example, I almost always get:\n
    \n
    - Right-wing news clips (I’m not a Republican)\n
    - Sports (I don’t watch or play sports)\n
    - Gaming streams (I’ve not once watched a gaming stream)\n
    - Christian content (I am not a Christian)\n
    - Gen-Z and Gen-Y entertainment (I’m almost 40)\n
    \n
    I feel like some of this is geographic. My router load-balances between two internet connections, and I can sometimes tell if it’s using my “local” connection or my satellite connection (with an endpoint in another state) based on what videos it shows. Regardless, though, the content I see isn’t really appropriate for the demographic in either location. Out of curiosity, I tried it with a VPN using an endpoint in Canada (I’m in the USA); the front page was mostly really crappy reality TV content (think stuff on TLC).\n
    \n
    If I was programming the algorithm, I’d want to have it show content that applies to a broad audience, but that really doesn’t seem to be the case. While I don’t intend on ever using Youtube without being logged in (and having a ton of browser plugins active to improve the experience), from a technical standpoint, I’m very curious how it chooses what to put on the front page.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701194987 {#1672
    date: 2023-11-28 19:09:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1669 …}
  +votes: Doctrine\ORM\PersistentCollection {#1666 …}
  +reports: Doctrine\ORM\PersistentCollection {#1668 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1679 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1654 …}
  +badges: Doctrine\ORM\PersistentCollection {#1655 …}
  +children: []
  -id: 17821
  -titleTs: "'algorithm':9 'default':4 'log':6 'work':10 'youtub':8"
  -bodyTs: "'40':146 'activ':291 'algorithm':12,36,59,246 'almost':55,97,145 'alway':98 'anoth':184 'appli':256 'appropri':201 'audienc':260 'balanc':159 'base':186 'best':63 'broad':259 'browser':289 'canada':221 'case':270 'choos':88,306 'christian':128,134 'clip':104 'connect':163,175,179 'content':129,195,236,254 'crappi':233 'curios':210 'curious':31,303 'd':248 'default':35 'demograph':204 'doesn':264 'either':206 'endpoint':182,219 'entertain':142 'ever':277 'exampl':95 'experi':295 'fair':14 'feel':56,148 'found':3 'front':52,228,312 'game':118,126 'gen':136,140 'gen-i':139 'gen-z':135 'geograph':154 'get':85,99 'improv':293 'intend':275 'interest':27 'internet':162 'isn':77,198 'least':22 'like':57,149 'load':158 'load-bal':157 'local':174 'locat':207 'log':8,40,282 'look':49 'm':7,29,106,144,223,301 'most':231 'news':103 'obvious':75 'open':44 'opposit':68 'page':53,229,313 'play':116 'plugin':290 'privat':46 'program':244 'put':309 'realiti':234 'realli':200,232,263 'regardless':192 'relat':24 'republican':109 'right':101 'right-w':100 'router':156 'satellit':178 'see':74,197 'seem':266 'show':65,92,191,253 'sometim':167 'somewhat':23 'specif':30 'sport':110,117 'standpoint':299 'state':185 'stream':119,127 'stuff':238 'suggest':17 'technic':298 'tell':168 'think':237 'though':193 'tlc':240 'ton':287 'tri':212 'true':79 'tv':235 'two':161 'usa':226 'use':172,217,278 've':2,121 'video':18,90,189 'vpn':216 'want':72,249 'watch':114,124 'well':15 'window':47 'wing':102 'without':280 'work':13,37 'y':141 'youtub':10,279 'z':137"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701267337
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8873599"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701180937 {#1673
    date: 2023-11-28 15:15:37.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
88 DENIED moderate
App\Entity\Entry {#1677
  +user: Proxies\__CG__\App\Entity\User {#1678 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1659 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1745 …}
  +slug: "How-Does-the-Default-not-logged-in-Youtube-Algorithm-Work"
  +title: "How Does the Default (not logged in) Youtube Algorithm Work?"
  +url: null
  +body: """
    I’ve found that when I’m logged into Youtube, the algorithm works fairly well to suggest videos that are at least somewhat related to my interests. I’m specifically curious about how the “default” algorithm works when not logged in.\n
    \n
    If I open a private window and look at the front page, it almost feels like the algorithm is doing its best to show me the *opposite* of what I want to see. Obviously this isn’t true, but I just don’t get how it chooses the videos it shows. As an example, I almost always get:\n
    \n
    - Right-wing news clips (I’m not a Republican)\n
    - Sports (I don’t watch or play sports)\n
    - Gaming streams (I’ve not once watched a gaming stream)\n
    - Christian content (I am not a Christian)\n
    - Gen-Z and Gen-Y entertainment (I’m almost 40)\n
    \n
    I feel like some of this is geographic. My router load-balances between two internet connections, and I can sometimes tell if it’s using my “local” connection or my satellite connection (with an endpoint in another state) based on what videos it shows. Regardless, though, the content I see isn’t really appropriate for the demographic in either location. Out of curiosity, I tried it with a VPN using an endpoint in Canada (I’m in the USA); the front page was mostly really crappy reality TV content (think stuff on TLC).\n
    \n
    If I was programming the algorithm, I’d want to have it show content that applies to a broad audience, but that really doesn’t seem to be the case. While I don’t intend on ever using Youtube without being logged in (and having a ton of browser plugins active to improve the experience), from a technical standpoint, I’m very curious how it chooses what to put on the front page.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701194987 {#1672
    date: 2023-11-28 19:09:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1669 …}
  +votes: Doctrine\ORM\PersistentCollection {#1666 …}
  +reports: Doctrine\ORM\PersistentCollection {#1668 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1679 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1654 …}
  +badges: Doctrine\ORM\PersistentCollection {#1655 …}
  +children: []
  -id: 17821
  -titleTs: "'algorithm':9 'default':4 'log':6 'work':10 'youtub':8"
  -bodyTs: "'40':146 'activ':291 'algorithm':12,36,59,246 'almost':55,97,145 'alway':98 'anoth':184 'appli':256 'appropri':201 'audienc':260 'balanc':159 'base':186 'best':63 'broad':259 'browser':289 'canada':221 'case':270 'choos':88,306 'christian':128,134 'clip':104 'connect':163,175,179 'content':129,195,236,254 'crappi':233 'curios':210 'curious':31,303 'd':248 'default':35 'demograph':204 'doesn':264 'either':206 'endpoint':182,219 'entertain':142 'ever':277 'exampl':95 'experi':295 'fair':14 'feel':56,148 'found':3 'front':52,228,312 'game':118,126 'gen':136,140 'gen-i':139 'gen-z':135 'geograph':154 'get':85,99 'improv':293 'intend':275 'interest':27 'internet':162 'isn':77,198 'least':22 'like':57,149 'load':158 'load-bal':157 'local':174 'locat':207 'log':8,40,282 'look':49 'm':7,29,106,144,223,301 'most':231 'news':103 'obvious':75 'open':44 'opposit':68 'page':53,229,313 'play':116 'plugin':290 'privat':46 'program':244 'put':309 'realiti':234 'realli':200,232,263 'regardless':192 'relat':24 'republican':109 'right':101 'right-w':100 'router':156 'satellit':178 'see':74,197 'seem':266 'show':65,92,191,253 'sometim':167 'somewhat':23 'specif':30 'sport':110,117 'standpoint':299 'state':185 'stream':119,127 'stuff':238 'suggest':17 'technic':298 'tell':168 'think':237 'though':193 'tlc':240 'ton':287 'tri':212 'true':79 'tv':235 'two':161 'usa':226 'use':172,217,278 've':2,121 'video':18,90,189 'vpn':216 'want':72,249 'watch':114,124 'well':15 'window':47 'wing':102 'without':280 'work':13,37 'y':141 'youtub':10,279 'z':137"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701267337
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8873599"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701180937 {#1673
    date: 2023-11-28 15:15:37.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
89 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
90 DENIED moderate
App\Entity\Entry {#1656
  +user: Proxies\__CG__\App\Entity\User {#1661 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1662 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1663 …}
  +slug: "Monkey"
  +title: "Monkey"
  +url: "https://media.mas.to/masto-public/media_attachments/files/111/475/584/998/905/416/original/005f2391e79b42ab.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701180892 {#1651
    date: 2023-11-28 15:14:52.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1553 …}
  +votes: Doctrine\ORM\PersistentCollection {#1590 …}
  +reports: Doctrine\ORM\PersistentCollection {#1591 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1589 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1582 …}
  +badges: Doctrine\ORM\PersistentCollection {#1583 …}
  +children: []
  -id: 17819
  -titleTs: "'monkey':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701216892
  +visibility: "visible             "
  +apId: "https://lemmus.org/post/1765825"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701180892 {#1653
    date: 2023-11-28 15:14:52.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
App\Entity\Entry {#1656
  +user: Proxies\__CG__\App\Entity\User {#1661 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1662 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1663 …}
  +slug: "Monkey"
  +title: "Monkey"
  +url: "https://media.mas.to/masto-public/media_attachments/files/111/475/584/998/905/416/original/005f2391e79b42ab.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701180892 {#1651
    date: 2023-11-28 15:14:52.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1553 …}
  +votes: Doctrine\ORM\PersistentCollection {#1590 …}
  +reports: Doctrine\ORM\PersistentCollection {#1591 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1589 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1582 …}
  +badges: Doctrine\ORM\PersistentCollection {#1583 …}
  +children: []
  -id: 17819
  -titleTs: "'monkey':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701216892
  +visibility: "visible             "
  +apId: "https://lemmus.org/post/1765825"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701180892 {#1653
    date: 2023-11-28 15:14:52.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
App\Entity\Entry {#1656
  +user: Proxies\__CG__\App\Entity\User {#1661 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1662 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1663 …}
  +slug: "Monkey"
  +title: "Monkey"
  +url: "https://media.mas.to/masto-public/media_attachments/files/111/475/584/998/905/416/original/005f2391e79b42ab.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701180892 {#1651
    date: 2023-11-28 15:14:52.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1553 …}
  +votes: Doctrine\ORM\PersistentCollection {#1590 …}
  +reports: Doctrine\ORM\PersistentCollection {#1591 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1589 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1582 …}
  +badges: Doctrine\ORM\PersistentCollection {#1583 …}
  +children: []
  -id: 17819
  -titleTs: "'monkey':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701216892
  +visibility: "visible             "
  +apId: "https://lemmus.org/post/1765825"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701180892 {#1653
    date: 2023-11-28 15:14:52.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
93 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
94 DENIED moderate
App\Entity\Entry {#1584
  +user: Proxies\__CG__\App\Entity\User {#1615 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: Proxies\__CG__\App\Entity\Image {#1588 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#194 …}
  +slug: "He-tired"
  +title: "He tired"
  +url: "https://lemmy.world/pictrs/image/24cf0909-8b55-4b1d-b3dd-c1fa276dbe1c.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 179
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701180858 {#1580
    date: 2023-11-28 15:14:18.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1575 …}
  +reports: Doctrine\ORM\PersistentCollection {#1586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
  +badges: Doctrine\ORM\PersistentCollection {#1560 …}
  +children: []
  -id: 17818
  -titleTs: "'tire':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701267258
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8873255"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701180858 {#1579
    date: 2023-11-28 15:14:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
95 DENIED edit
App\Entity\Entry {#1584
  +user: Proxies\__CG__\App\Entity\User {#1615 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: Proxies\__CG__\App\Entity\Image {#1588 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#194 …}
  +slug: "He-tired"
  +title: "He tired"
  +url: "https://lemmy.world/pictrs/image/24cf0909-8b55-4b1d-b3dd-c1fa276dbe1c.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 179
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701180858 {#1580
    date: 2023-11-28 15:14:18.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1575 …}
  +reports: Doctrine\ORM\PersistentCollection {#1586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
  +badges: Doctrine\ORM\PersistentCollection {#1560 …}
  +children: []
  -id: 17818
  -titleTs: "'tire':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701267258
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8873255"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701180858 {#1579
    date: 2023-11-28 15:14:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
96 DENIED moderate
App\Entity\Entry {#1584
  +user: Proxies\__CG__\App\Entity\User {#1615 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: Proxies\__CG__\App\Entity\Image {#1588 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#194 …}
  +slug: "He-tired"
  +title: "He tired"
  +url: "https://lemmy.world/pictrs/image/24cf0909-8b55-4b1d-b3dd-c1fa276dbe1c.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 179
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701180858 {#1580
    date: 2023-11-28 15:14:18.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1575 …}
  +reports: Doctrine\ORM\PersistentCollection {#1586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
  +badges: Doctrine\ORM\PersistentCollection {#1560 …}
  +children: []
  -id: 17818
  -titleTs: "'tire':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701267258
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8873255"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701180858 {#1579
    date: 2023-11-28 15:14:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
97 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
98 DENIED moderate
App\Entity\Entry {#1527
  +user: Proxies\__CG__\App\Entity\User {#1561 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1745 …}
  +slug: "VPN-service-or-other-method-to-watch-download-YouTube-videos-blocked"
  +title: "VPN service or other method to watch/download YouTube videos blocked everywhere but Somaliland, Kosovo and Northern Cyprus?"
  +url: null
  +body: "Some VPN companies claim to provide service from these countries, but sometimes it’s a lie."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701208189 {#1526
    date: 2023-11-28 22:49:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1567 …}
  +votes: Doctrine\ORM\PersistentCollection {#1559 …}
  +reports: Doctrine\ORM\PersistentCollection {#1564 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
  +badges: Doctrine\ORM\PersistentCollection {#1558 …}
  +children: []
  -id: 17817
  -titleTs: "'block':10 'cyprus':17 'everywher':11 'kosovo':14 'method':5 'northern':16 'servic':2 'somaliland':13 'video':9 'vpn':1 'watch/download':7 'youtub':8"
  -bodyTs: "'claim':4 'compani':3 'countri':10 'lie':16 'provid':6 'servic':7 'sometim':12 'vpn':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701266889
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16291549"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701180489 {#1528
    date: 2023-11-28 15:08:09.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
99 DENIED edit
App\Entity\Entry {#1527
  +user: Proxies\__CG__\App\Entity\User {#1561 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1745 …}
  +slug: "VPN-service-or-other-method-to-watch-download-YouTube-videos-blocked"
  +title: "VPN service or other method to watch/download YouTube videos blocked everywhere but Somaliland, Kosovo and Northern Cyprus?"
  +url: null
  +body: "Some VPN companies claim to provide service from these countries, but sometimes it’s a lie."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701208189 {#1526
    date: 2023-11-28 22:49:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1567 …}
  +votes: Doctrine\ORM\PersistentCollection {#1559 …}
  +reports: Doctrine\ORM\PersistentCollection {#1564 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
  +badges: Doctrine\ORM\PersistentCollection {#1558 …}
  +children: []
  -id: 17817
  -titleTs: "'block':10 'cyprus':17 'everywher':11 'kosovo':14 'method':5 'northern':16 'servic':2 'somaliland':13 'video':9 'vpn':1 'watch/download':7 'youtub':8"
  -bodyTs: "'claim':4 'compani':3 'countri':10 'lie':16 'provid':6 'servic':7 'sometim':12 'vpn':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701266889
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16291549"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701180489 {#1528
    date: 2023-11-28 15:08:09.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
100 DENIED moderate
App\Entity\Entry {#1527
  +user: Proxies\__CG__\App\Entity\User {#1561 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1745 …}
  +slug: "VPN-service-or-other-method-to-watch-download-YouTube-videos-blocked"
  +title: "VPN service or other method to watch/download YouTube videos blocked everywhere but Somaliland, Kosovo and Northern Cyprus?"
  +url: null
  +body: "Some VPN companies claim to provide service from these countries, but sometimes it’s a lie."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701208189 {#1526
    date: 2023-11-28 22:49:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1567 …}
  +votes: Doctrine\ORM\PersistentCollection {#1559 …}
  +reports: Doctrine\ORM\PersistentCollection {#1564 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
  +badges: Doctrine\ORM\PersistentCollection {#1558 …}
  +children: []
  -id: 17817
  -titleTs: "'block':10 'cyprus':17 'everywher':11 'kosovo':14 'method':5 'northern':16 'servic':2 'somaliland':13 'video':9 'vpn':1 'watch/download':7 'youtub':8"
  -bodyTs: "'claim':4 'compani':3 'countri':10 'lie':16 'provid':6 'servic':7 'sometim':12 'vpn':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701266889
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16291549"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701180489 {#1528
    date: 2023-11-28 15:08:09.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details