GET https://kbin.spritesserver.nl/u/@JokeDeity@lemm.ee/newest/2023-11-02::2023-11-02

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.67 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.04 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1528
  +user: Proxies\__CG__\App\Entity\User {#1599 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1625 …}
  +slug: "A-Nautilus-Sucks-Donkeyballs-Linux-Rant"
  +title: "A Nautilus Sucks Donkeyballs Linux Rant"
  +url: null
  +body: """
    Nautilus, the Gnome file assistant manager, sucks utter donkeyballs. Let us make an unordered list of the ways:\n
    \n
    - If the underlying filesystem changes, say a copy operation, the file manager view does not update without a manual refresh by CTL+R. This leaves the view in a stale state, presenting false file information to the user, who might never know until they do something bad. This is a showstopper bug that’s been hanging around since forever.\n
    - Batch rename. Good luck trying to rename a series of files ordered sequentially by number, if the number happens to start with any number other than one. A sequence from 2 to x is impossible to batch rename. Because regex in sed never worked either. No, wait. It’s always worked! For like, 50 years.\n
    - Why, when moving a collection of files or a directory within the same filesystem, does it actually perform a copy and delete operation, taking cpu and time, when the inode location could just be updated like mv does?\n
    - Thumbnails? Why do they take longer to generate for images and video than than the totality of the existence of the universe?\n
    \n
    Nautilus is an unusable mess. If command line file utils were this bad, we’d never be able to reliably store and manipulate files. Who in their right mind actually uses this junk?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 86
  +favouriteCount: 73
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699219393 {#2063
    date: 2023-11-05 22:23:13.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2095 …}
  +votes: Doctrine\ORM\PersistentCollection {#2130 …}
  +reports: Doctrine\ORM\PersistentCollection {#2129 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
  +badges: Doctrine\ORM\PersistentCollection {#2350 …}
  +children: [
    App\Entity\EntryComment {#1561
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
      +image: null
      +parent: null
      +root: null
      +body: "I don’t even use Linux, but isn’t copying and deleting files to simply move them, like super bad in the long run for data integrity?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1699064585 {#1670
        date: 2023-11-04 03:23:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ParanoidFactoid@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1568 …}
      +nested: Doctrine\ORM\PersistentCollection {#1567 …}
      +votes: Doctrine\ORM\PersistentCollection {#1559 …}
      +reports: Doctrine\ORM\PersistentCollection {#1564 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
      -id: 84419
      -bodyTs: "'bad':20 'copi':10 'data':26 'delet':12 'even':4 'file':13 'integr':27 'isn':8 'like':18 'linux':6 'long':23 'move':16 'run':24 'simpli':15 'super':19 'use':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/5621525"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698907040 {#1527
        date: 2023-11-02 07:37:20.0 +01:00
      }
      +"title": 84419
    }
  ]
  -id: 9063
  -titleTs: "'donkeybal':4 'linux':5 'nautilus':2 'rant':6 'suck':3"
  -bodyTs: "'2':108 '50':131 'abl':210 'actual':149,222 'alway':127 'around':75 'assist':5 'bad':65,205 'batch':78,114 'bug':70 'chang':23 'collect':137 'command':199 'copi':26,152 'could':164 'cpu':157 'ctl':40 'd':207 'delet':154 'directori':142 'donkeybal':9 'either':122 'exist':189 'fals':51 'file':4,29,52,88,139,201,216 'filesystem':22,146 'forev':77 'generat':178 'gnome':3 'good':80 'hang':74 'happen':96 'imag':180 'imposs':112 'inform':53 'inod':162 'junk':225 'know':60 'leav':43 'let':10 'like':130,168 'line':200 'list':15 'locat':163 'longer':176 'luck':81 'make':12 'manag':6,30 'manipul':215 'manual':37 'mess':197 'might':58 'mind':221 'move':135 'mv':169 'nautilus':1,193 'never':59,120,208 'number':92,95,101 'one':104 'oper':27,155 'order':89 'perform':150 'present':50 'r':41 'refresh':38 'regex':117 'reliabl':212 'renam':79,84,115 'right':220 'say':24 'sed':119 'sequenc':106 'sequenti':90 'seri':86 'showstopp':69 'sinc':76 'someth':64 'stale':48 'start':98 'state':49 'store':213 'suck':7 'take':156,175 'thumbnail':171 'time':159 'total':186 'tri':82 'under':21 'univers':192 'unord':14 'unus':196 'updat':34,167 'us':11 'use':223 'user':56 'util':202 'utter':8 'video':182 'view':31,45 'wait':124 'way':18 'within':143 'without':35 'work':121,128 'x':110 'year':132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698978889
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/9218693"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698892489 {#2372
    date: 2023-11-02 03:34:49.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 {#1528
  +user: Proxies\__CG__\App\Entity\User {#1599 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1625 …}
  +slug: "A-Nautilus-Sucks-Donkeyballs-Linux-Rant"
  +title: "A Nautilus Sucks Donkeyballs Linux Rant"
  +url: null
  +body: """
    Nautilus, the Gnome file assistant manager, sucks utter donkeyballs. Let us make an unordered list of the ways:\n
    \n
    - If the underlying filesystem changes, say a copy operation, the file manager view does not update without a manual refresh by CTL+R. This leaves the view in a stale state, presenting false file information to the user, who might never know until they do something bad. This is a showstopper bug that’s been hanging around since forever.\n
    - Batch rename. Good luck trying to rename a series of files ordered sequentially by number, if the number happens to start with any number other than one. A sequence from 2 to x is impossible to batch rename. Because regex in sed never worked either. No, wait. It’s always worked! For like, 50 years.\n
    - Why, when moving a collection of files or a directory within the same filesystem, does it actually perform a copy and delete operation, taking cpu and time, when the inode location could just be updated like mv does?\n
    - Thumbnails? Why do they take longer to generate for images and video than than the totality of the existence of the universe?\n
    \n
    Nautilus is an unusable mess. If command line file utils were this bad, we’d never be able to reliably store and manipulate files. Who in their right mind actually uses this junk?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 86
  +favouriteCount: 73
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699219393 {#2063
    date: 2023-11-05 22:23:13.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2095 …}
  +votes: Doctrine\ORM\PersistentCollection {#2130 …}
  +reports: Doctrine\ORM\PersistentCollection {#2129 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
  +badges: Doctrine\ORM\PersistentCollection {#2350 …}
  +children: [
    App\Entity\EntryComment {#1561
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
      +image: null
      +parent: null
      +root: null
      +body: "I don’t even use Linux, but isn’t copying and deleting files to simply move them, like super bad in the long run for data integrity?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1699064585 {#1670
        date: 2023-11-04 03:23:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ParanoidFactoid@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1568 …}
      +nested: Doctrine\ORM\PersistentCollection {#1567 …}
      +votes: Doctrine\ORM\PersistentCollection {#1559 …}
      +reports: Doctrine\ORM\PersistentCollection {#1564 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
      -id: 84419
      -bodyTs: "'bad':20 'copi':10 'data':26 'delet':12 'even':4 'file':13 'integr':27 'isn':8 'like':18 'linux':6 'long':23 'move':16 'run':24 'simpli':15 'super':19 'use':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/5621525"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698907040 {#1527
        date: 2023-11-02 07:37:20.0 +01:00
      }
      +"title": 84419
    }
  ]
  -id: 9063
  -titleTs: "'donkeybal':4 'linux':5 'nautilus':2 'rant':6 'suck':3"
  -bodyTs: "'2':108 '50':131 'abl':210 'actual':149,222 'alway':127 'around':75 'assist':5 'bad':65,205 'batch':78,114 'bug':70 'chang':23 'collect':137 'command':199 'copi':26,152 'could':164 'cpu':157 'ctl':40 'd':207 'delet':154 'directori':142 'donkeybal':9 'either':122 'exist':189 'fals':51 'file':4,29,52,88,139,201,216 'filesystem':22,146 'forev':77 'generat':178 'gnome':3 'good':80 'hang':74 'happen':96 'imag':180 'imposs':112 'inform':53 'inod':162 'junk':225 'know':60 'leav':43 'let':10 'like':130,168 'line':200 'list':15 'locat':163 'longer':176 'luck':81 'make':12 'manag':6,30 'manipul':215 'manual':37 'mess':197 'might':58 'mind':221 'move':135 'mv':169 'nautilus':1,193 'never':59,120,208 'number':92,95,101 'one':104 'oper':27,155 'order':89 'perform':150 'present':50 'r':41 'refresh':38 'regex':117 'reliabl':212 'renam':79,84,115 'right':220 'say':24 'sed':119 'sequenc':106 'sequenti':90 'seri':86 'showstopp':69 'sinc':76 'someth':64 'stale':48 'start':98 'state':49 'store':213 'suck':7 'take':156,175 'thumbnail':171 'time':159 'total':186 'tri':82 'under':21 'univers':192 'unord':14 'unus':196 'updat':34,167 'us':11 'use':223 'user':56 'util':202 'utter':8 'video':182 'view':31,45 'wait':124 'way':18 'within':143 'without':35 'work':121,128 'x':110 'year':132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698978889
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/9218693"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698892489 {#2372
    date: 2023-11-02 03:34:49.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 {#1528
  +user: Proxies\__CG__\App\Entity\User {#1599 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1625 …}
  +slug: "A-Nautilus-Sucks-Donkeyballs-Linux-Rant"
  +title: "A Nautilus Sucks Donkeyballs Linux Rant"
  +url: null
  +body: """
    Nautilus, the Gnome file assistant manager, sucks utter donkeyballs. Let us make an unordered list of the ways:\n
    \n
    - If the underlying filesystem changes, say a copy operation, the file manager view does not update without a manual refresh by CTL+R. This leaves the view in a stale state, presenting false file information to the user, who might never know until they do something bad. This is a showstopper bug that’s been hanging around since forever.\n
    - Batch rename. Good luck trying to rename a series of files ordered sequentially by number, if the number happens to start with any number other than one. A sequence from 2 to x is impossible to batch rename. Because regex in sed never worked either. No, wait. It’s always worked! For like, 50 years.\n
    - Why, when moving a collection of files or a directory within the same filesystem, does it actually perform a copy and delete operation, taking cpu and time, when the inode location could just be updated like mv does?\n
    - Thumbnails? Why do they take longer to generate for images and video than than the totality of the existence of the universe?\n
    \n
    Nautilus is an unusable mess. If command line file utils were this bad, we’d never be able to reliably store and manipulate files. Who in their right mind actually uses this junk?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 86
  +favouriteCount: 73
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699219393 {#2063
    date: 2023-11-05 22:23:13.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2095 …}
  +votes: Doctrine\ORM\PersistentCollection {#2130 …}
  +reports: Doctrine\ORM\PersistentCollection {#2129 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
  +badges: Doctrine\ORM\PersistentCollection {#2350 …}
  +children: [
    App\Entity\EntryComment {#1561
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
      +image: null
      +parent: null
      +root: null
      +body: "I don’t even use Linux, but isn’t copying and deleting files to simply move them, like super bad in the long run for data integrity?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1699064585 {#1670
        date: 2023-11-04 03:23:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ParanoidFactoid@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1568 …}
      +nested: Doctrine\ORM\PersistentCollection {#1567 …}
      +votes: Doctrine\ORM\PersistentCollection {#1559 …}
      +reports: Doctrine\ORM\PersistentCollection {#1564 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
      -id: 84419
      -bodyTs: "'bad':20 'copi':10 'data':26 'delet':12 'even':4 'file':13 'integr':27 'isn':8 'like':18 'linux':6 'long':23 'move':16 'run':24 'simpli':15 'super':19 'use':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/5621525"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698907040 {#1527
        date: 2023-11-02 07:37:20.0 +01:00
      }
      +"title": 84419
    }
  ]
  -id: 9063
  -titleTs: "'donkeybal':4 'linux':5 'nautilus':2 'rant':6 'suck':3"
  -bodyTs: "'2':108 '50':131 'abl':210 'actual':149,222 'alway':127 'around':75 'assist':5 'bad':65,205 'batch':78,114 'bug':70 'chang':23 'collect':137 'command':199 'copi':26,152 'could':164 'cpu':157 'ctl':40 'd':207 'delet':154 'directori':142 'donkeybal':9 'either':122 'exist':189 'fals':51 'file':4,29,52,88,139,201,216 'filesystem':22,146 'forev':77 'generat':178 'gnome':3 'good':80 'hang':74 'happen':96 'imag':180 'imposs':112 'inform':53 'inod':162 'junk':225 'know':60 'leav':43 'let':10 'like':130,168 'line':200 'list':15 'locat':163 'longer':176 'luck':81 'make':12 'manag':6,30 'manipul':215 'manual':37 'mess':197 'might':58 'mind':221 'move':135 'mv':169 'nautilus':1,193 'never':59,120,208 'number':92,95,101 'one':104 'oper':27,155 'order':89 'perform':150 'present':50 'r':41 'refresh':38 'regex':117 'reliabl':212 'renam':79,84,115 'right':220 'say':24 'sed':119 'sequenc':106 'sequenti':90 'seri':86 'showstopp':69 'sinc':76 'someth':64 'stale':48 'start':98 'state':49 'store':213 'suck':7 'take':156,175 'thumbnail':171 'time':159 'total':186 'tri':82 'under':21 'univers':192 'unord':14 'unus':196 'updat':34,167 'us':11 'use':223 'user':56 'util':202 'utter':8 'video':182 'view':31,45 'wait':124 'way':18 'within':143 'without':35 'work':121,128 'x':110 'year':132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698978889
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/9218693"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698892489 {#2372
    date: 2023-11-02 03:34:49.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 {#1561
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1528
    +user: Proxies\__CG__\App\Entity\User {#1599 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1625 …}
    +slug: "A-Nautilus-Sucks-Donkeyballs-Linux-Rant"
    +title: "A Nautilus Sucks Donkeyballs Linux Rant"
    +url: null
    +body: """
      Nautilus, the Gnome file assistant manager, sucks utter donkeyballs. Let us make an unordered list of the ways:\n
      \n
      - If the underlying filesystem changes, say a copy operation, the file manager view does not update without a manual refresh by CTL+R. This leaves the view in a stale state, presenting false file information to the user, who might never know until they do something bad. This is a showstopper bug that’s been hanging around since forever.\n
      - Batch rename. Good luck trying to rename a series of files ordered sequentially by number, if the number happens to start with any number other than one. A sequence from 2 to x is impossible to batch rename. Because regex in sed never worked either. No, wait. It’s always worked! For like, 50 years.\n
      - Why, when moving a collection of files or a directory within the same filesystem, does it actually perform a copy and delete operation, taking cpu and time, when the inode location could just be updated like mv does?\n
      - Thumbnails? Why do they take longer to generate for images and video than than the totality of the existence of the universe?\n
      \n
      Nautilus is an unusable mess. If command line file utils were this bad, we’d never be able to reliably store and manipulate files. Who in their right mind actually uses this junk?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 86
    +favouriteCount: 73
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699219393 {#2063
      date: 2023-11-05 22:23:13.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2095 …}
    +votes: Doctrine\ORM\PersistentCollection {#2130 …}
    +reports: Doctrine\ORM\PersistentCollection {#2129 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
    +badges: Doctrine\ORM\PersistentCollection {#2350 …}
    +children: [
      App\Entity\EntryComment {#1561}
    ]
    -id: 9063
    -titleTs: "'donkeybal':4 'linux':5 'nautilus':2 'rant':6 'suck':3"
    -bodyTs: "'2':108 '50':131 'abl':210 'actual':149,222 'alway':127 'around':75 'assist':5 'bad':65,205 'batch':78,114 'bug':70 'chang':23 'collect':137 'command':199 'copi':26,152 'could':164 'cpu':157 'ctl':40 'd':207 'delet':154 'directori':142 'donkeybal':9 'either':122 'exist':189 'fals':51 'file':4,29,52,88,139,201,216 'filesystem':22,146 'forev':77 'generat':178 'gnome':3 'good':80 'hang':74 'happen':96 'imag':180 'imposs':112 'inform':53 'inod':162 'junk':225 'know':60 'leav':43 'let':10 'like':130,168 'line':200 'list':15 'locat':163 'longer':176 'luck':81 'make':12 'manag':6,30 'manipul':215 'manual':37 'mess':197 'might':58 'mind':221 'move':135 'mv':169 'nautilus':1,193 'never':59,120,208 'number':92,95,101 'one':104 'oper':27,155 'order':89 'perform':150 'present':50 'r':41 'refresh':38 'regex':117 'reliabl':212 'renam':79,84,115 'right':220 'say':24 'sed':119 'sequenc':106 'sequenti':90 'seri':86 'showstopp':69 'sinc':76 'someth':64 'stale':48 'start':98 'state':49 'store':213 'suck':7 'take':156,175 'thumbnail':171 'time':159 'total':186 'tri':82 'under':21 'univers':192 'unord':14 'unus':196 'updat':34,167 'us':11 'use':223 'user':56 'util':202 'utter':8 'video':182 'view':31,45 'wait':124 'way':18 'within':143 'without':35 'work':121,128 'x':110 'year':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698978889
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/9218693"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698892489 {#2372
      date: 2023-11-02 03:34:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
  +image: null
  +parent: null
  +root: null
  +body: "I don’t even use Linux, but isn’t copying and deleting files to simply move them, like super bad in the long run for data integrity?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1699064585 {#1670
    date: 2023-11-04 03:23:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ParanoidFactoid@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1568 …}
  +nested: Doctrine\ORM\PersistentCollection {#1567 …}
  +votes: Doctrine\ORM\PersistentCollection {#1559 …}
  +reports: Doctrine\ORM\PersistentCollection {#1564 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
  -id: 84419
  -bodyTs: "'bad':20 'copi':10 'data':26 'delet':12 'even':4 'file':13 'integr':27 'isn':8 'like':18 'linux':6 'long':23 'move':16 'run':24 'simpli':15 'super':19 'use':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/5621525"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698907040 {#1527
    date: 2023-11-02 07:37:20.0 +01:00
  }
  +"title": 84419
}
"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 {#1561
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1528
    +user: Proxies\__CG__\App\Entity\User {#1599 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1625 …}
    +slug: "A-Nautilus-Sucks-Donkeyballs-Linux-Rant"
    +title: "A Nautilus Sucks Donkeyballs Linux Rant"
    +url: null
    +body: """
      Nautilus, the Gnome file assistant manager, sucks utter donkeyballs. Let us make an unordered list of the ways:\n
      \n
      - If the underlying filesystem changes, say a copy operation, the file manager view does not update without a manual refresh by CTL+R. This leaves the view in a stale state, presenting false file information to the user, who might never know until they do something bad. This is a showstopper bug that’s been hanging around since forever.\n
      - Batch rename. Good luck trying to rename a series of files ordered sequentially by number, if the number happens to start with any number other than one. A sequence from 2 to x is impossible to batch rename. Because regex in sed never worked either. No, wait. It’s always worked! For like, 50 years.\n
      - Why, when moving a collection of files or a directory within the same filesystem, does it actually perform a copy and delete operation, taking cpu and time, when the inode location could just be updated like mv does?\n
      - Thumbnails? Why do they take longer to generate for images and video than than the totality of the existence of the universe?\n
      \n
      Nautilus is an unusable mess. If command line file utils were this bad, we’d never be able to reliably store and manipulate files. Who in their right mind actually uses this junk?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 86
    +favouriteCount: 73
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699219393 {#2063
      date: 2023-11-05 22:23:13.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2095 …}
    +votes: Doctrine\ORM\PersistentCollection {#2130 …}
    +reports: Doctrine\ORM\PersistentCollection {#2129 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
    +badges: Doctrine\ORM\PersistentCollection {#2350 …}
    +children: [
      App\Entity\EntryComment {#1561}
    ]
    -id: 9063
    -titleTs: "'donkeybal':4 'linux':5 'nautilus':2 'rant':6 'suck':3"
    -bodyTs: "'2':108 '50':131 'abl':210 'actual':149,222 'alway':127 'around':75 'assist':5 'bad':65,205 'batch':78,114 'bug':70 'chang':23 'collect':137 'command':199 'copi':26,152 'could':164 'cpu':157 'ctl':40 'd':207 'delet':154 'directori':142 'donkeybal':9 'either':122 'exist':189 'fals':51 'file':4,29,52,88,139,201,216 'filesystem':22,146 'forev':77 'generat':178 'gnome':3 'good':80 'hang':74 'happen':96 'imag':180 'imposs':112 'inform':53 'inod':162 'junk':225 'know':60 'leav':43 'let':10 'like':130,168 'line':200 'list':15 'locat':163 'longer':176 'luck':81 'make':12 'manag':6,30 'manipul':215 'manual':37 'mess':197 'might':58 'mind':221 'move':135 'mv':169 'nautilus':1,193 'never':59,120,208 'number':92,95,101 'one':104 'oper':27,155 'order':89 'perform':150 'present':50 'r':41 'refresh':38 'regex':117 'reliabl':212 'renam':79,84,115 'right':220 'say':24 'sed':119 'sequenc':106 'sequenti':90 'seri':86 'showstopp':69 'sinc':76 'someth':64 'stale':48 'start':98 'state':49 'store':213 'suck':7 'take':156,175 'thumbnail':171 'time':159 'total':186 'tri':82 'under':21 'univers':192 'unord':14 'unus':196 'updat':34,167 'us':11 'use':223 'user':56 'util':202 'utter':8 'video':182 'view':31,45 'wait':124 'way':18 'within':143 'without':35 'work':121,128 'x':110 'year':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698978889
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/9218693"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698892489 {#2372
      date: 2023-11-02 03:34:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
  +image: null
  +parent: null
  +root: null
  +body: "I don’t even use Linux, but isn’t copying and deleting files to simply move them, like super bad in the long run for data integrity?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1699064585 {#1670
    date: 2023-11-04 03:23:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ParanoidFactoid@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1568 …}
  +nested: Doctrine\ORM\PersistentCollection {#1567 …}
  +votes: Doctrine\ORM\PersistentCollection {#1559 …}
  +reports: Doctrine\ORM\PersistentCollection {#1564 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
  -id: 84419
  -bodyTs: "'bad':20 'copi':10 'data':26 'delet':12 'even':4 'file':13 'integr':27 'isn':8 'like':18 'linux':6 'long':23 'move':16 'run':24 'simpli':15 'super':19 'use':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/5621525"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698907040 {#1527
    date: 2023-11-02 07:37:20.0 +01:00
  }
  +"title": 84419
}
"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 {#1561
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1528
    +user: Proxies\__CG__\App\Entity\User {#1599 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1625 …}
    +slug: "A-Nautilus-Sucks-Donkeyballs-Linux-Rant"
    +title: "A Nautilus Sucks Donkeyballs Linux Rant"
    +url: null
    +body: """
      Nautilus, the Gnome file assistant manager, sucks utter donkeyballs. Let us make an unordered list of the ways:\n
      \n
      - If the underlying filesystem changes, say a copy operation, the file manager view does not update without a manual refresh by CTL+R. This leaves the view in a stale state, presenting false file information to the user, who might never know until they do something bad. This is a showstopper bug that’s been hanging around since forever.\n
      - Batch rename. Good luck trying to rename a series of files ordered sequentially by number, if the number happens to start with any number other than one. A sequence from 2 to x is impossible to batch rename. Because regex in sed never worked either. No, wait. It’s always worked! For like, 50 years.\n
      - Why, when moving a collection of files or a directory within the same filesystem, does it actually perform a copy and delete operation, taking cpu and time, when the inode location could just be updated like mv does?\n
      - Thumbnails? Why do they take longer to generate for images and video than than the totality of the existence of the universe?\n
      \n
      Nautilus is an unusable mess. If command line file utils were this bad, we’d never be able to reliably store and manipulate files. Who in their right mind actually uses this junk?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 86
    +favouriteCount: 73
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699219393 {#2063
      date: 2023-11-05 22:23:13.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2095 …}
    +votes: Doctrine\ORM\PersistentCollection {#2130 …}
    +reports: Doctrine\ORM\PersistentCollection {#2129 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
    +badges: Doctrine\ORM\PersistentCollection {#2350 …}
    +children: [
      App\Entity\EntryComment {#1561}
    ]
    -id: 9063
    -titleTs: "'donkeybal':4 'linux':5 'nautilus':2 'rant':6 'suck':3"
    -bodyTs: "'2':108 '50':131 'abl':210 'actual':149,222 'alway':127 'around':75 'assist':5 'bad':65,205 'batch':78,114 'bug':70 'chang':23 'collect':137 'command':199 'copi':26,152 'could':164 'cpu':157 'ctl':40 'd':207 'delet':154 'directori':142 'donkeybal':9 'either':122 'exist':189 'fals':51 'file':4,29,52,88,139,201,216 'filesystem':22,146 'forev':77 'generat':178 'gnome':3 'good':80 'hang':74 'happen':96 'imag':180 'imposs':112 'inform':53 'inod':162 'junk':225 'know':60 'leav':43 'let':10 'like':130,168 'line':200 'list':15 'locat':163 'longer':176 'luck':81 'make':12 'manag':6,30 'manipul':215 'manual':37 'mess':197 'might':58 'mind':221 'move':135 'mv':169 'nautilus':1,193 'never':59,120,208 'number':92,95,101 'one':104 'oper':27,155 'order':89 'perform':150 'present':50 'r':41 'refresh':38 'regex':117 'reliabl':212 'renam':79,84,115 'right':220 'say':24 'sed':119 'sequenc':106 'sequenti':90 'seri':86 'showstopp':69 'sinc':76 'someth':64 'stale':48 'start':98 'state':49 'store':213 'suck':7 'take':156,175 'thumbnail':171 'time':159 'total':186 'tri':82 'under':21 'univers':192 'unord':14 'unus':196 'updat':34,167 'us':11 'use':223 'user':56 'util':202 'utter':8 'video':182 'view':31,45 'wait':124 'way':18 'within':143 'without':35 'work':121,128 'x':110 'year':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698978889
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/9218693"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698892489 {#2372
      date: 2023-11-02 03:34:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1560 …}
  +image: null
  +parent: null
  +root: null
  +body: "I don’t even use Linux, but isn’t copying and deleting files to simply move them, like super bad in the long run for data integrity?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1699064585 {#1670
    date: 2023-11-04 03:23:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ParanoidFactoid@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1568 …}
  +nested: Doctrine\ORM\PersistentCollection {#1567 …}
  +votes: Doctrine\ORM\PersistentCollection {#1559 …}
  +reports: Doctrine\ORM\PersistentCollection {#1564 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
  -id: 84419
  -bodyTs: "'bad':20 'copi':10 'data':26 'delet':12 'even':4 'file':13 'integr':27 'isn':8 'like':18 'linux':6 'long':23 'move':16 'run':24 'simpli':15 'super':19 'use':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/5621525"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698907040 {#1527
    date: 2023-11-02 07:37:20.0 +01:00
  }
  +"title": 84419
}
"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
Proxies\__CG__\App\Entity\Entry {#1582
  +user: Proxies\__CG__\App\Entity\User {#1711 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: Proxies\__CG__\App\Entity\Image {#1883 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2019 …}
  +slug: "Do-yourself-a-favor"
  +title: "Do yourself a favor"
  +url: "https://slrpnk.net/pictrs/image/43091700-6505-487b-b053-a4b748e9cbd0.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 98
  +favouriteCount: 545
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723732919 {#1558
    date: 2024-08-15 16:41:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1403 …}
  +votes: Doctrine\ORM\PersistentCollection {#1361 …}
  +reports: Doctrine\ORM\PersistentCollection {#1401 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
  +badges: Doctrine\ORM\PersistentCollection {#2089 …}
  +children: [
    App\Entity\EntryComment {#1709
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: null
      +root: null
      +body: "How come only fried chicken restaurants have good coleslaw? Any other restaurants or store bought I’ve tried have been terrible, but chicken places always have the good shit."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1698932057 {#1435
        date: 2023-11-02 14:34:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Track_Shovel@slrpnk.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1572 …}
      +nested: Doctrine\ORM\PersistentCollection {#1581 …}
      +votes: Doctrine\ORM\PersistentCollection {#1579 …}
      +reports: Doctrine\ORM\PersistentCollection {#1577 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1650 …}
      -id: 83977
      -bodyTs: "'alway':25 'bought':15 'chicken':5,23 'coleslaw':9 'come':2 'fri':4 'good':8,28 'place':24 'restaur':6,12 'shit':29 'store':14 'terribl':21 'tri':18 've':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/5622519"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698910132 {#1438
        date: 2023-11-02 08:28:52.0 +01:00
      }
      +"title": 83977
    }
  ]
  -id: 9008
  -titleTs: "'favor':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698978429
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/3633250"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698892029 {#2467
    date: 2023-11-02 03:27:09.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
11 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1582
  +user: Proxies\__CG__\App\Entity\User {#1711 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: Proxies\__CG__\App\Entity\Image {#1883 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2019 …}
  +slug: "Do-yourself-a-favor"
  +title: "Do yourself a favor"
  +url: "https://slrpnk.net/pictrs/image/43091700-6505-487b-b053-a4b748e9cbd0.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 98
  +favouriteCount: 545
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723732919 {#1558
    date: 2024-08-15 16:41:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1403 …}
  +votes: Doctrine\ORM\PersistentCollection {#1361 …}
  +reports: Doctrine\ORM\PersistentCollection {#1401 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
  +badges: Doctrine\ORM\PersistentCollection {#2089 …}
  +children: [
    App\Entity\EntryComment {#1709
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: null
      +root: null
      +body: "How come only fried chicken restaurants have good coleslaw? Any other restaurants or store bought I’ve tried have been terrible, but chicken places always have the good shit."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1698932057 {#1435
        date: 2023-11-02 14:34:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Track_Shovel@slrpnk.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1572 …}
      +nested: Doctrine\ORM\PersistentCollection {#1581 …}
      +votes: Doctrine\ORM\PersistentCollection {#1579 …}
      +reports: Doctrine\ORM\PersistentCollection {#1577 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1650 …}
      -id: 83977
      -bodyTs: "'alway':25 'bought':15 'chicken':5,23 'coleslaw':9 'come':2 'fri':4 'good':8,28 'place':24 'restaur':6,12 'shit':29 'store':14 'terribl':21 'tri':18 've':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/5622519"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698910132 {#1438
        date: 2023-11-02 08:28:52.0 +01:00
      }
      +"title": 83977
    }
  ]
  -id: 9008
  -titleTs: "'favor':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698978429
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/3633250"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698892029 {#2467
    date: 2023-11-02 03:27:09.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
12 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1582
  +user: Proxies\__CG__\App\Entity\User {#1711 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: Proxies\__CG__\App\Entity\Image {#1883 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2019 …}
  +slug: "Do-yourself-a-favor"
  +title: "Do yourself a favor"
  +url: "https://slrpnk.net/pictrs/image/43091700-6505-487b-b053-a4b748e9cbd0.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 98
  +favouriteCount: 545
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723732919 {#1558
    date: 2024-08-15 16:41:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1403 …}
  +votes: Doctrine\ORM\PersistentCollection {#1361 …}
  +reports: Doctrine\ORM\PersistentCollection {#1401 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
  +badges: Doctrine\ORM\PersistentCollection {#2089 …}
  +children: [
    App\Entity\EntryComment {#1709
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: null
      +root: null
      +body: "How come only fried chicken restaurants have good coleslaw? Any other restaurants or store bought I’ve tried have been terrible, but chicken places always have the good shit."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1698932057 {#1435
        date: 2023-11-02 14:34:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Track_Shovel@slrpnk.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1572 …}
      +nested: Doctrine\ORM\PersistentCollection {#1581 …}
      +votes: Doctrine\ORM\PersistentCollection {#1579 …}
      +reports: Doctrine\ORM\PersistentCollection {#1577 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1650 …}
      -id: 83977
      -bodyTs: "'alway':25 'bought':15 'chicken':5,23 'coleslaw':9 'come':2 'fri':4 'good':8,28 'place':24 'restaur':6,12 'shit':29 'store':14 'terribl':21 'tri':18 've':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/5622519"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698910132 {#1438
        date: 2023-11-02 08:28:52.0 +01:00
      }
      +"title": 83977
    }
  ]
  -id: 9008
  -titleTs: "'favor':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698978429
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/3633250"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698892029 {#2467
    date: 2023-11-02 03:27:09.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
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 {#1709
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#1711 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: Proxies\__CG__\App\Entity\Image {#1883 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2019 …}
    +slug: "Do-yourself-a-favor"
    +title: "Do yourself a favor"
    +url: "https://slrpnk.net/pictrs/image/43091700-6505-487b-b053-a4b748e9cbd0.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 98
    +favouriteCount: 545
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723732919 {#1558
      date: 2024-08-15 16:41:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1403 …}
    +votes: Doctrine\ORM\PersistentCollection {#1361 …}
    +reports: Doctrine\ORM\PersistentCollection {#1401 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
    +badges: Doctrine\ORM\PersistentCollection {#2089 …}
    +children: [
      App\Entity\EntryComment {#1709}
    ]
    -id: 9008
    -titleTs: "'favor':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698978429
    +visibility: "visible             "
    +apId: "https://slrpnk.net/post/3633250"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698892029 {#2467
      date: 2023-11-02 03:27:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: null
  +root: null
  +body: "How come only fried chicken restaurants have good coleslaw? Any other restaurants or store bought I’ve tried have been terrible, but chicken places always have the good shit."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1698932057 {#1435
    date: 2023-11-02 14:34:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Track_Shovel@slrpnk.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1572 …}
  +nested: Doctrine\ORM\PersistentCollection {#1581 …}
  +votes: Doctrine\ORM\PersistentCollection {#1579 …}
  +reports: Doctrine\ORM\PersistentCollection {#1577 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1650 …}
  -id: 83977
  -bodyTs: "'alway':25 'bought':15 'chicken':5,23 'coleslaw':9 'come':2 'fri':4 'good':8,28 'place':24 'restaur':6,12 'shit':29 'store':14 'terribl':21 'tri':18 've':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/5622519"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698910132 {#1438
    date: 2023-11-02 08:28:52.0 +01:00
  }
  +"title": 83977
}
"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 {#1709
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#1711 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: Proxies\__CG__\App\Entity\Image {#1883 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2019 …}
    +slug: "Do-yourself-a-favor"
    +title: "Do yourself a favor"
    +url: "https://slrpnk.net/pictrs/image/43091700-6505-487b-b053-a4b748e9cbd0.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 98
    +favouriteCount: 545
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723732919 {#1558
      date: 2024-08-15 16:41:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1403 …}
    +votes: Doctrine\ORM\PersistentCollection {#1361 …}
    +reports: Doctrine\ORM\PersistentCollection {#1401 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
    +badges: Doctrine\ORM\PersistentCollection {#2089 …}
    +children: [
      App\Entity\EntryComment {#1709}
    ]
    -id: 9008
    -titleTs: "'favor':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698978429
    +visibility: "visible             "
    +apId: "https://slrpnk.net/post/3633250"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698892029 {#2467
      date: 2023-11-02 03:27:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: null
  +root: null
  +body: "How come only fried chicken restaurants have good coleslaw? Any other restaurants or store bought I’ve tried have been terrible, but chicken places always have the good shit."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1698932057 {#1435
    date: 2023-11-02 14:34:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Track_Shovel@slrpnk.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1572 …}
  +nested: Doctrine\ORM\PersistentCollection {#1581 …}
  +votes: Doctrine\ORM\PersistentCollection {#1579 …}
  +reports: Doctrine\ORM\PersistentCollection {#1577 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1650 …}
  -id: 83977
  -bodyTs: "'alway':25 'bought':15 'chicken':5,23 'coleslaw':9 'come':2 'fri':4 'good':8,28 'place':24 'restaur':6,12 'shit':29 'store':14 'terribl':21 'tri':18 've':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/5622519"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698910132 {#1438
    date: 2023-11-02 08:28:52.0 +01:00
  }
  +"title": 83977
}
"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 {#1709
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#1711 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: Proxies\__CG__\App\Entity\Image {#1883 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2019 …}
    +slug: "Do-yourself-a-favor"
    +title: "Do yourself a favor"
    +url: "https://slrpnk.net/pictrs/image/43091700-6505-487b-b053-a4b748e9cbd0.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 98
    +favouriteCount: 545
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723732919 {#1558
      date: 2024-08-15 16:41:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1403 …}
    +votes: Doctrine\ORM\PersistentCollection {#1361 …}
    +reports: Doctrine\ORM\PersistentCollection {#1401 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
    +badges: Doctrine\ORM\PersistentCollection {#2089 …}
    +children: [
      App\Entity\EntryComment {#1709}
    ]
    -id: 9008
    -titleTs: "'favor':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698978429
    +visibility: "visible             "
    +apId: "https://slrpnk.net/post/3633250"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698892029 {#2467
      date: 2023-11-02 03:27:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: null
  +root: null
  +body: "How come only fried chicken restaurants have good coleslaw? Any other restaurants or store bought I’ve tried have been terrible, but chicken places always have the good shit."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1698932057 {#1435
    date: 2023-11-02 14:34:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Track_Shovel@slrpnk.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1572 …}
  +nested: Doctrine\ORM\PersistentCollection {#1581 …}
  +votes: Doctrine\ORM\PersistentCollection {#1579 …}
  +reports: Doctrine\ORM\PersistentCollection {#1577 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1650 …}
  -id: 83977
  -bodyTs: "'alway':25 'bought':15 'chicken':5,23 'coleslaw':9 'come':2 'fri':4 'good':8,28 'place':24 'restaur':6,12 'shit':29 'store':14 'terribl':21 'tri':18 've':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/5622519"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698910132 {#1438
    date: 2023-11-02 08:28:52.0 +01:00
  }
  +"title": 83977
}
"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_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
18 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