GET https://kbin.spritesserver.nl/index.php/u/@elvith@feddit.de/commented/2023-12-10::2023-12-10

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 …}
}
16.97 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
Proxies\__CG__\App\Entity\Entry {#1579
  +user: Proxies\__CG__\App\Entity\User {#1720 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
  +image: Proxies\__CG__\App\Entity\Image {#1629 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2363 …}
  +slug: "why-exit-when-you-can-do-everything-inside"
  +title: "why exit when you can do everything inside"
  +url: "https://discuss.tchncs.de/pictrs/image/d68a8c96-af98-46f0-9dc5-f1dbcae69567.jpeg"
  +body: """
    as I’m going through the process of learning vim, I’m discovering newfound powers. one of them being to execute commands from vim itself.\n
    \n
    below examples might better explain some of them:\n
    \n
    1. want to see what files are in current directory? enter command mode(by typing `:`) and follow it by a bang(`!`). then do `ls` like you’d do in a terminal and press enter. this is not limited to just ls. you can enter any command that you can enter in terminal. for example: `:! uname --operating-system` (which will output GNU/Linux :))\n
    2. so you want to quickly save just a certain part of your file into another file? just select everything you need by entering visual mode(`v`) and do `:w filename`(actual command you’ll see would be `‘<,’>:w filename`). verify it using 1.(i.e., `:! cat filename`.\n
    3. want to quickly paste another file into current one? do `:r filename`. it’ll paste its contents below your cursor.\n
    4. or maybe you want to paste results of a command? do `:r !ls *.png`.\n
    \n
    vim is my `~` sweet `~` now. make it yours too.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 9
  +favouriteCount: 188
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702220215 {#1735
    date: 2023-12-10 15:56:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2370 …}
  +votes: Doctrine\ORM\PersistentCollection {#1565 …}
  +reports: Doctrine\ORM\PersistentCollection {#1702 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
  +badges: Doctrine\ORM\PersistentCollection {#2387 …}
  +children: [
    App\Entity\EntryComment {#1614
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1579 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1653 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1651 …}
      +body: """
        Help, how do I exit vi?\n
        \n
        ```\n
        \n
        <span style="color:#323232;">Ctrl+Alt+F2\n
        </span><span style="color:#323232;">sudo killall vim\n
        </span>\n
        ```\n
        \n
        Hmmm… never thought about that, honestly, but it makes sense
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1702218202 {#1438
        date: 2023-12-10 15:23:22.0 +01:00
      }
      +ip: null
      +tags: [
        "323232"
      ]
      +mentions: [
        "@lemmesay@discuss.tchncs.de"
        "@CriticalMiss@lemmy.world"
        "@VubDapple@lemmy.world"
        "@lurch@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1655 …}
      +nested: Doctrine\ORM\PersistentCollection {#1654 …}
      +votes: Doctrine\ORM\PersistentCollection {#1679 …}
      +reports: Doctrine\ORM\PersistentCollection {#1668 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1528 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1549 …}
      -id: 216564
      -bodyTs: "'alt':8 'ctrl':7 'exit':5 'f2':9 'help':1 'hmmm':13 'honest':18 'killal':11 'make':21 'never':14 'sens':22 'sudo':10 'thought':15 'vi':6 'vim':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.de/comment/5558166"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702218202 {#1700
        date: 2023-12-10 15:23:22.0 +01:00
      }
      +"title": 216564
    }
  ]
  -id: 21542
  -titleTs: "'everyth':7 'exit':2 'insid':8"
  -bodyTs: "'1':34,139 '2':96 '3':143 '4':164 'actual':127 'anoth':111,148 'bang':54 'better':29 'cat':141 'certain':105 'command':22,45,79,128,174 'content':160 'current':42,151 'cursor':163 'd':60 'directori':43 'discov':13 'enter':44,67,77,83,119 'everyth':115 'exampl':27,87 'execut':21 'explain':30 'file':39,109,112,149 'filenam':126,135,142,155 'follow':50 'gnu/linux':95 'go':4 'i.e':140 'learn':9 'like':58 'limit':71 'll':130,157 'ls':57,74,177 'm':3,12 'make':184 'mayb':166 'might':28 'mode':46,121 'need':117 'newfound':14 'one':16,152 'oper':90 'operating-system':89 'output':94 'part':106 'past':147,158,170 'png':178 'power':15 'press':66 'process':7 'quick':101,146 'r':154,176 'result':171 'save':102 'see':37,131 'select':114 'sweet':182 'system':91 'termin':64,85 'type':48 'unam':88 'use':138 'v':122 'verifi':136 'vim':10,24,179 'visual':120 'w':125,134 'want':35,99,144,168 'would':132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702295066
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/7574675"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702208666 {#1606
    date: 2023-12-10 12:44:26.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1579
  +user: Proxies\__CG__\App\Entity\User {#1720 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
  +image: Proxies\__CG__\App\Entity\Image {#1629 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2363 …}
  +slug: "why-exit-when-you-can-do-everything-inside"
  +title: "why exit when you can do everything inside"
  +url: "https://discuss.tchncs.de/pictrs/image/d68a8c96-af98-46f0-9dc5-f1dbcae69567.jpeg"
  +body: """
    as I’m going through the process of learning vim, I’m discovering newfound powers. one of them being to execute commands from vim itself.\n
    \n
    below examples might better explain some of them:\n
    \n
    1. want to see what files are in current directory? enter command mode(by typing `:`) and follow it by a bang(`!`). then do `ls` like you’d do in a terminal and press enter. this is not limited to just ls. you can enter any command that you can enter in terminal. for example: `:! uname --operating-system` (which will output GNU/Linux :))\n
    2. so you want to quickly save just a certain part of your file into another file? just select everything you need by entering visual mode(`v`) and do `:w filename`(actual command you’ll see would be `‘&lt;,’>:w filename`). verify it using 1.(i.e., `:! cat filename`.\n
    3. want to quickly paste another file into current one? do `:r filename`. it’ll paste its contents below your cursor.\n
    4. or maybe you want to paste results of a command? do `:r !ls *.png`.\n
    \n
    vim is my `~` sweet `~` now. make it yours too.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 9
  +favouriteCount: 188
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702220215 {#1735
    date: 2023-12-10 15:56:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2370 …}
  +votes: Doctrine\ORM\PersistentCollection {#1565 …}
  +reports: Doctrine\ORM\PersistentCollection {#1702 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
  +badges: Doctrine\ORM\PersistentCollection {#2387 …}
  +children: [
    App\Entity\EntryComment {#1614
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1579 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1653 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1651 …}
      +body: """
        Help, how do I exit vi?\n
        \n
        ```\n
        \n
        <span style="color:#323232;">Ctrl+Alt+F2\n
        </span><span style="color:#323232;">sudo killall vim\n
        </span>\n
        ```\n
        \n
        Hmmm… never thought about that, honestly, but it makes sense
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1702218202 {#1438
        date: 2023-12-10 15:23:22.0 +01:00
      }
      +ip: null
      +tags: [
        "323232"
      ]
      +mentions: [
        "@lemmesay@discuss.tchncs.de"
        "@CriticalMiss@lemmy.world"
        "@VubDapple@lemmy.world"
        "@lurch@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1655 …}
      +nested: Doctrine\ORM\PersistentCollection {#1654 …}
      +votes: Doctrine\ORM\PersistentCollection {#1679 …}
      +reports: Doctrine\ORM\PersistentCollection {#1668 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1528 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1549 …}
      -id: 216564
      -bodyTs: "'alt':8 'ctrl':7 'exit':5 'f2':9 'help':1 'hmmm':13 'honest':18 'killal':11 'make':21 'never':14 'sens':22 'sudo':10 'thought':15 'vi':6 'vim':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.de/comment/5558166"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702218202 {#1700
        date: 2023-12-10 15:23:22.0 +01:00
      }
      +"title": 216564
    }
  ]
  -id: 21542
  -titleTs: "'everyth':7 'exit':2 'insid':8"
  -bodyTs: "'1':34,139 '2':96 '3':143 '4':164 'actual':127 'anoth':111,148 'bang':54 'better':29 'cat':141 'certain':105 'command':22,45,79,128,174 'content':160 'current':42,151 'cursor':163 'd':60 'directori':43 'discov':13 'enter':44,67,77,83,119 'everyth':115 'exampl':27,87 'execut':21 'explain':30 'file':39,109,112,149 'filenam':126,135,142,155 'follow':50 'gnu/linux':95 'go':4 'i.e':140 'learn':9 'like':58 'limit':71 'll':130,157 'ls':57,74,177 'm':3,12 'make':184 'mayb':166 'might':28 'mode':46,121 'need':117 'newfound':14 'one':16,152 'oper':90 'operating-system':89 'output':94 'part':106 'past':147,158,170 'png':178 'power':15 'press':66 'process':7 'quick':101,146 'r':154,176 'result':171 'save':102 'see':37,131 'select':114 'sweet':182 'system':91 'termin':64,85 'type':48 'unam':88 'use':138 'v':122 'verifi':136 'vim':10,24,179 'visual':120 'w':125,134 'want':35,99,144,168 'would':132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702295066
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/7574675"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702208666 {#1606
    date: 2023-12-10 12:44:26.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1579
  +user: Proxies\__CG__\App\Entity\User {#1720 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
  +image: Proxies\__CG__\App\Entity\Image {#1629 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2363 …}
  +slug: "why-exit-when-you-can-do-everything-inside"
  +title: "why exit when you can do everything inside"
  +url: "https://discuss.tchncs.de/pictrs/image/d68a8c96-af98-46f0-9dc5-f1dbcae69567.jpeg"
  +body: """
    as I’m going through the process of learning vim, I’m discovering newfound powers. one of them being to execute commands from vim itself.\n
    \n
    below examples might better explain some of them:\n
    \n
    1. want to see what files are in current directory? enter command mode(by typing `:`) and follow it by a bang(`!`). then do `ls` like you’d do in a terminal and press enter. this is not limited to just ls. you can enter any command that you can enter in terminal. for example: `:! uname --operating-system` (which will output GNU/Linux :))\n
    2. so you want to quickly save just a certain part of your file into another file? just select everything you need by entering visual mode(`v`) and do `:w filename`(actual command you’ll see would be `‘&lt;,’>:w filename`). verify it using 1.(i.e., `:! cat filename`.\n
    3. want to quickly paste another file into current one? do `:r filename`. it’ll paste its contents below your cursor.\n
    4. or maybe you want to paste results of a command? do `:r !ls *.png`.\n
    \n
    vim is my `~` sweet `~` now. make it yours too.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 9
  +favouriteCount: 188
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702220215 {#1735
    date: 2023-12-10 15:56:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2370 …}
  +votes: Doctrine\ORM\PersistentCollection {#1565 …}
  +reports: Doctrine\ORM\PersistentCollection {#1702 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
  +badges: Doctrine\ORM\PersistentCollection {#2387 …}
  +children: [
    App\Entity\EntryComment {#1614
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1579 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1653 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1651 …}
      +body: """
        Help, how do I exit vi?\n
        \n
        ```\n
        \n
        <span style="color:#323232;">Ctrl+Alt+F2\n
        </span><span style="color:#323232;">sudo killall vim\n
        </span>\n
        ```\n
        \n
        Hmmm… never thought about that, honestly, but it makes sense
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1702218202 {#1438
        date: 2023-12-10 15:23:22.0 +01:00
      }
      +ip: null
      +tags: [
        "323232"
      ]
      +mentions: [
        "@lemmesay@discuss.tchncs.de"
        "@CriticalMiss@lemmy.world"
        "@VubDapple@lemmy.world"
        "@lurch@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1655 …}
      +nested: Doctrine\ORM\PersistentCollection {#1654 …}
      +votes: Doctrine\ORM\PersistentCollection {#1679 …}
      +reports: Doctrine\ORM\PersistentCollection {#1668 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1528 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1549 …}
      -id: 216564
      -bodyTs: "'alt':8 'ctrl':7 'exit':5 'f2':9 'help':1 'hmmm':13 'honest':18 'killal':11 'make':21 'never':14 'sens':22 'sudo':10 'thought':15 'vi':6 'vim':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.de/comment/5558166"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702218202 {#1700
        date: 2023-12-10 15:23:22.0 +01:00
      }
      +"title": 216564
    }
  ]
  -id: 21542
  -titleTs: "'everyth':7 'exit':2 'insid':8"
  -bodyTs: "'1':34,139 '2':96 '3':143 '4':164 'actual':127 'anoth':111,148 'bang':54 'better':29 'cat':141 'certain':105 'command':22,45,79,128,174 'content':160 'current':42,151 'cursor':163 'd':60 'directori':43 'discov':13 'enter':44,67,77,83,119 'everyth':115 'exampl':27,87 'execut':21 'explain':30 'file':39,109,112,149 'filenam':126,135,142,155 'follow':50 'gnu/linux':95 'go':4 'i.e':140 'learn':9 'like':58 'limit':71 'll':130,157 'ls':57,74,177 'm':3,12 'make':184 'mayb':166 'might':28 'mode':46,121 'need':117 'newfound':14 'one':16,152 'oper':90 'operating-system':89 'output':94 'part':106 'past':147,158,170 'png':178 'power':15 'press':66 'process':7 'quick':101,146 'r':154,176 'result':171 'save':102 'see':37,131 'select':114 'sweet':182 'system':91 'termin':64,85 'type':48 'unam':88 'use':138 'v':122 'verifi':136 'vim':10,24,179 'visual':120 'w':125,134 'want':35,99,144,168 'would':132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702295066
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/7574675"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702208666 {#1606
    date: 2023-12-10 12:44:26.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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\EntryComment {#1614
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1579
    +user: Proxies\__CG__\App\Entity\User {#1720 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
    +image: Proxies\__CG__\App\Entity\Image {#1629 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2363 …}
    +slug: "why-exit-when-you-can-do-everything-inside"
    +title: "why exit when you can do everything inside"
    +url: "https://discuss.tchncs.de/pictrs/image/d68a8c96-af98-46f0-9dc5-f1dbcae69567.jpeg"
    +body: """
      as I’m going through the process of learning vim, I’m discovering newfound powers. one of them being to execute commands from vim itself.\n
      \n
      below examples might better explain some of them:\n
      \n
      1. want to see what files are in current directory? enter command mode(by typing `:`) and follow it by a bang(`!`). then do `ls` like you’d do in a terminal and press enter. this is not limited to just ls. you can enter any command that you can enter in terminal. for example: `:! uname --operating-system` (which will output GNU/Linux :))\n
      2. so you want to quickly save just a certain part of your file into another file? just select everything you need by entering visual mode(`v`) and do `:w filename`(actual command you’ll see would be `‘&lt;,’>:w filename`). verify it using 1.(i.e., `:! cat filename`.\n
      3. want to quickly paste another file into current one? do `:r filename`. it’ll paste its contents below your cursor.\n
      4. or maybe you want to paste results of a command? do `:r !ls *.png`.\n
      \n
      vim is my `~` sweet `~` now. make it yours too.
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 9
    +favouriteCount: 188
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702220215 {#1735
      date: 2023-12-10 15:56:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2370 …}
    +votes: Doctrine\ORM\PersistentCollection {#1565 …}
    +reports: Doctrine\ORM\PersistentCollection {#1702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
    +badges: Doctrine\ORM\PersistentCollection {#2387 …}
    +children: [
      App\Entity\EntryComment {#1614}
    ]
    -id: 21542
    -titleTs: "'everyth':7 'exit':2 'insid':8"
    -bodyTs: "'1':34,139 '2':96 '3':143 '4':164 'actual':127 'anoth':111,148 'bang':54 'better':29 'cat':141 'certain':105 'command':22,45,79,128,174 'content':160 'current':42,151 'cursor':163 'd':60 'directori':43 'discov':13 'enter':44,67,77,83,119 'everyth':115 'exampl':27,87 'execut':21 'explain':30 'file':39,109,112,149 'filenam':126,135,142,155 'follow':50 'gnu/linux':95 'go':4 'i.e':140 'learn':9 'like':58 'limit':71 'll':130,157 'ls':57,74,177 'm':3,12 'make':184 'mayb':166 'might':28 'mode':46,121 'need':117 'newfound':14 'one':16,152 'oper':90 'operating-system':89 'output':94 'part':106 'past':147,158,170 'png':178 'power':15 'press':66 'process':7 'quick':101,146 'r':154,176 'result':171 'save':102 'see':37,131 'select':114 'sweet':182 'system':91 'termin':64,85 'type':48 'unam':88 'use':138 'v':122 'verifi':136 'vim':10,24,179 'visual':120 'w':125,134 'want':35,99,144,168 'would':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702295066
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/7574675"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702208666 {#1606
      date: 2023-12-10 12:44:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1653 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1651 …}
  +body: """
    Help, how do I exit vi?\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Ctrl+Alt+F2\n
    </span><span style="color:#323232;">sudo killall vim\n
    </span>\n
    ```\n
    \n
    Hmmm… never thought about that, honestly, but it makes sense
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1702218202 {#1438
    date: 2023-12-10 15:23:22.0 +01:00
  }
  +ip: null
  +tags: [
    "323232"
  ]
  +mentions: [
    "@lemmesay@discuss.tchncs.de"
    "@CriticalMiss@lemmy.world"
    "@VubDapple@lemmy.world"
    "@lurch@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1655 …}
  +nested: Doctrine\ORM\PersistentCollection {#1654 …}
  +votes: Doctrine\ORM\PersistentCollection {#1679 …}
  +reports: Doctrine\ORM\PersistentCollection {#1668 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1528 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1549 …}
  -id: 216564
  -bodyTs: "'alt':8 'ctrl':7 'exit':5 'f2':9 'help':1 'hmmm':13 'honest':18 'killal':11 'make':21 'never':14 'sens':22 'sudo':10 'thought':15 'vi':6 'vim':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.de/comment/5558166"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702218202 {#1700
    date: 2023-12-10 15:23:22.0 +01:00
  }
  +"title": 216564
}
"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 {#1614
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1579
    +user: Proxies\__CG__\App\Entity\User {#1720 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
    +image: Proxies\__CG__\App\Entity\Image {#1629 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2363 …}
    +slug: "why-exit-when-you-can-do-everything-inside"
    +title: "why exit when you can do everything inside"
    +url: "https://discuss.tchncs.de/pictrs/image/d68a8c96-af98-46f0-9dc5-f1dbcae69567.jpeg"
    +body: """
      as I’m going through the process of learning vim, I’m discovering newfound powers. one of them being to execute commands from vim itself.\n
      \n
      below examples might better explain some of them:\n
      \n
      1. want to see what files are in current directory? enter command mode(by typing `:`) and follow it by a bang(`!`). then do `ls` like you’d do in a terminal and press enter. this is not limited to just ls. you can enter any command that you can enter in terminal. for example: `:! uname --operating-system` (which will output GNU/Linux :))\n
      2. so you want to quickly save just a certain part of your file into another file? just select everything you need by entering visual mode(`v`) and do `:w filename`(actual command you’ll see would be `‘&lt;,’>:w filename`). verify it using 1.(i.e., `:! cat filename`.\n
      3. want to quickly paste another file into current one? do `:r filename`. it’ll paste its contents below your cursor.\n
      4. or maybe you want to paste results of a command? do `:r !ls *.png`.\n
      \n
      vim is my `~` sweet `~` now. make it yours too.
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 9
    +favouriteCount: 188
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702220215 {#1735
      date: 2023-12-10 15:56:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2370 …}
    +votes: Doctrine\ORM\PersistentCollection {#1565 …}
    +reports: Doctrine\ORM\PersistentCollection {#1702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
    +badges: Doctrine\ORM\PersistentCollection {#2387 …}
    +children: [
      App\Entity\EntryComment {#1614}
    ]
    -id: 21542
    -titleTs: "'everyth':7 'exit':2 'insid':8"
    -bodyTs: "'1':34,139 '2':96 '3':143 '4':164 'actual':127 'anoth':111,148 'bang':54 'better':29 'cat':141 'certain':105 'command':22,45,79,128,174 'content':160 'current':42,151 'cursor':163 'd':60 'directori':43 'discov':13 'enter':44,67,77,83,119 'everyth':115 'exampl':27,87 'execut':21 'explain':30 'file':39,109,112,149 'filenam':126,135,142,155 'follow':50 'gnu/linux':95 'go':4 'i.e':140 'learn':9 'like':58 'limit':71 'll':130,157 'ls':57,74,177 'm':3,12 'make':184 'mayb':166 'might':28 'mode':46,121 'need':117 'newfound':14 'one':16,152 'oper':90 'operating-system':89 'output':94 'part':106 'past':147,158,170 'png':178 'power':15 'press':66 'process':7 'quick':101,146 'r':154,176 'result':171 'save':102 'see':37,131 'select':114 'sweet':182 'system':91 'termin':64,85 'type':48 'unam':88 'use':138 'v':122 'verifi':136 'vim':10,24,179 'visual':120 'w':125,134 'want':35,99,144,168 'would':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702295066
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/7574675"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702208666 {#1606
      date: 2023-12-10 12:44:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1653 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1651 …}
  +body: """
    Help, how do I exit vi?\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Ctrl+Alt+F2\n
    </span><span style="color:#323232;">sudo killall vim\n
    </span>\n
    ```\n
    \n
    Hmmm… never thought about that, honestly, but it makes sense
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1702218202 {#1438
    date: 2023-12-10 15:23:22.0 +01:00
  }
  +ip: null
  +tags: [
    "323232"
  ]
  +mentions: [
    "@lemmesay@discuss.tchncs.de"
    "@CriticalMiss@lemmy.world"
    "@VubDapple@lemmy.world"
    "@lurch@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1655 …}
  +nested: Doctrine\ORM\PersistentCollection {#1654 …}
  +votes: Doctrine\ORM\PersistentCollection {#1679 …}
  +reports: Doctrine\ORM\PersistentCollection {#1668 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1528 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1549 …}
  -id: 216564
  -bodyTs: "'alt':8 'ctrl':7 'exit':5 'f2':9 'help':1 'hmmm':13 'honest':18 'killal':11 'make':21 'never':14 'sens':22 'sudo':10 'thought':15 'vi':6 'vim':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.de/comment/5558166"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702218202 {#1700
    date: 2023-12-10 15:23:22.0 +01:00
  }
  +"title": 216564
}
"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 {#1614
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1579
    +user: Proxies\__CG__\App\Entity\User {#1720 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
    +image: Proxies\__CG__\App\Entity\Image {#1629 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2363 …}
    +slug: "why-exit-when-you-can-do-everything-inside"
    +title: "why exit when you can do everything inside"
    +url: "https://discuss.tchncs.de/pictrs/image/d68a8c96-af98-46f0-9dc5-f1dbcae69567.jpeg"
    +body: """
      as I’m going through the process of learning vim, I’m discovering newfound powers. one of them being to execute commands from vim itself.\n
      \n
      below examples might better explain some of them:\n
      \n
      1. want to see what files are in current directory? enter command mode(by typing `:`) and follow it by a bang(`!`). then do `ls` like you’d do in a terminal and press enter. this is not limited to just ls. you can enter any command that you can enter in terminal. for example: `:! uname --operating-system` (which will output GNU/Linux :))\n
      2. so you want to quickly save just a certain part of your file into another file? just select everything you need by entering visual mode(`v`) and do `:w filename`(actual command you’ll see would be `‘&lt;,’>:w filename`). verify it using 1.(i.e., `:! cat filename`.\n
      3. want to quickly paste another file into current one? do `:r filename`. it’ll paste its contents below your cursor.\n
      4. or maybe you want to paste results of a command? do `:r !ls *.png`.\n
      \n
      vim is my `~` sweet `~` now. make it yours too.
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 9
    +favouriteCount: 188
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702220215 {#1735
      date: 2023-12-10 15:56:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2370 …}
    +votes: Doctrine\ORM\PersistentCollection {#1565 …}
    +reports: Doctrine\ORM\PersistentCollection {#1702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
    +badges: Doctrine\ORM\PersistentCollection {#2387 …}
    +children: [
      App\Entity\EntryComment {#1614}
    ]
    -id: 21542
    -titleTs: "'everyth':7 'exit':2 'insid':8"
    -bodyTs: "'1':34,139 '2':96 '3':143 '4':164 'actual':127 'anoth':111,148 'bang':54 'better':29 'cat':141 'certain':105 'command':22,45,79,128,174 'content':160 'current':42,151 'cursor':163 'd':60 'directori':43 'discov':13 'enter':44,67,77,83,119 'everyth':115 'exampl':27,87 'execut':21 'explain':30 'file':39,109,112,149 'filenam':126,135,142,155 'follow':50 'gnu/linux':95 'go':4 'i.e':140 'learn':9 'like':58 'limit':71 'll':130,157 'ls':57,74,177 'm':3,12 'make':184 'mayb':166 'might':28 'mode':46,121 'need':117 'newfound':14 'one':16,152 'oper':90 'operating-system':89 'output':94 'part':106 'past':147,158,170 'png':178 'power':15 'press':66 'process':7 'quick':101,146 'r':154,176 'result':171 'save':102 'see':37,131 'select':114 'sweet':182 'system':91 'termin':64,85 'type':48 'unam':88 'use':138 'v':122 'verifi':136 'vim':10,24,179 'visual':120 'w':125,134 'want':35,99,144,168 'would':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702295066
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/7574675"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702208666 {#1606
      date: 2023-12-10 12:44:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1653 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1651 …}
  +body: """
    Help, how do I exit vi?\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Ctrl+Alt+F2\n
    </span><span style="color:#323232;">sudo killall vim\n
    </span>\n
    ```\n
    \n
    Hmmm… never thought about that, honestly, but it makes sense
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1702218202 {#1438
    date: 2023-12-10 15:23:22.0 +01:00
  }
  +ip: null
  +tags: [
    "323232"
  ]
  +mentions: [
    "@lemmesay@discuss.tchncs.de"
    "@CriticalMiss@lemmy.world"
    "@VubDapple@lemmy.world"
    "@lurch@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1655 …}
  +nested: Doctrine\ORM\PersistentCollection {#1654 …}
  +votes: Doctrine\ORM\PersistentCollection {#1679 …}
  +reports: Doctrine\ORM\PersistentCollection {#1668 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1528 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1549 …}
  -id: 216564
  -bodyTs: "'alt':8 'ctrl':7 'exit':5 'f2':9 'help':1 'hmmm':13 'honest':18 'killal':11 'make':21 'never':14 'sens':22 'sudo':10 'thought':15 'vi':6 'vim':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.de/comment/5558166"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702218202 {#1700
    date: 2023-12-10 15:23:22.0 +01:00
  }
  +"title": 216564
}
"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_ADMIN
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 ROLE_MODERATOR
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