GET https://kbin.spritesserver.nl/u/@finestnothing@lemmy.world/comments/active?p=3

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.05 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\EntryComment {#2062
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2395 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2026 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
  +body: """
    Yep, sqrt(-1) = i. Powers of i are actually really neat imo since they form a loop: i^0 = 1  \n
    i^1 = i  \n
    i^2 = -1  \n
    i^3 (or i^2 x i or -1 x i) = -i  \n
    Now the loop starts:  \n
    i^4 = i^2 x i^2 = 1 x 1 = 1  \n
    i^5 = i^4 x i^1 = 1 x i = i  \n
    etc  \n
    Any evaluation of i to the power k boils down to i^(k%4). For example, i^726 = i^2 = -1. I know this was super useful in calc 1 or 2 and not used for any of my other math classes, it’s just a fun concept to me
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 18
  +score: 0
  +lastActive: DateTime @1699309037 {#2359
    date: 2023-11-06 23:17:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
    "@magnetosphere@kbin.social"
    "@Afghaniscran@feddit.uk"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2018 …}
  +nested: Doctrine\ORM\PersistentCollection {#2011 …}
  +votes: Doctrine\ORM\PersistentCollection {#2021 …}
  +reports: Doctrine\ORM\PersistentCollection {#2029 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
  -id: 96715
  -bodyTs: "'-1':3,26,35,86 '0':19 '1':20,22,50,52,53,60,61,95 '2':25,31,46,49,85,97 '3':28 '4':44,57,79 '5':55 '726':83 'actual':9 'boil':74 'calc':94 'class':107 'concept':113 'etc':65 'evalu':67 'exampl':81 'form':15 'fun':112 'imo':12 'k':73,78 'know':88 'loop':17,41 'math':106 'neat':11 'power':5,72 'realli':10 'sinc':13 'sqrt':2 'start':42 'super':91 'use':92,100 'x':32,36,47,51,58,62 'yep':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5119170"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699309037 {#1402
    date: 2023-11-06 23:17:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
3 DENIED edit
App\Entity\EntryComment {#2062
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2395 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2026 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
  +body: """
    Yep, sqrt(-1) = i. Powers of i are actually really neat imo since they form a loop: i^0 = 1  \n
    i^1 = i  \n
    i^2 = -1  \n
    i^3 (or i^2 x i or -1 x i) = -i  \n
    Now the loop starts:  \n
    i^4 = i^2 x i^2 = 1 x 1 = 1  \n
    i^5 = i^4 x i^1 = 1 x i = i  \n
    etc  \n
    Any evaluation of i to the power k boils down to i^(k%4). For example, i^726 = i^2 = -1. I know this was super useful in calc 1 or 2 and not used for any of my other math classes, it’s just a fun concept to me
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 18
  +score: 0
  +lastActive: DateTime @1699309037 {#2359
    date: 2023-11-06 23:17:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
    "@magnetosphere@kbin.social"
    "@Afghaniscran@feddit.uk"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2018 …}
  +nested: Doctrine\ORM\PersistentCollection {#2011 …}
  +votes: Doctrine\ORM\PersistentCollection {#2021 …}
  +reports: Doctrine\ORM\PersistentCollection {#2029 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
  -id: 96715
  -bodyTs: "'-1':3,26,35,86 '0':19 '1':20,22,50,52,53,60,61,95 '2':25,31,46,49,85,97 '3':28 '4':44,57,79 '5':55 '726':83 'actual':9 'boil':74 'calc':94 'class':107 'concept':113 'etc':65 'evalu':67 'exampl':81 'form':15 'fun':112 'imo':12 'k':73,78 'know':88 'loop':17,41 'math':106 'neat':11 'power':5,72 'realli':10 'sinc':13 'sqrt':2 'start':42 'super':91 'use':92,100 'x':32,36,47,51,58,62 'yep':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5119170"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699309037 {#1402
    date: 2023-11-06 23:17:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
4 DENIED moderate
App\Entity\EntryComment {#2062
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2395 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2026 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
  +body: """
    Yep, sqrt(-1) = i. Powers of i are actually really neat imo since they form a loop: i^0 = 1  \n
    i^1 = i  \n
    i^2 = -1  \n
    i^3 (or i^2 x i or -1 x i) = -i  \n
    Now the loop starts:  \n
    i^4 = i^2 x i^2 = 1 x 1 = 1  \n
    i^5 = i^4 x i^1 = 1 x i = i  \n
    etc  \n
    Any evaluation of i to the power k boils down to i^(k%4). For example, i^726 = i^2 = -1. I know this was super useful in calc 1 or 2 and not used for any of my other math classes, it’s just a fun concept to me
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 18
  +score: 0
  +lastActive: DateTime @1699309037 {#2359
    date: 2023-11-06 23:17:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
    "@magnetosphere@kbin.social"
    "@Afghaniscran@feddit.uk"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2018 …}
  +nested: Doctrine\ORM\PersistentCollection {#2011 …}
  +votes: Doctrine\ORM\PersistentCollection {#2021 …}
  +reports: Doctrine\ORM\PersistentCollection {#2029 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
  -id: 96715
  -bodyTs: "'-1':3,26,35,86 '0':19 '1':20,22,50,52,53,60,61,95 '2':25,31,46,49,85,97 '3':28 '4':44,57,79 '5':55 '726':83 'actual':9 'boil':74 'calc':94 'class':107 'concept':113 'etc':65 'evalu':67 'exampl':81 'form':15 'fun':112 'imo':12 'k':73,78 'know':88 'loop':17,41 'math':106 'neat':11 'power':5,72 'realli':10 'sinc':13 'sqrt':2 'start':42 'super':91 'use':92,100 'x':32,36,47,51,58,62 'yep':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5119170"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699309037 {#1402
    date: 2023-11-06 23:17:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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\EntryComment {#2332
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2191 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2343 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +body: "Time machine + $100 for a lifetime subscription to nzbgeek. I got a lifetime subscription a couple months before they removed the option, only had it for a few months now but well worth the money already. Most of my shows, movies, and music come from it (supplemented by torrenting)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1698976209 {#2077
    date: 2023-11-03 02:50:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sharpiemarker@feddit.de"
    "@reddthat@reddthat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2330 …}
  +nested: Doctrine\ORM\PersistentCollection {#2338 …}
  +votes: Doctrine\ORM\PersistentCollection {#2336 …}
  +reports: Doctrine\ORM\PersistentCollection {#2040 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2300 …}
  -id: 86101
  -bodyTs: "'100':3 'alreadi':36 'come':44 'coupl':16 'got':11 'lifetim':6,13 'machin':2 'money':35 'month':17,29 'movi':41 'music':43 'nzbgeek':9 'option':22 'remov':20 'show':40 'subscript':7,14 'supplement':47 'time':1 'torrent':49 'well':32 'worth':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5022179"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698976209 {#2372
    date: 2023-11-03 02:50:09.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
7 DENIED edit
App\Entity\EntryComment {#2332
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2191 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2343 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +body: "Time machine + $100 for a lifetime subscription to nzbgeek. I got a lifetime subscription a couple months before they removed the option, only had it for a few months now but well worth the money already. Most of my shows, movies, and music come from it (supplemented by torrenting)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1698976209 {#2077
    date: 2023-11-03 02:50:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sharpiemarker@feddit.de"
    "@reddthat@reddthat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2330 …}
  +nested: Doctrine\ORM\PersistentCollection {#2338 …}
  +votes: Doctrine\ORM\PersistentCollection {#2336 …}
  +reports: Doctrine\ORM\PersistentCollection {#2040 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2300 …}
  -id: 86101
  -bodyTs: "'100':3 'alreadi':36 'come':44 'coupl':16 'got':11 'lifetim':6,13 'machin':2 'money':35 'month':17,29 'movi':41 'music':43 'nzbgeek':9 'option':22 'remov':20 'show':40 'subscript':7,14 'supplement':47 'time':1 'torrent':49 'well':32 'worth':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5022179"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698976209 {#2372
    date: 2023-11-03 02:50:09.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
8 DENIED moderate
App\Entity\EntryComment {#2332
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2191 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2343 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +body: "Time machine + $100 for a lifetime subscription to nzbgeek. I got a lifetime subscription a couple months before they removed the option, only had it for a few months now but well worth the money already. Most of my shows, movies, and music come from it (supplemented by torrenting)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1698976209 {#2077
    date: 2023-11-03 02:50:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sharpiemarker@feddit.de"
    "@reddthat@reddthat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2330 …}
  +nested: Doctrine\ORM\PersistentCollection {#2338 …}
  +votes: Doctrine\ORM\PersistentCollection {#2336 …}
  +reports: Doctrine\ORM\PersistentCollection {#2040 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2300 …}
  -id: 86101
  -bodyTs: "'100':3 'alreadi':36 'come':44 'coupl':16 'got':11 'lifetim':6,13 'machin':2 'money':35 'month':17,29 'movi':41 'music':43 'nzbgeek':9 'option':22 'remov':20 'show':40 'subscript':7,14 'supplement':47 'time':1 'torrent':49 'well':32 'worth':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5022179"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698976209 {#2372
    date: 2023-11-03 02:50:09.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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\EntryComment {#2329
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2325 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2343 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2327 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2327 …}
  +body: "My brother in Christ, we sail the high seas here."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698675860 {#2164
    date: 2023-10-30 15:24:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@landlubber@lemmy.dbzer0.com"
    "@Nastybutler@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2326 …}
  +nested: Doctrine\ORM\PersistentCollection {#2289 …}
  +votes: Doctrine\ORM\PersistentCollection {#2314 …}
  +reports: Doctrine\ORM\PersistentCollection {#2351 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2347 …}
  -id: 80044
  -bodyTs: "'brother':2 'christ':4 'high':8 'sail':6 'sea':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4932665"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698675860 {#2391
    date: 2023-10-30 15:24:20.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
11 DENIED edit
App\Entity\EntryComment {#2329
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2325 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2343 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2327 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2327 …}
  +body: "My brother in Christ, we sail the high seas here."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698675860 {#2164
    date: 2023-10-30 15:24:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@landlubber@lemmy.dbzer0.com"
    "@Nastybutler@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2326 …}
  +nested: Doctrine\ORM\PersistentCollection {#2289 …}
  +votes: Doctrine\ORM\PersistentCollection {#2314 …}
  +reports: Doctrine\ORM\PersistentCollection {#2351 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2347 …}
  -id: 80044
  -bodyTs: "'brother':2 'christ':4 'high':8 'sail':6 'sea':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4932665"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698675860 {#2391
    date: 2023-10-30 15:24:20.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
12 DENIED moderate
App\Entity\EntryComment {#2329
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2325 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2343 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2327 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2327 …}
  +body: "My brother in Christ, we sail the high seas here."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698675860 {#2164
    date: 2023-10-30 15:24:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@landlubber@lemmy.dbzer0.com"
    "@Nastybutler@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2326 …}
  +nested: Doctrine\ORM\PersistentCollection {#2289 …}
  +votes: Doctrine\ORM\PersistentCollection {#2314 …}
  +reports: Doctrine\ORM\PersistentCollection {#2351 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2347 …}
  -id: 80044
  -bodyTs: "'brother':2 'christ':4 'high':8 'sail':6 'sea':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4932665"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698675860 {#2391
    date: 2023-10-30 15:24:20.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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\EntryComment {#2350
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2138 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2343 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’ve been using nzbgeek for a few months and have a friend that’s used it for a few years, no complaints and pretty cheap"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1698192609 {#2328
    date: 2023-10-25 02:10:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@DoucheBagMcSwag@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2132 …}
  +nested: Doctrine\ORM\PersistentCollection {#2129 …}
  +votes: Doctrine\ORM\PersistentCollection {#2130 …}
  +reports: Doctrine\ORM\PersistentCollection {#2241 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2092 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2090 …}
  -id: 69494
  -bodyTs: "'cheap':26 'complaint':23 'friend':13 'month':9 'nzbgeek':5 'pretti':25 'use':4,16 've':2 'year':21"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4779635"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698168287 {#2323
    date: 2023-10-24 19:24:47.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
15 DENIED edit
App\Entity\EntryComment {#2350
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2138 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2343 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’ve been using nzbgeek for a few months and have a friend that’s used it for a few years, no complaints and pretty cheap"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1698192609 {#2328
    date: 2023-10-25 02:10:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@DoucheBagMcSwag@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2132 …}
  +nested: Doctrine\ORM\PersistentCollection {#2129 …}
  +votes: Doctrine\ORM\PersistentCollection {#2130 …}
  +reports: Doctrine\ORM\PersistentCollection {#2241 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2092 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2090 …}
  -id: 69494
  -bodyTs: "'cheap':26 'complaint':23 'friend':13 'month':9 'nzbgeek':5 'pretti':25 'use':4,16 've':2 'year':21"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4779635"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698168287 {#2323
    date: 2023-10-24 19:24:47.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
16 DENIED moderate
App\Entity\EntryComment {#2350
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2138 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2343 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’ve been using nzbgeek for a few months and have a friend that’s used it for a few years, no complaints and pretty cheap"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1698192609 {#2328
    date: 2023-10-25 02:10:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@DoucheBagMcSwag@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2132 …}
  +nested: Doctrine\ORM\PersistentCollection {#2129 …}
  +votes: Doctrine\ORM\PersistentCollection {#2130 …}
  +reports: Doctrine\ORM\PersistentCollection {#2241 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2092 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2090 …}
  -id: 69494
  -bodyTs: "'cheap':26 'complaint':23 'friend':13 'month':9 'nzbgeek':5 'pretti':25 'use':4,16 've':2 'year':21"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4779635"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698168287 {#2323
    date: 2023-10-24 19:24:47.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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\EntryComment {#2095
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2138 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2343 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
  +root: App\Entity\EntryComment {#2350
    +user: App\Entity\User {#265 …}
    +entry: Proxies\__CG__\App\Entity\Entry {#2138 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2343 …}
    +image: null
    +parent: null
    +root: null
    +body: "I’ve been using nzbgeek for a few months and have a friend that’s used it for a few years, no complaints and pretty cheap"
    +lang: "en"
    +isAdult: false
    +favouriteCount: 20
    +score: 0
    +lastActive: DateTime @1698192609 {#2328
      date: 2023-10-25 02:10:09.0 +02:00
    }
    +ip: null
    +tags: null
    +mentions: [
      "@DoucheBagMcSwag@lemmy.dbzer0.com"
    ]
    +children: Doctrine\ORM\PersistentCollection {#2132 …}
    +nested: Doctrine\ORM\PersistentCollection {#2129 …}
    +votes: Doctrine\ORM\PersistentCollection {#2130 …}
    +reports: Doctrine\ORM\PersistentCollection {#2241 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2092 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2090 …}
    -id: 69494
    -bodyTs: "'cheap':26 'complaint':23 'friend':13 'month':9 'nzbgeek':5 'pretti':25 'use':4,16 've':2 'year':21"
    +ranking: 0
    +commentCount: 0
    +upVotes: 0
    +downVotes: 0
    +visibility: "visible             "
    +apId: "https://lemmy.world/comment/4779635"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698168287 {#2323
      date: 2023-10-24 19:24:47.0 +02:00
    }
  }
  +body: """
    Usenet is usually a lot faster, for most things you can basically max out your bandwidth (or whatever the max you set your download client to) instead of it being determined by the number and quality of seeders. Newer releases torrents also download very fast, but after a few months or years the seeders drop off a lot, usenet is always the same speed even if it’s super old and most keep stuff indefinitely or for 10-20 years or so (longer if it’s being grabbed a lot still)\n
    \n
    Also one nzb site is *usually* enough, you don’t need to check a bunch of different torrent sites since it’s basically one massive one. I use prowlarr so I have it check nzbgeek for everything first and a bunch of torrent sites as backups in case it isn’t there, but almost everything gets grabbed from usenet
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1698192604 {#2348
    date: 2023-10-25 02:10:04.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@DoucheBagMcSwag@lemmy.dbzer0.com"
    "@finestnothing@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2135 …}
  +nested: Doctrine\ORM\PersistentCollection {#2073 …}
  +votes: Doctrine\ORM\PersistentCollection {#2072 …}
  +reports: Doctrine\ORM\PersistentCollection {#2065 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
  -id: 70119
  -bodyTs: "'-20':79 '10':78 'almost':145 'also':42,92 'alway':61 'backup':137 'bandwidth':16 'basic':12,114 'bunch':106,132 'case':139 'check':104,125 'client':25 'determin':31 'differ':108 'download':24,43 'drop':55 'enough':98 'even':65 'everyth':128,146 'fast':45 'faster':6 'first':129 'get':147 'grab':88,148 'indefinit':75 'instead':27 'isn':141 'keep':73 'longer':83 'lot':5,58,90 'massiv':116 'max':13,20 'month':50 'need':102 'newer':39 'number':34 'nzb':94 'nzbgeek':126 'old':70 'one':93,115,117 'prowlarr':120 'qualiti':36 'releas':40 'seeder':38,54 'set':22 'sinc':111 'site':95,110,135 'speed':64 'still':91 'stuff':74 'super':69 'thing':9 'torrent':41,109,134 'use':119 'usenet':1,59,150 'usual':3,97 'whatev':18 'year':52,80"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4789505"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698192604 {#2346
    date: 2023-10-25 02:10:04.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
19 DENIED edit
App\Entity\EntryComment {#2095
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2138 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2343 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
  +root: App\Entity\EntryComment {#2350
    +user: App\Entity\User {#265 …}
    +entry: Proxies\__CG__\App\Entity\Entry {#2138 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2343 …}
    +image: null
    +parent: null
    +root: null
    +body: "I’ve been using nzbgeek for a few months and have a friend that’s used it for a few years, no complaints and pretty cheap"
    +lang: "en"
    +isAdult: false
    +favouriteCount: 20
    +score: 0
    +lastActive: DateTime @1698192609 {#2328
      date: 2023-10-25 02:10:09.0 +02:00
    }
    +ip: null
    +tags: null
    +mentions: [
      "@DoucheBagMcSwag@lemmy.dbzer0.com"
    ]
    +children: Doctrine\ORM\PersistentCollection {#2132 …}
    +nested: Doctrine\ORM\PersistentCollection {#2129 …}
    +votes: Doctrine\ORM\PersistentCollection {#2130 …}
    +reports: Doctrine\ORM\PersistentCollection {#2241 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2092 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2090 …}
    -id: 69494
    -bodyTs: "'cheap':26 'complaint':23 'friend':13 'month':9 'nzbgeek':5 'pretti':25 'use':4,16 've':2 'year':21"
    +ranking: 0
    +commentCount: 0
    +upVotes: 0
    +downVotes: 0
    +visibility: "visible             "
    +apId: "https://lemmy.world/comment/4779635"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698168287 {#2323
      date: 2023-10-24 19:24:47.0 +02:00
    }
  }
  +body: """
    Usenet is usually a lot faster, for most things you can basically max out your bandwidth (or whatever the max you set your download client to) instead of it being determined by the number and quality of seeders. Newer releases torrents also download very fast, but after a few months or years the seeders drop off a lot, usenet is always the same speed even if it’s super old and most keep stuff indefinitely or for 10-20 years or so (longer if it’s being grabbed a lot still)\n
    \n
    Also one nzb site is *usually* enough, you don’t need to check a bunch of different torrent sites since it’s basically one massive one. I use prowlarr so I have it check nzbgeek for everything first and a bunch of torrent sites as backups in case it isn’t there, but almost everything gets grabbed from usenet
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1698192604 {#2348
    date: 2023-10-25 02:10:04.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@DoucheBagMcSwag@lemmy.dbzer0.com"
    "@finestnothing@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2135 …}
  +nested: Doctrine\ORM\PersistentCollection {#2073 …}
  +votes: Doctrine\ORM\PersistentCollection {#2072 …}
  +reports: Doctrine\ORM\PersistentCollection {#2065 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
  -id: 70119
  -bodyTs: "'-20':79 '10':78 'almost':145 'also':42,92 'alway':61 'backup':137 'bandwidth':16 'basic':12,114 'bunch':106,132 'case':139 'check':104,125 'client':25 'determin':31 'differ':108 'download':24,43 'drop':55 'enough':98 'even':65 'everyth':128,146 'fast':45 'faster':6 'first':129 'get':147 'grab':88,148 'indefinit':75 'instead':27 'isn':141 'keep':73 'longer':83 'lot':5,58,90 'massiv':116 'max':13,20 'month':50 'need':102 'newer':39 'number':34 'nzb':94 'nzbgeek':126 'old':70 'one':93,115,117 'prowlarr':120 'qualiti':36 'releas':40 'seeder':38,54 'set':22 'sinc':111 'site':95,110,135 'speed':64 'still':91 'stuff':74 'super':69 'thing':9 'torrent':41,109,134 'use':119 'usenet':1,59,150 'usual':3,97 'whatev':18 'year':52,80"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4789505"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698192604 {#2346
    date: 2023-10-25 02:10:04.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
20 DENIED moderate
App\Entity\EntryComment {#2095
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2138 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2343 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2136 …}
  +root: App\Entity\EntryComment {#2350
    +user: App\Entity\User {#265 …}
    +entry: Proxies\__CG__\App\Entity\Entry {#2138 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2343 …}
    +image: null
    +parent: null
    +root: null
    +body: "I’ve been using nzbgeek for a few months and have a friend that’s used it for a few years, no complaints and pretty cheap"
    +lang: "en"
    +isAdult: false
    +favouriteCount: 20
    +score: 0
    +lastActive: DateTime @1698192609 {#2328
      date: 2023-10-25 02:10:09.0 +02:00
    }
    +ip: null
    +tags: null
    +mentions: [
      "@DoucheBagMcSwag@lemmy.dbzer0.com"
    ]
    +children: Doctrine\ORM\PersistentCollection {#2132 …}
    +nested: Doctrine\ORM\PersistentCollection {#2129 …}
    +votes: Doctrine\ORM\PersistentCollection {#2130 …}
    +reports: Doctrine\ORM\PersistentCollection {#2241 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2092 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2090 …}
    -id: 69494
    -bodyTs: "'cheap':26 'complaint':23 'friend':13 'month':9 'nzbgeek':5 'pretti':25 'use':4,16 've':2 'year':21"
    +ranking: 0
    +commentCount: 0
    +upVotes: 0
    +downVotes: 0
    +visibility: "visible             "
    +apId: "https://lemmy.world/comment/4779635"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698168287 {#2323
      date: 2023-10-24 19:24:47.0 +02:00
    }
  }
  +body: """
    Usenet is usually a lot faster, for most things you can basically max out your bandwidth (or whatever the max you set your download client to) instead of it being determined by the number and quality of seeders. Newer releases torrents also download very fast, but after a few months or years the seeders drop off a lot, usenet is always the same speed even if it’s super old and most keep stuff indefinitely or for 10-20 years or so (longer if it’s being grabbed a lot still)\n
    \n
    Also one nzb site is *usually* enough, you don’t need to check a bunch of different torrent sites since it’s basically one massive one. I use prowlarr so I have it check nzbgeek for everything first and a bunch of torrent sites as backups in case it isn’t there, but almost everything gets grabbed from usenet
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1698192604 {#2348
    date: 2023-10-25 02:10:04.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@DoucheBagMcSwag@lemmy.dbzer0.com"
    "@finestnothing@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2135 …}
  +nested: Doctrine\ORM\PersistentCollection {#2073 …}
  +votes: Doctrine\ORM\PersistentCollection {#2072 …}
  +reports: Doctrine\ORM\PersistentCollection {#2065 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
  -id: 70119
  -bodyTs: "'-20':79 '10':78 'almost':145 'also':42,92 'alway':61 'backup':137 'bandwidth':16 'basic':12,114 'bunch':106,132 'case':139 'check':104,125 'client':25 'determin':31 'differ':108 'download':24,43 'drop':55 'enough':98 'even':65 'everyth':128,146 'fast':45 'faster':6 'first':129 'get':147 'grab':88,148 'indefinit':75 'instead':27 'isn':141 'keep':73 'longer':83 'lot':5,58,90 'massiv':116 'max':13,20 'month':50 'need':102 'newer':39 'number':34 'nzb':94 'nzbgeek':126 'old':70 'one':93,115,117 'prowlarr':120 'qualiti':36 'releas':40 'seeder':38,54 'set':22 'sinc':111 'site':95,110,135 'speed':64 'still':91 'stuff':74 'super':69 'thing':9 'torrent':41,109,134 'use':119 'usenet':1,59,150 'usual':3,97 'whatev':18 'year':52,80"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4789505"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698192604 {#2346
    date: 2023-10-25 02:10:04.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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\EntryComment {#2051
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2056 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Throw Linux on it or reinstall windows if you don’t want to learn Linux. I assume it’s a new PC, but you never know what may be on there regardless. A new install with a complete overwrite is the way to go imo.\n
    \n
    For Linux, it personally use arch (btw) and love it but it’s not super beginner friendly. I’ve heard good things about Linux mint for beginners so that may be a good place to start
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1697100870 {#2087
    date: 2023-10-12 10:54:30.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@j_roby@slrpnk.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2046 …}
  +nested: Doctrine\ORM\PersistentCollection {#2045 …}
  +votes: Doctrine\ORM\PersistentCollection {#2050 …}
  +reports: Doctrine\ORM\PersistentCollection {#2052 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
  -id: 42458
  -bodyTs: "'arch':51 'assum':17 'beginn':61,72 'btw':52 'complet':38 'friend':62 'go':44 'good':66,78 'heard':65 'imo':45 'instal':35 'know':26 'learn':14 'linux':2,15,47,69 'love':54 'may':28,75 'mint':70 'never':25 'new':21,34 'overwrit':39 'pc':22 'person':49 'place':79 'regardless':32 'reinstal':6 'start':81 'super':60 'thing':67 'throw':1 'use':50 've':64 'want':12 'way':42 'window':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4459179"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697080159 {#2091
    date: 2023-10-12 05:09:19.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
23 DENIED edit
App\Entity\EntryComment {#2051
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2056 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Throw Linux on it or reinstall windows if you don’t want to learn Linux. I assume it’s a new PC, but you never know what may be on there regardless. A new install with a complete overwrite is the way to go imo.\n
    \n
    For Linux, it personally use arch (btw) and love it but it’s not super beginner friendly. I’ve heard good things about Linux mint for beginners so that may be a good place to start
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1697100870 {#2087
    date: 2023-10-12 10:54:30.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@j_roby@slrpnk.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2046 …}
  +nested: Doctrine\ORM\PersistentCollection {#2045 …}
  +votes: Doctrine\ORM\PersistentCollection {#2050 …}
  +reports: Doctrine\ORM\PersistentCollection {#2052 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
  -id: 42458
  -bodyTs: "'arch':51 'assum':17 'beginn':61,72 'btw':52 'complet':38 'friend':62 'go':44 'good':66,78 'heard':65 'imo':45 'instal':35 'know':26 'learn':14 'linux':2,15,47,69 'love':54 'may':28,75 'mint':70 'never':25 'new':21,34 'overwrit':39 'pc':22 'person':49 'place':79 'regardless':32 'reinstal':6 'start':81 'super':60 'thing':67 'throw':1 'use':50 've':64 'want':12 'way':42 'window':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4459179"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697080159 {#2091
    date: 2023-10-12 05:09:19.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
24 DENIED moderate
App\Entity\EntryComment {#2051
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2056 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2059 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Throw Linux on it or reinstall windows if you don’t want to learn Linux. I assume it’s a new PC, but you never know what may be on there regardless. A new install with a complete overwrite is the way to go imo.\n
    \n
    For Linux, it personally use arch (btw) and love it but it’s not super beginner friendly. I’ve heard good things about Linux mint for beginners so that may be a good place to start
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1697100870 {#2087
    date: 2023-10-12 10:54:30.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@j_roby@slrpnk.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2046 …}
  +nested: Doctrine\ORM\PersistentCollection {#2045 …}
  +votes: Doctrine\ORM\PersistentCollection {#2050 …}
  +reports: Doctrine\ORM\PersistentCollection {#2052 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2058 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
  -id: 42458
  -bodyTs: "'arch':51 'assum':17 'beginn':61,72 'btw':52 'complet':38 'friend':62 'go':44 'good':66,78 'heard':65 'imo':45 'instal':35 'know':26 'learn':14 'linux':2,15,47,69 'love':54 'may':28,75 'mint':70 'never':25 'new':21,34 'overwrit':39 'pc':22 'person':49 'place':79 'regardless':32 'reinstal':6 'start':81 'super':60 'thing':67 'throw':1 'use':50 've':64 'want':12 'way':42 'window':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4459179"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697080159 {#2091
    date: 2023-10-12 05:09:19.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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