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

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

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\Entry {#205
  +user: Proxies\__CG__\App\Entity\User {#166 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#241 …}
  +image: Proxies\__CG__\App\Entity\Image {#1870 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#239 …}
  +slug: "Lemmy-Security-Advisory-for-Versions-0-19-1-Private-message-details-leak"
  +title: "Lemmy Security Advisory for Versions < `0.19.1`: Private message details leak."
  +url: "https://github.com/LemmyNet/lemmy/security/advisories/GHSA-r64r-5h43-26qv"
  +body: """
    The full description of the bug is in the linked issue above, but the short version is:\n
    \n
    Our `CreatePrivateMessageReport` endpoint had a bug that would allow anyone, not just the recipient, to create a report, and then receive the details about private messages.\n
    \n
    This allowed anyone to iterate over ids, creating thousands of reports in order to receive details about private messages.\n
    \n
    Since those reports are visible to admins, it would be easy to discover if someone was abusing this, and luckily we haven’t heard of anyone doing so on production instances (so far).\n
    \n
    If you haven’t, please be sure to upgrade to at least `0.19.1` for the fix.\n
    \n
    Many thanks to @Nothing4You for finding this one.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 98
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728391163 {#197
    date: 2024-10-08 14:39:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@Nothing4You"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1819 …}
  +votes: Doctrine\ORM\PersistentCollection {#1817 …}
  +reports: Doctrine\ORM\PersistentCollection {#1939 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1929 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1925 …}
  +badges: Doctrine\ORM\PersistentCollection {#1924 …}
  +children: []
  -id: 32805
  -titleTs: "'0.19.1':6 'advisori':3 'detail':9 'leak':10 'lemmi':1 'messag':8 'privat':7 'secur':2 'version':5"
  -bodyTs: "'0.19.1':108 'abus':79 'admin':69 'allow':26,45 'anyon':27,46,88 'bug':6,23 'creat':33,51 'createprivatemessagereport':19 'descript':3 'detail':40,59 'discov':75 'easi':73 'endpoint':20 'far':95 'find':117 'fix':111 'full':2 'haven':84,98 'heard':86 'id':50 'instanc':93 'issu':11 'iter':48 'least':107 'link':10 'luckili':82 'mani':112 'messag':43,62 'nothing4you':115 'one':119 'order':56 'pleas':100 'privat':42,61 'product':92 'receiv':38,58 'recipi':31 'report':35,54,65 'short':15 'sinc':63 'someon':77 'sure':102 'thank':113 'thousand':52 'upgrad':104 'version':16 'visibl':67 'would':25,71"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706197302
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10980384"
  +editedAt: DateTimeImmutable @1728386330 {#243
    date: 2024-10-08 13:18:50.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706110902 {#268
    date: 2024-01-24 16:41: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
3 DENIED edit
App\Entity\Entry {#205
  +user: Proxies\__CG__\App\Entity\User {#166 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#241 …}
  +image: Proxies\__CG__\App\Entity\Image {#1870 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#239 …}
  +slug: "Lemmy-Security-Advisory-for-Versions-0-19-1-Private-message-details-leak"
  +title: "Lemmy Security Advisory for Versions < `0.19.1`: Private message details leak."
  +url: "https://github.com/LemmyNet/lemmy/security/advisories/GHSA-r64r-5h43-26qv"
  +body: """
    The full description of the bug is in the linked issue above, but the short version is:\n
    \n
    Our `CreatePrivateMessageReport` endpoint had a bug that would allow anyone, not just the recipient, to create a report, and then receive the details about private messages.\n
    \n
    This allowed anyone to iterate over ids, creating thousands of reports in order to receive details about private messages.\n
    \n
    Since those reports are visible to admins, it would be easy to discover if someone was abusing this, and luckily we haven’t heard of anyone doing so on production instances (so far).\n
    \n
    If you haven’t, please be sure to upgrade to at least `0.19.1` for the fix.\n
    \n
    Many thanks to @Nothing4You for finding this one.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 98
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728391163 {#197
    date: 2024-10-08 14:39:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@Nothing4You"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1819 …}
  +votes: Doctrine\ORM\PersistentCollection {#1817 …}
  +reports: Doctrine\ORM\PersistentCollection {#1939 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1929 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1925 …}
  +badges: Doctrine\ORM\PersistentCollection {#1924 …}
  +children: []
  -id: 32805
  -titleTs: "'0.19.1':6 'advisori':3 'detail':9 'leak':10 'lemmi':1 'messag':8 'privat':7 'secur':2 'version':5"
  -bodyTs: "'0.19.1':108 'abus':79 'admin':69 'allow':26,45 'anyon':27,46,88 'bug':6,23 'creat':33,51 'createprivatemessagereport':19 'descript':3 'detail':40,59 'discov':75 'easi':73 'endpoint':20 'far':95 'find':117 'fix':111 'full':2 'haven':84,98 'heard':86 'id':50 'instanc':93 'issu':11 'iter':48 'least':107 'link':10 'luckili':82 'mani':112 'messag':43,62 'nothing4you':115 'one':119 'order':56 'pleas':100 'privat':42,61 'product':92 'receiv':38,58 'recipi':31 'report':35,54,65 'short':15 'sinc':63 'someon':77 'sure':102 'thank':113 'thousand':52 'upgrad':104 'version':16 'visibl':67 'would':25,71"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706197302
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10980384"
  +editedAt: DateTimeImmutable @1728386330 {#243
    date: 2024-10-08 13:18:50.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706110902 {#268
    date: 2024-01-24 16:41: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
4 DENIED moderate
App\Entity\Entry {#205
  +user: Proxies\__CG__\App\Entity\User {#166 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#241 …}
  +image: Proxies\__CG__\App\Entity\Image {#1870 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#239 …}
  +slug: "Lemmy-Security-Advisory-for-Versions-0-19-1-Private-message-details-leak"
  +title: "Lemmy Security Advisory for Versions < `0.19.1`: Private message details leak."
  +url: "https://github.com/LemmyNet/lemmy/security/advisories/GHSA-r64r-5h43-26qv"
  +body: """
    The full description of the bug is in the linked issue above, but the short version is:\n
    \n
    Our `CreatePrivateMessageReport` endpoint had a bug that would allow anyone, not just the recipient, to create a report, and then receive the details about private messages.\n
    \n
    This allowed anyone to iterate over ids, creating thousands of reports in order to receive details about private messages.\n
    \n
    Since those reports are visible to admins, it would be easy to discover if someone was abusing this, and luckily we haven’t heard of anyone doing so on production instances (so far).\n
    \n
    If you haven’t, please be sure to upgrade to at least `0.19.1` for the fix.\n
    \n
    Many thanks to @Nothing4You for finding this one.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 98
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728391163 {#197
    date: 2024-10-08 14:39:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@Nothing4You"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1819 …}
  +votes: Doctrine\ORM\PersistentCollection {#1817 …}
  +reports: Doctrine\ORM\PersistentCollection {#1939 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1929 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1925 …}
  +badges: Doctrine\ORM\PersistentCollection {#1924 …}
  +children: []
  -id: 32805
  -titleTs: "'0.19.1':6 'advisori':3 'detail':9 'leak':10 'lemmi':1 'messag':8 'privat':7 'secur':2 'version':5"
  -bodyTs: "'0.19.1':108 'abus':79 'admin':69 'allow':26,45 'anyon':27,46,88 'bug':6,23 'creat':33,51 'createprivatemessagereport':19 'descript':3 'detail':40,59 'discov':75 'easi':73 'endpoint':20 'far':95 'find':117 'fix':111 'full':2 'haven':84,98 'heard':86 'id':50 'instanc':93 'issu':11 'iter':48 'least':107 'link':10 'luckili':82 'mani':112 'messag':43,62 'nothing4you':115 'one':119 'order':56 'pleas':100 'privat':42,61 'product':92 'receiv':38,58 'recipi':31 'report':35,54,65 'short':15 'sinc':63 'someon':77 'sure':102 'thank':113 'thousand':52 'upgrad':104 'version':16 'visibl':67 'would':25,71"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706197302
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10980384"
  +editedAt: DateTimeImmutable @1728386330 {#243
    date: 2024-10-08 13:18:50.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706110902 {#268
    date: 2024-01-24 16:41: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
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 {#1894
  +user: Proxies\__CG__\App\Entity\User {#1895 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1893 …}
  +image: Proxies\__CG__\App\Entity\Image {#1915 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
  +slug: "Surface-Laptop-3-running-Kubuntu-such-an-improvement-over-what"
  +title: "Surface Laptop 3 running Kubuntu, such an improvement over what it was "designed" for."
  +url: "https://lemmy.world/pictrs/image/1d4bfadd-a0b7-406c-9ca5-5a5fc5f1af61.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 55
  +favouriteCount: 315
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729394714 {#1877
    date: 2024-10-20 05:25:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1889 …}
  +votes: Doctrine\ORM\PersistentCollection {#1950 …}
  +reports: Doctrine\ORM\PersistentCollection {#1928 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1954 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1977 …}
  +badges: Doctrine\ORM\PersistentCollection {#1967 …}
  +children: []
  -id: 32804
  -titleTs: "'3':3 'design':13 'improv':8 'kubuntu':5 'laptop':2 'run':4 'surfac':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706196959
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11129961"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706110559 {#1876
    date: 2024-01-24 16:35:59.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\Entry {#1894
  +user: Proxies\__CG__\App\Entity\User {#1895 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1893 …}
  +image: Proxies\__CG__\App\Entity\Image {#1915 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
  +slug: "Surface-Laptop-3-running-Kubuntu-such-an-improvement-over-what"
  +title: "Surface Laptop 3 running Kubuntu, such an improvement over what it was "designed" for."
  +url: "https://lemmy.world/pictrs/image/1d4bfadd-a0b7-406c-9ca5-5a5fc5f1af61.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 55
  +favouriteCount: 315
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729394714 {#1877
    date: 2024-10-20 05:25:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1889 …}
  +votes: Doctrine\ORM\PersistentCollection {#1950 …}
  +reports: Doctrine\ORM\PersistentCollection {#1928 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1954 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1977 …}
  +badges: Doctrine\ORM\PersistentCollection {#1967 …}
  +children: []
  -id: 32804
  -titleTs: "'3':3 'design':13 'improv':8 'kubuntu':5 'laptop':2 'run':4 'surfac':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706196959
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11129961"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706110559 {#1876
    date: 2024-01-24 16:35:59.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\Entry {#1894
  +user: Proxies\__CG__\App\Entity\User {#1895 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1893 …}
  +image: Proxies\__CG__\App\Entity\Image {#1915 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
  +slug: "Surface-Laptop-3-running-Kubuntu-such-an-improvement-over-what"
  +title: "Surface Laptop 3 running Kubuntu, such an improvement over what it was "designed" for."
  +url: "https://lemmy.world/pictrs/image/1d4bfadd-a0b7-406c-9ca5-5a5fc5f1af61.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 55
  +favouriteCount: 315
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729394714 {#1877
    date: 2024-10-20 05:25:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1889 …}
  +votes: Doctrine\ORM\PersistentCollection {#1950 …}
  +reports: Doctrine\ORM\PersistentCollection {#1928 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1954 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1977 …}
  +badges: Doctrine\ORM\PersistentCollection {#1967 …}
  +children: []
  -id: 32804
  -titleTs: "'3':3 'design':13 'improv':8 'kubuntu':5 'laptop':2 'run':4 'surfac':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706196959
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11129961"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706110559 {#1876
    date: 2024-01-24 16:35:59.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1893 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1970 …}
  +slug: "YSK-Proton-users-can-create-feature-requests-and-vote-on"
  +title: "YSK: Proton users can create feature requests and vote on Linux features"
  +url: "https://protonmail.uservoice.com/"
  +body: "It’s tucked away in the web interface, but Linux users are able to vote for features and show that they exist as part of the userbase."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 118
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728341391 {#1953
    date: 2024-10-08 00:49:51.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: 32803
  -titleTs: "'creat':5 'featur':6,12 'linux':11 'proton':2 'request':7 'user':3 'vote':9 'ysk':1"
  -bodyTs: "'abl':13 'away':4 'exist':22 'featur':17 'interfac':8 'linux':10 'part':24 'show':19 'tuck':3 'user':11 'userbas':27 'vote':15 'web':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706196522
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13405549"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706110122 {#1937
    date: 2024-01-24 16:28: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
11 DENIED edit
App\Entity\Entry {#1962
  +user: Proxies\__CG__\App\Entity\User {#1943 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1893 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1970 …}
  +slug: "YSK-Proton-users-can-create-feature-requests-and-vote-on"
  +title: "YSK: Proton users can create feature requests and vote on Linux features"
  +url: "https://protonmail.uservoice.com/"
  +body: "It’s tucked away in the web interface, but Linux users are able to vote for features and show that they exist as part of the userbase."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 118
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728341391 {#1953
    date: 2024-10-08 00:49:51.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: 32803
  -titleTs: "'creat':5 'featur':6,12 'linux':11 'proton':2 'request':7 'user':3 'vote':9 'ysk':1"
  -bodyTs: "'abl':13 'away':4 'exist':22 'featur':17 'interfac':8 'linux':10 'part':24 'show':19 'tuck':3 'user':11 'userbas':27 'vote':15 'web':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706196522
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13405549"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706110122 {#1937
    date: 2024-01-24 16:28: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
12 DENIED moderate
App\Entity\Entry {#1962
  +user: Proxies\__CG__\App\Entity\User {#1943 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1893 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1970 …}
  +slug: "YSK-Proton-users-can-create-feature-requests-and-vote-on"
  +title: "YSK: Proton users can create feature requests and vote on Linux features"
  +url: "https://protonmail.uservoice.com/"
  +body: "It’s tucked away in the web interface, but Linux users are able to vote for features and show that they exist as part of the userbase."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 118
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728341391 {#1953
    date: 2024-10-08 00:49:51.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: 32803
  -titleTs: "'creat':5 'featur':6,12 'linux':11 'proton':2 'request':7 'user':3 'vote':9 'ysk':1"
  -bodyTs: "'abl':13 'away':4 'exist':22 'featur':17 'interfac':8 'linux':10 'part':24 'show':19 'tuck':3 'user':11 'userbas':27 'vote':15 'web':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706196522
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13405549"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706110122 {#1937
    date: 2024-01-24 16:28: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
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 {#1892
  +user: Proxies\__CG__\App\Entity\User {#1380 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1890 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "esp-at-lemm-ee-for-Spanish-speakers-para-hispanohablantes"
  +title: "!esp@lemm.ee, for Spanish speakers! - para hispanohablantes!"
  +url: null
  +body: """
    Hello everyone,\n
    \n
    I really enjoyed !esp@eslemmy.es, but it has been down for a while, so I created [!esp@lemm.ee](https://lemm.ee/c/esp). The idea is just to have a space to talk about anything in Spanish.\n
    \n
    \n
    \n
    Hola a todos,\n
    \n
    Realmente disfruté !esp@eslemmy.es, pero ha estado caído por un tiempo, así que creé [!esp@lemm.ee](https://lemm.ee/c/esp). La idea es simplemente tener un espacio para hablar de cualquier cosa en español.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706108775 {#1397
    date: 2024-01-24 16:06:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1935 …}
  +votes: Doctrine\ORM\PersistentCollection {#1392 …}
  +reports: Doctrine\ORM\PersistentCollection {#1393 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1936 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1938 …}
  +badges: Doctrine\ORM\PersistentCollection {#1945 …}
  +children: []
  -id: 32800
  -titleTs: "'esp@lemm.ee':1 'hispanohablant':6 'para':5 'spanish':3 'speaker':4"
  -bodyTs: "'/c/esp).':21,55 'anyth':33 'así':49 'caído':45 'cosa':67 'creat':17 'creé':51 'cualquier':66 'de':65 'disfruté':40 'en':68 'enjoy':5 'es':58 'esp@eslemmy.es':6,41 'esp@lemm.ee':18,52 'espacio':62 'español':69 'estado':44 'everyon':2 'ha':43 'hablar':64 'hello':1 'hola':36 'idea':23,57 'la':56 'lemm.ee':20,54 'lemm.ee/c/esp).':19,53 'para':63 'pero':42 'por':46 'que':50 'realli':4 'realment':39 'simplement':59 'space':29 'spanish':35 'talk':31 'tener':60 'tiempo':48 'todo':38 'un':47,61"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706131275
  +visibility: "visible             "
  +apId: "https://discuss.online/post/4598074"
  +editedAt: DateTimeImmutable @1728322727 {#1388
    date: 2024-10-07 19:38:47.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706108775 {#1387
    date: 2024-01-24 16:06:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\Entry {#1892
  +user: Proxies\__CG__\App\Entity\User {#1380 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1890 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "esp-at-lemm-ee-for-Spanish-speakers-para-hispanohablantes"
  +title: "!esp@lemm.ee, for Spanish speakers! - para hispanohablantes!"
  +url: null
  +body: """
    Hello everyone,\n
    \n
    I really enjoyed !esp@eslemmy.es, but it has been down for a while, so I created [!esp@lemm.ee](https://lemm.ee/c/esp). The idea is just to have a space to talk about anything in Spanish.\n
    \n
    \n
    \n
    Hola a todos,\n
    \n
    Realmente disfruté !esp@eslemmy.es, pero ha estado caído por un tiempo, así que creé [!esp@lemm.ee](https://lemm.ee/c/esp). La idea es simplemente tener un espacio para hablar de cualquier cosa en español.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706108775 {#1397
    date: 2024-01-24 16:06:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1935 …}
  +votes: Doctrine\ORM\PersistentCollection {#1392 …}
  +reports: Doctrine\ORM\PersistentCollection {#1393 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1936 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1938 …}
  +badges: Doctrine\ORM\PersistentCollection {#1945 …}
  +children: []
  -id: 32800
  -titleTs: "'esp@lemm.ee':1 'hispanohablant':6 'para':5 'spanish':3 'speaker':4"
  -bodyTs: "'/c/esp).':21,55 'anyth':33 'así':49 'caído':45 'cosa':67 'creat':17 'creé':51 'cualquier':66 'de':65 'disfruté':40 'en':68 'enjoy':5 'es':58 'esp@eslemmy.es':6,41 'esp@lemm.ee':18,52 'espacio':62 'español':69 'estado':44 'everyon':2 'ha':43 'hablar':64 'hello':1 'hola':36 'idea':23,57 'la':56 'lemm.ee':20,54 'lemm.ee/c/esp).':19,53 'para':63 'pero':42 'por':46 'que':50 'realli':4 'realment':39 'simplement':59 'space':29 'spanish':35 'talk':31 'tener':60 'tiempo':48 'todo':38 'un':47,61"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706131275
  +visibility: "visible             "
  +apId: "https://discuss.online/post/4598074"
  +editedAt: DateTimeImmutable @1728322727 {#1388
    date: 2024-10-07 19:38:47.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706108775 {#1387
    date: 2024-01-24 16:06:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\Entry {#1892
  +user: Proxies\__CG__\App\Entity\User {#1380 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1890 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "esp-at-lemm-ee-for-Spanish-speakers-para-hispanohablantes"
  +title: "!esp@lemm.ee, for Spanish speakers! - para hispanohablantes!"
  +url: null
  +body: """
    Hello everyone,\n
    \n
    I really enjoyed !esp@eslemmy.es, but it has been down for a while, so I created [!esp@lemm.ee](https://lemm.ee/c/esp). The idea is just to have a space to talk about anything in Spanish.\n
    \n
    \n
    \n
    Hola a todos,\n
    \n
    Realmente disfruté !esp@eslemmy.es, pero ha estado caído por un tiempo, así que creé [!esp@lemm.ee](https://lemm.ee/c/esp). La idea es simplemente tener un espacio para hablar de cualquier cosa en español.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706108775 {#1397
    date: 2024-01-24 16:06:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1935 …}
  +votes: Doctrine\ORM\PersistentCollection {#1392 …}
  +reports: Doctrine\ORM\PersistentCollection {#1393 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1936 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1938 …}
  +badges: Doctrine\ORM\PersistentCollection {#1945 …}
  +children: []
  -id: 32800
  -titleTs: "'esp@lemm.ee':1 'hispanohablant':6 'para':5 'spanish':3 'speaker':4"
  -bodyTs: "'/c/esp).':21,55 'anyth':33 'así':49 'caído':45 'cosa':67 'creat':17 'creé':51 'cualquier':66 'de':65 'disfruté':40 'en':68 'enjoy':5 'es':58 'esp@eslemmy.es':6,41 'esp@lemm.ee':18,52 'espacio':62 'español':69 'estado':44 'everyon':2 'ha':43 'hablar':64 'hello':1 'hola':36 'idea':23,57 'la':56 'lemm.ee':20,54 'lemm.ee/c/esp).':19,53 'para':63 'pero':42 'por':46 'que':50 'realli':4 'realment':39 'simplement':59 'space':29 'spanish':35 'talk':31 'tener':60 'tiempo':48 'todo':38 'un':47,61"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706131275
  +visibility: "visible             "
  +apId: "https://discuss.online/post/4598074"
  +editedAt: DateTimeImmutable @1728322727 {#1388
    date: 2024-10-07 19:38:47.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706108775 {#1387
    date: 2024-01-24 16:06:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1971
  +user: Proxies\__CG__\App\Entity\User {#1927 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1368 …}
  +image: Proxies\__CG__\App\Entity\Image {#1399 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
  +slug: "Alzwards-Corner-With-these-powers-combined"
  +title: "[Alzwards Corner] With these powers combined..."
  +url: "https://lemmy.world/pictrs/image/2b2a509b-4be8-4279-be98-00a5f542fc2d.png"
  +body: """
    Source: Alzwards Corner\n
    \n
    - [Webtoon](https://www.webtoons.com/en/creator/c8m3m)\n
    - [Xhitter](https://twitter.com/Alzwards_Corner)\n
    - [Instagram](https://www.instagram.com/alzwards_corner/?hl=en)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 15
  +favouriteCount: 500
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728679983 {#1941
    date: 2024-10-11 22:53:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1396 …}
  +votes: Doctrine\ORM\PersistentCollection {#1366 …}
  +reports: Doctrine\ORM\PersistentCollection {#1365 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1378 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1371 …}
  +badges: Doctrine\ORM\PersistentCollection {#1379 …}
  +children: []
  -id: 32799
  -titleTs: "'alzward':1 'combin':6 'corner':2 'power':5"
  -bodyTs: "'/alzwards_corner)':11 '/alzwards_corner/?hl=en)':15 '/en/creator/c8m3m)':7 'alzward':2 'corner':3 'instagram':12 'sourc':1 'twitter.com':10 'twitter.com/alzwards_corner)':9 'webtoon':4 'www.instagram.com':14 'www.instagram.com/alzwards_corner/?hl=en)':13 'www.webtoons.com':6 'www.webtoons.com/en/creator/c8m3m)':5 'xhitter':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706194153
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11128026"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706107753 {#1942
    date: 2024-01-24 15:49:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\Entry {#1971
  +user: Proxies\__CG__\App\Entity\User {#1927 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1368 …}
  +image: Proxies\__CG__\App\Entity\Image {#1399 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
  +slug: "Alzwards-Corner-With-these-powers-combined"
  +title: "[Alzwards Corner] With these powers combined..."
  +url: "https://lemmy.world/pictrs/image/2b2a509b-4be8-4279-be98-00a5f542fc2d.png"
  +body: """
    Source: Alzwards Corner\n
    \n
    - [Webtoon](https://www.webtoons.com/en/creator/c8m3m)\n
    - [Xhitter](https://twitter.com/Alzwards_Corner)\n
    - [Instagram](https://www.instagram.com/alzwards_corner/?hl=en)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 15
  +favouriteCount: 500
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728679983 {#1941
    date: 2024-10-11 22:53:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1396 …}
  +votes: Doctrine\ORM\PersistentCollection {#1366 …}
  +reports: Doctrine\ORM\PersistentCollection {#1365 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1378 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1371 …}
  +badges: Doctrine\ORM\PersistentCollection {#1379 …}
  +children: []
  -id: 32799
  -titleTs: "'alzward':1 'combin':6 'corner':2 'power':5"
  -bodyTs: "'/alzwards_corner)':11 '/alzwards_corner/?hl=en)':15 '/en/creator/c8m3m)':7 'alzward':2 'corner':3 'instagram':12 'sourc':1 'twitter.com':10 'twitter.com/alzwards_corner)':9 'webtoon':4 'www.instagram.com':14 'www.instagram.com/alzwards_corner/?hl=en)':13 'www.webtoons.com':6 'www.webtoons.com/en/creator/c8m3m)':5 'xhitter':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706194153
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11128026"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706107753 {#1942
    date: 2024-01-24 15:49:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\Entry {#1971
  +user: Proxies\__CG__\App\Entity\User {#1927 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1368 …}
  +image: Proxies\__CG__\App\Entity\Image {#1399 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
  +slug: "Alzwards-Corner-With-these-powers-combined"
  +title: "[Alzwards Corner] With these powers combined..."
  +url: "https://lemmy.world/pictrs/image/2b2a509b-4be8-4279-be98-00a5f542fc2d.png"
  +body: """
    Source: Alzwards Corner\n
    \n
    - [Webtoon](https://www.webtoons.com/en/creator/c8m3m)\n
    - [Xhitter](https://twitter.com/Alzwards_Corner)\n
    - [Instagram](https://www.instagram.com/alzwards_corner/?hl=en)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 15
  +favouriteCount: 500
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728679983 {#1941
    date: 2024-10-11 22:53:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1396 …}
  +votes: Doctrine\ORM\PersistentCollection {#1366 …}
  +reports: Doctrine\ORM\PersistentCollection {#1365 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1378 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1371 …}
  +badges: Doctrine\ORM\PersistentCollection {#1379 …}
  +children: []
  -id: 32799
  -titleTs: "'alzward':1 'combin':6 'corner':2 'power':5"
  -bodyTs: "'/alzwards_corner)':11 '/alzwards_corner/?hl=en)':15 '/en/creator/c8m3m)':7 'alzward':2 'corner':3 'instagram':12 'sourc':1 'twitter.com':10 'twitter.com/alzwards_corner)':9 'webtoon':4 'www.instagram.com':14 'www.instagram.com/alzwards_corner/?hl=en)':13 'www.webtoons.com':6 'www.webtoons.com/en/creator/c8m3m)':5 'xhitter':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706194153
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11128026"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706107753 {#1942
    date: 2024-01-24 15:49:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1898
  +user: Proxies\__CG__\App\Entity\User {#1927 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1891 …}
  +image: Proxies\__CG__\App\Entity\Image {#1904 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
  +slug: "Sussy-Arabia"
  +title: "Sussy Arabia"
  +url: "https://lemmy.world/pictrs/image/c7591ce3-3898-4906-b093-69289de1766a.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 11
  +favouriteCount: 358
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728498742 {#1367
    date: 2024-10-09 20:32:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1956 …}
  +votes: Doctrine\ORM\PersistentCollection {#1848 …}
  +reports: Doctrine\ORM\PersistentCollection {#2429 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2424 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2428 …}
  +badges: Doctrine\ORM\PersistentCollection {#2433 …}
  +children: []
  -id: 32797
  -titleTs: "'arabia':2 'sussi':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706194000
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11127981"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706107600 {#1902
    date: 2024-01-24 15:46:40.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 {#1898
  +user: Proxies\__CG__\App\Entity\User {#1927 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1891 …}
  +image: Proxies\__CG__\App\Entity\Image {#1904 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
  +slug: "Sussy-Arabia"
  +title: "Sussy Arabia"
  +url: "https://lemmy.world/pictrs/image/c7591ce3-3898-4906-b093-69289de1766a.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 11
  +favouriteCount: 358
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728498742 {#1367
    date: 2024-10-09 20:32:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1956 …}
  +votes: Doctrine\ORM\PersistentCollection {#1848 …}
  +reports: Doctrine\ORM\PersistentCollection {#2429 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2424 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2428 …}
  +badges: Doctrine\ORM\PersistentCollection {#2433 …}
  +children: []
  -id: 32797
  -titleTs: "'arabia':2 'sussi':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706194000
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11127981"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706107600 {#1902
    date: 2024-01-24 15:46:40.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 {#1898
  +user: Proxies\__CG__\App\Entity\User {#1927 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1891 …}
  +image: Proxies\__CG__\App\Entity\Image {#1904 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
  +slug: "Sussy-Arabia"
  +title: "Sussy Arabia"
  +url: "https://lemmy.world/pictrs/image/c7591ce3-3898-4906-b093-69289de1766a.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 11
  +favouriteCount: 358
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728498742 {#1367
    date: 2024-10-09 20:32:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1956 …}
  +votes: Doctrine\ORM\PersistentCollection {#1848 …}
  +reports: Doctrine\ORM\PersistentCollection {#2429 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2424 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2428 …}
  +badges: Doctrine\ORM\PersistentCollection {#2433 …}
  +children: []
  -id: 32797
  -titleTs: "'arabia':2 'sussi':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706194000
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11127981"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706107600 {#1902
    date: 2024-01-24 15:46:40.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 {#2426
  +user: Proxies\__CG__\App\Entity\User {#1927 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2440 …}
  +image: Proxies\__CG__\App\Entity\Image {#2439 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
  +slug: "Those-markings-really-were-unnecessary"
  +title: "Those markings really were unnecessary"
  +url: "https://lemmy.world/pictrs/image/7c80383f-7f92-4a7e-8341-3bfc9e4625ef.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 48
  +favouriteCount: 655
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729068373 {#2443
    date: 2024-10-16 10:46:13.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: 32796
  -titleTs: "'mark':2 'realli':3 'unnecessari':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706193854
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11127948"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706107454 {#2442
    date: 2024-01-24 15:44:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\Entry {#2426
  +user: Proxies\__CG__\App\Entity\User {#1927 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2440 …}
  +image: Proxies\__CG__\App\Entity\Image {#2439 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
  +slug: "Those-markings-really-were-unnecessary"
  +title: "Those markings really were unnecessary"
  +url: "https://lemmy.world/pictrs/image/7c80383f-7f92-4a7e-8341-3bfc9e4625ef.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 48
  +favouriteCount: 655
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729068373 {#2443
    date: 2024-10-16 10:46:13.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: 32796
  -titleTs: "'mark':2 'realli':3 'unnecessari':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706193854
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11127948"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706107454 {#2442
    date: 2024-01-24 15:44:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\Entry {#2426
  +user: Proxies\__CG__\App\Entity\User {#1927 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2440 …}
  +image: Proxies\__CG__\App\Entity\Image {#2439 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
  +slug: "Those-markings-really-were-unnecessary"
  +title: "Those markings really were unnecessary"
  +url: "https://lemmy.world/pictrs/image/7c80383f-7f92-4a7e-8341-3bfc9e4625ef.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 48
  +favouriteCount: 655
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729068373 {#2443
    date: 2024-10-16 10:46:13.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: 32796
  -titleTs: "'mark':2 'realli':3 'unnecessari':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706193854
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11127948"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706107454 {#2442
    date: 2024-01-24 15:44:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2483 …}
  +image: Proxies\__CG__\App\Entity\Image {#2354 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2358 …}
  +slug: "Krulhaarkelkzwam-Scarlet-elfcup-Sarcoscypha-austriaca-Krulhaarkelkzwam-by-Tom-Kisjes"
  +title: "'Krulhaarkelkzwam' Scarlet elfcup (Sarcoscypha austriaca - Krulhaarkelkzwam) by Tom Kisjes"
  +url: "https://lemmy.ml/pictrs/image/3499329a-0e66-4652-9266-ce08b08f3225.jpeg"
  +body: """
    ‘The Netherlands-Zaandam\n
    \n
    Fresh specimen of the fungus Scarlet elfcup (Sarcoscypha austriaca - Krulhaarkelkzwam), popping up in the Zaandam boranical garden during a modest cold snap. This species is found growing on fallen pieces of dead hardwood among mosses and leaf litter in damp habitats in winter and early spring. Hard to distinguish from Sarcoscypha coccinea (Rode kelkzwam), but specimen on this spot are recently examined microscopic and thus correctly identified. © Tom Kisjes’\n
    \n
    More on his [flickr](https://www.flickr.com/photos/de_kist/)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728336187 {#2472
    date: 2024-10-07 23:23:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2487 …}
  +votes: Doctrine\ORM\PersistentCollection {#1841 …}
  +reports: Doctrine\ORM\PersistentCollection {#60 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2488 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2489 …}
  +badges: Doctrine\ORM\PersistentCollection {#2474 …}
  +children: []
  -id: 32794
  -titleTs: "'austriaca':5 'elfcup':3 'kisj':9 'krulhaarkelkzwam':1,6 'sarcoscypha':4 'scarlet':2 'tom':8"
  -bodyTs: "'/photos/de_kist/)':80 'among':38 'austriaca':13 'boran':20 'coccinea':56 'cold':25 'correct':70 'damp':44 'dead':36 'distinguish':53 'earli':49 'elfcup':11 'examin':66 'fallen':33 'flickr':77 'found':30 'fresh':5 'fungus':9 'garden':21 'grow':31 'habitat':45 'hard':51 'hardwood':37 'identifi':71 'kelkzwam':58 'kisj':73 'krulhaarkelkzwam':14 'leaf':41 'litter':42 'microscop':67 'modest':24 'moss':39 'netherland':3 'netherlands-zaandam':2 'piec':34 'pop':15 'recent':65 'rode':57 'sarcoscypha':12,55 'scarlet':10 'snap':26 'speci':28 'specimen':6,60 'spot':63 'spring':50 'thus':69 'tom':72 'winter':47 'www.flickr.com':79 'www.flickr.com/photos/de_kist/)':78 'zaandam':4,19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706154364
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10978134"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706107364 {#2450
    date: 2024-01-24 15:42: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
31 DENIED edit
App\Entity\Entry {#2449
  +user: Proxies\__CG__\App\Entity\User {#2477 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2483 …}
  +image: Proxies\__CG__\App\Entity\Image {#2354 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2358 …}
  +slug: "Krulhaarkelkzwam-Scarlet-elfcup-Sarcoscypha-austriaca-Krulhaarkelkzwam-by-Tom-Kisjes"
  +title: "'Krulhaarkelkzwam' Scarlet elfcup (Sarcoscypha austriaca - Krulhaarkelkzwam) by Tom Kisjes"
  +url: "https://lemmy.ml/pictrs/image/3499329a-0e66-4652-9266-ce08b08f3225.jpeg"
  +body: """
    ‘The Netherlands-Zaandam\n
    \n
    Fresh specimen of the fungus Scarlet elfcup (Sarcoscypha austriaca - Krulhaarkelkzwam), popping up in the Zaandam boranical garden during a modest cold snap. This species is found growing on fallen pieces of dead hardwood among mosses and leaf litter in damp habitats in winter and early spring. Hard to distinguish from Sarcoscypha coccinea (Rode kelkzwam), but specimen on this spot are recently examined microscopic and thus correctly identified. © Tom Kisjes’\n
    \n
    More on his [flickr](https://www.flickr.com/photos/de_kist/)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728336187 {#2472
    date: 2024-10-07 23:23:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2487 …}
  +votes: Doctrine\ORM\PersistentCollection {#1841 …}
  +reports: Doctrine\ORM\PersistentCollection {#60 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2488 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2489 …}
  +badges: Doctrine\ORM\PersistentCollection {#2474 …}
  +children: []
  -id: 32794
  -titleTs: "'austriaca':5 'elfcup':3 'kisj':9 'krulhaarkelkzwam':1,6 'sarcoscypha':4 'scarlet':2 'tom':8"
  -bodyTs: "'/photos/de_kist/)':80 'among':38 'austriaca':13 'boran':20 'coccinea':56 'cold':25 'correct':70 'damp':44 'dead':36 'distinguish':53 'earli':49 'elfcup':11 'examin':66 'fallen':33 'flickr':77 'found':30 'fresh':5 'fungus':9 'garden':21 'grow':31 'habitat':45 'hard':51 'hardwood':37 'identifi':71 'kelkzwam':58 'kisj':73 'krulhaarkelkzwam':14 'leaf':41 'litter':42 'microscop':67 'modest':24 'moss':39 'netherland':3 'netherlands-zaandam':2 'piec':34 'pop':15 'recent':65 'rode':57 'sarcoscypha':12,55 'scarlet':10 'snap':26 'speci':28 'specimen':6,60 'spot':63 'spring':50 'thus':69 'tom':72 'winter':47 'www.flickr.com':79 'www.flickr.com/photos/de_kist/)':78 'zaandam':4,19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706154364
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10978134"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706107364 {#2450
    date: 2024-01-24 15:42: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
32 DENIED moderate
App\Entity\Entry {#2449
  +user: Proxies\__CG__\App\Entity\User {#2477 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2483 …}
  +image: Proxies\__CG__\App\Entity\Image {#2354 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2358 …}
  +slug: "Krulhaarkelkzwam-Scarlet-elfcup-Sarcoscypha-austriaca-Krulhaarkelkzwam-by-Tom-Kisjes"
  +title: "'Krulhaarkelkzwam' Scarlet elfcup (Sarcoscypha austriaca - Krulhaarkelkzwam) by Tom Kisjes"
  +url: "https://lemmy.ml/pictrs/image/3499329a-0e66-4652-9266-ce08b08f3225.jpeg"
  +body: """
    ‘The Netherlands-Zaandam\n
    \n
    Fresh specimen of the fungus Scarlet elfcup (Sarcoscypha austriaca - Krulhaarkelkzwam), popping up in the Zaandam boranical garden during a modest cold snap. This species is found growing on fallen pieces of dead hardwood among mosses and leaf litter in damp habitats in winter and early spring. Hard to distinguish from Sarcoscypha coccinea (Rode kelkzwam), but specimen on this spot are recently examined microscopic and thus correctly identified. © Tom Kisjes’\n
    \n
    More on his [flickr](https://www.flickr.com/photos/de_kist/)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728336187 {#2472
    date: 2024-10-07 23:23:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2487 …}
  +votes: Doctrine\ORM\PersistentCollection {#1841 …}
  +reports: Doctrine\ORM\PersistentCollection {#60 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2488 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2489 …}
  +badges: Doctrine\ORM\PersistentCollection {#2474 …}
  +children: []
  -id: 32794
  -titleTs: "'austriaca':5 'elfcup':3 'kisj':9 'krulhaarkelkzwam':1,6 'sarcoscypha':4 'scarlet':2 'tom':8"
  -bodyTs: "'/photos/de_kist/)':80 'among':38 'austriaca':13 'boran':20 'coccinea':56 'cold':25 'correct':70 'damp':44 'dead':36 'distinguish':53 'earli':49 'elfcup':11 'examin':66 'fallen':33 'flickr':77 'found':30 'fresh':5 'fungus':9 'garden':21 'grow':31 'habitat':45 'hard':51 'hardwood':37 'identifi':71 'kelkzwam':58 'kisj':73 'krulhaarkelkzwam':14 'leaf':41 'litter':42 'microscop':67 'modest':24 'moss':39 'netherland':3 'netherlands-zaandam':2 'piec':34 'pop':15 'recent':65 'rode':57 'sarcoscypha':12,55 'scarlet':10 'snap':26 'speci':28 'specimen':6,60 'spot':63 'spring':50 'thus':69 'tom':72 'winter':47 'www.flickr.com':79 'www.flickr.com/photos/de_kist/)':78 'zaandam':4,19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706154364
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10978134"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706107364 {#2450
    date: 2024-01-24 15:42: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
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 {#1512
  +user: Proxies\__CG__\App\Entity\User {#1508 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1893 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "Thinking-about-making-the-big-switch-recommend-me-a-distro"
  +title: "Thinking about making the big switch – recommend me a distro!"
  +url: null
  +body: """
    Hey all, I’ve been thinking about making the jump from Windows to Linux as my daily-driver and I’ve been struggling on what distro to use.\n
    \n
    On my laptop I’ve been using Fedora’s KDE Spin for a bit but I can’t say I really like KDE all that much. I took that Distrochooser test and 9/10 of the suggestions were all Ubuntu-based or Arch-based for some reason lol.\n
    \n
    I would prefer a distro that “just works” but I’m not scared of having to troubleshoot or fix things. I guess I’m just looking to see what everyone else uses and what you all recommend. Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 69
  +favouriteCount: 78
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728900558 {#2484
    date: 2024-10-14 12:09:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1524 …}
  +votes: Doctrine\ORM\PersistentCollection {#1500 …}
  +reports: Doctrine\ORM\PersistentCollection {#1514 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1502 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1544 …}
  +badges: Doctrine\ORM\PersistentCollection {#1547 …}
  +children: []
  -id: 32793
  -titleTs: "'big':5 'distro':10 'make':3 'recommend':7 'switch':6 'think':1"
  -bodyTs: "'9/10':62 'arch':73 'arch-bas':72 'base':70,74 'bit':43 'daili':18 'daily-driv':17 'distro':27,83 'distrochoos':59 'driver':19 'els':109 'everyon':108 'fedora':37 'fix':97 'guess':100 'hey':1 'jump':10 'kde':39,52 'laptop':32 'like':51 'linux':14 'lol':78 'look':104 'm':89,102 'make':8 'much':55 'prefer':81 'realli':50 'reason':77 'recommend':115 'say':48 'scare':91 'see':106 'spin':40 'struggl':24 'suggest':65 'test':60 'thank':116 'thing':98 'think':6 'took':57 'troubleshoot':95 'ubuntu':69 'ubuntu-bas':68 'use':29,36,110 've':4,22,34 'window':12 'work':86 'would':80"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706192309
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13943016"
  +editedAt: DateTimeImmutable @1728309902 {#1391
    date: 2024-10-07 16:05:02.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706105909 {#2481
    date: 2024-01-24 15:18:29.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 {#1512
  +user: Proxies\__CG__\App\Entity\User {#1508 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1893 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "Thinking-about-making-the-big-switch-recommend-me-a-distro"
  +title: "Thinking about making the big switch – recommend me a distro!"
  +url: null
  +body: """
    Hey all, I’ve been thinking about making the jump from Windows to Linux as my daily-driver and I’ve been struggling on what distro to use.\n
    \n
    On my laptop I’ve been using Fedora’s KDE Spin for a bit but I can’t say I really like KDE all that much. I took that Distrochooser test and 9/10 of the suggestions were all Ubuntu-based or Arch-based for some reason lol.\n
    \n
    I would prefer a distro that “just works” but I’m not scared of having to troubleshoot or fix things. I guess I’m just looking to see what everyone else uses and what you all recommend. Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 69
  +favouriteCount: 78
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728900558 {#2484
    date: 2024-10-14 12:09:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1524 …}
  +votes: Doctrine\ORM\PersistentCollection {#1500 …}
  +reports: Doctrine\ORM\PersistentCollection {#1514 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1502 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1544 …}
  +badges: Doctrine\ORM\PersistentCollection {#1547 …}
  +children: []
  -id: 32793
  -titleTs: "'big':5 'distro':10 'make':3 'recommend':7 'switch':6 'think':1"
  -bodyTs: "'9/10':62 'arch':73 'arch-bas':72 'base':70,74 'bit':43 'daili':18 'daily-driv':17 'distro':27,83 'distrochoos':59 'driver':19 'els':109 'everyon':108 'fedora':37 'fix':97 'guess':100 'hey':1 'jump':10 'kde':39,52 'laptop':32 'like':51 'linux':14 'lol':78 'look':104 'm':89,102 'make':8 'much':55 'prefer':81 'realli':50 'reason':77 'recommend':115 'say':48 'scare':91 'see':106 'spin':40 'struggl':24 'suggest':65 'test':60 'thank':116 'thing':98 'think':6 'took':57 'troubleshoot':95 'ubuntu':69 'ubuntu-bas':68 'use':29,36,110 've':4,22,34 'window':12 'work':86 'would':80"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706192309
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13943016"
  +editedAt: DateTimeImmutable @1728309902 {#1391
    date: 2024-10-07 16:05:02.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706105909 {#2481
    date: 2024-01-24 15:18:29.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 {#1512
  +user: Proxies\__CG__\App\Entity\User {#1508 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1893 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "Thinking-about-making-the-big-switch-recommend-me-a-distro"
  +title: "Thinking about making the big switch – recommend me a distro!"
  +url: null
  +body: """
    Hey all, I’ve been thinking about making the jump from Windows to Linux as my daily-driver and I’ve been struggling on what distro to use.\n
    \n
    On my laptop I’ve been using Fedora’s KDE Spin for a bit but I can’t say I really like KDE all that much. I took that Distrochooser test and 9/10 of the suggestions were all Ubuntu-based or Arch-based for some reason lol.\n
    \n
    I would prefer a distro that “just works” but I’m not scared of having to troubleshoot or fix things. I guess I’m just looking to see what everyone else uses and what you all recommend. Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 69
  +favouriteCount: 78
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728900558 {#2484
    date: 2024-10-14 12:09:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1524 …}
  +votes: Doctrine\ORM\PersistentCollection {#1500 …}
  +reports: Doctrine\ORM\PersistentCollection {#1514 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1502 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1544 …}
  +badges: Doctrine\ORM\PersistentCollection {#1547 …}
  +children: []
  -id: 32793
  -titleTs: "'big':5 'distro':10 'make':3 'recommend':7 'switch':6 'think':1"
  -bodyTs: "'9/10':62 'arch':73 'arch-bas':72 'base':70,74 'bit':43 'daili':18 'daily-driv':17 'distro':27,83 'distrochoos':59 'driver':19 'els':109 'everyon':108 'fedora':37 'fix':97 'guess':100 'hey':1 'jump':10 'kde':39,52 'laptop':32 'like':51 'linux':14 'lol':78 'look':104 'm':89,102 'make':8 'much':55 'prefer':81 'realli':50 'reason':77 'recommend':115 'say':48 'scare':91 'see':106 'spin':40 'struggl':24 'suggest':65 'test':60 'thank':116 'thing':98 'think':6 'took':57 'troubleshoot':95 'ubuntu':69 'ubuntu-bas':68 'use':29,36,110 've':4,22,34 'window':12 'work':86 'would':80"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706192309
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13943016"
  +editedAt: DateTimeImmutable @1728309902 {#1391
    date: 2024-10-07 16:05:02.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706105909 {#2481
    date: 2024-01-24 15:18:29.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 {#1480
  +user: Proxies\__CG__\App\Entity\User {#1522 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1510 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "Is-there-an-easy-way-to-stream-full-bluray-disc"
  +title: "Is there an easy way to stream full bluray disc rips with menus and features over the network to my TV"
  +url: null
  +body: """
    Most of my collection is just the movie rips of just the video that play fine in Plex or Jellyfin. I’ve got a couple of full disc rips though that have the menus and features and all just like you would if you put the disc in. I can open these in VLC on my computer by choosing the folder.\n
    \n
    My living room setup is an Apple TV as the primary streaming device but I also have an Nvidia Shield pro and Google TV Chromecast.\n
    \n
    Is there any way to stream these over the network into some kind of app on any of these devices?\n
    \n
    **EDIT**\n
    \n
    After some looking around Kodi *might* be able to do what I want. Going to investigate further.\n
    \n
    **EDIT 2**\n
    \n
    The Kodi repo with the required addon (HEVC kodi bluray addon) seems to be down, maybe permanently :/ Still looking for a solution
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728482607 {#1482
    date: 2024-10-09 16:03:27.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: 32792
  -titleTs: "'bluray':9 'disc':10 'easi':4 'featur':15 'full':8 'menus':13 'network':18 'rip':11 'stream':7 'tv':21 'way':5"
  -bodyTs: "'2':126 'abl':115 'addon':133,137 'also':77 'app':101 'appl':68 'around':111 'bluray':136 'choos':59 'chromecast':86 'collect':4 'comput':57 'coupl':25 'devic':74,106 'disc':28,47 'edit':107,125 'featur':36 'fine':16 'folder':61 'full':27 'go':121 'googl':84 'got':23 'hevc':134 'investig':123 'jellyfin':20 'kind':99 'kodi':112,128,135 'like':40 'live':63 'look':110,145 'mayb':142 'menus':34 'might':113 'movi':8 'network':96 'nvidia':80 'open':51 'perman':143 'play':15 'plex':18 'primari':72 'pro':82 'put':45 'repo':129 'requir':132 'rip':9,29 'room':64 'seem':138 'setup':65 'shield':81 'solut':148 'still':144 'stream':73,92 'though':30 'tv':69,85 've':22 'video':13 'vlc':54 'want':120 'way':90 'would':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706192197
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11126797"
  +editedAt: DateTimeImmutable @1728331197 {#1511
    date: 2024-10-07 21:59:57.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706105797 {#1523
    date: 2024-01-24 15:16:37.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
App\Entity\Entry {#1480
  +user: Proxies\__CG__\App\Entity\User {#1522 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1510 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "Is-there-an-easy-way-to-stream-full-bluray-disc"
  +title: "Is there an easy way to stream full bluray disc rips with menus and features over the network to my TV"
  +url: null
  +body: """
    Most of my collection is just the movie rips of just the video that play fine in Plex or Jellyfin. I’ve got a couple of full disc rips though that have the menus and features and all just like you would if you put the disc in. I can open these in VLC on my computer by choosing the folder.\n
    \n
    My living room setup is an Apple TV as the primary streaming device but I also have an Nvidia Shield pro and Google TV Chromecast.\n
    \n
    Is there any way to stream these over the network into some kind of app on any of these devices?\n
    \n
    **EDIT**\n
    \n
    After some looking around Kodi *might* be able to do what I want. Going to investigate further.\n
    \n
    **EDIT 2**\n
    \n
    The Kodi repo with the required addon (HEVC kodi bluray addon) seems to be down, maybe permanently :/ Still looking for a solution
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728482607 {#1482
    date: 2024-10-09 16:03:27.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: 32792
  -titleTs: "'bluray':9 'disc':10 'easi':4 'featur':15 'full':8 'menus':13 'network':18 'rip':11 'stream':7 'tv':21 'way':5"
  -bodyTs: "'2':126 'abl':115 'addon':133,137 'also':77 'app':101 'appl':68 'around':111 'bluray':136 'choos':59 'chromecast':86 'collect':4 'comput':57 'coupl':25 'devic':74,106 'disc':28,47 'edit':107,125 'featur':36 'fine':16 'folder':61 'full':27 'go':121 'googl':84 'got':23 'hevc':134 'investig':123 'jellyfin':20 'kind':99 'kodi':112,128,135 'like':40 'live':63 'look':110,145 'mayb':142 'menus':34 'might':113 'movi':8 'network':96 'nvidia':80 'open':51 'perman':143 'play':15 'plex':18 'primari':72 'pro':82 'put':45 'repo':129 'requir':132 'rip':9,29 'room':64 'seem':138 'setup':65 'shield':81 'solut':148 'still':144 'stream':73,92 'though':30 'tv':69,85 've':22 'video':13 'vlc':54 'want':120 'way':90 'would':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706192197
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11126797"
  +editedAt: DateTimeImmutable @1728331197 {#1511
    date: 2024-10-07 21:59:57.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706105797 {#1523
    date: 2024-01-24 15:16:37.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
App\Entity\Entry {#1480
  +user: Proxies\__CG__\App\Entity\User {#1522 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1510 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "Is-there-an-easy-way-to-stream-full-bluray-disc"
  +title: "Is there an easy way to stream full bluray disc rips with menus and features over the network to my TV"
  +url: null
  +body: """
    Most of my collection is just the movie rips of just the video that play fine in Plex or Jellyfin. I’ve got a couple of full disc rips though that have the menus and features and all just like you would if you put the disc in. I can open these in VLC on my computer by choosing the folder.\n
    \n
    My living room setup is an Apple TV as the primary streaming device but I also have an Nvidia Shield pro and Google TV Chromecast.\n
    \n
    Is there any way to stream these over the network into some kind of app on any of these devices?\n
    \n
    **EDIT**\n
    \n
    After some looking around Kodi *might* be able to do what I want. Going to investigate further.\n
    \n
    **EDIT 2**\n
    \n
    The Kodi repo with the required addon (HEVC kodi bluray addon) seems to be down, maybe permanently :/ Still looking for a solution
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728482607 {#1482
    date: 2024-10-09 16:03:27.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: 32792
  -titleTs: "'bluray':9 'disc':10 'easi':4 'featur':15 'full':8 'menus':13 'network':18 'rip':11 'stream':7 'tv':21 'way':5"
  -bodyTs: "'2':126 'abl':115 'addon':133,137 'also':77 'app':101 'appl':68 'around':111 'bluray':136 'choos':59 'chromecast':86 'collect':4 'comput':57 'coupl':25 'devic':74,106 'disc':28,47 'edit':107,125 'featur':36 'fine':16 'folder':61 'full':27 'go':121 'googl':84 'got':23 'hevc':134 'investig':123 'jellyfin':20 'kind':99 'kodi':112,128,135 'like':40 'live':63 'look':110,145 'mayb':142 'menus':34 'might':113 'movi':8 'network':96 'nvidia':80 'open':51 'perman':143 'play':15 'plex':18 'primari':72 'pro':82 'put':45 'repo':129 'requir':132 'rip':9,29 'room':64 'seem':138 'setup':65 'shield':81 'solut':148 'still':144 'stream':73,92 'though':30 'tv':69,85 've':22 'video':13 'vlc':54 'want':120 'way':90 'would':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706192197
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11126797"
  +editedAt: DateTimeImmutable @1728331197 {#1511
    date: 2024-10-07 21:59:57.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706105797 {#1523
    date: 2024-01-24 15:16:37.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2477 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2483 …}
  +image: Proxies\__CG__\App\Entity\Image {#1529 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2358 …}
  +slug: "Pilzquartett-mushroomquartet-by-Joachim-Kracher"
  +title: "'Pilzquartett - mushroomquartet' by Joachim Kracher"
  +url: "https://lemmy.ml/pictrs/image/4d240bce-ad20-4488-b4a8-60fab0820bb4.jpeg"
  +body: """
    ‘Stacked from 190 images. Method=B (R=4,S=8)\n
    \n
    Helicon Focus Pro’\n
    \n
    More on [flickr](https://www.flickr.com/photos/162085867@N08/)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706105270 {#1533
    date: 2024-01-24 15:07:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1531 …}
  +votes: Doctrine\ORM\PersistentCollection {#1537 …}
  +reports: Doctrine\ORM\PersistentCollection {#1515 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1518 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1520 …}
  +badges: Doctrine\ORM\PersistentCollection {#1632 …}
  +children: []
  -id: 32791
  -titleTs: "'joachim':4 'kracher':5 'mushroomquartet':2 'pilzquartett':1"
  -bodyTs: "'/photos/162085867@n08/)':19 '190':3 '4':8 '8':10 'b':6 'flickr':16 'focus':12 'helicon':11 'imag':4 'method':5 'pro':13 'r':7 'stack':1 'www.flickr.com':18 'www.flickr.com/photos/162085867@n08/)':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706141270
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10976849"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706105270 {#1539
    date: 2024-01-24 15:07:50.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 {#2477 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2483 …}
  +image: Proxies\__CG__\App\Entity\Image {#1529 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2358 …}
  +slug: "Pilzquartett-mushroomquartet-by-Joachim-Kracher"
  +title: "'Pilzquartett - mushroomquartet' by Joachim Kracher"
  +url: "https://lemmy.ml/pictrs/image/4d240bce-ad20-4488-b4a8-60fab0820bb4.jpeg"
  +body: """
    ‘Stacked from 190 images. Method=B (R=4,S=8)\n
    \n
    Helicon Focus Pro’\n
    \n
    More on [flickr](https://www.flickr.com/photos/162085867@N08/)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706105270 {#1533
    date: 2024-01-24 15:07:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1531 …}
  +votes: Doctrine\ORM\PersistentCollection {#1537 …}
  +reports: Doctrine\ORM\PersistentCollection {#1515 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1518 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1520 …}
  +badges: Doctrine\ORM\PersistentCollection {#1632 …}
  +children: []
  -id: 32791
  -titleTs: "'joachim':4 'kracher':5 'mushroomquartet':2 'pilzquartett':1"
  -bodyTs: "'/photos/162085867@n08/)':19 '190':3 '4':8 '8':10 'b':6 'flickr':16 'focus':12 'helicon':11 'imag':4 'method':5 'pro':13 'r':7 'stack':1 'www.flickr.com':18 'www.flickr.com/photos/162085867@n08/)':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706141270
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10976849"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706105270 {#1539
    date: 2024-01-24 15:07:50.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 {#2477 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2483 …}
  +image: Proxies\__CG__\App\Entity\Image {#1529 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2358 …}
  +slug: "Pilzquartett-mushroomquartet-by-Joachim-Kracher"
  +title: "'Pilzquartett - mushroomquartet' by Joachim Kracher"
  +url: "https://lemmy.ml/pictrs/image/4d240bce-ad20-4488-b4a8-60fab0820bb4.jpeg"
  +body: """
    ‘Stacked from 190 images. Method=B (R=4,S=8)\n
    \n
    Helicon Focus Pro’\n
    \n
    More on [flickr](https://www.flickr.com/photos/162085867@N08/)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706105270 {#1533
    date: 2024-01-24 15:07:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1531 …}
  +votes: Doctrine\ORM\PersistentCollection {#1537 …}
  +reports: Doctrine\ORM\PersistentCollection {#1515 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1518 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1520 …}
  +badges: Doctrine\ORM\PersistentCollection {#1632 …}
  +children: []
  -id: 32791
  -titleTs: "'joachim':4 'kracher':5 'mushroomquartet':2 'pilzquartett':1"
  -bodyTs: "'/photos/162085867@n08/)':19 '190':3 '4':8 '8':10 'b':6 'flickr':16 'focus':12 'helicon':11 'imag':4 'method':5 'pro':13 'r':7 'stack':1 'www.flickr.com':18 'www.flickr.com/photos/162085867@n08/)':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706141270
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10976849"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706105270 {#1539
    date: 2024-01-24 15:07:50.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 {#1704
  +user: Proxies\__CG__\App\Entity\User {#1713 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1712 …}
  +image: Proxies\__CG__\App\Entity\Image {#1710 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1706 …}
  +slug: "Brave-to-end-Strict-fingerprinting-protection-as-it-breaks-websites"
  +title: "Brave to end 'Strict' fingerprinting protection as it breaks websites"
  +url: "https://www.bleepingcomputer.com/news/security/brave-to-end-strict-fingerprinting-protection-as-it-breaks-websites/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 53
  +favouriteCount: 247
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728857231 {#1631
    date: 2024-10-14 00:07:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1742 …}
  +votes: Doctrine\ORM\PersistentCollection {#1659 …}
  +reports: Doctrine\ORM\PersistentCollection {#1747 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1753 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1749 …}
  +badges: Doctrine\ORM\PersistentCollection {#1748 …}
  +children: []
  -id: 32789
  -titleTs: "'brave':1 'break':9 'end':3 'fingerprint':5 'protect':6 'strict':4 'websit':10"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706190858
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10976336"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706104458 {#1406
    date: 2024-01-24 14:54:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\Entry {#1704
  +user: Proxies\__CG__\App\Entity\User {#1713 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1712 …}
  +image: Proxies\__CG__\App\Entity\Image {#1710 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1706 …}
  +slug: "Brave-to-end-Strict-fingerprinting-protection-as-it-breaks-websites"
  +title: "Brave to end 'Strict' fingerprinting protection as it breaks websites"
  +url: "https://www.bleepingcomputer.com/news/security/brave-to-end-strict-fingerprinting-protection-as-it-breaks-websites/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 53
  +favouriteCount: 247
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728857231 {#1631
    date: 2024-10-14 00:07:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1742 …}
  +votes: Doctrine\ORM\PersistentCollection {#1659 …}
  +reports: Doctrine\ORM\PersistentCollection {#1747 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1753 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1749 …}
  +badges: Doctrine\ORM\PersistentCollection {#1748 …}
  +children: []
  -id: 32789
  -titleTs: "'brave':1 'break':9 'end':3 'fingerprint':5 'protect':6 'strict':4 'websit':10"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706190858
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10976336"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706104458 {#1406
    date: 2024-01-24 14:54:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\Entry {#1704
  +user: Proxies\__CG__\App\Entity\User {#1713 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1712 …}
  +image: Proxies\__CG__\App\Entity\Image {#1710 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1706 …}
  +slug: "Brave-to-end-Strict-fingerprinting-protection-as-it-breaks-websites"
  +title: "Brave to end 'Strict' fingerprinting protection as it breaks websites"
  +url: "https://www.bleepingcomputer.com/news/security/brave-to-end-strict-fingerprinting-protection-as-it-breaks-websites/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 53
  +favouriteCount: 247
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728857231 {#1631
    date: 2024-10-14 00:07:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1742 …}
  +votes: Doctrine\ORM\PersistentCollection {#1659 …}
  +reports: Doctrine\ORM\PersistentCollection {#1747 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1753 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1749 …}
  +badges: Doctrine\ORM\PersistentCollection {#1748 …}
  +children: []
  -id: 32789
  -titleTs: "'brave':1 'break':9 'end':3 'fingerprint':5 'protect':6 'strict':4 'websit':10"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706190858
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10976336"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706104458 {#1406
    date: 2024-01-24 14:54:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1471
  +user: Proxies\__CG__\App\Entity\User {#2477 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2483 …}
  +image: Proxies\__CG__\App\Entity\Image {#1467 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2358 …}
  +slug: "Hygrocybe-coccinea-by-Dr-Hans-Gunter-Wagner"
  +title: "'Hygrocybe coccinea' by Dr. Hans-Günter Wagner"
  +url: "https://lemmy.ml/pictrs/image/bfd0a314-be17-4dfb-9646-edfed055dbf3.jpeg"
  +body: "Found on [flickr](https://www.flickr.com/photos/145400091@N04/with/53366846443)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728425223 {#1474
    date: 2024-10-09 00:07:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1470 …}
  +votes: Doctrine\ORM\PersistentCollection {#1473 …}
  +reports: Doctrine\ORM\PersistentCollection {#1483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1484 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1488 …}
  +badges: Doctrine\ORM\PersistentCollection {#1485 …}
  +children: []
  -id: 32787
  -titleTs: "'coccinea':2 'dr':4 'günter':7 'han':6 'hans-günter':5 'hygrocyb':1 'wagner':8"
  -bodyTs: "'/photos/145400091@n04/with/53366846443)':6 'flickr':3 'found':1 'www.flickr.com':5 'www.flickr.com/photos/145400091@n04/with/53366846443)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706166771
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10976324"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706104271 {#1472
    date: 2024-01-24 14:51: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
51 DENIED edit
App\Entity\Entry {#1471
  +user: Proxies\__CG__\App\Entity\User {#2477 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2483 …}
  +image: Proxies\__CG__\App\Entity\Image {#1467 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2358 …}
  +slug: "Hygrocybe-coccinea-by-Dr-Hans-Gunter-Wagner"
  +title: "'Hygrocybe coccinea' by Dr. Hans-Günter Wagner"
  +url: "https://lemmy.ml/pictrs/image/bfd0a314-be17-4dfb-9646-edfed055dbf3.jpeg"
  +body: "Found on [flickr](https://www.flickr.com/photos/145400091@N04/with/53366846443)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728425223 {#1474
    date: 2024-10-09 00:07:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1470 …}
  +votes: Doctrine\ORM\PersistentCollection {#1473 …}
  +reports: Doctrine\ORM\PersistentCollection {#1483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1484 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1488 …}
  +badges: Doctrine\ORM\PersistentCollection {#1485 …}
  +children: []
  -id: 32787
  -titleTs: "'coccinea':2 'dr':4 'günter':7 'han':6 'hans-günter':5 'hygrocyb':1 'wagner':8"
  -bodyTs: "'/photos/145400091@n04/with/53366846443)':6 'flickr':3 'found':1 'www.flickr.com':5 'www.flickr.com/photos/145400091@n04/with/53366846443)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706166771
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10976324"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706104271 {#1472
    date: 2024-01-24 14:51: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
52 DENIED moderate
App\Entity\Entry {#1471
  +user: Proxies\__CG__\App\Entity\User {#2477 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2483 …}
  +image: Proxies\__CG__\App\Entity\Image {#1467 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2358 …}
  +slug: "Hygrocybe-coccinea-by-Dr-Hans-Gunter-Wagner"
  +title: "'Hygrocybe coccinea' by Dr. Hans-Günter Wagner"
  +url: "https://lemmy.ml/pictrs/image/bfd0a314-be17-4dfb-9646-edfed055dbf3.jpeg"
  +body: "Found on [flickr](https://www.flickr.com/photos/145400091@N04/with/53366846443)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728425223 {#1474
    date: 2024-10-09 00:07:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1470 …}
  +votes: Doctrine\ORM\PersistentCollection {#1473 …}
  +reports: Doctrine\ORM\PersistentCollection {#1483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1484 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1488 …}
  +badges: Doctrine\ORM\PersistentCollection {#1485 …}
  +children: []
  -id: 32787
  -titleTs: "'coccinea':2 'dr':4 'günter':7 'han':6 'hans-günter':5 'hygrocyb':1 'wagner':8"
  -bodyTs: "'/photos/145400091@n04/with/53366846443)':6 'flickr':3 'found':1 'www.flickr.com':5 'www.flickr.com/photos/145400091@n04/with/53366846443)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706166771
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10976324"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706104271 {#1472
    date: 2024-01-24 14:51: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
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 {#1491
  +user: Proxies\__CG__\App\Entity\User {#1493 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1368 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
  +slug: "At-the-fast-food"
  +title: "At the fast food"
  +url: "https://lemmy.world/pictrs/image/77578acc-9988-45a8-8a52-6cc5f9eb24ab.png"
  +body: "author: [Meg Adams](https://www.instagram.com/artbymoga/)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 556
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728569304 {#1496
    date: 2024-10-10 16:08:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1495 …}
  +votes: Doctrine\ORM\PersistentCollection {#1475 …}
  +reports: Doctrine\ORM\PersistentCollection {#1476 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1758 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1755 …}
  +badges: Doctrine\ORM\PersistentCollection {#1757 …}
  +children: []
  -id: 32786
  -titleTs: "'fast':3 'food':4"
  -bodyTs: "'/artbymoga/)':6 'adam':3 'author':1 'meg':2 'www.instagram.com':5 'www.instagram.com/artbymoga/)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706190580
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11125763"
  +editedAt: DateTimeImmutable @1728305118 {#1494
    date: 2024-10-07 14:45:18.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706104180 {#1490
    date: 2024-01-24 14:49:40.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 {#1491
  +user: Proxies\__CG__\App\Entity\User {#1493 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1368 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
  +slug: "At-the-fast-food"
  +title: "At the fast food"
  +url: "https://lemmy.world/pictrs/image/77578acc-9988-45a8-8a52-6cc5f9eb24ab.png"
  +body: "author: [Meg Adams](https://www.instagram.com/artbymoga/)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 556
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728569304 {#1496
    date: 2024-10-10 16:08:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1495 …}
  +votes: Doctrine\ORM\PersistentCollection {#1475 …}
  +reports: Doctrine\ORM\PersistentCollection {#1476 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1758 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1755 …}
  +badges: Doctrine\ORM\PersistentCollection {#1757 …}
  +children: []
  -id: 32786
  -titleTs: "'fast':3 'food':4"
  -bodyTs: "'/artbymoga/)':6 'adam':3 'author':1 'meg':2 'www.instagram.com':5 'www.instagram.com/artbymoga/)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706190580
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11125763"
  +editedAt: DateTimeImmutable @1728305118 {#1494
    date: 2024-10-07 14:45:18.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706104180 {#1490
    date: 2024-01-24 14:49:40.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 {#1491
  +user: Proxies\__CG__\App\Entity\User {#1493 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1368 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
  +slug: "At-the-fast-food"
  +title: "At the fast food"
  +url: "https://lemmy.world/pictrs/image/77578acc-9988-45a8-8a52-6cc5f9eb24ab.png"
  +body: "author: [Meg Adams](https://www.instagram.com/artbymoga/)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 556
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728569304 {#1496
    date: 2024-10-10 16:08:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1495 …}
  +votes: Doctrine\ORM\PersistentCollection {#1475 …}
  +reports: Doctrine\ORM\PersistentCollection {#1476 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1758 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1755 …}
  +badges: Doctrine\ORM\PersistentCollection {#1757 …}
  +children: []
  -id: 32786
  -titleTs: "'fast':3 'food':4"
  -bodyTs: "'/artbymoga/)':6 'adam':3 'author':1 'meg':2 'www.instagram.com':5 'www.instagram.com/artbymoga/)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706190580
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11125763"
  +editedAt: DateTimeImmutable @1728305118 {#1494
    date: 2024-10-07 14:45:18.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706104180 {#1490
    date: 2024-01-24 14:49:40.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 {#1759
  +user: Proxies\__CG__\App\Entity\User {#1762 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1751 …}
  +image: Proxies\__CG__\App\Entity\Image {#1788 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
  +slug: "WIP-Wednesday"
  +title: "WIP Wednesday!"
  +url: "https://lemmy.world/pictrs/image/233839e6-f82b-43c7-81c9-3ed0207fd5a5.jpeg"
  +body: "The 1 over 1 evenweave sampler is going well if somewhat slowly! I may go crosseyed by the time I finish all these tiny stitches though lol"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706103503 {#1756
    date: 2024-01-24 14:38:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1772 …}
  +votes: Doctrine\ORM\PersistentCollection {#1778 …}
  +reports: Doctrine\ORM\PersistentCollection {#1777 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1773 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1776 …}
  +badges: Doctrine\ORM\PersistentCollection {#1782 …}
  +children: []
  -id: 32783
  -titleTs: "'wednesday':2 'wip':1"
  -bodyTs: "'1':2,4 'crossey':16 'evenweav':5 'finish':21 'go':8,15 'lol':27 'may':14 'sampler':6 'slowli':12 'somewhat':11 'stitch':25 'though':26 'time':19 'tini':24 'well':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706148503
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11125312"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706103503 {#1767
    date: 2024-01-24 14:38:23.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 {#1759
  +user: Proxies\__CG__\App\Entity\User {#1762 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1751 …}
  +image: Proxies\__CG__\App\Entity\Image {#1788 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
  +slug: "WIP-Wednesday"
  +title: "WIP Wednesday!"
  +url: "https://lemmy.world/pictrs/image/233839e6-f82b-43c7-81c9-3ed0207fd5a5.jpeg"
  +body: "The 1 over 1 evenweave sampler is going well if somewhat slowly! I may go crosseyed by the time I finish all these tiny stitches though lol"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706103503 {#1756
    date: 2024-01-24 14:38:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1772 …}
  +votes: Doctrine\ORM\PersistentCollection {#1778 …}
  +reports: Doctrine\ORM\PersistentCollection {#1777 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1773 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1776 …}
  +badges: Doctrine\ORM\PersistentCollection {#1782 …}
  +children: []
  -id: 32783
  -titleTs: "'wednesday':2 'wip':1"
  -bodyTs: "'1':2,4 'crossey':16 'evenweav':5 'finish':21 'go':8,15 'lol':27 'may':14 'sampler':6 'slowli':12 'somewhat':11 'stitch':25 'though':26 'time':19 'tini':24 'well':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706148503
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11125312"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706103503 {#1767
    date: 2024-01-24 14:38:23.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 {#1759
  +user: Proxies\__CG__\App\Entity\User {#1762 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1751 …}
  +image: Proxies\__CG__\App\Entity\Image {#1788 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
  +slug: "WIP-Wednesday"
  +title: "WIP Wednesday!"
  +url: "https://lemmy.world/pictrs/image/233839e6-f82b-43c7-81c9-3ed0207fd5a5.jpeg"
  +body: "The 1 over 1 evenweave sampler is going well if somewhat slowly! I may go crosseyed by the time I finish all these tiny stitches though lol"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706103503 {#1756
    date: 2024-01-24 14:38:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1772 …}
  +votes: Doctrine\ORM\PersistentCollection {#1778 …}
  +reports: Doctrine\ORM\PersistentCollection {#1777 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1773 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1776 …}
  +badges: Doctrine\ORM\PersistentCollection {#1782 …}
  +children: []
  -id: 32783
  -titleTs: "'wednesday':2 'wip':1"
  -bodyTs: "'1':2,4 'crossey':16 'evenweav':5 'finish':21 'go':8,15 'lol':27 'may':14 'sampler':6 'slowli':12 'somewhat':11 'stitch':25 'though':26 'time':19 'tini':24 'well':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706148503
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11125312"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706103503 {#1767
    date: 2024-01-24 14:38:23.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 {#1786
  +user: Proxies\__CG__\App\Entity\User {#1780 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1764 …}
  +image: Proxies\__CG__\App\Entity\Image {#1765 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1766 …}
  +slug: "Roman-era-wine-shop-possibly-destroyed-in-an-earthquake-discovered-in"
  +title: "Roman-era wine shop, possibly destroyed in an earthquake, discovered in Greece"
  +url: "https://www.livescience.com/archaeology/romans/roman-era-wine-shop-possibly-destroyed-in-an-earthquake-discovered-in-greece"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706102233 {#1785
    date: 2024-01-24 14:17:13.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1682 …}
  +votes: Doctrine\ORM\PersistentCollection {#1444 …}
  +reports: Doctrine\ORM\PersistentCollection {#1452 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1465 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1637 …}
  +badges: Doctrine\ORM\PersistentCollection {#1644 …}
  +children: []
  -id: 32781
  -titleTs: "'destroy':7 'discov':11 'earthquak':10 'era':3 'greec':13 'possibl':6 'roman':2 'roman-era':1 'shop':5 'wine':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706147233
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/5938776"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706102233 {#1784
    date: 2024-01-24 14:17:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\Entry {#1786
  +user: Proxies\__CG__\App\Entity\User {#1780 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1764 …}
  +image: Proxies\__CG__\App\Entity\Image {#1765 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1766 …}
  +slug: "Roman-era-wine-shop-possibly-destroyed-in-an-earthquake-discovered-in"
  +title: "Roman-era wine shop, possibly destroyed in an earthquake, discovered in Greece"
  +url: "https://www.livescience.com/archaeology/romans/roman-era-wine-shop-possibly-destroyed-in-an-earthquake-discovered-in-greece"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706102233 {#1785
    date: 2024-01-24 14:17:13.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1682 …}
  +votes: Doctrine\ORM\PersistentCollection {#1444 …}
  +reports: Doctrine\ORM\PersistentCollection {#1452 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1465 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1637 …}
  +badges: Doctrine\ORM\PersistentCollection {#1644 …}
  +children: []
  -id: 32781
  -titleTs: "'destroy':7 'discov':11 'earthquak':10 'era':3 'greec':13 'possibl':6 'roman':2 'roman-era':1 'shop':5 'wine':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706147233
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/5938776"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706102233 {#1784
    date: 2024-01-24 14:17:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\Entry {#1786
  +user: Proxies\__CG__\App\Entity\User {#1780 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1764 …}
  +image: Proxies\__CG__\App\Entity\Image {#1765 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1766 …}
  +slug: "Roman-era-wine-shop-possibly-destroyed-in-an-earthquake-discovered-in"
  +title: "Roman-era wine shop, possibly destroyed in an earthquake, discovered in Greece"
  +url: "https://www.livescience.com/archaeology/romans/roman-era-wine-shop-possibly-destroyed-in-an-earthquake-discovered-in-greece"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706102233 {#1785
    date: 2024-01-24 14:17:13.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1682 …}
  +votes: Doctrine\ORM\PersistentCollection {#1444 …}
  +reports: Doctrine\ORM\PersistentCollection {#1452 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1465 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1637 …}
  +badges: Doctrine\ORM\PersistentCollection {#1644 …}
  +children: []
  -id: 32781
  -titleTs: "'destroy':7 'discov':11 'earthquak':10 'era':3 'greec':13 'possibl':6 'roman':2 'roman-era':1 'shop':5 'wine':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706147233
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/5938776"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706102233 {#1784
    date: 2024-01-24 14:17:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1627
  +user: Proxies\__CG__\App\Entity\User {#1624 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1634 …}
  +image: Proxies\__CG__\App\Entity\Image {#1636 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2358 …}
  +slug: "Evil-maid-or-something-Idk-I-use-LUKS"
  +title: "Evil maid or something? Idk I use LUKS"
  +url: "https://lemmy.ml/pictrs/image/56a3bc47-a9df-4711-8edc-21d65f2b3810.jpeg"
  +body: "Forked from [reddit.com/…/pictured_avg_linux_user_fixing_thier…](https://www.reddit.com/r/linuxmemes/comments/19c35a4/pictured_avg_linux_user_fixing_thier_pc/)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 6
  +favouriteCount: 144
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728532291 {#1622
    date: 2024-10-10 05:51:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1635 …}
  +votes: Doctrine\ORM\PersistentCollection {#1409 …}
  +reports: Doctrine\ORM\PersistentCollection {#1449 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1422 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1447 …}
  +badges: Doctrine\ORM\PersistentCollection {#1423 …}
  +children: []
  -id: 32780
  -titleTs: "'evil':1 'idk':5 'luk':8 'maid':2 'someth':4 'use':7"
  -bodyTs: "'/pictured_avg_linux_user_fixing_thier':4 '/r/linuxmemes/comments/19c35a4/pictured_avg_linux_user_fixing_thier_pc/)':7 'fork':1 'reddit.com':3 'www.reddit.com':6 'www.reddit.com/r/linuxmemes/comments/19c35a4/pictured_avg_linux_user_fixing_thier_pc/)':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706188532
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10975354"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706102132 {#1633
    date: 2024-01-24 14:15:32.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 {#1627
  +user: Proxies\__CG__\App\Entity\User {#1624 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1634 …}
  +image: Proxies\__CG__\App\Entity\Image {#1636 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2358 …}
  +slug: "Evil-maid-or-something-Idk-I-use-LUKS"
  +title: "Evil maid or something? Idk I use LUKS"
  +url: "https://lemmy.ml/pictrs/image/56a3bc47-a9df-4711-8edc-21d65f2b3810.jpeg"
  +body: "Forked from [reddit.com/…/pictured_avg_linux_user_fixing_thier…](https://www.reddit.com/r/linuxmemes/comments/19c35a4/pictured_avg_linux_user_fixing_thier_pc/)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 6
  +favouriteCount: 144
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728532291 {#1622
    date: 2024-10-10 05:51:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1635 …}
  +votes: Doctrine\ORM\PersistentCollection {#1409 …}
  +reports: Doctrine\ORM\PersistentCollection {#1449 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1422 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1447 …}
  +badges: Doctrine\ORM\PersistentCollection {#1423 …}
  +children: []
  -id: 32780
  -titleTs: "'evil':1 'idk':5 'luk':8 'maid':2 'someth':4 'use':7"
  -bodyTs: "'/pictured_avg_linux_user_fixing_thier':4 '/r/linuxmemes/comments/19c35a4/pictured_avg_linux_user_fixing_thier_pc/)':7 'fork':1 'reddit.com':3 'www.reddit.com':6 'www.reddit.com/r/linuxmemes/comments/19c35a4/pictured_avg_linux_user_fixing_thier_pc/)':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706188532
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10975354"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706102132 {#1633
    date: 2024-01-24 14:15:32.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 {#1627
  +user: Proxies\__CG__\App\Entity\User {#1624 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1634 …}
  +image: Proxies\__CG__\App\Entity\Image {#1636 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2358 …}
  +slug: "Evil-maid-or-something-Idk-I-use-LUKS"
  +title: "Evil maid or something? Idk I use LUKS"
  +url: "https://lemmy.ml/pictrs/image/56a3bc47-a9df-4711-8edc-21d65f2b3810.jpeg"
  +body: "Forked from [reddit.com/…/pictured_avg_linux_user_fixing_thier…](https://www.reddit.com/r/linuxmemes/comments/19c35a4/pictured_avg_linux_user_fixing_thier_pc/)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 6
  +favouriteCount: 144
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728532291 {#1622
    date: 2024-10-10 05:51:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1635 …}
  +votes: Doctrine\ORM\PersistentCollection {#1409 …}
  +reports: Doctrine\ORM\PersistentCollection {#1449 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1422 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1447 …}
  +badges: Doctrine\ORM\PersistentCollection {#1423 …}
  +children: []
  -id: 32780
  -titleTs: "'evil':1 'idk':5 'luk':8 'maid':2 'someth':4 'use':7"
  -bodyTs: "'/pictured_avg_linux_user_fixing_thier':4 '/r/linuxmemes/comments/19c35a4/pictured_avg_linux_user_fixing_thier_pc/)':7 'fork':1 'reddit.com':3 'www.reddit.com':6 'www.reddit.com/r/linuxmemes/comments/19c35a4/pictured_avg_linux_user_fixing_thier_pc/)':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706188532
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10975354"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706102132 {#1633
    date: 2024-01-24 14:15:32.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 {#1426
  +user: Proxies\__CG__\App\Entity\User {#1451 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1413 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "Original-Punk-d-series-with-Ashton"
  +title: "Original Punk'd series with Ashton"
  +url: null
  +body: "Does anyone have any idea where to find the original Punk’d episodes? I was having some nostalgia and it seems like that show was nuked from the internet. Any chance anyone has a copy somewhere somehow?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728311055 {#1415
    date: 2024-10-07 16:24:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1417 …}
  +votes: Doctrine\ORM\PersistentCollection {#1411 …}
  +reports: Doctrine\ORM\PersistentCollection {#1441 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1418 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1425 …}
  +badges: Doctrine\ORM\PersistentCollection {#1427 …}
  +children: []
  -id: 32779
  -titleTs: "'ashton':6 'd':3 'origin':1 'punk':2 'seri':4"
  -bodyTs: "'anyon':2,32 'chanc':31 'copi':35 'd':12 'episod':13 'find':8 'idea':5 'internet':29 'like':22 'nostalgia':18 'nuke':26 'origin':10 'punk':11 'seem':21 'show':24 'somehow':37 'somewher':36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706179964
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11124184"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706101464 {#1420
    date: 2024-01-24 14:04: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
71 DENIED edit
App\Entity\Entry {#1426
  +user: Proxies\__CG__\App\Entity\User {#1451 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1413 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "Original-Punk-d-series-with-Ashton"
  +title: "Original Punk'd series with Ashton"
  +url: null
  +body: "Does anyone have any idea where to find the original Punk’d episodes? I was having some nostalgia and it seems like that show was nuked from the internet. Any chance anyone has a copy somewhere somehow?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728311055 {#1415
    date: 2024-10-07 16:24:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1417 …}
  +votes: Doctrine\ORM\PersistentCollection {#1411 …}
  +reports: Doctrine\ORM\PersistentCollection {#1441 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1418 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1425 …}
  +badges: Doctrine\ORM\PersistentCollection {#1427 …}
  +children: []
  -id: 32779
  -titleTs: "'ashton':6 'd':3 'origin':1 'punk':2 'seri':4"
  -bodyTs: "'anyon':2,32 'chanc':31 'copi':35 'd':12 'episod':13 'find':8 'idea':5 'internet':29 'like':22 'nostalgia':18 'nuke':26 'origin':10 'punk':11 'seem':21 'show':24 'somehow':37 'somewher':36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706179964
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11124184"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706101464 {#1420
    date: 2024-01-24 14:04: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
72 DENIED moderate
App\Entity\Entry {#1426
  +user: Proxies\__CG__\App\Entity\User {#1451 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1413 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "Original-Punk-d-series-with-Ashton"
  +title: "Original Punk'd series with Ashton"
  +url: null
  +body: "Does anyone have any idea where to find the original Punk’d episodes? I was having some nostalgia and it seems like that show was nuked from the internet. Any chance anyone has a copy somewhere somehow?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728311055 {#1415
    date: 2024-10-07 16:24:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1417 …}
  +votes: Doctrine\ORM\PersistentCollection {#1411 …}
  +reports: Doctrine\ORM\PersistentCollection {#1441 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1418 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1425 …}
  +badges: Doctrine\ORM\PersistentCollection {#1427 …}
  +children: []
  -id: 32779
  -titleTs: "'ashton':6 'd':3 'origin':1 'punk':2 'seri':4"
  -bodyTs: "'anyon':2,32 'chanc':31 'copi':35 'd':12 'episod':13 'find':8 'idea':5 'internet':29 'like':22 'nostalgia':18 'nuke':26 'origin':10 'punk':11 'seem':21 'show':24 'somehow':37 'somewher':36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706179964
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11124184"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706101464 {#1420
    date: 2024-01-24 14:04: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
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 {#1462
  +user: Proxies\__CG__\App\Entity\User {#1463 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1893 …}
  +image: Proxies\__CG__\App\Entity\Image {#1464 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1448 …}
  +slug: "OBS-Merges-FFmpeg-VA-API-AV1-Support"
  +title: "OBS Merges FFmpeg VA-API AV1 Support"
  +url: "https://www.phoronix.com/news/OBS-Lands-AV1-VA-API"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 138
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728798626 {#1454
    date: 2024-10-13 07:50:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1457 …}
  +votes: Doctrine\ORM\PersistentCollection {#1453 …}
  +reports: Doctrine\ORM\PersistentCollection {#1458 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1432 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1433 …}
  +badges: Doctrine\ORM\PersistentCollection {#1436 …}
  +children: []
  -id: 32778
  -titleTs: "'api':6 'av1':7 'ffmpeg':3 'merg':2 'ob':1 'support':8 'va':5 'va-api':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706187747
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9775161"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706101347 {#1461
    date: 2024-01-24 14:02:27.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 {#1462
  +user: Proxies\__CG__\App\Entity\User {#1463 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1893 …}
  +image: Proxies\__CG__\App\Entity\Image {#1464 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1448 …}
  +slug: "OBS-Merges-FFmpeg-VA-API-AV1-Support"
  +title: "OBS Merges FFmpeg VA-API AV1 Support"
  +url: "https://www.phoronix.com/news/OBS-Lands-AV1-VA-API"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 138
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728798626 {#1454
    date: 2024-10-13 07:50:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1457 …}
  +votes: Doctrine\ORM\PersistentCollection {#1453 …}
  +reports: Doctrine\ORM\PersistentCollection {#1458 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1432 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1433 …}
  +badges: Doctrine\ORM\PersistentCollection {#1436 …}
  +children: []
  -id: 32778
  -titleTs: "'api':6 'av1':7 'ffmpeg':3 'merg':2 'ob':1 'support':8 'va':5 'va-api':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706187747
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9775161"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706101347 {#1461
    date: 2024-01-24 14:02:27.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 {#1462
  +user: Proxies\__CG__\App\Entity\User {#1463 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1893 …}
  +image: Proxies\__CG__\App\Entity\Image {#1464 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1448 …}
  +slug: "OBS-Merges-FFmpeg-VA-API-AV1-Support"
  +title: "OBS Merges FFmpeg VA-API AV1 Support"
  +url: "https://www.phoronix.com/news/OBS-Lands-AV1-VA-API"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 138
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728798626 {#1454
    date: 2024-10-13 07:50:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1457 …}
  +votes: Doctrine\ORM\PersistentCollection {#1453 …}
  +reports: Doctrine\ORM\PersistentCollection {#1458 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1432 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1433 …}
  +badges: Doctrine\ORM\PersistentCollection {#1436 …}
  +children: []
  -id: 32778
  -titleTs: "'api':6 'av1':7 'ffmpeg':3 'merg':2 'ob':1 'support':8 'va':5 'va-api':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706187747
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9775161"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706101347 {#1461
    date: 2024-01-24 14:02:27.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 {#1434
  +user: Proxies\__CG__\App\Entity\User {#1463 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1893 …}
  +image: Proxies\__CG__\App\Entity\Image {#1431 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1448 …}
  +slug: "Windows-NT-Sync-Driver-Proposed-For-The-Linux-Kernel-Better"
  +title: "Windows NT Sync Driver Proposed For The Linux Kernel - Better Wine Performance"
  +url: "https://www.phoronix.com/news/Windows-NT-Sync-RFC-Linux"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 110
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728812079 {#1435
    date: 2024-10-13 11:34:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1440 …}
  +votes: Doctrine\ORM\PersistentCollection {#1429 …}
  +reports: Doctrine\ORM\PersistentCollection {#1694 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1700 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1697 …}
  +badges: Doctrine\ORM\PersistentCollection {#1690 …}
  +children: []
  -id: 32777
  -titleTs: "'better':10 'driver':4 'kernel':9 'linux':8 'nt':2 'perform':12 'propos':5 'sync':3 'window':1 'wine':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706187720
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9775159"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706101320 {#1430
    date: 2024-01-24 14:02:00.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
App\Entity\Entry {#1434
  +user: Proxies\__CG__\App\Entity\User {#1463 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1893 …}
  +image: Proxies\__CG__\App\Entity\Image {#1431 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1448 …}
  +slug: "Windows-NT-Sync-Driver-Proposed-For-The-Linux-Kernel-Better"
  +title: "Windows NT Sync Driver Proposed For The Linux Kernel - Better Wine Performance"
  +url: "https://www.phoronix.com/news/Windows-NT-Sync-RFC-Linux"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 110
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728812079 {#1435
    date: 2024-10-13 11:34:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1440 …}
  +votes: Doctrine\ORM\PersistentCollection {#1429 …}
  +reports: Doctrine\ORM\PersistentCollection {#1694 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1700 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1697 …}
  +badges: Doctrine\ORM\PersistentCollection {#1690 …}
  +children: []
  -id: 32777
  -titleTs: "'better':10 'driver':4 'kernel':9 'linux':8 'nt':2 'perform':12 'propos':5 'sync':3 'window':1 'wine':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706187720
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9775159"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706101320 {#1430
    date: 2024-01-24 14:02:00.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
App\Entity\Entry {#1434
  +user: Proxies\__CG__\App\Entity\User {#1463 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1893 …}
  +image: Proxies\__CG__\App\Entity\Image {#1431 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1448 …}
  +slug: "Windows-NT-Sync-Driver-Proposed-For-The-Linux-Kernel-Better"
  +title: "Windows NT Sync Driver Proposed For The Linux Kernel - Better Wine Performance"
  +url: "https://www.phoronix.com/news/Windows-NT-Sync-RFC-Linux"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 110
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728812079 {#1435
    date: 2024-10-13 11:34:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1440 …}
  +votes: Doctrine\ORM\PersistentCollection {#1429 …}
  +reports: Doctrine\ORM\PersistentCollection {#1694 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1700 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1697 …}
  +badges: Doctrine\ORM\PersistentCollection {#1690 …}
  +children: []
  -id: 32777
  -titleTs: "'better':10 'driver':4 'kernel':9 'linux':8 'nt':2 'perform':12 'propos':5 'sync':3 'window':1 'wine':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706187720
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9775159"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706101320 {#1430
    date: 2024-01-24 14:02:00.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
81 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
82 DENIED moderate
App\Entity\Entry {#1595
  +user: Proxies\__CG__\App\Entity\User {#1610 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1890 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1609 …}
  +slug: "Watch-Reddit-Die-sh-itjust-works"
  +title: "Watch Reddit Die - sh.itjust.works"
  +url: "https://sh.itjust.works/c/watchredditdie"
  +body: """
    I saw some weird pro-reddit content on other reddit-themed communities and then !snoocalypse@lemmy.ml went into archive mode, so I decided to make this to keep it clean from any reddit shills lurking in the dark. I’ll start by posting some historical content.\n
    \n
    By the way, anyone know what might be the most anti-reddit lemmy instance? I’d hate to find out that shitjustworks likes reddit and doesn’t want a “watch reddit die” community on their instance.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729434648 {#1696
    date: 2024-10-20 16:30:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1606 …}
  +votes: Doctrine\ORM\PersistentCollection {#1612 …}
  +reports: Doctrine\ORM\PersistentCollection {#1743 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1744 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1646 …}
  +badges: Doctrine\ORM\PersistentCollection {#1645 …}
  +children: []
  -id: 32775
  -titleTs: "'die':3 'reddit':2 'sh.itjust.works':4 'watch':1"
  -bodyTs: "'anti':59 'anti-reddit':58 'anyon':51 'archiv':20 'clean':31 'communiti':14,81 'content':8,47 'd':64 'dark':39 'decid':24 'die':80 'doesn':74 'find':67 'hate':65 'histor':46 'instanc':62,84 'keep':29 'know':52 'lemmi':61 'like':71 'll':41 'lurk':36 'make':26 'might':54 'mode':21 'post':44 'pro':6 'pro-reddit':5 'reddit':7,12,34,60,72,79 'reddit-them':11 'saw':2 'shill':35 'shitjustwork':70 'snoocalypse@lemmy.ml':17 'start':42 'theme':13 'want':76 'watch':78 'way':50 'weird':4 'went':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706187350
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13396806"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706100950 {#1709
    date: 2024-01-24 13:55:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\Entry {#1595
  +user: Proxies\__CG__\App\Entity\User {#1610 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1890 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1609 …}
  +slug: "Watch-Reddit-Die-sh-itjust-works"
  +title: "Watch Reddit Die - sh.itjust.works"
  +url: "https://sh.itjust.works/c/watchredditdie"
  +body: """
    I saw some weird pro-reddit content on other reddit-themed communities and then !snoocalypse@lemmy.ml went into archive mode, so I decided to make this to keep it clean from any reddit shills lurking in the dark. I’ll start by posting some historical content.\n
    \n
    By the way, anyone know what might be the most anti-reddit lemmy instance? I’d hate to find out that shitjustworks likes reddit and doesn’t want a “watch reddit die” community on their instance.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729434648 {#1696
    date: 2024-10-20 16:30:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1606 …}
  +votes: Doctrine\ORM\PersistentCollection {#1612 …}
  +reports: Doctrine\ORM\PersistentCollection {#1743 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1744 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1646 …}
  +badges: Doctrine\ORM\PersistentCollection {#1645 …}
  +children: []
  -id: 32775
  -titleTs: "'die':3 'reddit':2 'sh.itjust.works':4 'watch':1"
  -bodyTs: "'anti':59 'anti-reddit':58 'anyon':51 'archiv':20 'clean':31 'communiti':14,81 'content':8,47 'd':64 'dark':39 'decid':24 'die':80 'doesn':74 'find':67 'hate':65 'histor':46 'instanc':62,84 'keep':29 'know':52 'lemmi':61 'like':71 'll':41 'lurk':36 'make':26 'might':54 'mode':21 'post':44 'pro':6 'pro-reddit':5 'reddit':7,12,34,60,72,79 'reddit-them':11 'saw':2 'shill':35 'shitjustwork':70 'snoocalypse@lemmy.ml':17 'start':42 'theme':13 'want':76 'watch':78 'way':50 'weird':4 'went':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706187350
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13396806"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706100950 {#1709
    date: 2024-01-24 13:55:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\Entry {#1595
  +user: Proxies\__CG__\App\Entity\User {#1610 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1890 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1609 …}
  +slug: "Watch-Reddit-Die-sh-itjust-works"
  +title: "Watch Reddit Die - sh.itjust.works"
  +url: "https://sh.itjust.works/c/watchredditdie"
  +body: """
    I saw some weird pro-reddit content on other reddit-themed communities and then !snoocalypse@lemmy.ml went into archive mode, so I decided to make this to keep it clean from any reddit shills lurking in the dark. I’ll start by posting some historical content.\n
    \n
    By the way, anyone know what might be the most anti-reddit lemmy instance? I’d hate to find out that shitjustworks likes reddit and doesn’t want a “watch reddit die” community on their instance.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729434648 {#1696
    date: 2024-10-20 16:30:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1606 …}
  +votes: Doctrine\ORM\PersistentCollection {#1612 …}
  +reports: Doctrine\ORM\PersistentCollection {#1743 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1744 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1646 …}
  +badges: Doctrine\ORM\PersistentCollection {#1645 …}
  +children: []
  -id: 32775
  -titleTs: "'die':3 'reddit':2 'sh.itjust.works':4 'watch':1"
  -bodyTs: "'anti':59 'anti-reddit':58 'anyon':51 'archiv':20 'clean':31 'communiti':14,81 'content':8,47 'd':64 'dark':39 'decid':24 'die':80 'doesn':74 'find':67 'hate':65 'histor':46 'instanc':62,84 'keep':29 'know':52 'lemmi':61 'like':71 'll':41 'lurk':36 'make':26 'might':54 'mode':21 'post':44 'pro':6 'pro-reddit':5 'reddit':7,12,34,60,72,79 'reddit-them':11 'saw':2 'shill':35 'shitjustwork':70 'snoocalypse@lemmy.ml':17 'start':42 'theme':13 'want':76 'watch':78 'way':50 'weird':4 'went':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706187350
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13396806"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706100950 {#1709
    date: 2024-01-24 13:55:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
85 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
86 DENIED moderate
App\Entity\Entry {#1675
  +user: Proxies\__CG__\App\Entity\User {#1674 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1676 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "Alright-boys-I-ve-been-converted-to-the-light-side-and"
  +title: "Alright boys, I've been converted to the light side and have installed F-Droid. Now what?"
  +url: null
  +body: """
    Basically title. I waited on installing F droid for a long time because my phone threw many scary warnings when I tried a long time ago. But now I have it, and I got some fossify apps, but since there is no “Editor’s Picks” on F- droid I dont really know where to go from here.\n
    \n
    What apps do you recommend I install first to remove my dependence on closed ecosystems?\n
    \n
    What is my vulnerability surface ie, which sort of apps should I watch out for?\n
    \n
    Are there any bad faith companies in the open source sphere?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 85
  +favouriteCount: 160
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728913863 {#1641
    date: 2024-10-14 15:51:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1672 …}
  +votes: Doctrine\ORM\PersistentCollection {#1677 …}
  +reports: Doctrine\ORM\PersistentCollection {#1669 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1666 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1668 …}
  +badges: Doctrine\ORM\PersistentCollection {#1679 …}
  +children: []
  -id: 32774
  -titleTs: "'alright':1 'boy':2 'convert':6 'droid':16 'f':15 'f-droid':14 'instal':13 'light':9 'side':10 've':4"
  -bodyTs: "'ago':26 'app':37,59,82 'bad':91 'basic':1 'close':71 'compani':93 'depend':69 'dont':50 'droid':8,48 'ecosystem':72 'editor':43 'f':7,47 'faith':92 'first':65 'fossifi':36 'go':55 'got':34 'ie':78 'instal':6,64 'know':52 'long':11,24 'mani':17 'open':96 'phone':15 'pick':45 'realli':51 'recommend':62 'remov':67 'scari':18 'sinc':39 'sort':80 'sourc':97 'sphere':98 'surfac':77 'threw':16 'time':12,25 'titl':2 'tri':22 'vulner':76 'wait':4 'warn':19 'watch':85"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706185874
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11123465"
  +editedAt: DateTimeImmutable @1728290179 {#1648
    date: 2024-10-07 10:36:19.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706099474 {#1665
    date: 2024-01-24 13:31:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
87 DENIED edit
App\Entity\Entry {#1675
  +user: Proxies\__CG__\App\Entity\User {#1674 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1676 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "Alright-boys-I-ve-been-converted-to-the-light-side-and"
  +title: "Alright boys, I've been converted to the light side and have installed F-Droid. Now what?"
  +url: null
  +body: """
    Basically title. I waited on installing F droid for a long time because my phone threw many scary warnings when I tried a long time ago. But now I have it, and I got some fossify apps, but since there is no “Editor’s Picks” on F- droid I dont really know where to go from here.\n
    \n
    What apps do you recommend I install first to remove my dependence on closed ecosystems?\n
    \n
    What is my vulnerability surface ie, which sort of apps should I watch out for?\n
    \n
    Are there any bad faith companies in the open source sphere?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 85
  +favouriteCount: 160
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728913863 {#1641
    date: 2024-10-14 15:51:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1672 …}
  +votes: Doctrine\ORM\PersistentCollection {#1677 …}
  +reports: Doctrine\ORM\PersistentCollection {#1669 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1666 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1668 …}
  +badges: Doctrine\ORM\PersistentCollection {#1679 …}
  +children: []
  -id: 32774
  -titleTs: "'alright':1 'boy':2 'convert':6 'droid':16 'f':15 'f-droid':14 'instal':13 'light':9 'side':10 've':4"
  -bodyTs: "'ago':26 'app':37,59,82 'bad':91 'basic':1 'close':71 'compani':93 'depend':69 'dont':50 'droid':8,48 'ecosystem':72 'editor':43 'f':7,47 'faith':92 'first':65 'fossifi':36 'go':55 'got':34 'ie':78 'instal':6,64 'know':52 'long':11,24 'mani':17 'open':96 'phone':15 'pick':45 'realli':51 'recommend':62 'remov':67 'scari':18 'sinc':39 'sort':80 'sourc':97 'sphere':98 'surfac':77 'threw':16 'time':12,25 'titl':2 'tri':22 'vulner':76 'wait':4 'warn':19 'watch':85"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706185874
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11123465"
  +editedAt: DateTimeImmutable @1728290179 {#1648
    date: 2024-10-07 10:36:19.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706099474 {#1665
    date: 2024-01-24 13:31:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
88 DENIED moderate
App\Entity\Entry {#1675
  +user: Proxies\__CG__\App\Entity\User {#1674 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1676 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "Alright-boys-I-ve-been-converted-to-the-light-side-and"
  +title: "Alright boys, I've been converted to the light side and have installed F-Droid. Now what?"
  +url: null
  +body: """
    Basically title. I waited on installing F droid for a long time because my phone threw many scary warnings when I tried a long time ago. But now I have it, and I got some fossify apps, but since there is no “Editor’s Picks” on F- droid I dont really know where to go from here.\n
    \n
    What apps do you recommend I install first to remove my dependence on closed ecosystems?\n
    \n
    What is my vulnerability surface ie, which sort of apps should I watch out for?\n
    \n
    Are there any bad faith companies in the open source sphere?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 85
  +favouriteCount: 160
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728913863 {#1641
    date: 2024-10-14 15:51:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1672 …}
  +votes: Doctrine\ORM\PersistentCollection {#1677 …}
  +reports: Doctrine\ORM\PersistentCollection {#1669 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1666 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1668 …}
  +badges: Doctrine\ORM\PersistentCollection {#1679 …}
  +children: []
  -id: 32774
  -titleTs: "'alright':1 'boy':2 'convert':6 'droid':16 'f':15 'f-droid':14 'instal':13 'light':9 'side':10 've':4"
  -bodyTs: "'ago':26 'app':37,59,82 'bad':91 'basic':1 'close':71 'compani':93 'depend':69 'dont':50 'droid':8,48 'ecosystem':72 'editor':43 'f':7,47 'faith':92 'first':65 'fossifi':36 'go':55 'got':34 'ie':78 'instal':6,64 'know':52 'long':11,24 'mani':17 'open':96 'phone':15 'pick':45 'realli':51 'recommend':62 'remov':67 'scari':18 'sinc':39 'sort':80 'sourc':97 'sphere':98 'surfac':77 'threw':16 'time':12,25 'titl':2 'tri':22 'vulner':76 'wait':4 'warn':19 'watch':85"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706185874
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11123465"
  +editedAt: DateTimeImmutable @1728290179 {#1648
    date: 2024-10-07 10:36:19.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706099474 {#1665
    date: 2024-01-24 13:31:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1655
  +user: Proxies\__CG__\App\Entity\User {#1649 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1413 …}
  +image: Proxies\__CG__\App\Entity\Image {#1651 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1653 …}
  +slug: "Streaming-Pirates-Are-Hollywood-s-New-Villains-Illegal-subscription-services-that"
  +title: "Streaming Pirates Are Hollywood’s New Villains - Illegal subscription services that steal films or TV shows bring in $2 billion a year in ads and subscriber fees."
  +url: "https://www.bloomberg.com/news/articles/2024-01-24/streaming-service-costs-drive-new-era-of-hollywood-piracy?srnd=premium"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 90
  +favouriteCount: 523
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729243627 {#1654
    date: 2024-10-18 11:27:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1656 …}
  +votes: Doctrine\ORM\PersistentCollection {#1662 …}
  +reports: Doctrine\ORM\PersistentCollection {#1553 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1590 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1591 …}
  +badges: Doctrine\ORM\PersistentCollection {#1589 …}
  +children: []
  -id: 32773
  -titleTs: "'2':19 'ad':24 'billion':20 'bring':17 'fee':27 'film':13 'hollywood':4 'illeg':8 'new':6 'pirat':2 'servic':10 'show':16 'steal':12 'stream':1 'subscrib':26 'subscript':9 'tv':15 'villain':7 'year':22"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706185458
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12966404"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706099058 {#1652
    date: 2024-01-24 13:24:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
App\Entity\Entry {#1655
  +user: Proxies\__CG__\App\Entity\User {#1649 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1413 …}
  +image: Proxies\__CG__\App\Entity\Image {#1651 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1653 …}
  +slug: "Streaming-Pirates-Are-Hollywood-s-New-Villains-Illegal-subscription-services-that"
  +title: "Streaming Pirates Are Hollywood’s New Villains - Illegal subscription services that steal films or TV shows bring in $2 billion a year in ads and subscriber fees."
  +url: "https://www.bloomberg.com/news/articles/2024-01-24/streaming-service-costs-drive-new-era-of-hollywood-piracy?srnd=premium"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 90
  +favouriteCount: 523
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729243627 {#1654
    date: 2024-10-18 11:27:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1656 …}
  +votes: Doctrine\ORM\PersistentCollection {#1662 …}
  +reports: Doctrine\ORM\PersistentCollection {#1553 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1590 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1591 …}
  +badges: Doctrine\ORM\PersistentCollection {#1589 …}
  +children: []
  -id: 32773
  -titleTs: "'2':19 'ad':24 'billion':20 'bring':17 'fee':27 'film':13 'hollywood':4 'illeg':8 'new':6 'pirat':2 'servic':10 'show':16 'steal':12 'stream':1 'subscrib':26 'subscript':9 'tv':15 'villain':7 'year':22"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706185458
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12966404"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706099058 {#1652
    date: 2024-01-24 13:24:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
App\Entity\Entry {#1655
  +user: Proxies\__CG__\App\Entity\User {#1649 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1413 …}
  +image: Proxies\__CG__\App\Entity\Image {#1651 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1653 …}
  +slug: "Streaming-Pirates-Are-Hollywood-s-New-Villains-Illegal-subscription-services-that"
  +title: "Streaming Pirates Are Hollywood’s New Villains - Illegal subscription services that steal films or TV shows bring in $2 billion a year in ads and subscriber fees."
  +url: "https://www.bloomberg.com/news/articles/2024-01-24/streaming-service-costs-drive-new-era-of-hollywood-piracy?srnd=premium"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 90
  +favouriteCount: 523
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729243627 {#1654
    date: 2024-10-18 11:27:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1656 …}
  +votes: Doctrine\ORM\PersistentCollection {#1662 …}
  +reports: Doctrine\ORM\PersistentCollection {#1553 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1590 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1591 …}
  +badges: Doctrine\ORM\PersistentCollection {#1589 …}
  +children: []
  -id: 32773
  -titleTs: "'2':19 'ad':24 'billion':20 'bring':17 'fee':27 'film':13 'hollywood':4 'illeg':8 'new':6 'pirat':2 'servic':10 'show':16 'steal':12 'stream':1 'subscrib':26 'subscript':9 'tv':15 'villain':7 'year':22"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706185458
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12966404"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706099058 {#1652
    date: 2024-01-24 13:24:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1583
  +user: Proxies\__CG__\App\Entity\User {#1577 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1413 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "How-viable-is-torrenting-on-a-public-connection"
  +title: "How viable is torrenting on a public connection?"
  +url: null
  +body: """
    My options for internet connectivity are very limited. I was wondering if I could go to a library or coffee shop or wherever has a good connection and do all my downloading remotely, or if I will run into problems/restrictions.\n
    \n
    I’m thinking they may not allow VPN’s or something like that?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728868761 {#1582
    date: 2024-10-14 03:19:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1580 …}
  +votes: Doctrine\ORM\PersistentCollection {#1584 …}
  +reports: Doctrine\ORM\PersistentCollection {#1588 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1587 …}
  +badges: Doctrine\ORM\PersistentCollection {#1573 …}
  +children: []
  -id: 32772
  -titleTs: "'connect':8 'public':7 'torrent':4 'viabl':2"
  -bodyTs: "'allow':47 'coffe':20 'connect':5,27 'could':14 'download':32 'go':15 'good':26 'internet':4 'librari':18 'like':52 'limit':8 'm':42 'may':45 'option':2 'problems/restrictions':40 'remot':33 'run':38 'shop':21 'someth':51 'think':43 'vpn':48 'wherev':23 'wonder':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706184542
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/6068853"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706098142 {#1578
    date: 2024-01-24 13:09: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
95 DENIED edit
App\Entity\Entry {#1583
  +user: Proxies\__CG__\App\Entity\User {#1577 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1413 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "How-viable-is-torrenting-on-a-public-connection"
  +title: "How viable is torrenting on a public connection?"
  +url: null
  +body: """
    My options for internet connectivity are very limited. I was wondering if I could go to a library or coffee shop or wherever has a good connection and do all my downloading remotely, or if I will run into problems/restrictions.\n
    \n
    I’m thinking they may not allow VPN’s or something like that?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728868761 {#1582
    date: 2024-10-14 03:19:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1580 …}
  +votes: Doctrine\ORM\PersistentCollection {#1584 …}
  +reports: Doctrine\ORM\PersistentCollection {#1588 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1587 …}
  +badges: Doctrine\ORM\PersistentCollection {#1573 …}
  +children: []
  -id: 32772
  -titleTs: "'connect':8 'public':7 'torrent':4 'viabl':2"
  -bodyTs: "'allow':47 'coffe':20 'connect':5,27 'could':14 'download':32 'go':15 'good':26 'internet':4 'librari':18 'like':52 'limit':8 'm':42 'may':45 'option':2 'problems/restrictions':40 'remot':33 'run':38 'shop':21 'someth':51 'think':43 'vpn':48 'wherev':23 'wonder':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706184542
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/6068853"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706098142 {#1578
    date: 2024-01-24 13:09: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
96 DENIED moderate
App\Entity\Entry {#1583
  +user: Proxies\__CG__\App\Entity\User {#1577 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1413 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "How-viable-is-torrenting-on-a-public-connection"
  +title: "How viable is torrenting on a public connection?"
  +url: null
  +body: """
    My options for internet connectivity are very limited. I was wondering if I could go to a library or coffee shop or wherever has a good connection and do all my downloading remotely, or if I will run into problems/restrictions.\n
    \n
    I’m thinking they may not allow VPN’s or something like that?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728868761 {#1582
    date: 2024-10-14 03:19:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1580 …}
  +votes: Doctrine\ORM\PersistentCollection {#1584 …}
  +reports: Doctrine\ORM\PersistentCollection {#1588 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1587 …}
  +badges: Doctrine\ORM\PersistentCollection {#1573 …}
  +children: []
  -id: 32772
  -titleTs: "'connect':8 'public':7 'torrent':4 'viabl':2"
  -bodyTs: "'allow':47 'coffe':20 'connect':5,27 'could':14 'download':32 'go':15 'good':26 'internet':4 'librari':18 'like':52 'limit':8 'm':42 'may':45 'option':2 'problems/restrictions':40 'remot':33 'run':38 'shop':21 'someth':51 'think':43 'vpn':48 'wherev':23 'wonder':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706184542
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/6068853"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706098142 {#1578
    date: 2024-01-24 13:09: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
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 {#1549
  +user: Proxies\__CG__\App\Entity\User {#1560 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1893 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "how-do-i-install-the-latest-version-of-neovim-for"
  +title: "how do i install the latest version of neovim (for nvchad) linux mint"
  +url: null
  +body: "hi all, i tried installing through apt and got an older 0.6.4 and i tried installing through an appimage but for some reason nvchad didnt accept it. also what is nerdfonts and is that the default for linux mint? been at this for an hour and am very confused"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728640143 {#1576
    date: 2024-10-11 11:49:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1568 …}
  +votes: Doctrine\ORM\PersistentCollection {#1528 …}
  +reports: Doctrine\ORM\PersistentCollection {#1561 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1559 …}
  +badges: Doctrine\ORM\PersistentCollection {#1564 …}
  +children: []
  -id: 32771
  -titleTs: "'instal':4 'latest':6 'linux':12 'mint':13 'neovim':9 'nvchad':11 'version':7"
  -bodyTs: "'0.6.4':12 'accept':26 'also':28 'appimag':19 'apt':7 'confus':49 'default':36 'didnt':25 'got':9 'hi':1 'hour':45 'instal':5,16 'linux':38 'mint':39 'nerdfont':31 'nvchad':24 'older':11 'reason':23 'tri':4,15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706184506
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10973881"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706098106 {#1551
    date: 2024-01-24 13:08:26.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
99 DENIED edit
App\Entity\Entry {#1549
  +user: Proxies\__CG__\App\Entity\User {#1560 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1893 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "how-do-i-install-the-latest-version-of-neovim-for"
  +title: "how do i install the latest version of neovim (for nvchad) linux mint"
  +url: null
  +body: "hi all, i tried installing through apt and got an older 0.6.4 and i tried installing through an appimage but for some reason nvchad didnt accept it. also what is nerdfonts and is that the default for linux mint? been at this for an hour and am very confused"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728640143 {#1576
    date: 2024-10-11 11:49:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1568 …}
  +votes: Doctrine\ORM\PersistentCollection {#1528 …}
  +reports: Doctrine\ORM\PersistentCollection {#1561 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1559 …}
  +badges: Doctrine\ORM\PersistentCollection {#1564 …}
  +children: []
  -id: 32771
  -titleTs: "'instal':4 'latest':6 'linux':12 'mint':13 'neovim':9 'nvchad':11 'version':7"
  -bodyTs: "'0.6.4':12 'accept':26 'also':28 'appimag':19 'apt':7 'confus':49 'default':36 'didnt':25 'got':9 'hi':1 'hour':45 'instal':5,16 'linux':38 'mint':39 'nerdfont':31 'nvchad':24 'older':11 'reason':23 'tri':4,15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706184506
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10973881"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706098106 {#1551
    date: 2024-01-24 13:08:26.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
100 DENIED moderate
App\Entity\Entry {#1549
  +user: Proxies\__CG__\App\Entity\User {#1560 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1893 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "how-do-i-install-the-latest-version-of-neovim-for"
  +title: "how do i install the latest version of neovim (for nvchad) linux mint"
  +url: null
  +body: "hi all, i tried installing through apt and got an older 0.6.4 and i tried installing through an appimage but for some reason nvchad didnt accept it. also what is nerdfonts and is that the default for linux mint? been at this for an hour and am very confused"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728640143 {#1576
    date: 2024-10-11 11:49:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1568 …}
  +votes: Doctrine\ORM\PersistentCollection {#1528 …}
  +reports: Doctrine\ORM\PersistentCollection {#1561 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1559 …}
  +badges: Doctrine\ORM\PersistentCollection {#1564 …}
  +children: []
  -id: 32771
  -titleTs: "'instal':4 'latest':6 'linux':12 'mint':13 'neovim':9 'nvchad':11 'version':7"
  -bodyTs: "'0.6.4':12 'accept':26 'also':28 'appimag':19 'apt':7 'confus':49 'default':36 'didnt':25 'got':9 'hi':1 'hour':45 'instal':5,16 'linux':38 'mint':39 'nerdfont':31 'nvchad':24 'older':11 'reason':23 'tri':4,15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706184506
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10973881"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706098106 {#1551
    date: 2024-01-24 13:08:26.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details