GET https://kbin.spritesserver.nl/active/%E2%88%9E/all?p=122

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.36 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.07 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\Entry {#199
  +user: Proxies\__CG__\App\Entity\User {#2403 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Should-I-use-Restic-Borg-or-Kopia-for-container-backups"
  +title: "Should I use Restic, Borg, or Kopia for container backups?"
  +url: null
  +body: """
    I’m planning to set up proper backups for my server, but I’m not sure which software to use. I’ve looked for solutions with encryption, compressed, incremental backups. These seem to be the best options:\n
    \n
    - [Restic](https://restic.net/) ([GitHub](https://github.com/restic/restic))\n
    - [Borg](https://www.borgbackup.org/) ([GitHub](https://github.com/borgbackup))\n
    - [Kopia](https://kopia.io/) ([GitHub](https://github.com/kopia/kopia/))\n
    \n
    Does anyone have experience with these, and if so, what was your experience?\n
    \n
    EDIT 2023-12-28:\n
    \n
    It seems most people are using Restic of which about half mention using a wrapper such as [resticprofiles](https://github.com/creativeprojects/resticprofile), [creatic](https://github.com/nils-werner/crestic) and [autorestic](https://github.com/cupcakearmy/autorestic).\n
    \n
    | Borg | Restic | Kopia |\n
    |---|---|---|\n
    | 3 | 7 | 5 |
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 38
  +favouriteCount: 85
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719744126 {#191
    date: 2024-06-30 12:42:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#227 …}
  +votes: Doctrine\ORM\PersistentCollection {#1839 …}
  +reports: Doctrine\ORM\PersistentCollection {#2400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2398 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1879 …}
  +badges: Doctrine\ORM\PersistentCollection {#1865 …}
  +children: []
  -id: 24664
  -titleTs: "'backup':10 'borg':5 'contain':9 'kopia':7 'restic':4 'use':3"
  -bodyTs: "'-12':77 '-28':78 '/)':41,49,57 '/borgbackup))':53 '/creativeprojects/resticprofile),':99 '/cupcakearmy/autorestic).':108 '/kopia/kopia/))':61 '/nils-werner/crestic)':103 '/restic/restic))':45 '2023':76 '3':112 '5':114 '7':113 'anyon':63 'autorest':105 'backup':8,30 'best':36 'borg':46,109 'compress':28 'creatic':100 'edit':75 'encrypt':27 'experi':65,74 'github':42,50,58 'github.com':44,52,60,98,102,107 'github.com/borgbackup))':51 'github.com/creativeprojects/resticprofile),':97 'github.com/cupcakearmy/autorestic).':106 'github.com/kopia/kopia/))':59 'github.com/nils-werner/crestic)':101 'github.com/restic/restic))':43 'half':89 'increment':29 'kopia':54,111 'kopia.io':56 'kopia.io/)':55 'look':23 'm':2,14 'mention':90 'option':37 'peopl':82 'plan':3 'proper':7 'restic':38,85,110 'restic.net':40 'restic.net/)':39 'resticprofil':96 'seem':32,80 'server':11 'set':5 'softwar':18 'solut':25 'sure':16 'use':20,84,91 've':22 'wrapper':93 'www.borgbackup.org':48 'www.borgbackup.org/)':47"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703590494
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9958184"
  +editedAt: DateTimeImmutable @1719784410 {#242
    date: 2024-06-30 23:53:30.0 +02:00
  }
  +createdAt: DateTimeImmutable @1703504094 {#269
    date: 2023-12-25 12:34:54.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\Entry {#199
  +user: Proxies\__CG__\App\Entity\User {#2403 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Should-I-use-Restic-Borg-or-Kopia-for-container-backups"
  +title: "Should I use Restic, Borg, or Kopia for container backups?"
  +url: null
  +body: """
    I’m planning to set up proper backups for my server, but I’m not sure which software to use. I’ve looked for solutions with encryption, compressed, incremental backups. These seem to be the best options:\n
    \n
    - [Restic](https://restic.net/) ([GitHub](https://github.com/restic/restic))\n
    - [Borg](https://www.borgbackup.org/) ([GitHub](https://github.com/borgbackup))\n
    - [Kopia](https://kopia.io/) ([GitHub](https://github.com/kopia/kopia/))\n
    \n
    Does anyone have experience with these, and if so, what was your experience?\n
    \n
    EDIT 2023-12-28:\n
    \n
    It seems most people are using Restic of which about half mention using a wrapper such as [resticprofiles](https://github.com/creativeprojects/resticprofile), [creatic](https://github.com/nils-werner/crestic) and [autorestic](https://github.com/cupcakearmy/autorestic).\n
    \n
    | Borg | Restic | Kopia |\n
    |---|---|---|\n
    | 3 | 7 | 5 |
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 38
  +favouriteCount: 85
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719744126 {#191
    date: 2024-06-30 12:42:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#227 …}
  +votes: Doctrine\ORM\PersistentCollection {#1839 …}
  +reports: Doctrine\ORM\PersistentCollection {#2400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2398 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1879 …}
  +badges: Doctrine\ORM\PersistentCollection {#1865 …}
  +children: []
  -id: 24664
  -titleTs: "'backup':10 'borg':5 'contain':9 'kopia':7 'restic':4 'use':3"
  -bodyTs: "'-12':77 '-28':78 '/)':41,49,57 '/borgbackup))':53 '/creativeprojects/resticprofile),':99 '/cupcakearmy/autorestic).':108 '/kopia/kopia/))':61 '/nils-werner/crestic)':103 '/restic/restic))':45 '2023':76 '3':112 '5':114 '7':113 'anyon':63 'autorest':105 'backup':8,30 'best':36 'borg':46,109 'compress':28 'creatic':100 'edit':75 'encrypt':27 'experi':65,74 'github':42,50,58 'github.com':44,52,60,98,102,107 'github.com/borgbackup))':51 'github.com/creativeprojects/resticprofile),':97 'github.com/cupcakearmy/autorestic).':106 'github.com/kopia/kopia/))':59 'github.com/nils-werner/crestic)':101 'github.com/restic/restic))':43 'half':89 'increment':29 'kopia':54,111 'kopia.io':56 'kopia.io/)':55 'look':23 'm':2,14 'mention':90 'option':37 'peopl':82 'plan':3 'proper':7 'restic':38,85,110 'restic.net':40 'restic.net/)':39 'resticprofil':96 'seem':32,80 'server':11 'set':5 'softwar':18 'solut':25 'sure':16 'use':20,84,91 've':22 'wrapper':93 'www.borgbackup.org':48 'www.borgbackup.org/)':47"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703590494
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9958184"
  +editedAt: DateTimeImmutable @1719784410 {#242
    date: 2024-06-30 23:53:30.0 +02:00
  }
  +createdAt: DateTimeImmutable @1703504094 {#269
    date: 2023-12-25 12:34:54.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\Entry {#199
  +user: Proxies\__CG__\App\Entity\User {#2403 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Should-I-use-Restic-Borg-or-Kopia-for-container-backups"
  +title: "Should I use Restic, Borg, or Kopia for container backups?"
  +url: null
  +body: """
    I’m planning to set up proper backups for my server, but I’m not sure which software to use. I’ve looked for solutions with encryption, compressed, incremental backups. These seem to be the best options:\n
    \n
    - [Restic](https://restic.net/) ([GitHub](https://github.com/restic/restic))\n
    - [Borg](https://www.borgbackup.org/) ([GitHub](https://github.com/borgbackup))\n
    - [Kopia](https://kopia.io/) ([GitHub](https://github.com/kopia/kopia/))\n
    \n
    Does anyone have experience with these, and if so, what was your experience?\n
    \n
    EDIT 2023-12-28:\n
    \n
    It seems most people are using Restic of which about half mention using a wrapper such as [resticprofiles](https://github.com/creativeprojects/resticprofile), [creatic](https://github.com/nils-werner/crestic) and [autorestic](https://github.com/cupcakearmy/autorestic).\n
    \n
    | Borg | Restic | Kopia |\n
    |---|---|---|\n
    | 3 | 7 | 5 |
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 38
  +favouriteCount: 85
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719744126 {#191
    date: 2024-06-30 12:42:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#227 …}
  +votes: Doctrine\ORM\PersistentCollection {#1839 …}
  +reports: Doctrine\ORM\PersistentCollection {#2400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2398 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1879 …}
  +badges: Doctrine\ORM\PersistentCollection {#1865 …}
  +children: []
  -id: 24664
  -titleTs: "'backup':10 'borg':5 'contain':9 'kopia':7 'restic':4 'use':3"
  -bodyTs: "'-12':77 '-28':78 '/)':41,49,57 '/borgbackup))':53 '/creativeprojects/resticprofile),':99 '/cupcakearmy/autorestic).':108 '/kopia/kopia/))':61 '/nils-werner/crestic)':103 '/restic/restic))':45 '2023':76 '3':112 '5':114 '7':113 'anyon':63 'autorest':105 'backup':8,30 'best':36 'borg':46,109 'compress':28 'creatic':100 'edit':75 'encrypt':27 'experi':65,74 'github':42,50,58 'github.com':44,52,60,98,102,107 'github.com/borgbackup))':51 'github.com/creativeprojects/resticprofile),':97 'github.com/cupcakearmy/autorestic).':106 'github.com/kopia/kopia/))':59 'github.com/nils-werner/crestic)':101 'github.com/restic/restic))':43 'half':89 'increment':29 'kopia':54,111 'kopia.io':56 'kopia.io/)':55 'look':23 'm':2,14 'mention':90 'option':37 'peopl':82 'plan':3 'proper':7 'restic':38,85,110 'restic.net':40 'restic.net/)':39 'resticprofil':96 'seem':32,80 'server':11 'set':5 'softwar':18 'solut':25 'sure':16 'use':20,84,91 've':22 'wrapper':93 'www.borgbackup.org':48 'www.borgbackup.org/)':47"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703590494
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9958184"
  +editedAt: DateTimeImmutable @1719784410 {#242
    date: 2024-06-30 23:53:30.0 +02:00
  }
  +createdAt: DateTimeImmutable @1703504094 {#269
    date: 2023-12-25 12:34:54.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\Entry {#1408
  +user: Proxies\__CG__\App\Entity\User {#1876 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1905 …}
  +image: Proxies\__CG__\App\Entity\Image {#1395 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "I-think-he-s-the-one-Loading-Artist"
  +title: "I think he's the one [Loading Artist]"
  +url: "https://lemmy.world/pictrs/image/764911ef-d54f-4245-bc79-994b6da7305a.png"
  +body: """
    Loading Artist Source Links:\n
    \n
    - [Website](https://loadingartist.com/)\n
    - [!loadingartist@lemmy.world](https://lemmy.world/c/loadingartist)\n
    - @loadingartist@lemmy.world\n
    - [Instagram](https://www.instagram.com/loadingartist/?hl=en)\n
    - [Facebook](https://www.facebook.com/LoadingArtist/)\n
    - [Twitch](https://www.twitch.tv/loadingartist) (Posted simply because I’ve never seen an artist with a Twitch and I found it cool)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 469
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719736459 {#1867
    date: 2024-06-30 10:34:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@loadingartist@lemmy.world"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1897 …}
  +votes: Doctrine\ORM\PersistentCollection {#1954 …}
  +reports: Doctrine\ORM\PersistentCollection {#1950 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1944 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1977 …}
  +badges: Doctrine\ORM\PersistentCollection {#1967 …}
  +children: []
  -id: 28210
  -titleTs: "'artist':8 'load':7 'one':6 'think':2"
  -bodyTs: "'/)':8 '/c/loadingartist)':12 '/loadingartist)':25 '/loadingartist/)':21 '/loadingartist/?hl=en)':17 'artist':2,34 'cool':42 'facebook':18 'found':40 'instagram':14 'lemmy.world':11 'lemmy.world/c/loadingartist)':10 'link':4 'load':1 'loadingartist.com':7 'loadingartist.com/)':6 'loadingartist@lemmy.world':9,13 'never':31 'post':26 'seen':32 'simpli':27 'sourc':3 'twitch':22,37 've':30 'websit':5 'www.facebook.com':20 'www.facebook.com/loadingartist/)':19 'www.instagram.com':16 'www.instagram.com/loadingartist/?hl=en)':15 'www.twitch.tv':24 'www.twitch.tv/loadingartist)':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704838367
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10473882"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704751967 {#1913
    date: 2024-01-08 23:12:47.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\Entry {#1408
  +user: Proxies\__CG__\App\Entity\User {#1876 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1905 …}
  +image: Proxies\__CG__\App\Entity\Image {#1395 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "I-think-he-s-the-one-Loading-Artist"
  +title: "I think he's the one [Loading Artist]"
  +url: "https://lemmy.world/pictrs/image/764911ef-d54f-4245-bc79-994b6da7305a.png"
  +body: """
    Loading Artist Source Links:\n
    \n
    - [Website](https://loadingartist.com/)\n
    - [!loadingartist@lemmy.world](https://lemmy.world/c/loadingartist)\n
    - @loadingartist@lemmy.world\n
    - [Instagram](https://www.instagram.com/loadingartist/?hl=en)\n
    - [Facebook](https://www.facebook.com/LoadingArtist/)\n
    - [Twitch](https://www.twitch.tv/loadingartist) (Posted simply because I’ve never seen an artist with a Twitch and I found it cool)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 469
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719736459 {#1867
    date: 2024-06-30 10:34:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@loadingartist@lemmy.world"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1897 …}
  +votes: Doctrine\ORM\PersistentCollection {#1954 …}
  +reports: Doctrine\ORM\PersistentCollection {#1950 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1944 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1977 …}
  +badges: Doctrine\ORM\PersistentCollection {#1967 …}
  +children: []
  -id: 28210
  -titleTs: "'artist':8 'load':7 'one':6 'think':2"
  -bodyTs: "'/)':8 '/c/loadingartist)':12 '/loadingartist)':25 '/loadingartist/)':21 '/loadingartist/?hl=en)':17 'artist':2,34 'cool':42 'facebook':18 'found':40 'instagram':14 'lemmy.world':11 'lemmy.world/c/loadingartist)':10 'link':4 'load':1 'loadingartist.com':7 'loadingartist.com/)':6 'loadingartist@lemmy.world':9,13 'never':31 'post':26 'seen':32 'simpli':27 'sourc':3 'twitch':22,37 've':30 'websit':5 'www.facebook.com':20 'www.facebook.com/loadingartist/)':19 'www.instagram.com':16 'www.instagram.com/loadingartist/?hl=en)':15 'www.twitch.tv':24 'www.twitch.tv/loadingartist)':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704838367
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10473882"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704751967 {#1913
    date: 2024-01-08 23:12:47.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\Entry {#1408
  +user: Proxies\__CG__\App\Entity\User {#1876 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1905 …}
  +image: Proxies\__CG__\App\Entity\Image {#1395 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "I-think-he-s-the-one-Loading-Artist"
  +title: "I think he's the one [Loading Artist]"
  +url: "https://lemmy.world/pictrs/image/764911ef-d54f-4245-bc79-994b6da7305a.png"
  +body: """
    Loading Artist Source Links:\n
    \n
    - [Website](https://loadingartist.com/)\n
    - [!loadingartist@lemmy.world](https://lemmy.world/c/loadingartist)\n
    - @loadingartist@lemmy.world\n
    - [Instagram](https://www.instagram.com/loadingartist/?hl=en)\n
    - [Facebook](https://www.facebook.com/LoadingArtist/)\n
    - [Twitch](https://www.twitch.tv/loadingartist) (Posted simply because I’ve never seen an artist with a Twitch and I found it cool)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 469
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719736459 {#1867
    date: 2024-06-30 10:34:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@loadingartist@lemmy.world"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1897 …}
  +votes: Doctrine\ORM\PersistentCollection {#1954 …}
  +reports: Doctrine\ORM\PersistentCollection {#1950 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1944 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1977 …}
  +badges: Doctrine\ORM\PersistentCollection {#1967 …}
  +children: []
  -id: 28210
  -titleTs: "'artist':8 'load':7 'one':6 'think':2"
  -bodyTs: "'/)':8 '/c/loadingartist)':12 '/loadingartist)':25 '/loadingartist/)':21 '/loadingartist/?hl=en)':17 'artist':2,34 'cool':42 'facebook':18 'found':40 'instagram':14 'lemmy.world':11 'lemmy.world/c/loadingartist)':10 'link':4 'load':1 'loadingartist.com':7 'loadingartist.com/)':6 'loadingartist@lemmy.world':9,13 'never':31 'post':26 'seen':32 'simpli':27 'sourc':3 'twitch':22,37 've':30 'websit':5 'www.facebook.com':20 'www.facebook.com/loadingartist/)':19 'www.instagram.com':16 'www.instagram.com/loadingartist/?hl=en)':15 'www.twitch.tv':24 'www.twitch.tv/loadingartist)':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704838367
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10473882"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704751967 {#1913
    date: 2024-01-08 23:12:47.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\Entry {#1962
  +user: Proxies\__CG__\App\Entity\User {#1943 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1905 …}
  +image: Proxies\__CG__\App\Entity\Image {#1970 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "Marketing"
  +title: "Marketing"
  +url: "https://lemmy.world/pictrs/image/26cae13d-0df5-42b8-a25b-f8260e33da80.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 9
  +favouriteCount: 523
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719733629 {#1953
    date: 2024-06-30 09:47:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1978 …}
  +votes: Doctrine\ORM\PersistentCollection {#1966 …}
  +reports: Doctrine\ORM\PersistentCollection {#1934 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1932 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1933 …}
  +badges: Doctrine\ORM\PersistentCollection {#1390 …}
  +children: []
  -id: 28350
  -titleTs: "'market':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704888370
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10491626"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704801970 {#1937
    date: 2024-01-09 13:06:10.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\Entry {#1962
  +user: Proxies\__CG__\App\Entity\User {#1943 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1905 …}
  +image: Proxies\__CG__\App\Entity\Image {#1970 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "Marketing"
  +title: "Marketing"
  +url: "https://lemmy.world/pictrs/image/26cae13d-0df5-42b8-a25b-f8260e33da80.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 9
  +favouriteCount: 523
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719733629 {#1953
    date: 2024-06-30 09:47:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1978 …}
  +votes: Doctrine\ORM\PersistentCollection {#1966 …}
  +reports: Doctrine\ORM\PersistentCollection {#1934 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1932 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1933 …}
  +badges: Doctrine\ORM\PersistentCollection {#1390 …}
  +children: []
  -id: 28350
  -titleTs: "'market':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704888370
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10491626"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704801970 {#1937
    date: 2024-01-09 13:06:10.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\Entry {#1962
  +user: Proxies\__CG__\App\Entity\User {#1943 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1905 …}
  +image: Proxies\__CG__\App\Entity\Image {#1970 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "Marketing"
  +title: "Marketing"
  +url: "https://lemmy.world/pictrs/image/26cae13d-0df5-42b8-a25b-f8260e33da80.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 9
  +favouriteCount: 523
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719733629 {#1953
    date: 2024-06-30 09:47:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1978 …}
  +votes: Doctrine\ORM\PersistentCollection {#1966 …}
  +reports: Doctrine\ORM\PersistentCollection {#1934 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1932 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1933 …}
  +badges: Doctrine\ORM\PersistentCollection {#1390 …}
  +children: []
  -id: 28350
  -titleTs: "'market':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704888370
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10491626"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704801970 {#1937
    date: 2024-01-09 13:06:10.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\Entry {#1387
  +user: Proxies\__CG__\App\Entity\User {#1892 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1890 …}
  +slug: "Some-free-fruit"
  +title: "Some free fruit"
  +url: "https://i.imgflip.com/8be4dn.gif"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 26
  +favouriteCount: 389
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719730195 {#1397
    date: 2024-06-30 08:49:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1903 …}
  +votes: Doctrine\ORM\PersistentCollection {#1364 …}
  +reports: Doctrine\ORM\PersistentCollection {#1398 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1389 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1376 …}
  +badges: Doctrine\ORM\PersistentCollection {#1377 …}
  +children: []
  -id: 27434
  -titleTs: "'free':2 'fruit':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704560994
  +visibility: "visible             "
  +apId: "https://lemmus.org/post/2425043"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704474594 {#1388
    date: 2024-01-05 18:09:54.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\Entry {#1387
  +user: Proxies\__CG__\App\Entity\User {#1892 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1890 …}
  +slug: "Some-free-fruit"
  +title: "Some free fruit"
  +url: "https://i.imgflip.com/8be4dn.gif"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 26
  +favouriteCount: 389
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719730195 {#1397
    date: 2024-06-30 08:49:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1903 …}
  +votes: Doctrine\ORM\PersistentCollection {#1364 …}
  +reports: Doctrine\ORM\PersistentCollection {#1398 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1389 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1376 …}
  +badges: Doctrine\ORM\PersistentCollection {#1377 …}
  +children: []
  -id: 27434
  -titleTs: "'free':2 'fruit':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704560994
  +visibility: "visible             "
  +apId: "https://lemmus.org/post/2425043"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704474594 {#1388
    date: 2024-01-05 18:09:54.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\Entry {#1387
  +user: Proxies\__CG__\App\Entity\User {#1892 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1890 …}
  +slug: "Some-free-fruit"
  +title: "Some free fruit"
  +url: "https://i.imgflip.com/8be4dn.gif"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 26
  +favouriteCount: 389
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719730195 {#1397
    date: 2024-06-30 08:49:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1903 …}
  +votes: Doctrine\ORM\PersistentCollection {#1364 …}
  +reports: Doctrine\ORM\PersistentCollection {#1398 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1389 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1376 …}
  +badges: Doctrine\ORM\PersistentCollection {#1377 …}
  +children: []
  -id: 27434
  -titleTs: "'free':2 'fruit':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704560994
  +visibility: "visible             "
  +apId: "https://lemmus.org/post/2425043"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704474594 {#1388
    date: 2024-01-05 18:09:54.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
App\Entity\Entry {#1942
  +user: Proxies\__CG__\App\Entity\User {#1971 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1905 …}
  +image: Proxies\__CG__\App\Entity\Image {#1927 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "In-case-of-emergency-open-crisps-bag"
  +title: "In case of emergency, open crisps bag"
  +url: "https://lemmy.world/pictrs/image/41d37984-4abc-4997-9939-f0cbab97f2ea.jpeg"
  +body: "Source: […tumblr.com/…/no-crisps-only-toby-this-is-a-redra…](https://oursuperadventure.tumblr.com/post/737344947745947648/no-crisps-only-toby-this-is-a-redraw-of-a)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 24
  +favouriteCount: 826
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719727646 {#1969
    date: 2024-06-30 08:07:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1368 …}
  +votes: Doctrine\ORM\PersistentCollection {#1396 …}
  +reports: Doctrine\ORM\PersistentCollection {#1366 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1365 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1378 …}
  +badges: Doctrine\ORM\PersistentCollection {#1371 …}
  +children: []
  -id: 28227
  -titleTs: "'bag':7 'case':2 'crisp':6 'emerg':4 'open':5"
  -bodyTs: "'/no-crisps-only-toby-this-is-a-redra':3 '/post/737344947745947648/no-crisps-only-toby-this-is-a-redraw-of-a)':6 'oursuperadventure.tumblr.com':5 'oursuperadventure.tumblr.com/post/737344947745947648/no-crisps-only-toby-this-is-a-redraw-of-a)':4 'sourc':1 'tumblr.com':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704841745
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10475326"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704755345 {#1941
    date: 2024-01-09 00:09:05.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\Entry {#1942
  +user: Proxies\__CG__\App\Entity\User {#1971 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1905 …}
  +image: Proxies\__CG__\App\Entity\Image {#1927 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "In-case-of-emergency-open-crisps-bag"
  +title: "In case of emergency, open crisps bag"
  +url: "https://lemmy.world/pictrs/image/41d37984-4abc-4997-9939-f0cbab97f2ea.jpeg"
  +body: "Source: […tumblr.com/…/no-crisps-only-toby-this-is-a-redra…](https://oursuperadventure.tumblr.com/post/737344947745947648/no-crisps-only-toby-this-is-a-redraw-of-a)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 24
  +favouriteCount: 826
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719727646 {#1969
    date: 2024-06-30 08:07:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1368 …}
  +votes: Doctrine\ORM\PersistentCollection {#1396 …}
  +reports: Doctrine\ORM\PersistentCollection {#1366 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1365 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1378 …}
  +badges: Doctrine\ORM\PersistentCollection {#1371 …}
  +children: []
  -id: 28227
  -titleTs: "'bag':7 'case':2 'crisp':6 'emerg':4 'open':5"
  -bodyTs: "'/no-crisps-only-toby-this-is-a-redra':3 '/post/737344947745947648/no-crisps-only-toby-this-is-a-redraw-of-a)':6 'oursuperadventure.tumblr.com':5 'oursuperadventure.tumblr.com/post/737344947745947648/no-crisps-only-toby-this-is-a-redraw-of-a)':4 'sourc':1 'tumblr.com':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704841745
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10475326"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704755345 {#1941
    date: 2024-01-09 00:09:05.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\Entry {#1942
  +user: Proxies\__CG__\App\Entity\User {#1971 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1905 …}
  +image: Proxies\__CG__\App\Entity\Image {#1927 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "In-case-of-emergency-open-crisps-bag"
  +title: "In case of emergency, open crisps bag"
  +url: "https://lemmy.world/pictrs/image/41d37984-4abc-4997-9939-f0cbab97f2ea.jpeg"
  +body: "Source: […tumblr.com/…/no-crisps-only-toby-this-is-a-redra…](https://oursuperadventure.tumblr.com/post/737344947745947648/no-crisps-only-toby-this-is-a-redraw-of-a)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 24
  +favouriteCount: 826
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719727646 {#1969
    date: 2024-06-30 08:07:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1368 …}
  +votes: Doctrine\ORM\PersistentCollection {#1396 …}
  +reports: Doctrine\ORM\PersistentCollection {#1366 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1365 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1378 …}
  +badges: Doctrine\ORM\PersistentCollection {#1371 …}
  +children: []
  -id: 28227
  -titleTs: "'bag':7 'case':2 'crisp':6 'emerg':4 'open':5"
  -bodyTs: "'/no-crisps-only-toby-this-is-a-redra':3 '/post/737344947745947648/no-crisps-only-toby-this-is-a-redraw-of-a)':6 'oursuperadventure.tumblr.com':5 'oursuperadventure.tumblr.com/post/737344947745947648/no-crisps-only-toby-this-is-a-redraw-of-a)':4 'sourc':1 'tumblr.com':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704841745
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10475326"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704755345 {#1941
    date: 2024-01-09 00:09:05.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\Entry {#1367
  +user: Proxies\__CG__\App\Entity\User {#1902 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1898 …}
  +image: Proxies\__CG__\App\Entity\Image {#1891 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "Weekend-Caption-Contest-No-Moons"
  +title: "Weekend Caption Contest: No Moons"
  +url: "https://lemmy.world/pictrs/image/7b0b1dad-4c63-40fc-8b91-e963e772b30d.jpeg"
  +body: """
    Hello,\n
    \n
    I keep forgetting to do these, but WhoRoger sent me this recently, and it’s now all I can think about.\n
    \n
    Please suggest your own captions for this pic.\n
    \n
    Also: please feel free suggest any other images we can use for future contests, (or any suggestions for Wednesday themes, for that matter.)\n
    \n
    Thanks!
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 17
  +favouriteCount: 145
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719704657 {#1379
    date: 2024-06-30 01:44:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1904 …}
  +votes: Doctrine\ORM\PersistentCollection {#2438 …}
  +reports: Doctrine\ORM\PersistentCollection {#1838 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2427 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2446 …}
  +badges: Doctrine\ORM\PersistentCollection {#2444 …}
  +children: []
  -id: 14081
  -titleTs: "'caption':2 'contest':3 'moon':5 'weekend':1"
  -bodyTs: "'also':31 'caption':27 'contest':44 'feel':33 'forget':4 'free':34 'futur':43 'hello':1 'imag':38 'keep':3 'matter':53 'pic':30 'pleas':23,32 'recent':13 'sent':10 'suggest':24,35,47 'thank':54 'theme':50 'think':21 'use':41 'wednesday':49 'whorog':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700372357
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8412676"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700285957 {#1400
    date: 2023-11-18 06:39:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\Entry {#1367
  +user: Proxies\__CG__\App\Entity\User {#1902 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1898 …}
  +image: Proxies\__CG__\App\Entity\Image {#1891 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "Weekend-Caption-Contest-No-Moons"
  +title: "Weekend Caption Contest: No Moons"
  +url: "https://lemmy.world/pictrs/image/7b0b1dad-4c63-40fc-8b91-e963e772b30d.jpeg"
  +body: """
    Hello,\n
    \n
    I keep forgetting to do these, but WhoRoger sent me this recently, and it’s now all I can think about.\n
    \n
    Please suggest your own captions for this pic.\n
    \n
    Also: please feel free suggest any other images we can use for future contests, (or any suggestions for Wednesday themes, for that matter.)\n
    \n
    Thanks!
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 17
  +favouriteCount: 145
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719704657 {#1379
    date: 2024-06-30 01:44:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1904 …}
  +votes: Doctrine\ORM\PersistentCollection {#2438 …}
  +reports: Doctrine\ORM\PersistentCollection {#1838 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2427 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2446 …}
  +badges: Doctrine\ORM\PersistentCollection {#2444 …}
  +children: []
  -id: 14081
  -titleTs: "'caption':2 'contest':3 'moon':5 'weekend':1"
  -bodyTs: "'also':31 'caption':27 'contest':44 'feel':33 'forget':4 'free':34 'futur':43 'hello':1 'imag':38 'keep':3 'matter':53 'pic':30 'pleas':23,32 'recent':13 'sent':10 'suggest':24,35,47 'thank':54 'theme':50 'think':21 'use':41 'wednesday':49 'whorog':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700372357
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8412676"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700285957 {#1400
    date: 2023-11-18 06:39:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\Entry {#1367
  +user: Proxies\__CG__\App\Entity\User {#1902 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1898 …}
  +image: Proxies\__CG__\App\Entity\Image {#1891 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "Weekend-Caption-Contest-No-Moons"
  +title: "Weekend Caption Contest: No Moons"
  +url: "https://lemmy.world/pictrs/image/7b0b1dad-4c63-40fc-8b91-e963e772b30d.jpeg"
  +body: """
    Hello,\n
    \n
    I keep forgetting to do these, but WhoRoger sent me this recently, and it’s now all I can think about.\n
    \n
    Please suggest your own captions for this pic.\n
    \n
    Also: please feel free suggest any other images we can use for future contests, (or any suggestions for Wednesday themes, for that matter.)\n
    \n
    Thanks!
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 17
  +favouriteCount: 145
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719704657 {#1379
    date: 2024-06-30 01:44:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1904 …}
  +votes: Doctrine\ORM\PersistentCollection {#2438 …}
  +reports: Doctrine\ORM\PersistentCollection {#1838 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2427 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2446 …}
  +badges: Doctrine\ORM\PersistentCollection {#2444 …}
  +children: []
  -id: 14081
  -titleTs: "'caption':2 'contest':3 'moon':5 'weekend':1"
  -bodyTs: "'also':31 'caption':27 'contest':44 'feel':33 'forget':4 'free':34 'futur':43 'hello':1 'imag':38 'keep':3 'matter':53 'pic':30 'pleas':23,32 'recent':13 'sent':10 'suggest':24,35,47 'thank':54 'theme':50 'think':21 'use':41 'wednesday':49 'whorog':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700372357
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8412676"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700285957 {#1400
    date: 2023-11-18 06:39:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\Entry {#2442
  +user: Proxies\__CG__\App\Entity\User {#2426 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2440 …}
  +image: Proxies\__CG__\App\Entity\Image {#2439 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "When-will-that-bastard-die"
  +title: "When will that bastard die?"
  +url: "https://lemmy.world/pictrs/image/2e627c00-fddd-44e9-b3a9-8518ff045d5b.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 45
  +favouriteCount: 424
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719703161 {#2432
    date: 2024-06-30 01:19:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2436 …}
  +votes: Doctrine\ORM\PersistentCollection {#2166 …}
  +reports: Doctrine\ORM\PersistentCollection {#2288 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2466 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2356 …}
  +badges: Doctrine\ORM\PersistentCollection {#2353 …}
  +children: []
  -id: 17792
  -titleTs: "'bastard':4 'die':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701262165
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8869298"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701175765 {#2443
    date: 2023-11-28 13:49:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\Entry {#2442
  +user: Proxies\__CG__\App\Entity\User {#2426 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2440 …}
  +image: Proxies\__CG__\App\Entity\Image {#2439 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "When-will-that-bastard-die"
  +title: "When will that bastard die?"
  +url: "https://lemmy.world/pictrs/image/2e627c00-fddd-44e9-b3a9-8518ff045d5b.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 45
  +favouriteCount: 424
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719703161 {#2432
    date: 2024-06-30 01:19:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2436 …}
  +votes: Doctrine\ORM\PersistentCollection {#2166 …}
  +reports: Doctrine\ORM\PersistentCollection {#2288 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2466 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2356 …}
  +badges: Doctrine\ORM\PersistentCollection {#2353 …}
  +children: []
  -id: 17792
  -titleTs: "'bastard':4 'die':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701262165
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8869298"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701175765 {#2443
    date: 2023-11-28 13:49:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\Entry {#2442
  +user: Proxies\__CG__\App\Entity\User {#2426 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2440 …}
  +image: Proxies\__CG__\App\Entity\Image {#2439 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "When-will-that-bastard-die"
  +title: "When will that bastard die?"
  +url: "https://lemmy.world/pictrs/image/2e627c00-fddd-44e9-b3a9-8518ff045d5b.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 45
  +favouriteCount: 424
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719703161 {#2432
    date: 2024-06-30 01:19:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2436 …}
  +votes: Doctrine\ORM\PersistentCollection {#2166 …}
  +reports: Doctrine\ORM\PersistentCollection {#2288 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2466 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2356 …}
  +badges: Doctrine\ORM\PersistentCollection {#2353 …}
  +children: []
  -id: 17792
  -titleTs: "'bastard':4 'die':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701262165
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8869298"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701175765 {#2443
    date: 2023-11-28 13:49:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\Entry {#2449
  +user: Proxies\__CG__\App\Entity\User {#2477 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2440 …}
  +image: Proxies\__CG__\App\Entity\Image {#2483 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2354 …}
  +slug: "I-prefer-speeds-per-Swedes"
  +title: "I prefer speeds per Swedes"
  +url: "https://slrpnk.net/pictrs/image/708e7c91-3bff-480b-9002-bb046e7d5d68.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 62
  +favouriteCount: 701
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719700173 {#2472
    date: 2024-06-30 00:29:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2358 …}
  +votes: Doctrine\ORM\PersistentCollection {#2485 …}
  +reports: Doctrine\ORM\PersistentCollection {#2409 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1359 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2490 …}
  +badges: Doctrine\ORM\PersistentCollection {#2473 …}
  +children: []
  -id: 19030
  -titleTs: "'per':4 'prefer':2 'speed':3 'swede':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701525977
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/4507331"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701439577 {#2450
    date: 2023-12-01 15:06:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
App\Entity\Entry {#2449
  +user: Proxies\__CG__\App\Entity\User {#2477 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2440 …}
  +image: Proxies\__CG__\App\Entity\Image {#2483 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2354 …}
  +slug: "I-prefer-speeds-per-Swedes"
  +title: "I prefer speeds per Swedes"
  +url: "https://slrpnk.net/pictrs/image/708e7c91-3bff-480b-9002-bb046e7d5d68.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 62
  +favouriteCount: 701
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719700173 {#2472
    date: 2024-06-30 00:29:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2358 …}
  +votes: Doctrine\ORM\PersistentCollection {#2485 …}
  +reports: Doctrine\ORM\PersistentCollection {#2409 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1359 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2490 …}
  +badges: Doctrine\ORM\PersistentCollection {#2473 …}
  +children: []
  -id: 19030
  -titleTs: "'per':4 'prefer':2 'speed':3 'swede':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701525977
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/4507331"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701439577 {#2450
    date: 2023-12-01 15:06:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
App\Entity\Entry {#2449
  +user: Proxies\__CG__\App\Entity\User {#2477 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2440 …}
  +image: Proxies\__CG__\App\Entity\Image {#2483 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2354 …}
  +slug: "I-prefer-speeds-per-Swedes"
  +title: "I prefer speeds per Swedes"
  +url: "https://slrpnk.net/pictrs/image/708e7c91-3bff-480b-9002-bb046e7d5d68.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 62
  +favouriteCount: 701
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719700173 {#2472
    date: 2024-06-30 00:29:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2358 …}
  +votes: Doctrine\ORM\PersistentCollection {#2485 …}
  +reports: Doctrine\ORM\PersistentCollection {#2409 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1359 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2490 …}
  +badges: Doctrine\ORM\PersistentCollection {#2473 …}
  +children: []
  -id: 19030
  -titleTs: "'per':4 'prefer':2 'speed':3 'swede':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701525977
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/4507331"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701439577 {#2450
    date: 2023-12-01 15:06:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\Entry {#1391
  +user: Proxies\__CG__\App\Entity\User {#2481 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2440 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1512 …}
  +slug: "Elon-Musk-has-banned-hundreds-of-Pro-Palestinian-accounts-in-X"
  +title: "Elon Musk has banned hundreds of Pro-Palestinian accounts in X"
  +url: "https://lemmygrad.ml/pictrs/image/5f7deb64-37bc-4cd9-8931-199c512dd7b6.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 61
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719697576 {#1923
    date: 2024-06-29 23:46:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1508 …}
  +votes: Doctrine\ORM\PersistentCollection {#1501 …}
  +reports: Doctrine\ORM\PersistentCollection {#1521 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1499 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1546 …}
  +badges: Doctrine\ORM\PersistentCollection {#1545 …}
  +children: []
  -id: 28500
  -titleTs: "'account':10 'ban':4 'elon':1 'hundr':5 'musk':2 'palestinian':9 'pro':8 'pro-palestinian':7 'x':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704925436
  +visibility: "visible             "
  +apId: "https://lemmygrad.ml/post/3271393"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704839036 {#2484
    date: 2024-01-09 23:23:56.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\Entry {#1391
  +user: Proxies\__CG__\App\Entity\User {#2481 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2440 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1512 …}
  +slug: "Elon-Musk-has-banned-hundreds-of-Pro-Palestinian-accounts-in-X"
  +title: "Elon Musk has banned hundreds of Pro-Palestinian accounts in X"
  +url: "https://lemmygrad.ml/pictrs/image/5f7deb64-37bc-4cd9-8931-199c512dd7b6.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 61
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719697576 {#1923
    date: 2024-06-29 23:46:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1508 …}
  +votes: Doctrine\ORM\PersistentCollection {#1501 …}
  +reports: Doctrine\ORM\PersistentCollection {#1521 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1499 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1546 …}
  +badges: Doctrine\ORM\PersistentCollection {#1545 …}
  +children: []
  -id: 28500
  -titleTs: "'account':10 'ban':4 'elon':1 'hundr':5 'musk':2 'palestinian':9 'pro':8 'pro-palestinian':7 'x':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704925436
  +visibility: "visible             "
  +apId: "https://lemmygrad.ml/post/3271393"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704839036 {#2484
    date: 2024-01-09 23:23:56.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\Entry {#1391
  +user: Proxies\__CG__\App\Entity\User {#2481 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2440 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1512 …}
  +slug: "Elon-Musk-has-banned-hundreds-of-Pro-Palestinian-accounts-in-X"
  +title: "Elon Musk has banned hundreds of Pro-Palestinian accounts in X"
  +url: "https://lemmygrad.ml/pictrs/image/5f7deb64-37bc-4cd9-8931-199c512dd7b6.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 61
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719697576 {#1923
    date: 2024-06-29 23:46:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1508 …}
  +votes: Doctrine\ORM\PersistentCollection {#1501 …}
  +reports: Doctrine\ORM\PersistentCollection {#1521 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1499 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1546 …}
  +badges: Doctrine\ORM\PersistentCollection {#1545 …}
  +children: []
  -id: 28500
  -titleTs: "'account':10 'ban':4 'elon':1 'hundr':5 'musk':2 'palestinian':9 'pro':8 'pro-palestinian':7 'x':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704925436
  +visibility: "visible             "
  +apId: "https://lemmygrad.ml/post/3271393"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704839036 {#2484
    date: 2024-01-09 23:23:56.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
App\Entity\Entry {#1511
  +user: Proxies\__CG__\App\Entity\User {#1523 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1480 …}
  +image: Proxies\__CG__\App\Entity\Image {#1522 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1510 …}
  +slug: "I-has-come-to-my-attention-that-some-users-have"
  +title: "I has come to my attention that some users have never heard of F-droid. F-droid is a free software app store for android"
  +url: "https://f-droid.org/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719693940 {#1481
    date: 2024-06-29 22:45:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1506 …}
  +votes: Doctrine\ORM\PersistentCollection {#1504 …}
  +reports: Doctrine\ORM\PersistentCollection {#1505 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1532 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1534 …}
  +badges: Doctrine\ORM\PersistentCollection {#1540 …}
  +children: []
  -id: 12716
  -titleTs: "'android':27 'app':24 'attent':6 'come':3 'droid':16,19 'f':15,18 'f-droid':14,17 'free':22 'heard':12 'never':11 'softwar':23 'store':25 'user':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693525508
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/2149246"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693501008 {#1482
    date: 2023-08-31 18:56:48.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
App\Entity\Entry {#1511
  +user: Proxies\__CG__\App\Entity\User {#1523 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1480 …}
  +image: Proxies\__CG__\App\Entity\Image {#1522 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1510 …}
  +slug: "I-has-come-to-my-attention-that-some-users-have"
  +title: "I has come to my attention that some users have never heard of F-droid. F-droid is a free software app store for android"
  +url: "https://f-droid.org/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719693940 {#1481
    date: 2024-06-29 22:45:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1506 …}
  +votes: Doctrine\ORM\PersistentCollection {#1504 …}
  +reports: Doctrine\ORM\PersistentCollection {#1505 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1532 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1534 …}
  +badges: Doctrine\ORM\PersistentCollection {#1540 …}
  +children: []
  -id: 12716
  -titleTs: "'android':27 'app':24 'attent':6 'come':3 'droid':16,19 'f':15,18 'f-droid':14,17 'free':22 'heard':12 'never':11 'softwar':23 'store':25 'user':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693525508
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/2149246"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693501008 {#1482
    date: 2023-08-31 18:56:48.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
App\Entity\Entry {#1511
  +user: Proxies\__CG__\App\Entity\User {#1523 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1480 …}
  +image: Proxies\__CG__\App\Entity\Image {#1522 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1510 …}
  +slug: "I-has-come-to-my-attention-that-some-users-have"
  +title: "I has come to my attention that some users have never heard of F-droid. F-droid is a free software app store for android"
  +url: "https://f-droid.org/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719693940 {#1481
    date: 2024-06-29 22:45:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1506 …}
  +votes: Doctrine\ORM\PersistentCollection {#1504 …}
  +reports: Doctrine\ORM\PersistentCollection {#1505 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1532 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1534 …}
  +badges: Doctrine\ORM\PersistentCollection {#1540 …}
  +children: []
  -id: 12716
  -titleTs: "'android':27 'app':24 'attent':6 'come':3 'droid':16,19 'f':15,18 'f-droid':14,17 'free':22 'heard':12 'never':11 'softwar':23 'store':25 'user':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693525508
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/2149246"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693501008 {#1482
    date: 2023-08-31 18:56:48.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
App\Entity\Entry {#1541
  +user: Proxies\__CG__\App\Entity\User {#1529 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1531 …}
  +image: Proxies\__CG__\App\Entity\Image {#1530 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1537 …}
  +slug: "2023-confirmed-as-world-s-hottest-year-on-record"
  +title: "2023 confirmed as world's hottest year on record"
  +url: "https://www.bbc.co.uk/news/science-environment-67861954"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 58
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719693694 {#1533
    date: 2024-06-29 22:41:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1536 …}
  +votes: Doctrine\ORM\PersistentCollection {#1516 …}
  +reports: Doctrine\ORM\PersistentCollection {#1519 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1517 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1623 …}
  +badges: Doctrine\ORM\PersistentCollection {#1406 …}
  +children: []
  -id: 28378
  -titleTs: "'2023':1 'confirm':2 'hottest':6 'record':9 'world':4 'year':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704899472
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/10901090"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704813072 {#1539
    date: 2024-01-09 16:11:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\Entry {#1541
  +user: Proxies\__CG__\App\Entity\User {#1529 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1531 …}
  +image: Proxies\__CG__\App\Entity\Image {#1530 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1537 …}
  +slug: "2023-confirmed-as-world-s-hottest-year-on-record"
  +title: "2023 confirmed as world's hottest year on record"
  +url: "https://www.bbc.co.uk/news/science-environment-67861954"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 58
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719693694 {#1533
    date: 2024-06-29 22:41:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1536 …}
  +votes: Doctrine\ORM\PersistentCollection {#1516 …}
  +reports: Doctrine\ORM\PersistentCollection {#1519 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1517 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1623 …}
  +badges: Doctrine\ORM\PersistentCollection {#1406 …}
  +children: []
  -id: 28378
  -titleTs: "'2023':1 'confirm':2 'hottest':6 'record':9 'world':4 'year':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704899472
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/10901090"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704813072 {#1539
    date: 2024-01-09 16:11:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\Entry {#1541
  +user: Proxies\__CG__\App\Entity\User {#1529 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1531 …}
  +image: Proxies\__CG__\App\Entity\Image {#1530 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1537 …}
  +slug: "2023-confirmed-as-world-s-hottest-year-on-record"
  +title: "2023 confirmed as world's hottest year on record"
  +url: "https://www.bbc.co.uk/news/science-environment-67861954"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 58
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719693694 {#1533
    date: 2024-06-29 22:41:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1536 …}
  +votes: Doctrine\ORM\PersistentCollection {#1516 …}
  +reports: Doctrine\ORM\PersistentCollection {#1519 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1517 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1623 …}
  +badges: Doctrine\ORM\PersistentCollection {#1406 …}
  +children: []
  -id: 28378
  -titleTs: "'2023':1 'confirm':2 'hottest':6 'record':9 'world':4 'year':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704899472
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/10901090"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704813072 {#1539
    date: 2024-01-09 16:11:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\Entry {#1710
  +user: Proxies\__CG__\App\Entity\User {#1706 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: Proxies\__CG__\App\Entity\Image {#1742 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1657 …}
  +slug: "Damn-I-ll-take-10-with-you-s"
  +title: "Damn... I'll take 10 with you's"
  +url: "https://sh.itjust.works/pictrs/image/767545cc-f9ce-4913-bc2e-f2858fac29e0.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 36
  +favouriteCount: 319
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719678875 {#1713
    date: 2024-06-29 18:34:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1659 …}
  +votes: Doctrine\ORM\PersistentCollection {#1747 …}
  +reports: Doctrine\ORM\PersistentCollection {#1753 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1749 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1748 …}
  +badges: Doctrine\ORM\PersistentCollection {#1474 …}
  +children: []
  -id: 27768
  -titleTs: "'10':5 'damn':1 'll':3 'take':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704686264
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12305600"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704599864 {#1712
    date: 2024-01-07 04:57:44.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\Entry {#1710
  +user: Proxies\__CG__\App\Entity\User {#1706 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: Proxies\__CG__\App\Entity\Image {#1742 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1657 …}
  +slug: "Damn-I-ll-take-10-with-you-s"
  +title: "Damn... I'll take 10 with you's"
  +url: "https://sh.itjust.works/pictrs/image/767545cc-f9ce-4913-bc2e-f2858fac29e0.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 36
  +favouriteCount: 319
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719678875 {#1713
    date: 2024-06-29 18:34:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1659 …}
  +votes: Doctrine\ORM\PersistentCollection {#1747 …}
  +reports: Doctrine\ORM\PersistentCollection {#1753 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1749 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1748 …}
  +badges: Doctrine\ORM\PersistentCollection {#1474 …}
  +children: []
  -id: 27768
  -titleTs: "'10':5 'damn':1 'll':3 'take':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704686264
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12305600"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704599864 {#1712
    date: 2024-01-07 04:57:44.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\Entry {#1710
  +user: Proxies\__CG__\App\Entity\User {#1706 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: Proxies\__CG__\App\Entity\Image {#1742 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1657 …}
  +slug: "Damn-I-ll-take-10-with-you-s"
  +title: "Damn... I'll take 10 with you's"
  +url: "https://sh.itjust.works/pictrs/image/767545cc-f9ce-4913-bc2e-f2858fac29e0.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 36
  +favouriteCount: 319
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719678875 {#1713
    date: 2024-06-29 18:34:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1659 …}
  +votes: Doctrine\ORM\PersistentCollection {#1747 …}
  +reports: Doctrine\ORM\PersistentCollection {#1753 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1749 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1748 …}
  +badges: Doctrine\ORM\PersistentCollection {#1474 …}
  +children: []
  -id: 27768
  -titleTs: "'10':5 'damn':1 'll':3 'take':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704686264
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12305600"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704599864 {#1712
    date: 2024-01-07 04:57:44.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
App\Entity\Entry {#1469
  +user: Proxies\__CG__\App\Entity\User {#1473 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1498 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1483 …}
  +slug: "I-remember"
  +title: "I remember "
  +url: "https://lemmy.today/pictrs/image/0b05cda3-b374-467f-803f-c3c1456f40e7.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 13
  +favouriteCount: 293
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719662985 {#1471
    date: 2024-06-29 14:09:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1497 …}
  +votes: Doctrine\ORM\PersistentCollection {#1486 …}
  +reports: Doctrine\ORM\PersistentCollection {#1487 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1489 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1494 …}
  +badges: Doctrine\ORM\PersistentCollection {#1491 …}
  +children: []
  -id: 26403
  -titleTs: "'rememb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704156111
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/4739303"
  +editedAt: DateTimeImmutable @1710156214 {#1467
    date: 2024-03-11 12:23:34.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704069711 {#1470
    date: 2024-01-01 01:41:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\Entry {#1469
  +user: Proxies\__CG__\App\Entity\User {#1473 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1498 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1483 …}
  +slug: "I-remember"
  +title: "I remember "
  +url: "https://lemmy.today/pictrs/image/0b05cda3-b374-467f-803f-c3c1456f40e7.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 13
  +favouriteCount: 293
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719662985 {#1471
    date: 2024-06-29 14:09:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1497 …}
  +votes: Doctrine\ORM\PersistentCollection {#1486 …}
  +reports: Doctrine\ORM\PersistentCollection {#1487 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1489 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1494 …}
  +badges: Doctrine\ORM\PersistentCollection {#1491 …}
  +children: []
  -id: 26403
  -titleTs: "'rememb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704156111
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/4739303"
  +editedAt: DateTimeImmutable @1710156214 {#1467
    date: 2024-03-11 12:23:34.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704069711 {#1470
    date: 2024-01-01 01:41:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\Entry {#1469
  +user: Proxies\__CG__\App\Entity\User {#1473 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1498 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1483 …}
  +slug: "I-remember"
  +title: "I remember "
  +url: "https://lemmy.today/pictrs/image/0b05cda3-b374-467f-803f-c3c1456f40e7.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 13
  +favouriteCount: 293
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719662985 {#1471
    date: 2024-06-29 14:09:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1497 …}
  +votes: Doctrine\ORM\PersistentCollection {#1486 …}
  +reports: Doctrine\ORM\PersistentCollection {#1487 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1489 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1494 …}
  +badges: Doctrine\ORM\PersistentCollection {#1491 …}
  +children: []
  -id: 26403
  -titleTs: "'rememb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704156111
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/4739303"
  +editedAt: DateTimeImmutable @1710156214 {#1467
    date: 2024-03-11 12:23:34.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704069711 {#1470
    date: 2024-01-01 01:41:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
App\Entity\Entry {#1477
  +user: Proxies\__CG__\App\Entity\User {#1476 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1761 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "Snow-Leopard-Holding-Its-Tail"
  +title: "Snow Leopard Holding Its Tail"
  +url: "https://lemmy.world/pictrs/image/45826063-4662-4175-a5f9-b82d0def6f78.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 340
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719661790 {#1495
    date: 2024-06-29 13:49:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1758 …}
  +votes: Doctrine\ORM\PersistentCollection {#1755 …}
  +reports: Doctrine\ORM\PersistentCollection {#1757 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1756 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1759 …}
  +badges: Doctrine\ORM\PersistentCollection {#1751 …}
  +children: []
  -id: 28411
  -titleTs: "'hold':3 'leopard':2 'snow':1 'tail':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704904602
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10499928"
  +editedAt: DateTimeImmutable @1719475365 {#1492
    date: 2024-06-27 10:02:45.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704818202 {#1475
    date: 2024-01-09 17:36:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\Entry {#1477
  +user: Proxies\__CG__\App\Entity\User {#1476 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1761 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "Snow-Leopard-Holding-Its-Tail"
  +title: "Snow Leopard Holding Its Tail"
  +url: "https://lemmy.world/pictrs/image/45826063-4662-4175-a5f9-b82d0def6f78.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 340
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719661790 {#1495
    date: 2024-06-29 13:49:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1758 …}
  +votes: Doctrine\ORM\PersistentCollection {#1755 …}
  +reports: Doctrine\ORM\PersistentCollection {#1757 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1756 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1759 …}
  +badges: Doctrine\ORM\PersistentCollection {#1751 …}
  +children: []
  -id: 28411
  -titleTs: "'hold':3 'leopard':2 'snow':1 'tail':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704904602
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10499928"
  +editedAt: DateTimeImmutable @1719475365 {#1492
    date: 2024-06-27 10:02:45.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704818202 {#1475
    date: 2024-01-09 17:36:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\Entry {#1477
  +user: Proxies\__CG__\App\Entity\User {#1476 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1761 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "Snow-Leopard-Holding-Its-Tail"
  +title: "Snow Leopard Holding Its Tail"
  +url: "https://lemmy.world/pictrs/image/45826063-4662-4175-a5f9-b82d0def6f78.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 340
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719661790 {#1495
    date: 2024-06-29 13:49:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1758 …}
  +votes: Doctrine\ORM\PersistentCollection {#1755 …}
  +reports: Doctrine\ORM\PersistentCollection {#1757 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1756 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1759 …}
  +badges: Doctrine\ORM\PersistentCollection {#1751 …}
  +children: []
  -id: 28411
  -titleTs: "'hold':3 'leopard':2 'snow':1 'tail':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704904602
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10499928"
  +editedAt: DateTimeImmutable @1719475365 {#1492
    date: 2024-06-27 10:02:45.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704818202 {#1475
    date: 2024-01-09 17:36:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
57 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
58 DENIED moderate
App\Entity\Entry {#1778
  +user: Proxies\__CG__\App\Entity\User {#1787 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1777 …}
  +image: Proxies\__CG__\App\Entity\Image {#1774 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1657 …}
  +slug: "9-January-1987"
  +title: "9 January 1987"
  +url: "https://sh.itjust.works/pictrs/image/a6dff5e2-c7d7-4aa2-acc8-a510449fcd4d.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 118
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719658451 {#1772
    date: 2024-06-29 12:54:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1773 …}
  +votes: Doctrine\ORM\PersistentCollection {#1776 …}
  +reports: Doctrine\ORM\PersistentCollection {#1782 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1785 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1786 …}
  +badges: Doctrine\ORM\PersistentCollection {#1764 …}
  +children: []
  -id: 28392
  -titleTs: "'1987':3 '9':1 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704902401
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12445901"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704816001 {#1779
    date: 2024-01-09 17:00:01.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
App\Entity\Entry {#1778
  +user: Proxies\__CG__\App\Entity\User {#1787 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1777 …}
  +image: Proxies\__CG__\App\Entity\Image {#1774 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1657 …}
  +slug: "9-January-1987"
  +title: "9 January 1987"
  +url: "https://sh.itjust.works/pictrs/image/a6dff5e2-c7d7-4aa2-acc8-a510449fcd4d.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 118
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719658451 {#1772
    date: 2024-06-29 12:54:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1773 …}
  +votes: Doctrine\ORM\PersistentCollection {#1776 …}
  +reports: Doctrine\ORM\PersistentCollection {#1782 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1785 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1786 …}
  +badges: Doctrine\ORM\PersistentCollection {#1764 …}
  +children: []
  -id: 28392
  -titleTs: "'1987':3 '9':1 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704902401
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12445901"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704816001 {#1779
    date: 2024-01-09 17:00:01.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
App\Entity\Entry {#1778
  +user: Proxies\__CG__\App\Entity\User {#1787 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1777 …}
  +image: Proxies\__CG__\App\Entity\Image {#1774 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1657 …}
  +slug: "9-January-1987"
  +title: "9 January 1987"
  +url: "https://sh.itjust.works/pictrs/image/a6dff5e2-c7d7-4aa2-acc8-a510449fcd4d.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 118
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719658451 {#1772
    date: 2024-06-29 12:54:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1773 …}
  +votes: Doctrine\ORM\PersistentCollection {#1776 …}
  +reports: Doctrine\ORM\PersistentCollection {#1782 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1785 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1786 …}
  +badges: Doctrine\ORM\PersistentCollection {#1764 …}
  +children: []
  -id: 28392
  -titleTs: "'1987':3 '9':1 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704902401
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12445901"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704816001 {#1779
    date: 2024-01-09 17:00:01.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
61 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED moderate
App\Entity\Entry {#1444
  +user: Proxies\__CG__\App\Entity\User {#1473 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1498 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1483 …}
  +slug: "Some-of-you-may-die-but-that-s-a-sacrifice-I-m"
  +title: "Some of you may die, but that's a sacrifice I'm willing to make"
  +url: "https://lemmy.today/pictrs/image/9abde35c-f05e-40b4-9f0c-17e5bd87af26.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 15
  +favouriteCount: 687
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719654181 {#1766
    date: 2024-06-29 11:43:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1466 …}
  +votes: Doctrine\ORM\PersistentCollection {#1445 …}
  +reports: Doctrine\ORM\PersistentCollection {#1638 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1642 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1643 …}
  +badges: Doctrine\ORM\PersistentCollection {#1633 …}
  +children: []
  -id: 27993
  -titleTs: "'die':5 'm':12 'make':15 'may':4 'sacrific':10 'will':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704772432
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/4984782"
  +editedAt: DateTimeImmutable @1719112720 {#1682
    date: 2024-06-23 05:18:40.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704686032 {#1681
    date: 2024-01-08 04:53:52.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\Entry {#1444
  +user: Proxies\__CG__\App\Entity\User {#1473 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1498 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1483 …}
  +slug: "Some-of-you-may-die-but-that-s-a-sacrifice-I-m"
  +title: "Some of you may die, but that's a sacrifice I'm willing to make"
  +url: "https://lemmy.today/pictrs/image/9abde35c-f05e-40b4-9f0c-17e5bd87af26.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 15
  +favouriteCount: 687
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719654181 {#1766
    date: 2024-06-29 11:43:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1466 …}
  +votes: Doctrine\ORM\PersistentCollection {#1445 …}
  +reports: Doctrine\ORM\PersistentCollection {#1638 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1642 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1643 …}
  +badges: Doctrine\ORM\PersistentCollection {#1633 …}
  +children: []
  -id: 27993
  -titleTs: "'die':5 'm':12 'make':15 'may':4 'sacrific':10 'will':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704772432
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/4984782"
  +editedAt: DateTimeImmutable @1719112720 {#1682
    date: 2024-06-23 05:18:40.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704686032 {#1681
    date: 2024-01-08 04:53:52.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\Entry {#1444
  +user: Proxies\__CG__\App\Entity\User {#1473 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1498 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1483 …}
  +slug: "Some-of-you-may-die-but-that-s-a-sacrifice-I-m"
  +title: "Some of you may die, but that's a sacrifice I'm willing to make"
  +url: "https://lemmy.today/pictrs/image/9abde35c-f05e-40b4-9f0c-17e5bd87af26.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 15
  +favouriteCount: 687
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719654181 {#1766
    date: 2024-06-29 11:43:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1466 …}
  +votes: Doctrine\ORM\PersistentCollection {#1445 …}
  +reports: Doctrine\ORM\PersistentCollection {#1638 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1642 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1643 …}
  +badges: Doctrine\ORM\PersistentCollection {#1633 …}
  +children: []
  -id: 27993
  -titleTs: "'die':5 'm':12 'make':15 'may':4 'sacrific':10 'will':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704772432
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/4984782"
  +editedAt: DateTimeImmutable @1719112720 {#1682
    date: 2024-06-23 05:18:40.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704686032 {#1681
    date: 2024-01-08 04:53:52.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
65 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
66 DENIED moderate
App\Entity\Entry {#1636
  +user: Proxies\__CG__\App\Entity\User {#1635 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1660 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "What-s-something-you-d-like-to-leave-behind-in-the-old"
  +title: "What's something you'd like to leave behind in the old year and not carry into the new year?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 85
  +favouriteCount: 130
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719653677 {#1624
    date: 2024-06-29 11:34:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1409 …}
  +votes: Doctrine\ORM\PersistentCollection {#1449 …}
  +reports: Doctrine\ORM\PersistentCollection {#1422 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1447 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1423 …}
  +badges: Doctrine\ORM\PersistentCollection {#1415 …}
  +children: []
  -id: 26423
  -titleTs: "'behind':9 'carri':16 'd':5 'leav':8 'like':6 'new':19 'old':12 'someth':3 'year':13,20"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704177336
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10186474"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704090936 {#1634
    date: 2024-01-01 07:35:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
App\Entity\Entry {#1636
  +user: Proxies\__CG__\App\Entity\User {#1635 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1660 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "What-s-something-you-d-like-to-leave-behind-in-the-old"
  +title: "What's something you'd like to leave behind in the old year and not carry into the new year?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 85
  +favouriteCount: 130
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719653677 {#1624
    date: 2024-06-29 11:34:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1409 …}
  +votes: Doctrine\ORM\PersistentCollection {#1449 …}
  +reports: Doctrine\ORM\PersistentCollection {#1422 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1447 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1423 …}
  +badges: Doctrine\ORM\PersistentCollection {#1415 …}
  +children: []
  -id: 26423
  -titleTs: "'behind':9 'carri':16 'd':5 'leav':8 'like':6 'new':19 'old':12 'someth':3 'year':13,20"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704177336
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10186474"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704090936 {#1634
    date: 2024-01-01 07:35:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
App\Entity\Entry {#1636
  +user: Proxies\__CG__\App\Entity\User {#1635 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1660 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "What-s-something-you-d-like-to-leave-behind-in-the-old"
  +title: "What's something you'd like to leave behind in the old year and not carry into the new year?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 85
  +favouriteCount: 130
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719653677 {#1624
    date: 2024-06-29 11:34:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1409 …}
  +votes: Doctrine\ORM\PersistentCollection {#1449 …}
  +reports: Doctrine\ORM\PersistentCollection {#1422 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1447 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1423 …}
  +badges: Doctrine\ORM\PersistentCollection {#1415 …}
  +children: []
  -id: 26423
  -titleTs: "'behind':9 'carri':16 'd':5 'leav':8 'like':6 'new':19 'old':12 'someth':3 'year':13,20"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704177336
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10186474"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704090936 {#1634
    date: 2024-01-01 07:35:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
69 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
70 DENIED moderate
App\Entity\Entry {#1413
  +user: Proxies\__CG__\App\Entity\User {#1417 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1498 …}
  +image: Proxies\__CG__\App\Entity\Image {#1414 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1411 …}
  +slug: "That-s-cap"
  +title: "That's cap"
  +url: "https://lemmy.zip/pictrs/image/545b9fbd-5fe9-4159-9712-970342ac7c1e.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 11
  +favouriteCount: 215
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719650493 {#1426
    date: 2024-06-29 10:41:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1412 …}
  +votes: Doctrine\ORM\PersistentCollection {#1443 …}
  +reports: Doctrine\ORM\PersistentCollection {#1419 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1416 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1456 …}
  +badges: Doctrine\ORM\PersistentCollection {#1461 …}
  +children: []
  -id: 28217
  -titleTs: "'cap':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704840362
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8105400"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704753962 {#1451
    date: 2024-01-08 23:46:02.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\Entry {#1413
  +user: Proxies\__CG__\App\Entity\User {#1417 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1498 …}
  +image: Proxies\__CG__\App\Entity\Image {#1414 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1411 …}
  +slug: "That-s-cap"
  +title: "That's cap"
  +url: "https://lemmy.zip/pictrs/image/545b9fbd-5fe9-4159-9712-970342ac7c1e.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 11
  +favouriteCount: 215
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719650493 {#1426
    date: 2024-06-29 10:41:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1412 …}
  +votes: Doctrine\ORM\PersistentCollection {#1443 …}
  +reports: Doctrine\ORM\PersistentCollection {#1419 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1416 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1456 …}
  +badges: Doctrine\ORM\PersistentCollection {#1461 …}
  +children: []
  -id: 28217
  -titleTs: "'cap':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704840362
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8105400"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704753962 {#1451
    date: 2024-01-08 23:46:02.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\Entry {#1413
  +user: Proxies\__CG__\App\Entity\User {#1417 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1498 …}
  +image: Proxies\__CG__\App\Entity\Image {#1414 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1411 …}
  +slug: "That-s-cap"
  +title: "That's cap"
  +url: "https://lemmy.zip/pictrs/image/545b9fbd-5fe9-4159-9712-970342ac7c1e.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 11
  +favouriteCount: 215
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719650493 {#1426
    date: 2024-06-29 10:41:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1412 …}
  +votes: Doctrine\ORM\PersistentCollection {#1443 …}
  +reports: Doctrine\ORM\PersistentCollection {#1419 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1416 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1456 …}
  +badges: Doctrine\ORM\PersistentCollection {#1461 …}
  +children: []
  -id: 28217
  -titleTs: "'cap':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704840362
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8105400"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704753962 {#1451
    date: 2024-01-08 23:46:02.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
73 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
74 DENIED moderate
App\Entity\Entry {#1448
  +user: Proxies\__CG__\App\Entity\User {#1457 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: Proxies\__CG__\App\Entity\Image {#1455 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "When-she-s-crying-over-a-guy"
  +title: "When she's crying over a guy"
  +url: "https://lemmy.world/pictrs/image/fd53bfab-1b15-40e1-a17f-b5bf651b0e68.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 152
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719649173 {#1463
    date: 2024-06-29 10:19:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1453 …}
  +votes: Doctrine\ORM\PersistentCollection {#1458 …}
  +reports: Doctrine\ORM\PersistentCollection {#1432 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1433 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1436 …}
  +badges: Doctrine\ORM\PersistentCollection {#1435 …}
  +children: []
  -id: 28453
  -titleTs: "'cri':4 'guy':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704913654
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10504237"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704827254 {#1464
    date: 2024-01-09 20:07:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
75 DENIED edit
App\Entity\Entry {#1448
  +user: Proxies\__CG__\App\Entity\User {#1457 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: Proxies\__CG__\App\Entity\Image {#1455 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "When-she-s-crying-over-a-guy"
  +title: "When she's crying over a guy"
  +url: "https://lemmy.world/pictrs/image/fd53bfab-1b15-40e1-a17f-b5bf651b0e68.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 152
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719649173 {#1463
    date: 2024-06-29 10:19:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1453 …}
  +votes: Doctrine\ORM\PersistentCollection {#1458 …}
  +reports: Doctrine\ORM\PersistentCollection {#1432 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1433 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1436 …}
  +badges: Doctrine\ORM\PersistentCollection {#1435 …}
  +children: []
  -id: 28453
  -titleTs: "'cri':4 'guy':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704913654
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10504237"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704827254 {#1464
    date: 2024-01-09 20:07:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
76 DENIED moderate
App\Entity\Entry {#1448
  +user: Proxies\__CG__\App\Entity\User {#1457 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: Proxies\__CG__\App\Entity\Image {#1455 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "When-she-s-crying-over-a-guy"
  +title: "When she's crying over a guy"
  +url: "https://lemmy.world/pictrs/image/fd53bfab-1b15-40e1-a17f-b5bf651b0e68.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 152
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719649173 {#1463
    date: 2024-06-29 10:19:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1453 …}
  +votes: Doctrine\ORM\PersistentCollection {#1458 …}
  +reports: Doctrine\ORM\PersistentCollection {#1432 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1433 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1436 …}
  +badges: Doctrine\ORM\PersistentCollection {#1435 …}
  +children: []
  -id: 28453
  -titleTs: "'cri':4 'guy':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704913654
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10504237"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704827254 {#1464
    date: 2024-01-09 20:07:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
77 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
78 DENIED moderate
App\Entity\Entry {#1440
  +user: Proxies\__CG__\App\Entity\User {#1438 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2440 …}
  +image: Proxies\__CG__\App\Entity\Image {#1429 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1657 …}
  +slug: "Fr-fr-On-G"
  +title: "Fr fr? On G?"
  +url: "https://sh.itjust.works/pictrs/image/fbc881b6-cab6-4007-bced-5b1c4d1a7aa1.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719642646 {#1434
    date: 2024-06-29 08:30:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1699 …}
  +votes: Doctrine\ORM\PersistentCollection {#1703 …}
  +reports: Doctrine\ORM\PersistentCollection {#1693 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1695 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1698 …}
  +badges: Doctrine\ORM\PersistentCollection {#1709 …}
  +children: []
  -id: 22344
  -titleTs: "'fr':1,2 'g':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687982711
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/536163"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687976211 {#1431
    date: 2023-06-28 20:16:51.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
App\Entity\Entry {#1440
  +user: Proxies\__CG__\App\Entity\User {#1438 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2440 …}
  +image: Proxies\__CG__\App\Entity\Image {#1429 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1657 …}
  +slug: "Fr-fr-On-G"
  +title: "Fr fr? On G?"
  +url: "https://sh.itjust.works/pictrs/image/fbc881b6-cab6-4007-bced-5b1c4d1a7aa1.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719642646 {#1434
    date: 2024-06-29 08:30:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1699 …}
  +votes: Doctrine\ORM\PersistentCollection {#1703 …}
  +reports: Doctrine\ORM\PersistentCollection {#1693 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1695 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1698 …}
  +badges: Doctrine\ORM\PersistentCollection {#1709 …}
  +children: []
  -id: 22344
  -titleTs: "'fr':1,2 'g':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687982711
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/536163"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687976211 {#1431
    date: 2023-06-28 20:16:51.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
App\Entity\Entry {#1440
  +user: Proxies\__CG__\App\Entity\User {#1438 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2440 …}
  +image: Proxies\__CG__\App\Entity\Image {#1429 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1657 …}
  +slug: "Fr-fr-On-G"
  +title: "Fr fr? On G?"
  +url: "https://sh.itjust.works/pictrs/image/fbc881b6-cab6-4007-bced-5b1c4d1a7aa1.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719642646 {#1434
    date: 2024-06-29 08:30:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1699 …}
  +votes: Doctrine\ORM\PersistentCollection {#1703 …}
  +reports: Doctrine\ORM\PersistentCollection {#1693 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1695 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1698 …}
  +badges: Doctrine\ORM\PersistentCollection {#1709 …}
  +children: []
  -id: 22344
  -titleTs: "'fr':1,2 'g':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687982711
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/536163"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687976211 {#1431
    date: 2023-06-28 20:16:51.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
81 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
82 DENIED moderate
App\Entity\Entry {#1606
  +user: Proxies\__CG__\App\Entity\User {#1614 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1612 …}
  +image: Proxies\__CG__\App\Entity\Image {#1615 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "There-be"
  +title: "There be 🐇🐰"
  +url: "https://lemmy.world/pictrs/image/290af146-5a78-456e-aead-7d6455f7b833.jpeg"
  +body: "Down that hole"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719640828 {#1610
    date: 2024-06-29 08:00:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1743 …}
  +votes: Doctrine\ORM\PersistentCollection {#1744 …}
  +reports: Doctrine\ORM\PersistentCollection {#1646 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1645 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1641 …}
  +badges: Doctrine\ORM\PersistentCollection {#1665 …}
  +children: []
  -id: 11112
  -titleTs: ""
  -bodyTs: "'hole':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691011565
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/2506935"
  +editedAt: null
  +createdAt: DateTimeImmutable @1690960065 {#1609
    date: 2023-08-02 09:07:45.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\Entry {#1606
  +user: Proxies\__CG__\App\Entity\User {#1614 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1612 …}
  +image: Proxies\__CG__\App\Entity\Image {#1615 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "There-be"
  +title: "There be 🐇🐰"
  +url: "https://lemmy.world/pictrs/image/290af146-5a78-456e-aead-7d6455f7b833.jpeg"
  +body: "Down that hole"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719640828 {#1610
    date: 2024-06-29 08:00:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1743 …}
  +votes: Doctrine\ORM\PersistentCollection {#1744 …}
  +reports: Doctrine\ORM\PersistentCollection {#1646 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1645 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1641 …}
  +badges: Doctrine\ORM\PersistentCollection {#1665 …}
  +children: []
  -id: 11112
  -titleTs: ""
  -bodyTs: "'hole':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691011565
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/2506935"
  +editedAt: null
  +createdAt: DateTimeImmutable @1690960065 {#1609
    date: 2023-08-02 09:07:45.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\Entry {#1606
  +user: Proxies\__CG__\App\Entity\User {#1614 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1612 …}
  +image: Proxies\__CG__\App\Entity\Image {#1615 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "There-be"
  +title: "There be 🐇🐰"
  +url: "https://lemmy.world/pictrs/image/290af146-5a78-456e-aead-7d6455f7b833.jpeg"
  +body: "Down that hole"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719640828 {#1610
    date: 2024-06-29 08:00:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1743 …}
  +votes: Doctrine\ORM\PersistentCollection {#1744 …}
  +reports: Doctrine\ORM\PersistentCollection {#1646 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1645 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1641 …}
  +badges: Doctrine\ORM\PersistentCollection {#1665 …}
  +children: []
  -id: 11112
  -titleTs: ""
  -bodyTs: "'hole':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691011565
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/2506935"
  +editedAt: null
  +createdAt: DateTimeImmutable @1690960065 {#1609
    date: 2023-08-02 09:07:45.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
85 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
86 DENIED moderate
App\Entity\Entry {#1672
  +user: Proxies\__CG__\App\Entity\User {#1673 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: Proxies\__CG__\App\Entity\Image {#1677 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "Meat-stuffed-inside-an-animal-intestine"
  +title: "Meat stuffed inside an animal intestine"
  +url: "https://lemmy.world/pictrs/image/bf39dc22-91c8-4409-a736-e0b375054859.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 38
  +favouriteCount: 795
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719638690 {#1674
    date: 2024-06-29 07:24:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1678 …}
  +votes: Doctrine\ORM\PersistentCollection {#1670 …}
  +reports: Doctrine\ORM\PersistentCollection {#1667 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1671 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1650 …}
  +badges: Doctrine\ORM\PersistentCollection {#1652 …}
  +children: []
  -id: 26682
  -titleTs: "'anim':5 'insid':3 'intestin':6 'meat':1 'stuf':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704276427
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10228995"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704190027 {#1676
    date: 2024-01-02 11:07:07.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
87 DENIED edit
App\Entity\Entry {#1672
  +user: Proxies\__CG__\App\Entity\User {#1673 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: Proxies\__CG__\App\Entity\Image {#1677 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "Meat-stuffed-inside-an-animal-intestine"
  +title: "Meat stuffed inside an animal intestine"
  +url: "https://lemmy.world/pictrs/image/bf39dc22-91c8-4409-a736-e0b375054859.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 38
  +favouriteCount: 795
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719638690 {#1674
    date: 2024-06-29 07:24:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1678 …}
  +votes: Doctrine\ORM\PersistentCollection {#1670 …}
  +reports: Doctrine\ORM\PersistentCollection {#1667 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1671 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1650 …}
  +badges: Doctrine\ORM\PersistentCollection {#1652 …}
  +children: []
  -id: 26682
  -titleTs: "'anim':5 'insid':3 'intestin':6 'meat':1 'stuf':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704276427
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10228995"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704190027 {#1676
    date: 2024-01-02 11:07:07.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
88 DENIED moderate
App\Entity\Entry {#1672
  +user: Proxies\__CG__\App\Entity\User {#1673 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: Proxies\__CG__\App\Entity\Image {#1677 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "Meat-stuffed-inside-an-animal-intestine"
  +title: "Meat stuffed inside an animal intestine"
  +url: "https://lemmy.world/pictrs/image/bf39dc22-91c8-4409-a736-e0b375054859.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 38
  +favouriteCount: 795
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719638690 {#1674
    date: 2024-06-29 07:24:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1678 …}
  +votes: Doctrine\ORM\PersistentCollection {#1670 …}
  +reports: Doctrine\ORM\PersistentCollection {#1667 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1671 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1650 …}
  +badges: Doctrine\ORM\PersistentCollection {#1652 …}
  +children: []
  -id: 26682
  -titleTs: "'anim':5 'insid':3 'intestin':6 'meat':1 'stuf':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704276427
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10228995"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704190027 {#1676
    date: 2024-01-02 11:07:07.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
89 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
90 DENIED moderate
App\Entity\Entry {#1653
  +user: Proxies\__CG__\App\Entity\User {#1656 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: Proxies\__CG__\App\Entity\Image {#1661 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "A-murder-at-the-church"
  +title: "A murder at the church"
  +url: "https://lemmy.world/pictrs/image/bea65a2b-695a-4b16-a6be-353a42c76e7f.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 9
  +favouriteCount: 649
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719637019 {#1649
    date: 2024-06-29 06:56:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1662 …}
  +votes: Doctrine\ORM\PersistentCollection {#1553 …}
  +reports: Doctrine\ORM\PersistentCollection {#1590 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1591 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
  +badges: Doctrine\ORM\PersistentCollection {#1582 …}
  +children: []
  -id: 28428
  -titleTs: "'church':5 'murder':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704906298
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10500785"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704819898 {#1651
    date: 2024-01-09 18:04:58.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
App\Entity\Entry {#1653
  +user: Proxies\__CG__\App\Entity\User {#1656 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: Proxies\__CG__\App\Entity\Image {#1661 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "A-murder-at-the-church"
  +title: "A murder at the church"
  +url: "https://lemmy.world/pictrs/image/bea65a2b-695a-4b16-a6be-353a42c76e7f.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 9
  +favouriteCount: 649
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719637019 {#1649
    date: 2024-06-29 06:56:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1662 …}
  +votes: Doctrine\ORM\PersistentCollection {#1553 …}
  +reports: Doctrine\ORM\PersistentCollection {#1590 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1591 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
  +badges: Doctrine\ORM\PersistentCollection {#1582 …}
  +children: []
  -id: 28428
  -titleTs: "'church':5 'murder':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704906298
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10500785"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704819898 {#1651
    date: 2024-01-09 18:04:58.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
App\Entity\Entry {#1653
  +user: Proxies\__CG__\App\Entity\User {#1656 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: Proxies\__CG__\App\Entity\Image {#1661 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "A-murder-at-the-church"
  +title: "A murder at the church"
  +url: "https://lemmy.world/pictrs/image/bea65a2b-695a-4b16-a6be-353a42c76e7f.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 9
  +favouriteCount: 649
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719637019 {#1649
    date: 2024-06-29 06:56:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1662 …}
  +votes: Doctrine\ORM\PersistentCollection {#1553 …}
  +reports: Doctrine\ORM\PersistentCollection {#1590 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1591 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
  +badges: Doctrine\ORM\PersistentCollection {#1582 …}
  +children: []
  -id: 28428
  -titleTs: "'church':5 'murder':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704906298
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10500785"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704819898 {#1651
    date: 2024-01-09 18:04:58.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
93 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
94 DENIED moderate
App\Entity\Entry {#1580
  +user: Proxies\__CG__\App\Entity\User {#1579 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2440 …}
  +image: Proxies\__CG__\App\Entity\Image {#1584 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1581 …}
  +slug: "Stay-Warm-Comrades"
  +title: "Stay Warm Comrades"
  +url: "https://lemmy.ml/pictrs/image/c68c656c-cb78-4644-8a4c-10977837fd45.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 53
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719611829 {#1583
    date: 2024-06-28 23:57:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1588 …}
  +votes: Doctrine\ORM\PersistentCollection {#1574 …}
  +reports: Doctrine\ORM\PersistentCollection {#1587 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
  +badges: Doctrine\ORM\PersistentCollection {#1549 …}
  +children: []
  -id: 28451
  -titleTs: "'comrad':3 'stay':1 'warm':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704913344
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10312310"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704826944 {#1577
    date: 2024-01-09 20:02:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
95 DENIED edit
App\Entity\Entry {#1580
  +user: Proxies\__CG__\App\Entity\User {#1579 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2440 …}
  +image: Proxies\__CG__\App\Entity\Image {#1584 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1581 …}
  +slug: "Stay-Warm-Comrades"
  +title: "Stay Warm Comrades"
  +url: "https://lemmy.ml/pictrs/image/c68c656c-cb78-4644-8a4c-10977837fd45.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 53
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719611829 {#1583
    date: 2024-06-28 23:57:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1588 …}
  +votes: Doctrine\ORM\PersistentCollection {#1574 …}
  +reports: Doctrine\ORM\PersistentCollection {#1587 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
  +badges: Doctrine\ORM\PersistentCollection {#1549 …}
  +children: []
  -id: 28451
  -titleTs: "'comrad':3 'stay':1 'warm':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704913344
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10312310"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704826944 {#1577
    date: 2024-01-09 20:02:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
96 DENIED moderate
App\Entity\Entry {#1580
  +user: Proxies\__CG__\App\Entity\User {#1579 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2440 …}
  +image: Proxies\__CG__\App\Entity\Image {#1584 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1581 …}
  +slug: "Stay-Warm-Comrades"
  +title: "Stay Warm Comrades"
  +url: "https://lemmy.ml/pictrs/image/c68c656c-cb78-4644-8a4c-10977837fd45.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 53
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719611829 {#1583
    date: 2024-06-28 23:57:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1588 …}
  +votes: Doctrine\ORM\PersistentCollection {#1574 …}
  +reports: Doctrine\ORM\PersistentCollection {#1587 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
  +badges: Doctrine\ORM\PersistentCollection {#1549 …}
  +children: []
  -id: 28451
  -titleTs: "'comrad':3 'stay':1 'warm':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704913344
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10312310"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704826944 {#1577
    date: 2024-01-09 20:02:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
97 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
98 DENIED moderate
App\Entity\Entry {#1528
  +user: Proxies\__CG__\App\Entity\User {#1787 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: Proxies\__CG__\App\Entity\Image {#1561 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1657 …}
  +slug: "9-January-2024"
  +title: "9 January 2024"
  +url: "https://sh.itjust.works/pictrs/image/dc80d39a-ef7b-4331-bedd-749b5f2035d6.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 262
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719597407 {#1568
    date: 2024-06-28 19:56:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1525 …}
  +votes: Doctrine\ORM\PersistentCollection {#1550 …}
  +reports: Doctrine\ORM\PersistentCollection {#1548 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1562 …}
  +badges: Doctrine\ORM\PersistentCollection {#1554 …}
  +children: []
  -id: 28406
  -titleTs: "'2024':3 '9':1 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704903011
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12446424"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704816611 {#1526
    date: 2024-01-09 17:10:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
99 DENIED edit
App\Entity\Entry {#1528
  +user: Proxies\__CG__\App\Entity\User {#1787 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: Proxies\__CG__\App\Entity\Image {#1561 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1657 …}
  +slug: "9-January-2024"
  +title: "9 January 2024"
  +url: "https://sh.itjust.works/pictrs/image/dc80d39a-ef7b-4331-bedd-749b5f2035d6.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 262
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719597407 {#1568
    date: 2024-06-28 19:56:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1525 …}
  +votes: Doctrine\ORM\PersistentCollection {#1550 …}
  +reports: Doctrine\ORM\PersistentCollection {#1548 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1562 …}
  +badges: Doctrine\ORM\PersistentCollection {#1554 …}
  +children: []
  -id: 28406
  -titleTs: "'2024':3 '9':1 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704903011
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12446424"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704816611 {#1526
    date: 2024-01-09 17:10:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
100 DENIED moderate
App\Entity\Entry {#1528
  +user: Proxies\__CG__\App\Entity\User {#1787 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1527 …}
  +image: Proxies\__CG__\App\Entity\Image {#1561 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1657 …}
  +slug: "9-January-2024"
  +title: "9 January 2024"
  +url: "https://sh.itjust.works/pictrs/image/dc80d39a-ef7b-4331-bedd-749b5f2035d6.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 262
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719597407 {#1568
    date: 2024-06-28 19:56:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1525 …}
  +votes: Doctrine\ORM\PersistentCollection {#1550 …}
  +reports: Doctrine\ORM\PersistentCollection {#1548 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1562 …}
  +badges: Doctrine\ORM\PersistentCollection {#1554 …}
  +children: []
  -id: 28406
  -titleTs: "'2024':3 '9':1 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704903011
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12446424"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704816611 {#1526
    date: 2024-01-09 17:10:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details