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

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

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\Entry {#199
  +user: Proxies\__CG__\App\Entity\User {#2403 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Wayland-running-GUI-program-as-another-user"
  +title: "Wayland running GUI program as another user"
  +url: null
  +body: """
    I use [github.com/slingamn/namespaced-openvpn](https://github.com/slingamn/namespaced-openvpn) to have a isolated namespace and VPN connection to work\n
    \n
    On X, these two steps would allow me to run a GUI program in the protected namespace. So I could have .e.g an IDE configuration for my main user/personal projects, and another entirely different instance of the same IDE for work because they use different users\n
    \n
    ```\n
    \n
    <span style="color:#323232;">sudo xhost '+si:localuser:user'\n
    </span><span style="color:#323232;">sudo ip netns exec protected sudo -u user -i\n
    </span><span style="color:#323232;">\n
    </span>\n
    ```\n
    \n
    On Wayland, although the protected shell is created fine, GUI programs don’t start. E.g fgor Dolphin\n
    \n
    ```\n
    \n
    <span style="color:#323232;">error: XDG_RUNTIME_DIR is invalid or not set in the environment.\n
    </span><span style="color:#323232;">Failed to create wl_display (No such file or directory)\n
    </span><span style="color:#323232;">\n
    </span>\n
    ```\n
    \n
    I’ve tried to preserve the env without success:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">\n
    </span><span style="color:#323232;">sudo -E ip netns exec protected sudo -u user -i\n
    </span>\n
    ```\n
    \n
    It seems that I access to the wayland socket is a must for this to work\n
    \n
    This discussion has a nuke option - giving 777 access to the dir where the wayland socket is, and another less permissive approach adding the users to a group and giving access to a new location where the wayland socket is created\n
    \n
    [stackoverflow.com/…/linux-wayland-display-multipl…](https://stackoverflow.com/questions/41736528/linux-wayland-display-multiple-user)\n
    \n
    Is this second approach secure? If not, which other steps could I take to achieve what I did in X?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705448855 {#191
    date: 2024-01-17 00:47:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#227 …}
  +votes: Doctrine\ORM\PersistentCollection {#1839 …}
  +reports: Doctrine\ORM\PersistentCollection {#2400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2398 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1879 …}
  +badges: Doctrine\ORM\PersistentCollection {#1865 …}
  +children: []
  -id: 29681
  -titleTs: "'anoth':6 'gui':3 'program':4 'run':2 'user':7 'wayland':1"
  -bodyTs: "'/linux-wayland-display-multipl':192 '/questions/41736528/linux-wayland-display-multiple-user)':195 '/slingamn/namespaced-openvpn](https://github.com/slingamn/namespaced-openvpn)':5 '777':157 'access':138,158,180 'achiev':210 'ad':172 'allow':22 'although':78 'anoth':47,168 'approach':171,199 'configur':40 'connect':13 'could':35,206 'creat':83,107,190 'differ':49,60 'dir':96,161 'directori':114 'discuss':151 'display':109 'dolphin':92 'e':125 'e.g':37,90 'entir':48 'env':121 'environ':104 'error':93 'exec':70,128 'fail':105 'fgor':91 'file':112 'fine':84 'github.com':4 'github.com/slingamn/namespaced-openvpn](https://github.com/slingamn/namespaced-openvpn)':3 'give':156,179 'group':177 'gui':27,85 'ide':39,54 'instanc':50 'invalid':98 'ip':68,126 'isol':9 'less':169 'localus':65 'locat':184 'main':43 'must':145 'namespac':10,32 'netn':69,127 'new':183 'nuke':154 'option':155 'permiss':170 'preserv':119 'program':28,86 'project':45 'protect':31,71,80,129 'run':25 'runtim':95 'second':198 'secur':200 'seem':135 'set':101 'shell':81 'si':64 'socket':142,165,188 'stackoverflow.com':191,194 'stackoverflow.com/questions/41736528/linux-wayland-display-multiple-user)':193 'start':89 'step':20,205 'success':123 'sudo':62,67,72,124,130 'take':208 'tri':117 'two':19 'u':73,131 'use':2,59 'user':61,66,74,132,174 'user/personal':44 've':116 'vpn':12 'wayland':77,141,164,187 'without':122 'wl':108 'work':15,56,149 'would':21 'x':17,215 'xdg':94 'xhost':63"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705221056
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10660985"
  +editedAt: DateTimeImmutable @1722591918 {#242
    date: 2024-08-02 11:45:18.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705155056 {#269
    date: 2024-01-13 15:10:56.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\Entry {#199
  +user: Proxies\__CG__\App\Entity\User {#2403 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Wayland-running-GUI-program-as-another-user"
  +title: "Wayland running GUI program as another user"
  +url: null
  +body: """
    I use [github.com/slingamn/namespaced-openvpn](https://github.com/slingamn/namespaced-openvpn) to have a isolated namespace and VPN connection to work\n
    \n
    On X, these two steps would allow me to run a GUI program in the protected namespace. So I could have .e.g an IDE configuration for my main user/personal projects, and another entirely different instance of the same IDE for work because they use different users\n
    \n
    ```\n
    \n
    <span style="color:#323232;">sudo xhost '+si:localuser:user'\n
    </span><span style="color:#323232;">sudo ip netns exec protected sudo -u user -i\n
    </span><span style="color:#323232;">\n
    </span>\n
    ```\n
    \n
    On Wayland, although the protected shell is created fine, GUI programs don’t start. E.g fgor Dolphin\n
    \n
    ```\n
    \n
    <span style="color:#323232;">error: XDG_RUNTIME_DIR is invalid or not set in the environment.\n
    </span><span style="color:#323232;">Failed to create wl_display (No such file or directory)\n
    </span><span style="color:#323232;">\n
    </span>\n
    ```\n
    \n
    I’ve tried to preserve the env without success:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">\n
    </span><span style="color:#323232;">sudo -E ip netns exec protected sudo -u user -i\n
    </span>\n
    ```\n
    \n
    It seems that I access to the wayland socket is a must for this to work\n
    \n
    This discussion has a nuke option - giving 777 access to the dir where the wayland socket is, and another less permissive approach adding the users to a group and giving access to a new location where the wayland socket is created\n
    \n
    [stackoverflow.com/…/linux-wayland-display-multipl…](https://stackoverflow.com/questions/41736528/linux-wayland-display-multiple-user)\n
    \n
    Is this second approach secure? If not, which other steps could I take to achieve what I did in X?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705448855 {#191
    date: 2024-01-17 00:47:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#227 …}
  +votes: Doctrine\ORM\PersistentCollection {#1839 …}
  +reports: Doctrine\ORM\PersistentCollection {#2400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2398 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1879 …}
  +badges: Doctrine\ORM\PersistentCollection {#1865 …}
  +children: []
  -id: 29681
  -titleTs: "'anoth':6 'gui':3 'program':4 'run':2 'user':7 'wayland':1"
  -bodyTs: "'/linux-wayland-display-multipl':192 '/questions/41736528/linux-wayland-display-multiple-user)':195 '/slingamn/namespaced-openvpn](https://github.com/slingamn/namespaced-openvpn)':5 '777':157 'access':138,158,180 'achiev':210 'ad':172 'allow':22 'although':78 'anoth':47,168 'approach':171,199 'configur':40 'connect':13 'could':35,206 'creat':83,107,190 'differ':49,60 'dir':96,161 'directori':114 'discuss':151 'display':109 'dolphin':92 'e':125 'e.g':37,90 'entir':48 'env':121 'environ':104 'error':93 'exec':70,128 'fail':105 'fgor':91 'file':112 'fine':84 'github.com':4 'github.com/slingamn/namespaced-openvpn](https://github.com/slingamn/namespaced-openvpn)':3 'give':156,179 'group':177 'gui':27,85 'ide':39,54 'instanc':50 'invalid':98 'ip':68,126 'isol':9 'less':169 'localus':65 'locat':184 'main':43 'must':145 'namespac':10,32 'netn':69,127 'new':183 'nuke':154 'option':155 'permiss':170 'preserv':119 'program':28,86 'project':45 'protect':31,71,80,129 'run':25 'runtim':95 'second':198 'secur':200 'seem':135 'set':101 'shell':81 'si':64 'socket':142,165,188 'stackoverflow.com':191,194 'stackoverflow.com/questions/41736528/linux-wayland-display-multiple-user)':193 'start':89 'step':20,205 'success':123 'sudo':62,67,72,124,130 'take':208 'tri':117 'two':19 'u':73,131 'use':2,59 'user':61,66,74,132,174 'user/personal':44 've':116 'vpn':12 'wayland':77,141,164,187 'without':122 'wl':108 'work':15,56,149 'would':21 'x':17,215 'xdg':94 'xhost':63"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705221056
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10660985"
  +editedAt: DateTimeImmutable @1722591918 {#242
    date: 2024-08-02 11:45:18.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705155056 {#269
    date: 2024-01-13 15:10:56.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\Entry {#199
  +user: Proxies\__CG__\App\Entity\User {#2403 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Wayland-running-GUI-program-as-another-user"
  +title: "Wayland running GUI program as another user"
  +url: null
  +body: """
    I use [github.com/slingamn/namespaced-openvpn](https://github.com/slingamn/namespaced-openvpn) to have a isolated namespace and VPN connection to work\n
    \n
    On X, these two steps would allow me to run a GUI program in the protected namespace. So I could have .e.g an IDE configuration for my main user/personal projects, and another entirely different instance of the same IDE for work because they use different users\n
    \n
    ```\n
    \n
    <span style="color:#323232;">sudo xhost '+si:localuser:user'\n
    </span><span style="color:#323232;">sudo ip netns exec protected sudo -u user -i\n
    </span><span style="color:#323232;">\n
    </span>\n
    ```\n
    \n
    On Wayland, although the protected shell is created fine, GUI programs don’t start. E.g fgor Dolphin\n
    \n
    ```\n
    \n
    <span style="color:#323232;">error: XDG_RUNTIME_DIR is invalid or not set in the environment.\n
    </span><span style="color:#323232;">Failed to create wl_display (No such file or directory)\n
    </span><span style="color:#323232;">\n
    </span>\n
    ```\n
    \n
    I’ve tried to preserve the env without success:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">\n
    </span><span style="color:#323232;">sudo -E ip netns exec protected sudo -u user -i\n
    </span>\n
    ```\n
    \n
    It seems that I access to the wayland socket is a must for this to work\n
    \n
    This discussion has a nuke option - giving 777 access to the dir where the wayland socket is, and another less permissive approach adding the users to a group and giving access to a new location where the wayland socket is created\n
    \n
    [stackoverflow.com/…/linux-wayland-display-multipl…](https://stackoverflow.com/questions/41736528/linux-wayland-display-multiple-user)\n
    \n
    Is this second approach secure? If not, which other steps could I take to achieve what I did in X?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705448855 {#191
    date: 2024-01-17 00:47:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#227 …}
  +votes: Doctrine\ORM\PersistentCollection {#1839 …}
  +reports: Doctrine\ORM\PersistentCollection {#2400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2398 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1879 …}
  +badges: Doctrine\ORM\PersistentCollection {#1865 …}
  +children: []
  -id: 29681
  -titleTs: "'anoth':6 'gui':3 'program':4 'run':2 'user':7 'wayland':1"
  -bodyTs: "'/linux-wayland-display-multipl':192 '/questions/41736528/linux-wayland-display-multiple-user)':195 '/slingamn/namespaced-openvpn](https://github.com/slingamn/namespaced-openvpn)':5 '777':157 'access':138,158,180 'achiev':210 'ad':172 'allow':22 'although':78 'anoth':47,168 'approach':171,199 'configur':40 'connect':13 'could':35,206 'creat':83,107,190 'differ':49,60 'dir':96,161 'directori':114 'discuss':151 'display':109 'dolphin':92 'e':125 'e.g':37,90 'entir':48 'env':121 'environ':104 'error':93 'exec':70,128 'fail':105 'fgor':91 'file':112 'fine':84 'github.com':4 'github.com/slingamn/namespaced-openvpn](https://github.com/slingamn/namespaced-openvpn)':3 'give':156,179 'group':177 'gui':27,85 'ide':39,54 'instanc':50 'invalid':98 'ip':68,126 'isol':9 'less':169 'localus':65 'locat':184 'main':43 'must':145 'namespac':10,32 'netn':69,127 'new':183 'nuke':154 'option':155 'permiss':170 'preserv':119 'program':28,86 'project':45 'protect':31,71,80,129 'run':25 'runtim':95 'second':198 'secur':200 'seem':135 'set':101 'shell':81 'si':64 'socket':142,165,188 'stackoverflow.com':191,194 'stackoverflow.com/questions/41736528/linux-wayland-display-multiple-user)':193 'start':89 'step':20,205 'success':123 'sudo':62,67,72,124,130 'take':208 'tri':117 'two':19 'u':73,131 'use':2,59 'user':61,66,74,132,174 'user/personal':44 've':116 'vpn':12 'wayland':77,141,164,187 'without':122 'wl':108 'work':15,56,149 'would':21 'x':17,215 'xdg':94 'xhost':63"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705221056
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10660985"
  +editedAt: DateTimeImmutable @1722591918 {#242
    date: 2024-08-02 11:45:18.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705155056 {#269
    date: 2024-01-13 15:10:56.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1876
  +user: Proxies\__CG__\App\Entity\User {#1905 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1886 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "How-do-I-avoid-Amazon-when-orders-from-other-sites"
  +title: "How do I avoid Amazon when orders from other sites get fulfilled by Amazon?"
  +url: null
  +body: """
    No one is on Lemmy because they like shitty corps so I need your help\n
    \n
    I’m at a loss. Increasingly whenever I order New on eBay or wherever, the order gets fulfilled by Amazon.\n
    \n
    When I complain to the site I bought it from they shrug.\n
    \n
    I’m regularly paying more for items *and still* funding an undeniably awful company
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 105
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725879559 {#1867
    date: 2024-09-09 12:59:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1688 …}
  +votes: Doctrine\ORM\PersistentCollection {#1877 …}
  +reports: Doctrine\ORM\PersistentCollection {#1920 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1912 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1889 …}
  +badges: Doctrine\ORM\PersistentCollection {#1900 …}
  +children: []
  -id: 29626
  -titleTs: "'amazon':5,14 'avoid':4 'fulfil':12 'get':11 'order':7 'site':10"
  -bodyTs: "'amazon':35 'aw':60 'bought':43 'compani':61 'complain':38 'corp':10 'ebay':27 'fulfil':33 'fund':57 'get':32 'help':15 'increas':21 'item':54 'lemmi':5 'like':8 'loss':20 'm':17,49 'need':13 'new':25 'one':2 'order':24,31 'pay':51 'regular':50 'shitti':9 'shrug':47 'site':41 'still':56 'undeni':59 'whenev':22 'wherev':29"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705221001
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10651917"
  +editedAt: DateTimeImmutable @1722445089 {#1913
    date: 2024-07-31 18:58:09.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705134601 {#1408
    date: 2024-01-13 09:30:01.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\Entry {#1876
  +user: Proxies\__CG__\App\Entity\User {#1905 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1886 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "How-do-I-avoid-Amazon-when-orders-from-other-sites"
  +title: "How do I avoid Amazon when orders from other sites get fulfilled by Amazon?"
  +url: null
  +body: """
    No one is on Lemmy because they like shitty corps so I need your help\n
    \n
    I’m at a loss. Increasingly whenever I order New on eBay or wherever, the order gets fulfilled by Amazon.\n
    \n
    When I complain to the site I bought it from they shrug.\n
    \n
    I’m regularly paying more for items *and still* funding an undeniably awful company
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 105
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725879559 {#1867
    date: 2024-09-09 12:59:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1688 …}
  +votes: Doctrine\ORM\PersistentCollection {#1877 …}
  +reports: Doctrine\ORM\PersistentCollection {#1920 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1912 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1889 …}
  +badges: Doctrine\ORM\PersistentCollection {#1900 …}
  +children: []
  -id: 29626
  -titleTs: "'amazon':5,14 'avoid':4 'fulfil':12 'get':11 'order':7 'site':10"
  -bodyTs: "'amazon':35 'aw':60 'bought':43 'compani':61 'complain':38 'corp':10 'ebay':27 'fulfil':33 'fund':57 'get':32 'help':15 'increas':21 'item':54 'lemmi':5 'like':8 'loss':20 'm':17,49 'need':13 'new':25 'one':2 'order':24,31 'pay':51 'regular':50 'shitti':9 'shrug':47 'site':41 'still':56 'undeni':59 'whenev':22 'wherev':29"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705221001
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10651917"
  +editedAt: DateTimeImmutable @1722445089 {#1913
    date: 2024-07-31 18:58:09.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705134601 {#1408
    date: 2024-01-13 09:30:01.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\Entry {#1876
  +user: Proxies\__CG__\App\Entity\User {#1905 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1886 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "How-do-I-avoid-Amazon-when-orders-from-other-sites"
  +title: "How do I avoid Amazon when orders from other sites get fulfilled by Amazon?"
  +url: null
  +body: """
    No one is on Lemmy because they like shitty corps so I need your help\n
    \n
    I’m at a loss. Increasingly whenever I order New on eBay or wherever, the order gets fulfilled by Amazon.\n
    \n
    When I complain to the site I bought it from they shrug.\n
    \n
    I’m regularly paying more for items *and still* funding an undeniably awful company
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 105
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725879559 {#1867
    date: 2024-09-09 12:59:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1688 …}
  +votes: Doctrine\ORM\PersistentCollection {#1877 …}
  +reports: Doctrine\ORM\PersistentCollection {#1920 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1912 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1889 …}
  +badges: Doctrine\ORM\PersistentCollection {#1900 …}
  +children: []
  -id: 29626
  -titleTs: "'amazon':5,14 'avoid':4 'fulfil':12 'get':11 'order':7 'site':10"
  -bodyTs: "'amazon':35 'aw':60 'bought':43 'compani':61 'complain':38 'corp':10 'ebay':27 'fulfil':33 'fund':57 'get':32 'help':15 'increas':21 'item':54 'lemmi':5 'like':8 'loss':20 'm':17,49 'need':13 'new':25 'one':2 'order':24,31 'pay':51 'regular':50 'shitti':9 'shrug':47 'site':41 'still':56 'undeni':59 'whenev':22 'wherev':29"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705221001
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10651917"
  +editedAt: DateTimeImmutable @1722445089 {#1913
    date: 2024-07-31 18:58:09.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705134601 {#1408
    date: 2024-01-13 09:30:01.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1897
  +user: Proxies\__CG__\App\Entity\User {#1896 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1395 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1950 …}
  +slug: "eww"
  +title: "eww"
  +url: "https://lemmy.ml/pictrs/image/3269241b-e5cb-42ca-b50f-80ad3ba1e29d.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 38
  +favouriteCount: 587
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723011607 {#1893
    date: 2024-08-07 08:20:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1958 …}
  +votes: Doctrine\ORM\PersistentCollection {#1944 …}
  +reports: Doctrine\ORM\PersistentCollection {#1960 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1974 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1975 …}
  +badges: Doctrine\ORM\PersistentCollection {#1937 …}
  +children: []
  -id: 29625
  -titleTs: "'eww':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705220916
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10481195"
  +editedAt: DateTimeImmutable @1722444021 {#1895
    date: 2024-07-31 18:40:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705134516 {#1901
    date: 2024-01-13 09:28:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\Entry {#1897
  +user: Proxies\__CG__\App\Entity\User {#1896 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1395 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1950 …}
  +slug: "eww"
  +title: "eww"
  +url: "https://lemmy.ml/pictrs/image/3269241b-e5cb-42ca-b50f-80ad3ba1e29d.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 38
  +favouriteCount: 587
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723011607 {#1893
    date: 2024-08-07 08:20:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1958 …}
  +votes: Doctrine\ORM\PersistentCollection {#1944 …}
  +reports: Doctrine\ORM\PersistentCollection {#1960 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1974 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1975 …}
  +badges: Doctrine\ORM\PersistentCollection {#1937 …}
  +children: []
  -id: 29625
  -titleTs: "'eww':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705220916
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10481195"
  +editedAt: DateTimeImmutable @1722444021 {#1895
    date: 2024-07-31 18:40:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705134516 {#1901
    date: 2024-01-13 09:28:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\Entry {#1897
  +user: Proxies\__CG__\App\Entity\User {#1896 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1395 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1950 …}
  +slug: "eww"
  +title: "eww"
  +url: "https://lemmy.ml/pictrs/image/3269241b-e5cb-42ca-b50f-80ad3ba1e29d.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 38
  +favouriteCount: 587
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723011607 {#1893
    date: 2024-08-07 08:20:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1958 …}
  +votes: Doctrine\ORM\PersistentCollection {#1944 …}
  +reports: Doctrine\ORM\PersistentCollection {#1960 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1974 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1975 …}
  +badges: Doctrine\ORM\PersistentCollection {#1937 …}
  +children: []
  -id: 29625
  -titleTs: "'eww':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705220916
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10481195"
  +editedAt: DateTimeImmutable @1722444021 {#1895
    date: 2024-07-31 18:40:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705134516 {#1901
    date: 2024-01-13 09:28:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1978
  +user: Proxies\__CG__\App\Entity\User {#1973 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1966 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1961 …}
  +slug: "AI-and-Mass-Spying"
  +title: "AI and Mass Spying"
  +url: "https://www.schneier.com/blog/archives/2023/12/ai-and-mass-spying.html"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722947559 {#1943
    date: 2024-08-06 14:32:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1934 …}
  +votes: Doctrine\ORM\PersistentCollection {#1932 …}
  +reports: Doctrine\ORM\PersistentCollection {#1933 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1390 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1397 …}
  +badges: Doctrine\ORM\PersistentCollection {#1387 …}
  +children: []
  -id: 30252
  -titleTs: "'ai':1 'mass':3 'spi':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705219727
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10504409"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705177227 {#1970
    date: 2024-01-13 21:20: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
15 DENIED edit
App\Entity\Entry {#1978
  +user: Proxies\__CG__\App\Entity\User {#1973 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1966 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1961 …}
  +slug: "AI-and-Mass-Spying"
  +title: "AI and Mass Spying"
  +url: "https://www.schneier.com/blog/archives/2023/12/ai-and-mass-spying.html"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722947559 {#1943
    date: 2024-08-06 14:32:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1934 …}
  +votes: Doctrine\ORM\PersistentCollection {#1932 …}
  +reports: Doctrine\ORM\PersistentCollection {#1933 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1390 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1397 …}
  +badges: Doctrine\ORM\PersistentCollection {#1387 …}
  +children: []
  -id: 30252
  -titleTs: "'ai':1 'mass':3 'spi':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705219727
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10504409"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705177227 {#1970
    date: 2024-01-13 21:20: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
16 DENIED moderate
App\Entity\Entry {#1978
  +user: Proxies\__CG__\App\Entity\User {#1973 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1966 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1961 …}
  +slug: "AI-and-Mass-Spying"
  +title: "AI and Mass Spying"
  +url: "https://www.schneier.com/blog/archives/2023/12/ai-and-mass-spying.html"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722947559 {#1943
    date: 2024-08-06 14:32:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1934 …}
  +votes: Doctrine\ORM\PersistentCollection {#1932 …}
  +reports: Doctrine\ORM\PersistentCollection {#1933 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1390 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1397 …}
  +badges: Doctrine\ORM\PersistentCollection {#1387 …}
  +children: []
  -id: 30252
  -titleTs: "'ai':1 'mass':3 'spi':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705219727
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10504409"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705177227 {#1970
    date: 2024-01-13 21:20: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
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 {#1935
  +user: Proxies\__CG__\App\Entity\User {#1364 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1392 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1398 …}
  +slug: "Pour-heart-out-by-MrLovenstein"
  +title: ""Pour heart out" by MrLovenstein"
  +url: "https://lemmy.world/pictrs/image/aa9a9212-a7ce-4581-8da6-ed886cf1554b.png"
  +body: """
    - [mrlovenstein.com](https://mrlovenstein.com/)\n
    - [Patreon](https://www.patreon.com/mrlovenstein/)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 436
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722776593 {#1380
    date: 2024-08-04 15:03:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1393 …}
  +votes: Doctrine\ORM\PersistentCollection {#1936 …}
  +reports: Doctrine\ORM\PersistentCollection {#1938 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1945 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1941 …}
  +badges: Doctrine\ORM\PersistentCollection {#1971 …}
  +children: []
  -id: 29624
  -titleTs: "'heart':2 'mrlovenstein':5 'pour':1"
  -bodyTs: "'/)':4 '/mrlovenstein/)':8 'mrlovenstein.com':1,3 'mrlovenstein.com/)':2 'patreon':5 'www.patreon.com':7 'www.patreon.com/mrlovenstein/)':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705218363
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10650516"
  +editedAt: DateTimeImmutable @1722423686 {#1890
    date: 2024-07-31 13:01:26.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705131963 {#1903
    date: 2024-01-13 08:46:03.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 {#1935
  +user: Proxies\__CG__\App\Entity\User {#1364 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1392 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1398 …}
  +slug: "Pour-heart-out-by-MrLovenstein"
  +title: ""Pour heart out" by MrLovenstein"
  +url: "https://lemmy.world/pictrs/image/aa9a9212-a7ce-4581-8da6-ed886cf1554b.png"
  +body: """
    - [mrlovenstein.com](https://mrlovenstein.com/)\n
    - [Patreon](https://www.patreon.com/mrlovenstein/)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 436
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722776593 {#1380
    date: 2024-08-04 15:03:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1393 …}
  +votes: Doctrine\ORM\PersistentCollection {#1936 …}
  +reports: Doctrine\ORM\PersistentCollection {#1938 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1945 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1941 …}
  +badges: Doctrine\ORM\PersistentCollection {#1971 …}
  +children: []
  -id: 29624
  -titleTs: "'heart':2 'mrlovenstein':5 'pour':1"
  -bodyTs: "'/)':4 '/mrlovenstein/)':8 'mrlovenstein.com':1,3 'mrlovenstein.com/)':2 'patreon':5 'www.patreon.com':7 'www.patreon.com/mrlovenstein/)':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705218363
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10650516"
  +editedAt: DateTimeImmutable @1722423686 {#1890
    date: 2024-07-31 13:01:26.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705131963 {#1903
    date: 2024-01-13 08:46:03.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 {#1935
  +user: Proxies\__CG__\App\Entity\User {#1364 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1392 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1398 …}
  +slug: "Pour-heart-out-by-MrLovenstein"
  +title: ""Pour heart out" by MrLovenstein"
  +url: "https://lemmy.world/pictrs/image/aa9a9212-a7ce-4581-8da6-ed886cf1554b.png"
  +body: """
    - [mrlovenstein.com](https://mrlovenstein.com/)\n
    - [Patreon](https://www.patreon.com/mrlovenstein/)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 436
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722776593 {#1380
    date: 2024-08-04 15:03:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1393 …}
  +votes: Doctrine\ORM\PersistentCollection {#1936 …}
  +reports: Doctrine\ORM\PersistentCollection {#1938 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1945 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1941 …}
  +badges: Doctrine\ORM\PersistentCollection {#1971 …}
  +children: []
  -id: 29624
  -titleTs: "'heart':2 'mrlovenstein':5 'pour':1"
  -bodyTs: "'/)':4 '/mrlovenstein/)':8 'mrlovenstein.com':1,3 'mrlovenstein.com/)':2 'patreon':5 'www.patreon.com':7 'www.patreon.com/mrlovenstein/)':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705218363
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10650516"
  +editedAt: DateTimeImmutable @1722423686 {#1890
    date: 2024-07-31 13:01:26.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705131963 {#1903
    date: 2024-01-13 08:46:03.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 {#1396
  +user: Proxies\__CG__\App\Entity\User {#1394 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1886 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "What-s-your-best-idea-for-a-date-centered-around-the"
  +title: "What's your best idea for a date centered around the library?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724611792 {#1368
    date: 2024-08-25 20:49:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1366 …}
  +votes: Doctrine\ORM\PersistentCollection {#1365 …}
  +reports: Doctrine\ORM\PersistentCollection {#1378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1379 …}
  +badges: Doctrine\ORM\PersistentCollection {#1367 …}
  +children: []
  -id: 29622
  -titleTs: "'around':10 'best':4 'center':9 'date':8 'idea':5 'librari':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705217742
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12246939"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705131342 {#1399
    date: 2024-01-13 08:35: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
23 DENIED edit
App\Entity\Entry {#1396
  +user: Proxies\__CG__\App\Entity\User {#1394 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1886 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "What-s-your-best-idea-for-a-date-centered-around-the"
  +title: "What's your best idea for a date centered around the library?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724611792 {#1368
    date: 2024-08-25 20:49:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1366 …}
  +votes: Doctrine\ORM\PersistentCollection {#1365 …}
  +reports: Doctrine\ORM\PersistentCollection {#1378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1379 …}
  +badges: Doctrine\ORM\PersistentCollection {#1367 …}
  +children: []
  -id: 29622
  -titleTs: "'around':10 'best':4 'center':9 'date':8 'idea':5 'librari':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705217742
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12246939"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705131342 {#1399
    date: 2024-01-13 08:35: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
24 DENIED moderate
App\Entity\Entry {#1396
  +user: Proxies\__CG__\App\Entity\User {#1394 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1886 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "What-s-your-best-idea-for-a-date-centered-around-the"
  +title: "What's your best idea for a date centered around the library?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724611792 {#1368
    date: 2024-08-25 20:49:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1366 …}
  +votes: Doctrine\ORM\PersistentCollection {#1365 …}
  +reports: Doctrine\ORM\PersistentCollection {#1378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1379 …}
  +badges: Doctrine\ORM\PersistentCollection {#1367 …}
  +children: []
  -id: 29622
  -titleTs: "'around':10 'best':4 'center':9 'date':8 'idea':5 'librari':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705217742
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12246939"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705131342 {#1399
    date: 2024-01-13 08:35: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
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 {#1904
  +user: Proxies\__CG__\App\Entity\User {#1956 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2438 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Covid-brain"
  +title: "Covid brain"
  +url: null
  +body: """
    ![](https://lemmy.world/pictrs/image/08d69033-d99b-44c5-b8f7-f7ee1f5455dd.jpeg)\n
    \n
    So, a few weeks after my very first covid attack, i still have some fogginess. So, i discovered a few tiny mistakes in my little bookmark cross stitch. And i stopped working on it, because i had already fixed some other small mistakes and i was feeling disheartened. I contemplated whether i could stitch over them (but i’m a bit of a neat freak, so this tells you how i felt about it), or rip them out, or just ignore them and keep going. And for a week i was looking at that thing on my desk, waiting for me to make a decision. So, today i picked it up again and checked my pattern. I did not make a mistake. I colored them wrong on my chart…\n
    \n
    (For anyone interested, it’s the Vevaco PN 0184423 kit.)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724077252 {#1898
    date: 2024-08-19 16:20:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1848 …}
  +votes: Doctrine\ORM\PersistentCollection {#2429 …}
  +reports: Doctrine\ORM\PersistentCollection {#2424 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2428 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2433 …}
  +badges: Doctrine\ORM\PersistentCollection {#2443 …}
  +children: []
  -id: 29664
  -titleTs: "'brain':2 'covid':1"
  -bodyTs: "'/pictrs/image/08d69033-d99b-44c5-b8f7-f7ee1f5455dd.jpeg)':3 '0184423':141 'alreadi':41 'anyon':134 'attack':13 'bit':64 'bookmark':29 'chart':132 'check':117 'color':127 'contempl':53 'could':56 'covid':12 'cross':30 'decis':108 'desk':101 'discov':21 'dishearten':51 'feel':50 'felt':75 'first':11 'fix':42 'foggi':18 'freak':68 'go':88 'ignor':84 'interest':135 'keep':87 'kit':142 'lemmy.world':2 'lemmy.world/pictrs/image/08d69033-d99b-44c5-b8f7-f7ee1f5455dd.jpeg)':1 'littl':28 'look':95 'm':62 'make':106,123 'mistak':25,46,125 'neat':67 'pattern':119 'pick':112 'pn':140 'rip':79 'small':45 'still':15 'stitch':31,57 'stop':34 'tell':71 'thing':98 'tini':24 'today':110 'vevaco':139 'wait':102 'week':7,92 'whether':54 'work':35 'wrong':129"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705216663
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10657547"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705146163 {#1891
    date: 2024-01-13 12:42:43.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 {#1904
  +user: Proxies\__CG__\App\Entity\User {#1956 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2438 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Covid-brain"
  +title: "Covid brain"
  +url: null
  +body: """
    ![](https://lemmy.world/pictrs/image/08d69033-d99b-44c5-b8f7-f7ee1f5455dd.jpeg)\n
    \n
    So, a few weeks after my very first covid attack, i still have some fogginess. So, i discovered a few tiny mistakes in my little bookmark cross stitch. And i stopped working on it, because i had already fixed some other small mistakes and i was feeling disheartened. I contemplated whether i could stitch over them (but i’m a bit of a neat freak, so this tells you how i felt about it), or rip them out, or just ignore them and keep going. And for a week i was looking at that thing on my desk, waiting for me to make a decision. So, today i picked it up again and checked my pattern. I did not make a mistake. I colored them wrong on my chart…\n
    \n
    (For anyone interested, it’s the Vevaco PN 0184423 kit.)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724077252 {#1898
    date: 2024-08-19 16:20:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1848 …}
  +votes: Doctrine\ORM\PersistentCollection {#2429 …}
  +reports: Doctrine\ORM\PersistentCollection {#2424 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2428 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2433 …}
  +badges: Doctrine\ORM\PersistentCollection {#2443 …}
  +children: []
  -id: 29664
  -titleTs: "'brain':2 'covid':1"
  -bodyTs: "'/pictrs/image/08d69033-d99b-44c5-b8f7-f7ee1f5455dd.jpeg)':3 '0184423':141 'alreadi':41 'anyon':134 'attack':13 'bit':64 'bookmark':29 'chart':132 'check':117 'color':127 'contempl':53 'could':56 'covid':12 'cross':30 'decis':108 'desk':101 'discov':21 'dishearten':51 'feel':50 'felt':75 'first':11 'fix':42 'foggi':18 'freak':68 'go':88 'ignor':84 'interest':135 'keep':87 'kit':142 'lemmy.world':2 'lemmy.world/pictrs/image/08d69033-d99b-44c5-b8f7-f7ee1f5455dd.jpeg)':1 'littl':28 'look':95 'm':62 'make':106,123 'mistak':25,46,125 'neat':67 'pattern':119 'pick':112 'pn':140 'rip':79 'small':45 'still':15 'stitch':31,57 'stop':34 'tell':71 'thing':98 'tini':24 'today':110 'vevaco':139 'wait':102 'week':7,92 'whether':54 'work':35 'wrong':129"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705216663
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10657547"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705146163 {#1891
    date: 2024-01-13 12:42:43.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 {#1904
  +user: Proxies\__CG__\App\Entity\User {#1956 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2438 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Covid-brain"
  +title: "Covid brain"
  +url: null
  +body: """
    ![](https://lemmy.world/pictrs/image/08d69033-d99b-44c5-b8f7-f7ee1f5455dd.jpeg)\n
    \n
    So, a few weeks after my very first covid attack, i still have some fogginess. So, i discovered a few tiny mistakes in my little bookmark cross stitch. And i stopped working on it, because i had already fixed some other small mistakes and i was feeling disheartened. I contemplated whether i could stitch over them (but i’m a bit of a neat freak, so this tells you how i felt about it), or rip them out, or just ignore them and keep going. And for a week i was looking at that thing on my desk, waiting for me to make a decision. So, today i picked it up again and checked my pattern. I did not make a mistake. I colored them wrong on my chart…\n
    \n
    (For anyone interested, it’s the Vevaco PN 0184423 kit.)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724077252 {#1898
    date: 2024-08-19 16:20:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1848 …}
  +votes: Doctrine\ORM\PersistentCollection {#2429 …}
  +reports: Doctrine\ORM\PersistentCollection {#2424 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2428 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2433 …}
  +badges: Doctrine\ORM\PersistentCollection {#2443 …}
  +children: []
  -id: 29664
  -titleTs: "'brain':2 'covid':1"
  -bodyTs: "'/pictrs/image/08d69033-d99b-44c5-b8f7-f7ee1f5455dd.jpeg)':3 '0184423':141 'alreadi':41 'anyon':134 'attack':13 'bit':64 'bookmark':29 'chart':132 'check':117 'color':127 'contempl':53 'could':56 'covid':12 'cross':30 'decis':108 'desk':101 'discov':21 'dishearten':51 'feel':50 'felt':75 'first':11 'fix':42 'foggi':18 'freak':68 'go':88 'ignor':84 'interest':135 'keep':87 'kit':142 'lemmy.world':2 'lemmy.world/pictrs/image/08d69033-d99b-44c5-b8f7-f7ee1f5455dd.jpeg)':1 'littl':28 'look':95 'm':62 'make':106,123 'mistak':25,46,125 'neat':67 'pattern':119 'pick':112 'pn':140 'rip':79 'small':45 'still':15 'stitch':31,57 'stop':34 'tell':71 'thing':98 'tini':24 'today':110 'vevaco':139 'wait':102 'week':7,92 'whether':54 'work':35 'wrong':129"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705216663
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10657547"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705146163 {#1891
    date: 2024-01-13 12:42:43.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 {#2439
  +user: Proxies\__CG__\App\Entity\User {#2436 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2357 …}
  +image: Proxies\__CG__\App\Entity\Image {#2485 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2487 …}
  +slug: "Tachiyomi-Manga-Reader-Threats-Motivate-Pirates-and-Boost-Engagement-TorrentFreak"
  +title: "Tachiyomi Manga Reader: Threats Motivate Pirates & Boost Engagement * TorrentFreak"
  +url: "https://torrentfreak.com/tachiyomi-manga-reader-how-threats-can-motivate-pirates-boost-engagement-240113/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 178
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722970467 {#2426
    date: 2024-08-06 20:54:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2358 …}
  +votes: Doctrine\ORM\PersistentCollection {#2488 …}
  +reports: Doctrine\ORM\PersistentCollection {#1841 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1359 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2489 …}
  +badges: Doctrine\ORM\PersistentCollection {#2474 …}
  +children: []
  -id: 29620
  -titleTs: "'boost':7 'engag':8 'manga':2 'motiv':5 'pirat':6 'reader':3 'tachiyomi':1 'threat':4 'torrentfreak':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705216109
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12245890"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705129709 {#2440
    date: 2024-01-13 08:08: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
31 DENIED edit
App\Entity\Entry {#2439
  +user: Proxies\__CG__\App\Entity\User {#2436 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2357 …}
  +image: Proxies\__CG__\App\Entity\Image {#2485 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2487 …}
  +slug: "Tachiyomi-Manga-Reader-Threats-Motivate-Pirates-and-Boost-Engagement-TorrentFreak"
  +title: "Tachiyomi Manga Reader: Threats Motivate Pirates & Boost Engagement * TorrentFreak"
  +url: "https://torrentfreak.com/tachiyomi-manga-reader-how-threats-can-motivate-pirates-boost-engagement-240113/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 178
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722970467 {#2426
    date: 2024-08-06 20:54:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2358 …}
  +votes: Doctrine\ORM\PersistentCollection {#2488 …}
  +reports: Doctrine\ORM\PersistentCollection {#1841 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1359 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2489 …}
  +badges: Doctrine\ORM\PersistentCollection {#2474 …}
  +children: []
  -id: 29620
  -titleTs: "'boost':7 'engag':8 'manga':2 'motiv':5 'pirat':6 'reader':3 'tachiyomi':1 'threat':4 'torrentfreak':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705216109
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12245890"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705129709 {#2440
    date: 2024-01-13 08:08: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
32 DENIED moderate
App\Entity\Entry {#2439
  +user: Proxies\__CG__\App\Entity\User {#2436 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2357 …}
  +image: Proxies\__CG__\App\Entity\Image {#2485 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2487 …}
  +slug: "Tachiyomi-Manga-Reader-Threats-Motivate-Pirates-and-Boost-Engagement-TorrentFreak"
  +title: "Tachiyomi Manga Reader: Threats Motivate Pirates & Boost Engagement * TorrentFreak"
  +url: "https://torrentfreak.com/tachiyomi-manga-reader-how-threats-can-motivate-pirates-boost-engagement-240113/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 178
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722970467 {#2426
    date: 2024-08-06 20:54:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2358 …}
  +votes: Doctrine\ORM\PersistentCollection {#2488 …}
  +reports: Doctrine\ORM\PersistentCollection {#1841 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1359 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2489 …}
  +badges: Doctrine\ORM\PersistentCollection {#2474 …}
  +children: []
  -id: 29620
  -titleTs: "'boost':7 'engag':8 'manga':2 'motiv':5 'pirat':6 'reader':3 'tachiyomi':1 'threat':4 'torrentfreak':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705216109
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12245890"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705129709 {#2440
    date: 2024-01-13 08:08: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
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 {#2481
  +user: Proxies\__CG__\App\Entity\User {#1512 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1508 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Looking-for-a-Calendar-Syncing-Solution-with-support-for-subscribing-to"
  +title: "Looking for a Calendar-Syncing Solution with support for subscribing to external Ical Calendars."
  +url: null
  +body: """
    Hey there. I am looking for a Calendar-Syncing-Solution that can:\n
    \n
    1. Sync CalDav Calendars between Phone, Laptop and Desktop\n
    2. share certain Calendars with other Users on my Server\n
    3. subscribe to external Ical Calendars and make them available to (certain) Users\n
    \n
    but nothing i looked at seems to support my Point Nr. 3. anyone know a good solution for me?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723235444 {#2484
    date: 2024-08-09 22:30:44.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: 30197
  -titleTs: "'calendar':5,15 'calendar-sync':4 'extern':13 'ical':14 'look':1 'solut':7 'subscrib':11 'support':9 'sync':6"
  -bodyTs: "'1':14 '2':23 '3':33,57 'anyon':58 'avail':42 'caldav':16 'calendar':9,17,26,38 'calendar-syncing-solut':8 'certain':25,44 'desktop':22 'extern':36 'good':61 'hey':1 'ical':37 'know':59 'laptop':20 'look':5,49 'make':40 'noth':47 'nr':56 'phone':19 'point':55 'seem':51 'server':32 'share':24 'solut':11,62 'subscrib':34 'support':53 'sync':10,15 'user':29,45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705214915
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10668783"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705165915 {#1391
    date: 2024-01-13 18:11:55.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 {#2481
  +user: Proxies\__CG__\App\Entity\User {#1512 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1508 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Looking-for-a-Calendar-Syncing-Solution-with-support-for-subscribing-to"
  +title: "Looking for a Calendar-Syncing Solution with support for subscribing to external Ical Calendars."
  +url: null
  +body: """
    Hey there. I am looking for a Calendar-Syncing-Solution that can:\n
    \n
    1. Sync CalDav Calendars between Phone, Laptop and Desktop\n
    2. share certain Calendars with other Users on my Server\n
    3. subscribe to external Ical Calendars and make them available to (certain) Users\n
    \n
    but nothing i looked at seems to support my Point Nr. 3. anyone know a good solution for me?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723235444 {#2484
    date: 2024-08-09 22:30:44.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: 30197
  -titleTs: "'calendar':5,15 'calendar-sync':4 'extern':13 'ical':14 'look':1 'solut':7 'subscrib':11 'support':9 'sync':6"
  -bodyTs: "'1':14 '2':23 '3':33,57 'anyon':58 'avail':42 'caldav':16 'calendar':9,17,26,38 'calendar-syncing-solut':8 'certain':25,44 'desktop':22 'extern':36 'good':61 'hey':1 'ical':37 'know':59 'laptop':20 'look':5,49 'make':40 'noth':47 'nr':56 'phone':19 'point':55 'seem':51 'server':32 'share':24 'solut':11,62 'subscrib':34 'support':53 'sync':10,15 'user':29,45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705214915
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10668783"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705165915 {#1391
    date: 2024-01-13 18:11:55.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 {#2481
  +user: Proxies\__CG__\App\Entity\User {#1512 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1508 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Looking-for-a-Calendar-Syncing-Solution-with-support-for-subscribing-to"
  +title: "Looking for a Calendar-Syncing Solution with support for subscribing to external Ical Calendars."
  +url: null
  +body: """
    Hey there. I am looking for a Calendar-Syncing-Solution that can:\n
    \n
    1. Sync CalDav Calendars between Phone, Laptop and Desktop\n
    2. share certain Calendars with other Users on my Server\n
    3. subscribe to external Ical Calendars and make them available to (certain) Users\n
    \n
    but nothing i looked at seems to support my Point Nr. 3. anyone know a good solution for me?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723235444 {#2484
    date: 2024-08-09 22:30:44.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: 30197
  -titleTs: "'calendar':5,15 'calendar-sync':4 'extern':13 'ical':14 'look':1 'solut':7 'subscrib':11 'support':9 'sync':6"
  -bodyTs: "'1':14 '2':23 '3':33,57 'anyon':58 'avail':42 'caldav':16 'calendar':9,17,26,38 'calendar-syncing-solut':8 'certain':25,44 'desktop':22 'extern':36 'good':61 'hey':1 'ical':37 'know':59 'laptop':20 'look':5,49 'make':40 'noth':47 'nr':56 'phone':19 'point':55 'seem':51 'server':32 'share':24 'solut':11,62 'subscrib':34 'support':53 'sync':10,15 'user':29,45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705214915
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10668783"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705165915 {#1391
    date: 2024-01-13 18:11:55.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 {#1523
  +user: Proxies\__CG__\App\Entity\User {#1480 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1522 …}
  +image: Proxies\__CG__\App\Entity\Image {#1510 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1506 …}
  +slug: "Question-in-Physics"
  +title: "Question in Physics"
  +url: "https://lemm.ee/pictrs/image/0073ed76-4b98-4290-8dba-65a12e2d04ef.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 251
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722923856 {#1482
    date: 2024-08-06 07:57:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1503 …}
  +votes: Doctrine\ORM\PersistentCollection {#1507 …}
  +reports: Doctrine\ORM\PersistentCollection {#1543 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1535 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1542 …}
  +badges: Doctrine\ORM\PersistentCollection {#1538 …}
  +children: []
  -id: 29618
  -titleTs: "'physic':3 'question':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705213899
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/20826992"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705127499 {#1511
    date: 2024-01-13 07:31:39.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 {#1523
  +user: Proxies\__CG__\App\Entity\User {#1480 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1522 …}
  +image: Proxies\__CG__\App\Entity\Image {#1510 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1506 …}
  +slug: "Question-in-Physics"
  +title: "Question in Physics"
  +url: "https://lemm.ee/pictrs/image/0073ed76-4b98-4290-8dba-65a12e2d04ef.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 251
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722923856 {#1482
    date: 2024-08-06 07:57:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1503 …}
  +votes: Doctrine\ORM\PersistentCollection {#1507 …}
  +reports: Doctrine\ORM\PersistentCollection {#1543 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1535 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1542 …}
  +badges: Doctrine\ORM\PersistentCollection {#1538 …}
  +children: []
  -id: 29618
  -titleTs: "'physic':3 'question':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705213899
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/20826992"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705127499 {#1511
    date: 2024-01-13 07:31:39.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 {#1523
  +user: Proxies\__CG__\App\Entity\User {#1480 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1522 …}
  +image: Proxies\__CG__\App\Entity\Image {#1510 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1506 …}
  +slug: "Question-in-Physics"
  +title: "Question in Physics"
  +url: "https://lemm.ee/pictrs/image/0073ed76-4b98-4290-8dba-65a12e2d04ef.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 251
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722923856 {#1482
    date: 2024-08-06 07:57:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1503 …}
  +votes: Doctrine\ORM\PersistentCollection {#1507 …}
  +reports: Doctrine\ORM\PersistentCollection {#1543 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1535 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1542 …}
  +badges: Doctrine\ORM\PersistentCollection {#1538 …}
  +children: []
  -id: 29618
  -titleTs: "'physic':3 'question':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705213899
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/20826992"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705127499 {#1511
    date: 2024-01-13 07:31:39.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 {#1529
  +user: Proxies\__CG__\App\Entity\User {#1531 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: Proxies\__CG__\App\Entity\Image {#1530 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1537 …}
  +slug: "13-Best-Open-Source-ChatGPT-Alternatives"
  +title: "13 Best Open Source ChatGPT Alternatives"
  +url: "https://itsfoss.com/open-source-chatgpt-alternatives/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 197
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727287669 {#1539
    date: 2024-09-25 20:07:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1536 …}
  +votes: Doctrine\ORM\PersistentCollection {#1516 …}
  +reports: Doctrine\ORM\PersistentCollection {#1519 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1517 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1623 …}
  +badges: Doctrine\ORM\PersistentCollection {#1406 …}
  +children: []
  -id: 29617
  -titleTs: "'13':1 'altern':6 'best':2 'chatgpt':5 'open':3 'sourc':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705213885
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9204899"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705127485 {#1541
    date: 2024-01-13 07:31:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\Entry {#1529
  +user: Proxies\__CG__\App\Entity\User {#1531 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: Proxies\__CG__\App\Entity\Image {#1530 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1537 …}
  +slug: "13-Best-Open-Source-ChatGPT-Alternatives"
  +title: "13 Best Open Source ChatGPT Alternatives"
  +url: "https://itsfoss.com/open-source-chatgpt-alternatives/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 197
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727287669 {#1539
    date: 2024-09-25 20:07:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1536 …}
  +votes: Doctrine\ORM\PersistentCollection {#1516 …}
  +reports: Doctrine\ORM\PersistentCollection {#1519 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1517 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1623 …}
  +badges: Doctrine\ORM\PersistentCollection {#1406 …}
  +children: []
  -id: 29617
  -titleTs: "'13':1 'altern':6 'best':2 'chatgpt':5 'open':3 'sourc':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705213885
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9204899"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705127485 {#1541
    date: 2024-01-13 07:31:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\Entry {#1529
  +user: Proxies\__CG__\App\Entity\User {#1531 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: Proxies\__CG__\App\Entity\Image {#1530 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1537 …}
  +slug: "13-Best-Open-Source-ChatGPT-Alternatives"
  +title: "13 Best Open Source ChatGPT Alternatives"
  +url: "https://itsfoss.com/open-source-chatgpt-alternatives/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 197
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727287669 {#1539
    date: 2024-09-25 20:07:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1536 …}
  +votes: Doctrine\ORM\PersistentCollection {#1516 …}
  +reports: Doctrine\ORM\PersistentCollection {#1519 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1517 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1623 …}
  +badges: Doctrine\ORM\PersistentCollection {#1406 …}
  +children: []
  -id: 29617
  -titleTs: "'13':1 'altern':6 'best':2 'chatgpt':5 'open':3 'sourc':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705213885
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9204899"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705127485 {#1541
    date: 2024-01-13 07:31:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\Entry {#1710
  +user: Proxies\__CG__\App\Entity\User {#1480 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1395 …}
  +image: Proxies\__CG__\App\Entity\Image {#1706 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1506 …}
  +slug: "Love-it"
  +title: "Love it"
  +url: "https://lemm.ee/pictrs/image/f6b744e9-fd03-48d8-b120-5abd41983b1c.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 573
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722788013 {#1713
    date: 2024-08-04 18:13:33.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: 29615
  -titleTs: "'love':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705213466
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/20826717"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705127066 {#1712
    date: 2024-01-13 07:24: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
47 DENIED edit
App\Entity\Entry {#1710
  +user: Proxies\__CG__\App\Entity\User {#1480 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1395 …}
  +image: Proxies\__CG__\App\Entity\Image {#1706 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1506 …}
  +slug: "Love-it"
  +title: "Love it"
  +url: "https://lemm.ee/pictrs/image/f6b744e9-fd03-48d8-b120-5abd41983b1c.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 573
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722788013 {#1713
    date: 2024-08-04 18:13:33.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: 29615
  -titleTs: "'love':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705213466
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/20826717"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705127066 {#1712
    date: 2024-01-13 07:24: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
48 DENIED moderate
App\Entity\Entry {#1710
  +user: Proxies\__CG__\App\Entity\User {#1480 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1395 …}
  +image: Proxies\__CG__\App\Entity\Image {#1706 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1506 …}
  +slug: "Love-it"
  +title: "Love it"
  +url: "https://lemm.ee/pictrs/image/f6b744e9-fd03-48d8-b120-5abd41983b1c.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 573
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722788013 {#1713
    date: 2024-08-04 18:13:33.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: 29615
  -titleTs: "'love':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705213466
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/20826717"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705127066 {#1712
    date: 2024-01-13 07:24: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
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 {#1467 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Issues-with-HDR-pass-through-on-x86"
  +title: "Issues with HDR pass through on x86"
  +url: null
  +body: """
    After some researches I find two ways to have HDR pass through on Linux x86: Libreelec and kodi “stand alone session”.\n
    \n
    For kodi I find [this thread](https://forum.kodi.tv/showthread.php?pid=3139981), so I installed [kodi-gles](https://archlinux.org/packages/extra/x86_64/kodi-gles/) on my Arch system; then I started a tty and launched kodi with kodi --windowing=gbm but the interface doesn’t work, it seems stuck, but I can go beck to the tty.\n
    \n
    For Libreelec I downloaded the latest generic image for x86 system and I flashed it on a 8GB USB stick (I tried with balena etcher and Ventoy). So I tried the run and live option but with both the system is stuck on the Libreelec splash page (in the run case the system is stuck after the installation).\n
    \n
    Can anyone help me?\n
    \n
    My PC specs: CPU: Ryzen 5 2600x GPU: RX 7800XT Os: EndevourOs
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705181446 {#1474
    date: 2024-01-13 22:30:46.0 +01: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: 30266
  -titleTs: "'hdr':3 'issu':1 'pass':4 'x86':7"
  -bodyTs: "'/packages/extra/x86_64/kodi-gles/)':39 '/showthread.php?pid=3139981),':30 '2600x':141 '5':140 '7800xt':144 '8gb':90 'alon':20 'anyon':132 'arch':42 'archlinux.org':38 'archlinux.org/packages/extra/x86_64/kodi-gles/)':37 'balena':96 'beck':69 'case':123 'cpu':138 'doesn':59 'download':76 'endevouro':146 'etcher':97 'find':5,25 'flash':86 'forum.kodi.tv':29 'forum.kodi.tv/showthread.php?pid=3139981),':28 'gbm':55 'generic':79 'gles':36 'go':68 'gpu':142 'hdr':10 'help':133 'imag':80 'instal':33,130 'interfac':58 'kodi':18,23,35,51,53 'kodi-gl':34 'latest':78 'launch':50 'libreelec':16,74,117 'linux':14 'live':106 'option':107 'os':145 'page':119 'pass':11 'pc':136 'research':3 'run':104,122 'rx':143 'ryzen':139 'seem':63 'session':21 'spec':137 'splash':118 'stand':19 'start':46 'stick':92 'stuck':64,114,127 'system':43,83,112,125 'thread':27 'tri':94,102 'tti':48,72 'two':6 'usb':91 'ventoy':99 'way':7 'window':54 'work':61 'x86':15,82"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705212946
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4811481"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705181446 {#1472
    date: 2024-01-13 22:30:46.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 {#1467 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Issues-with-HDR-pass-through-on-x86"
  +title: "Issues with HDR pass through on x86"
  +url: null
  +body: """
    After some researches I find two ways to have HDR pass through on Linux x86: Libreelec and kodi “stand alone session”.\n
    \n
    For kodi I find [this thread](https://forum.kodi.tv/showthread.php?pid=3139981), so I installed [kodi-gles](https://archlinux.org/packages/extra/x86_64/kodi-gles/) on my Arch system; then I started a tty and launched kodi with kodi --windowing=gbm but the interface doesn’t work, it seems stuck, but I can go beck to the tty.\n
    \n
    For Libreelec I downloaded the latest generic image for x86 system and I flashed it on a 8GB USB stick (I tried with balena etcher and Ventoy). So I tried the run and live option but with both the system is stuck on the Libreelec splash page (in the run case the system is stuck after the installation).\n
    \n
    Can anyone help me?\n
    \n
    My PC specs: CPU: Ryzen 5 2600x GPU: RX 7800XT Os: EndevourOs
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705181446 {#1474
    date: 2024-01-13 22:30:46.0 +01: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: 30266
  -titleTs: "'hdr':3 'issu':1 'pass':4 'x86':7"
  -bodyTs: "'/packages/extra/x86_64/kodi-gles/)':39 '/showthread.php?pid=3139981),':30 '2600x':141 '5':140 '7800xt':144 '8gb':90 'alon':20 'anyon':132 'arch':42 'archlinux.org':38 'archlinux.org/packages/extra/x86_64/kodi-gles/)':37 'balena':96 'beck':69 'case':123 'cpu':138 'doesn':59 'download':76 'endevouro':146 'etcher':97 'find':5,25 'flash':86 'forum.kodi.tv':29 'forum.kodi.tv/showthread.php?pid=3139981),':28 'gbm':55 'generic':79 'gles':36 'go':68 'gpu':142 'hdr':10 'help':133 'imag':80 'instal':33,130 'interfac':58 'kodi':18,23,35,51,53 'kodi-gl':34 'latest':78 'launch':50 'libreelec':16,74,117 'linux':14 'live':106 'option':107 'os':145 'page':119 'pass':11 'pc':136 'research':3 'run':104,122 'rx':143 'ryzen':139 'seem':63 'session':21 'spec':137 'splash':118 'stand':19 'start':46 'stick':92 'stuck':64,114,127 'system':43,83,112,125 'thread':27 'tri':94,102 'tti':48,72 'two':6 'usb':91 'ventoy':99 'way':7 'window':54 'work':61 'x86':15,82"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705212946
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4811481"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705181446 {#1472
    date: 2024-01-13 22:30:46.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 {#1467 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Issues-with-HDR-pass-through-on-x86"
  +title: "Issues with HDR pass through on x86"
  +url: null
  +body: """
    After some researches I find two ways to have HDR pass through on Linux x86: Libreelec and kodi “stand alone session”.\n
    \n
    For kodi I find [this thread](https://forum.kodi.tv/showthread.php?pid=3139981), so I installed [kodi-gles](https://archlinux.org/packages/extra/x86_64/kodi-gles/) on my Arch system; then I started a tty and launched kodi with kodi --windowing=gbm but the interface doesn’t work, it seems stuck, but I can go beck to the tty.\n
    \n
    For Libreelec I downloaded the latest generic image for x86 system and I flashed it on a 8GB USB stick (I tried with balena etcher and Ventoy). So I tried the run and live option but with both the system is stuck on the Libreelec splash page (in the run case the system is stuck after the installation).\n
    \n
    Can anyone help me?\n
    \n
    My PC specs: CPU: Ryzen 5 2600x GPU: RX 7800XT Os: EndevourOs
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705181446 {#1474
    date: 2024-01-13 22:30:46.0 +01: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: 30266
  -titleTs: "'hdr':3 'issu':1 'pass':4 'x86':7"
  -bodyTs: "'/packages/extra/x86_64/kodi-gles/)':39 '/showthread.php?pid=3139981),':30 '2600x':141 '5':140 '7800xt':144 '8gb':90 'alon':20 'anyon':132 'arch':42 'archlinux.org':38 'archlinux.org/packages/extra/x86_64/kodi-gles/)':37 'balena':96 'beck':69 'case':123 'cpu':138 'doesn':59 'download':76 'endevouro':146 'etcher':97 'find':5,25 'flash':86 'forum.kodi.tv':29 'forum.kodi.tv/showthread.php?pid=3139981),':28 'gbm':55 'generic':79 'gles':36 'go':68 'gpu':142 'hdr':10 'help':133 'imag':80 'instal':33,130 'interfac':58 'kodi':18,23,35,51,53 'kodi-gl':34 'latest':78 'launch':50 'libreelec':16,74,117 'linux':14 'live':106 'option':107 'os':145 'page':119 'pass':11 'pc':136 'research':3 'run':104,122 'rx':143 'ryzen':139 'seem':63 'session':21 'spec':137 'splash':118 'stand':19 'start':46 'stick':92 'stuck':64,114,127 'system':43,83,112,125 'thread':27 'tri':94,102 'tti':48,72 'two':6 'usb':91 'ventoy':99 'way':7 'window':54 'work':61 'x86':15,82"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705212946
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4811481"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705181446 {#1472
    date: 2024-01-13 22:30:46.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 {#1490
  +user: Proxies\__CG__\App\Entity\User {#1491 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1522 …}
  +image: Proxies\__CG__\App\Entity\Image {#1493 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1398 …}
  +slug: "Monogamy"
  +title: "Monogamy"
  +url: "https://lemmy.world/pictrs/image/0ad3e5a3-213d-4676-bc75-a1ff6af3c4d3.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 7
  +favouriteCount: 110
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725565299 {#1496
    date: 2024-09-05 21:41:39.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: 29614
  -titleTs: "'monogami':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705212931
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10647783"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705126531 {#1494
    date: 2024-01-13 07:15:31.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 {#1490
  +user: Proxies\__CG__\App\Entity\User {#1491 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1522 …}
  +image: Proxies\__CG__\App\Entity\Image {#1493 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1398 …}
  +slug: "Monogamy"
  +title: "Monogamy"
  +url: "https://lemmy.world/pictrs/image/0ad3e5a3-213d-4676-bc75-a1ff6af3c4d3.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 7
  +favouriteCount: 110
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725565299 {#1496
    date: 2024-09-05 21:41:39.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: 29614
  -titleTs: "'monogami':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705212931
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10647783"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705126531 {#1494
    date: 2024-01-13 07:15:31.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 {#1490
  +user: Proxies\__CG__\App\Entity\User {#1491 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1522 …}
  +image: Proxies\__CG__\App\Entity\Image {#1493 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1398 …}
  +slug: "Monogamy"
  +title: "Monogamy"
  +url: "https://lemmy.world/pictrs/image/0ad3e5a3-213d-4676-bc75-a1ff6af3c4d3.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 7
  +favouriteCount: 110
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725565299 {#1496
    date: 2024-09-05 21:41:39.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: 29614
  -titleTs: "'monogami':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705212931
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10647783"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705126531 {#1494
    date: 2024-01-13 07:15:31.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 {#1398 …}
  +slug: "Just-show-me-to-the-MDS-683-432"
  +title: "Just show me to the MDS: 683.432"
  +url: "https://lemmy.world/pictrs/image/1377fe1e-0608-49fc-8f38-6ad5edc4d4cb.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 217
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726136294 {#1756
    date: 2024-09-12 12:18:14.0 +02: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: 29607
  -titleTs: "'683.432':7 'mds':6 'show':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705210494
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10646612"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705124094 {#1767
    date: 2024-01-13 06:34:54.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1398 …}
  +slug: "Just-show-me-to-the-MDS-683-432"
  +title: "Just show me to the MDS: 683.432"
  +url: "https://lemmy.world/pictrs/image/1377fe1e-0608-49fc-8f38-6ad5edc4d4cb.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 217
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726136294 {#1756
    date: 2024-09-12 12:18:14.0 +02: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: 29607
  -titleTs: "'683.432':7 'mds':6 'show':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705210494
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10646612"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705124094 {#1767
    date: 2024-01-13 06:34:54.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1398 …}
  +slug: "Just-show-me-to-the-MDS-683-432"
  +title: "Just show me to the MDS: 683.432"
  +url: "https://lemmy.world/pictrs/image/1377fe1e-0608-49fc-8f38-6ad5edc4d4cb.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 217
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726136294 {#1756
    date: 2024-09-12 12:18:14.0 +02: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: 29607
  -titleTs: "'683.432':7 'mds':6 'show':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705210494
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10646612"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705124094 {#1767
    date: 2024-01-13 06:34:54.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1780
  +user: Proxies\__CG__\App\Entity\User {#1764 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1765 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1766 …}
  +slug: "rsync-net-s-warrant-canary"
  +title: "rsync.net's warrant canary"
  +url: "https://www.rsync.net/resources/notices/canary.txt"
  +body: """
    rsync.net Warrant Canary\n
    \n
    Existing and proposed laws, especially as relate to the US Patriot Act, etc., provide for secret warrants, searches and seizures of data, such as library records.\n
    \n
    Some such laws provide for criminal penalties for revealing the warrant, search or seizure, disallowing the disclosure of events that would materially affect the users of a service such as rsync.net.\n
    \n
    rsync.net and its principals and employees will in fact comply with such warrants and their provisions for secrecy.\n
    \n
    rsync.net will also make available, weekly, a “warrant canary” in the form of a cryptographically signed message containing the following:\n
    \n
    - a declaration that, up to that point, no warrants have been served, nor have any searches or seizures taken place\n
    - a cut and paste headline from a major news source, establishing date\n
    \n
    Special note should be taken if these messages ever cease being updated, or are removed from this page.\n
    \n
    The current message is here:\n
    \n
    -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256\n
    \n
    2024-01-08\n
    \n
    No warrants have ever been served to rsync.net, or rsync.net principals or employees. No searches or seizures of any kind have ever been performed on rsync.net assets, including:\n
    \n
    ALL San Diego locations ALL Denver locations ALL Zurich locations ALL Hong Kong locations ALL Fremont locations\n
    \n
    ( from [www.reuters.com](http://www.reuters.com) )\n
    \n
    Biden administration to unveil contractor rule set to upend gig economy\n
    \n
    Moon lander problem threatens mission after Vulcan rocket makes successful debut\n
    \n
    Beckenbauer revolutionised game and became icon of German sporting success)\n
    \n
    Spurs 115, Cavaliers 117 Hawks 110, Magic 117\n
    \n
    -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD)\n
    \n
    iEYEAREIAAYFAmWceF8ACgkQBzwoLX1vgGyjAgCffCEAilX5M6WY4SnxLJOF5J5f rSYAn14WCiZKbj+fKaqEpj4ThDWEOysB =256H -----END PGP SIGNATURE-----\n
    \n
    [www.rsync.net/resources/pubkey.txt](https://www.rsync.net/resources/pubkey.txt)\n
    \n
    Notes:\n
    \n
    This scheme is not infallible. Although signing the declaration makes it impossible for a third party to produce arbitrary declarations, it does not prevent them from using force to coerce rsync.net to produce false declarations. The news clip in the signed message serves to demonstrate that that update could not have been created prior to that date. It shows that a series of these updates were not created in advance and posted on this page.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722569828 {#1785
    date: 2024-08-02 05:37:08.0 +02: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: 29634
  -titleTs: "'canari':4 'rsync.net':1 'warrant':3"
  -bodyTs: "'-01':161 '-08':162 '/resources/pubkey.txt](https://www.rsync.net/resources/pubkey.txt)':267 '110':248 '115':244 '117':246,250 '2024':160 '256h':261 'act':15 'administr':212 'advanc':338 'affect':52 'also':81 'although':274 'arbitrari':287 'asset':189 'avail':83 'becam':237 'beckenbau':233 'begin':154,251 'biden':211 'canari':3,87 'cavali':245 'ceas':140 'clip':306 'coerc':298 'compli':70 'contain':96 'contractor':215 'could':317 'creat':321,336 'crimin':35 'cryptograph':93 'current':150 'cut':120 'data':25 'date':130,325 'debut':232 'declar':100,277,288,303 'demonstr':313 'denver':196 'diego':193 'disallow':44 'disclosur':46 'economi':221 'employe':66,175 'end':262 'especi':8 'establish':129 'etc':16 'event':48 'ever':139,166,184 'exist':4 'fact':69 'fals':302 'fkaqepj4thdweoysb':260 'follow':98 'forc':296 'form':90 'freebsd':257 'fremont':206 'game':235 'german':240 'gig':220 'gnupg':255 'hash':158 'hawk':247 'headlin':123 'hong':202 'icon':238 'ieyeareiaayfamwcef8acgkqbzwolx1vggyjagcffceailx5m6wy4snxljof5j5f':258 'imposs':280 'includ':190 'infal':273 'kind':182 'kong':203 'lander':223 'law':7,32 'librari':28 'locat':194,197,200,204,207 'magic':249 'major':126 'make':82,230,278 'materi':51 'messag':95,138,151,157,310 'mission':226 'moon':222 'news':127,305 'note':132,268 'page':148,343 'parti':284 'past':122 'patriot':14 'penalti':36 'perform':186 'pgp':155,252,263 'place':118 'point':105 'post':340 'prevent':292 'princip':64,173 'prior':322 'problem':224 'produc':286,301 'propos':6 'provid':17,33 'provis':76 'record':29 'relat':10 'remov':145 'reveal':38 'revolutionis':234 'rocket':229 'rsyan14wcizkbj':259 'rsync.net':1,60,61,79,170,172,188,299 'rule':216 'san':192 'scheme':270 'search':21,41,114,177 'secreci':78 'secret':19 'seizur':23,43,116,179 'seri':330 'serv':110,168,311 'servic':57 'set':217 'sha256':159 'show':327 'sign':94,156,275,309 'signatur':253,264 'sourc':128 'special':131 'sport':241 'spur':243 'success':231,242 'taken':117,135 'third':283 'threaten':225 'unveil':214 'updat':142,316,333 'upend':219 'us':13 'use':295 'user':54 'v2.0.18':256 'version':254 'vulcan':228 'warrant':2,20,40,73,86,107,164 'week':84 'would':50 'www.reuters.com':209,210 'www.rsync.net':266 'www.rsync.net/resources/pubkey.txt](https://www.rsync.net/resources/pubkey.txt)':265 'zurich':199"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705209649
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9209031"
  +editedAt: DateTimeImmutable @1722459400 {#1784
    date: 2024-07-31 22:56:40.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705136149 {#1786
    date: 2024-01-13 09:55:49.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 {#1780
  +user: Proxies\__CG__\App\Entity\User {#1764 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1765 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1766 …}
  +slug: "rsync-net-s-warrant-canary"
  +title: "rsync.net's warrant canary"
  +url: "https://www.rsync.net/resources/notices/canary.txt"
  +body: """
    rsync.net Warrant Canary\n
    \n
    Existing and proposed laws, especially as relate to the US Patriot Act, etc., provide for secret warrants, searches and seizures of data, such as library records.\n
    \n
    Some such laws provide for criminal penalties for revealing the warrant, search or seizure, disallowing the disclosure of events that would materially affect the users of a service such as rsync.net.\n
    \n
    rsync.net and its principals and employees will in fact comply with such warrants and their provisions for secrecy.\n
    \n
    rsync.net will also make available, weekly, a “warrant canary” in the form of a cryptographically signed message containing the following:\n
    \n
    - a declaration that, up to that point, no warrants have been served, nor have any searches or seizures taken place\n
    - a cut and paste headline from a major news source, establishing date\n
    \n
    Special note should be taken if these messages ever cease being updated, or are removed from this page.\n
    \n
    The current message is here:\n
    \n
    -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256\n
    \n
    2024-01-08\n
    \n
    No warrants have ever been served to rsync.net, or rsync.net principals or employees. No searches or seizures of any kind have ever been performed on rsync.net assets, including:\n
    \n
    ALL San Diego locations ALL Denver locations ALL Zurich locations ALL Hong Kong locations ALL Fremont locations\n
    \n
    ( from [www.reuters.com](http://www.reuters.com) )\n
    \n
    Biden administration to unveil contractor rule set to upend gig economy\n
    \n
    Moon lander problem threatens mission after Vulcan rocket makes successful debut\n
    \n
    Beckenbauer revolutionised game and became icon of German sporting success)\n
    \n
    Spurs 115, Cavaliers 117 Hawks 110, Magic 117\n
    \n
    -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD)\n
    \n
    iEYEAREIAAYFAmWceF8ACgkQBzwoLX1vgGyjAgCffCEAilX5M6WY4SnxLJOF5J5f rSYAn14WCiZKbj+fKaqEpj4ThDWEOysB =256H -----END PGP SIGNATURE-----\n
    \n
    [www.rsync.net/resources/pubkey.txt](https://www.rsync.net/resources/pubkey.txt)\n
    \n
    Notes:\n
    \n
    This scheme is not infallible. Although signing the declaration makes it impossible for a third party to produce arbitrary declarations, it does not prevent them from using force to coerce rsync.net to produce false declarations. The news clip in the signed message serves to demonstrate that that update could not have been created prior to that date. It shows that a series of these updates were not created in advance and posted on this page.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722569828 {#1785
    date: 2024-08-02 05:37:08.0 +02: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: 29634
  -titleTs: "'canari':4 'rsync.net':1 'warrant':3"
  -bodyTs: "'-01':161 '-08':162 '/resources/pubkey.txt](https://www.rsync.net/resources/pubkey.txt)':267 '110':248 '115':244 '117':246,250 '2024':160 '256h':261 'act':15 'administr':212 'advanc':338 'affect':52 'also':81 'although':274 'arbitrari':287 'asset':189 'avail':83 'becam':237 'beckenbau':233 'begin':154,251 'biden':211 'canari':3,87 'cavali':245 'ceas':140 'clip':306 'coerc':298 'compli':70 'contain':96 'contractor':215 'could':317 'creat':321,336 'crimin':35 'cryptograph':93 'current':150 'cut':120 'data':25 'date':130,325 'debut':232 'declar':100,277,288,303 'demonstr':313 'denver':196 'diego':193 'disallow':44 'disclosur':46 'economi':221 'employe':66,175 'end':262 'especi':8 'establish':129 'etc':16 'event':48 'ever':139,166,184 'exist':4 'fact':69 'fals':302 'fkaqepj4thdweoysb':260 'follow':98 'forc':296 'form':90 'freebsd':257 'fremont':206 'game':235 'german':240 'gig':220 'gnupg':255 'hash':158 'hawk':247 'headlin':123 'hong':202 'icon':238 'ieyeareiaayfamwcef8acgkqbzwolx1vggyjagcffceailx5m6wy4snxljof5j5f':258 'imposs':280 'includ':190 'infal':273 'kind':182 'kong':203 'lander':223 'law':7,32 'librari':28 'locat':194,197,200,204,207 'magic':249 'major':126 'make':82,230,278 'materi':51 'messag':95,138,151,157,310 'mission':226 'moon':222 'news':127,305 'note':132,268 'page':148,343 'parti':284 'past':122 'patriot':14 'penalti':36 'perform':186 'pgp':155,252,263 'place':118 'point':105 'post':340 'prevent':292 'princip':64,173 'prior':322 'problem':224 'produc':286,301 'propos':6 'provid':17,33 'provis':76 'record':29 'relat':10 'remov':145 'reveal':38 'revolutionis':234 'rocket':229 'rsyan14wcizkbj':259 'rsync.net':1,60,61,79,170,172,188,299 'rule':216 'san':192 'scheme':270 'search':21,41,114,177 'secreci':78 'secret':19 'seizur':23,43,116,179 'seri':330 'serv':110,168,311 'servic':57 'set':217 'sha256':159 'show':327 'sign':94,156,275,309 'signatur':253,264 'sourc':128 'special':131 'sport':241 'spur':243 'success':231,242 'taken':117,135 'third':283 'threaten':225 'unveil':214 'updat':142,316,333 'upend':219 'us':13 'use':295 'user':54 'v2.0.18':256 'version':254 'vulcan':228 'warrant':2,20,40,73,86,107,164 'week':84 'would':50 'www.reuters.com':209,210 'www.rsync.net':266 'www.rsync.net/resources/pubkey.txt](https://www.rsync.net/resources/pubkey.txt)':265 'zurich':199"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705209649
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9209031"
  +editedAt: DateTimeImmutable @1722459400 {#1784
    date: 2024-07-31 22:56:40.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705136149 {#1786
    date: 2024-01-13 09:55:49.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 {#1780
  +user: Proxies\__CG__\App\Entity\User {#1764 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1765 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1766 …}
  +slug: "rsync-net-s-warrant-canary"
  +title: "rsync.net's warrant canary"
  +url: "https://www.rsync.net/resources/notices/canary.txt"
  +body: """
    rsync.net Warrant Canary\n
    \n
    Existing and proposed laws, especially as relate to the US Patriot Act, etc., provide for secret warrants, searches and seizures of data, such as library records.\n
    \n
    Some such laws provide for criminal penalties for revealing the warrant, search or seizure, disallowing the disclosure of events that would materially affect the users of a service such as rsync.net.\n
    \n
    rsync.net and its principals and employees will in fact comply with such warrants and their provisions for secrecy.\n
    \n
    rsync.net will also make available, weekly, a “warrant canary” in the form of a cryptographically signed message containing the following:\n
    \n
    - a declaration that, up to that point, no warrants have been served, nor have any searches or seizures taken place\n
    - a cut and paste headline from a major news source, establishing date\n
    \n
    Special note should be taken if these messages ever cease being updated, or are removed from this page.\n
    \n
    The current message is here:\n
    \n
    -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256\n
    \n
    2024-01-08\n
    \n
    No warrants have ever been served to rsync.net, or rsync.net principals or employees. No searches or seizures of any kind have ever been performed on rsync.net assets, including:\n
    \n
    ALL San Diego locations ALL Denver locations ALL Zurich locations ALL Hong Kong locations ALL Fremont locations\n
    \n
    ( from [www.reuters.com](http://www.reuters.com) )\n
    \n
    Biden administration to unveil contractor rule set to upend gig economy\n
    \n
    Moon lander problem threatens mission after Vulcan rocket makes successful debut\n
    \n
    Beckenbauer revolutionised game and became icon of German sporting success)\n
    \n
    Spurs 115, Cavaliers 117 Hawks 110, Magic 117\n
    \n
    -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD)\n
    \n
    iEYEAREIAAYFAmWceF8ACgkQBzwoLX1vgGyjAgCffCEAilX5M6WY4SnxLJOF5J5f rSYAn14WCiZKbj+fKaqEpj4ThDWEOysB =256H -----END PGP SIGNATURE-----\n
    \n
    [www.rsync.net/resources/pubkey.txt](https://www.rsync.net/resources/pubkey.txt)\n
    \n
    Notes:\n
    \n
    This scheme is not infallible. Although signing the declaration makes it impossible for a third party to produce arbitrary declarations, it does not prevent them from using force to coerce rsync.net to produce false declarations. The news clip in the signed message serves to demonstrate that that update could not have been created prior to that date. It shows that a series of these updates were not created in advance and posted on this page.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722569828 {#1785
    date: 2024-08-02 05:37:08.0 +02: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: 29634
  -titleTs: "'canari':4 'rsync.net':1 'warrant':3"
  -bodyTs: "'-01':161 '-08':162 '/resources/pubkey.txt](https://www.rsync.net/resources/pubkey.txt)':267 '110':248 '115':244 '117':246,250 '2024':160 '256h':261 'act':15 'administr':212 'advanc':338 'affect':52 'also':81 'although':274 'arbitrari':287 'asset':189 'avail':83 'becam':237 'beckenbau':233 'begin':154,251 'biden':211 'canari':3,87 'cavali':245 'ceas':140 'clip':306 'coerc':298 'compli':70 'contain':96 'contractor':215 'could':317 'creat':321,336 'crimin':35 'cryptograph':93 'current':150 'cut':120 'data':25 'date':130,325 'debut':232 'declar':100,277,288,303 'demonstr':313 'denver':196 'diego':193 'disallow':44 'disclosur':46 'economi':221 'employe':66,175 'end':262 'especi':8 'establish':129 'etc':16 'event':48 'ever':139,166,184 'exist':4 'fact':69 'fals':302 'fkaqepj4thdweoysb':260 'follow':98 'forc':296 'form':90 'freebsd':257 'fremont':206 'game':235 'german':240 'gig':220 'gnupg':255 'hash':158 'hawk':247 'headlin':123 'hong':202 'icon':238 'ieyeareiaayfamwcef8acgkqbzwolx1vggyjagcffceailx5m6wy4snxljof5j5f':258 'imposs':280 'includ':190 'infal':273 'kind':182 'kong':203 'lander':223 'law':7,32 'librari':28 'locat':194,197,200,204,207 'magic':249 'major':126 'make':82,230,278 'materi':51 'messag':95,138,151,157,310 'mission':226 'moon':222 'news':127,305 'note':132,268 'page':148,343 'parti':284 'past':122 'patriot':14 'penalti':36 'perform':186 'pgp':155,252,263 'place':118 'point':105 'post':340 'prevent':292 'princip':64,173 'prior':322 'problem':224 'produc':286,301 'propos':6 'provid':17,33 'provis':76 'record':29 'relat':10 'remov':145 'reveal':38 'revolutionis':234 'rocket':229 'rsyan14wcizkbj':259 'rsync.net':1,60,61,79,170,172,188,299 'rule':216 'san':192 'scheme':270 'search':21,41,114,177 'secreci':78 'secret':19 'seizur':23,43,116,179 'seri':330 'serv':110,168,311 'servic':57 'set':217 'sha256':159 'show':327 'sign':94,156,275,309 'signatur':253,264 'sourc':128 'special':131 'sport':241 'spur':243 'success':231,242 'taken':117,135 'third':283 'threaten':225 'unveil':214 'updat':142,316,333 'upend':219 'us':13 'use':295 'user':54 'v2.0.18':256 'version':254 'vulcan':228 'warrant':2,20,40,73,86,107,164 'week':84 'would':50 'www.reuters.com':209,210 'www.rsync.net':266 'www.rsync.net/resources/pubkey.txt](https://www.rsync.net/resources/pubkey.txt)':265 'zurich':199"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705209649
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9209031"
  +editedAt: DateTimeImmutable @1722459400 {#1784
    date: 2024-07-31 22:56:40.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705136149 {#1786
    date: 2024-01-13 09:55:49.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: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "How-much-flour-would-I-need-for-an-XL-pizza"
  +title: "How much flour would I need for an XL pizza?"
  +url: null
  +body: "I’m trying to recreate those XL pizza you can get at most American pizza chains. Also, do I have to increase the measurements of the other ingredients (yeast and salt)? Thanks in advance."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723500579 {#1622
    date: 2024-08-13 00:09:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1636 …}
  +votes: Doctrine\ORM\PersistentCollection {#1660 …}
  +reports: Doctrine\ORM\PersistentCollection {#1450 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1421 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1446 …}
  +badges: Doctrine\ORM\PersistentCollection {#1424 …}
  +children: []
  -id: 29604
  -titleTs: "'flour':3 'much':2 'need':6 'pizza':10 'would':4 'xl':9"
  -bodyTs: "'advanc':34 'also':17 'american':14 'chain':16 'get':11 'increas':22 'ingredi':28 'm':2 'measur':24 'pizza':8,15 'recreat':5 'salt':31 'thank':32 'tri':3 'xl':7 'yeast':29"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705209338
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10646046"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705122938 {#1633
    date: 2024-01-13 06:15:38.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: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "How-much-flour-would-I-need-for-an-XL-pizza"
  +title: "How much flour would I need for an XL pizza?"
  +url: null
  +body: "I’m trying to recreate those XL pizza you can get at most American pizza chains. Also, do I have to increase the measurements of the other ingredients (yeast and salt)? Thanks in advance."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723500579 {#1622
    date: 2024-08-13 00:09:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1636 …}
  +votes: Doctrine\ORM\PersistentCollection {#1660 …}
  +reports: Doctrine\ORM\PersistentCollection {#1450 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1421 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1446 …}
  +badges: Doctrine\ORM\PersistentCollection {#1424 …}
  +children: []
  -id: 29604
  -titleTs: "'flour':3 'much':2 'need':6 'pizza':10 'would':4 'xl':9"
  -bodyTs: "'advanc':34 'also':17 'american':14 'chain':16 'get':11 'increas':22 'ingredi':28 'm':2 'measur':24 'pizza':8,15 'recreat':5 'salt':31 'thank':32 'tri':3 'xl':7 'yeast':29"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705209338
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10646046"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705122938 {#1633
    date: 2024-01-13 06:15:38.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: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "How-much-flour-would-I-need-for-an-XL-pizza"
  +title: "How much flour would I need for an XL pizza?"
  +url: null
  +body: "I’m trying to recreate those XL pizza you can get at most American pizza chains. Also, do I have to increase the measurements of the other ingredients (yeast and salt)? Thanks in advance."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723500579 {#1622
    date: 2024-08-13 00:09:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1636 …}
  +votes: Doctrine\ORM\PersistentCollection {#1660 …}
  +reports: Doctrine\ORM\PersistentCollection {#1450 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1421 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1446 …}
  +badges: Doctrine\ORM\PersistentCollection {#1424 …}
  +children: []
  -id: 29604
  -titleTs: "'flour':3 'much':2 'need':6 'pizza':10 'would':4 'xl':9"
  -bodyTs: "'advanc':34 'also':17 'american':14 'chain':16 'get':11 'increas':22 'ingredi':28 'm':2 'measur':24 'pizza':8,15 'recreat':5 'salt':31 'thank':32 'tri':3 'xl':7 'yeast':29"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705209338
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10646046"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705122938 {#1633
    date: 2024-01-13 06:15:38.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 {#1420
  +user: Proxies\__CG__\App\Entity\User {#1426 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2357 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Can-somebody-help-me-understand-the-recent-issues-that-the"
  +title: "Can somebody help me understand the recent issues that the manga reader Tachiyomi is facing and how to bypass them?"
  +url: null
  +body: "I have some idea that the devs got DMCA notice from some company and they are trying to shutdown the forks as well. I also read that some extensions won’t work or need to be added from unofficial sources. So my question is how to get back to the smooth experience as before with trustworthy extensions and forks. If there is already a post or link to it, do guide me to it."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 83
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722547271 {#1442
    date: 2024-08-01 23:21:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1451 …}
  +votes: Doctrine\ORM\PersistentCollection {#1417 …}
  +reports: Doctrine\ORM\PersistentCollection {#1411 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1441 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1418 …}
  +badges: Doctrine\ORM\PersistentCollection {#1425 …}
  +children: []
  -id: 29603
  -titleTs: "'bypass':19 'face':15 'help':3 'issu':8 'manga':11 'reader':12 'recent':7 'somebodi':2 'tachiyomi':13 'understand':5"
  -bodyTs: "'ad':37 'alreadi':63 'also':25 'back':48 'compani':13 'dev':7 'dmca':9 'experi':52 'extens':29,57 'fork':21,59 'get':47 'got':8 'guid':71 'idea':4 'link':67 'need':34 'notic':10 'post':65 'question':43 'read':26 'shutdown':19 'smooth':51 'sourc':40 'tri':17 'trustworthi':56 'unoffici':39 'well':23 'won':30 'work':32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705209198
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10646039"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705122798 {#1415
    date: 2024-01-13 06:13: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
71 DENIED edit
App\Entity\Entry {#1420
  +user: Proxies\__CG__\App\Entity\User {#1426 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2357 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Can-somebody-help-me-understand-the-recent-issues-that-the"
  +title: "Can somebody help me understand the recent issues that the manga reader Tachiyomi is facing and how to bypass them?"
  +url: null
  +body: "I have some idea that the devs got DMCA notice from some company and they are trying to shutdown the forks as well. I also read that some extensions won’t work or need to be added from unofficial sources. So my question is how to get back to the smooth experience as before with trustworthy extensions and forks. If there is already a post or link to it, do guide me to it."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 83
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722547271 {#1442
    date: 2024-08-01 23:21:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1451 …}
  +votes: Doctrine\ORM\PersistentCollection {#1417 …}
  +reports: Doctrine\ORM\PersistentCollection {#1411 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1441 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1418 …}
  +badges: Doctrine\ORM\PersistentCollection {#1425 …}
  +children: []
  -id: 29603
  -titleTs: "'bypass':19 'face':15 'help':3 'issu':8 'manga':11 'reader':12 'recent':7 'somebodi':2 'tachiyomi':13 'understand':5"
  -bodyTs: "'ad':37 'alreadi':63 'also':25 'back':48 'compani':13 'dev':7 'dmca':9 'experi':52 'extens':29,57 'fork':21,59 'get':47 'got':8 'guid':71 'idea':4 'link':67 'need':34 'notic':10 'post':65 'question':43 'read':26 'shutdown':19 'smooth':51 'sourc':40 'tri':17 'trustworthi':56 'unoffici':39 'well':23 'won':30 'work':32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705209198
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10646039"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705122798 {#1415
    date: 2024-01-13 06:13: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
72 DENIED moderate
App\Entity\Entry {#1420
  +user: Proxies\__CG__\App\Entity\User {#1426 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2357 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Can-somebody-help-me-understand-the-recent-issues-that-the"
  +title: "Can somebody help me understand the recent issues that the manga reader Tachiyomi is facing and how to bypass them?"
  +url: null
  +body: "I have some idea that the devs got DMCA notice from some company and they are trying to shutdown the forks as well. I also read that some extensions won’t work or need to be added from unofficial sources. So my question is how to get back to the smooth experience as before with trustworthy extensions and forks. If there is already a post or link to it, do guide me to it."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 83
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722547271 {#1442
    date: 2024-08-01 23:21:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1451 …}
  +votes: Doctrine\ORM\PersistentCollection {#1417 …}
  +reports: Doctrine\ORM\PersistentCollection {#1411 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1441 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1418 …}
  +badges: Doctrine\ORM\PersistentCollection {#1425 …}
  +children: []
  -id: 29603
  -titleTs: "'bypass':19 'face':15 'help':3 'issu':8 'manga':11 'reader':12 'recent':7 'somebodi':2 'tachiyomi':13 'understand':5"
  -bodyTs: "'ad':37 'alreadi':63 'also':25 'back':48 'compani':13 'dev':7 'dmca':9 'experi':52 'extens':29,57 'fork':21,59 'get':47 'got':8 'guid':71 'idea':4 'link':67 'need':34 'notic':10 'post':65 'question':43 'read':26 'shutdown':19 'smooth':51 'sourc':40 'tri':17 'trustworthi':56 'unoffici':39 'well':23 'won':30 'work':32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705209198
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10646039"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705122798 {#1415
    date: 2024-01-13 06:13: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
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 {#1454
  +user: Proxies\__CG__\App\Entity\User {#1461 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1462 …}
  +image: Proxies\__CG__\App\Entity\Image {#1463 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1464 …}
  +slug: "13-January-1981"
  +title: "13 January 1981"
  +url: "https://sh.itjust.works/pictrs/image/a619429c-5de3-4c04-bf3d-9ae13ea4f5ee.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705166436 {#1427
    date: 2024-01-13 18:20:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1448 …}
  +votes: Doctrine\ORM\PersistentCollection {#1455 …}
  +reports: Doctrine\ORM\PersistentCollection {#1460 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1459 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1439 …}
  +badges: Doctrine\ORM\PersistentCollection {#1437 …}
  +children: []
  -id: 30206
  -titleTs: "'13':1 '1981':3 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705206936
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12712473"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705166436 {#1456
    date: 2024-01-13 18:20:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
75 DENIED edit
App\Entity\Entry {#1454
  +user: Proxies\__CG__\App\Entity\User {#1461 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1462 …}
  +image: Proxies\__CG__\App\Entity\Image {#1463 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1464 …}
  +slug: "13-January-1981"
  +title: "13 January 1981"
  +url: "https://sh.itjust.works/pictrs/image/a619429c-5de3-4c04-bf3d-9ae13ea4f5ee.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705166436 {#1427
    date: 2024-01-13 18:20:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1448 …}
  +votes: Doctrine\ORM\PersistentCollection {#1455 …}
  +reports: Doctrine\ORM\PersistentCollection {#1460 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1459 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1439 …}
  +badges: Doctrine\ORM\PersistentCollection {#1437 …}
  +children: []
  -id: 30206
  -titleTs: "'13':1 '1981':3 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705206936
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12712473"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705166436 {#1456
    date: 2024-01-13 18:20:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
76 DENIED moderate
App\Entity\Entry {#1454
  +user: Proxies\__CG__\App\Entity\User {#1461 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1462 …}
  +image: Proxies\__CG__\App\Entity\Image {#1463 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1464 …}
  +slug: "13-January-1981"
  +title: "13 January 1981"
  +url: "https://sh.itjust.works/pictrs/image/a619429c-5de3-4c04-bf3d-9ae13ea4f5ee.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705166436 {#1427
    date: 2024-01-13 18:20:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1448 …}
  +votes: Doctrine\ORM\PersistentCollection {#1455 …}
  +reports: Doctrine\ORM\PersistentCollection {#1460 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1459 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1439 …}
  +badges: Doctrine\ORM\PersistentCollection {#1437 …}
  +children: []
  -id: 30206
  -titleTs: "'13':1 '1981':3 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705206936
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12712473"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705166436 {#1456
    date: 2024-01-13 18:20:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1430
  +user: Proxies\__CG__\App\Entity\User {#1434 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1395 …}
  +image: Proxies\__CG__\App\Entity\Image {#1431 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1440 …}
  +slug: "USA-1"
  +title: "USA #1!!!"
  +url: "https://lemmygrad.ml/pictrs/image/4ef20ecd-40b9-4c73-aa07-3f5fc6816a0b.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725967524 {#1428
    date: 2024-09-10 13:25:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1438 …}
  +votes: Doctrine\ORM\PersistentCollection {#1699 …}
  +reports: Doctrine\ORM\PersistentCollection {#1703 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1693 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1695 …}
  +badges: Doctrine\ORM\PersistentCollection {#1698 …}
  +children: []
  -id: 29691
  -titleTs: "'1':2 'usa':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705206631
  +visibility: "visible             "
  +apId: "https://lemmygrad.ml/post/3312420"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705157131 {#1435
    date: 2024-01-13 15:45:31.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 {#1430
  +user: Proxies\__CG__\App\Entity\User {#1434 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1395 …}
  +image: Proxies\__CG__\App\Entity\Image {#1431 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1440 …}
  +slug: "USA-1"
  +title: "USA #1!!!"
  +url: "https://lemmygrad.ml/pictrs/image/4ef20ecd-40b9-4c73-aa07-3f5fc6816a0b.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725967524 {#1428
    date: 2024-09-10 13:25:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1438 …}
  +votes: Doctrine\ORM\PersistentCollection {#1699 …}
  +reports: Doctrine\ORM\PersistentCollection {#1703 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1693 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1695 …}
  +badges: Doctrine\ORM\PersistentCollection {#1698 …}
  +children: []
  -id: 29691
  -titleTs: "'1':2 'usa':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705206631
  +visibility: "visible             "
  +apId: "https://lemmygrad.ml/post/3312420"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705157131 {#1435
    date: 2024-01-13 15:45:31.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 {#1430
  +user: Proxies\__CG__\App\Entity\User {#1434 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1395 …}
  +image: Proxies\__CG__\App\Entity\Image {#1431 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1440 …}
  +slug: "USA-1"
  +title: "USA #1!!!"
  +url: "https://lemmygrad.ml/pictrs/image/4ef20ecd-40b9-4c73-aa07-3f5fc6816a0b.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725967524 {#1428
    date: 2024-09-10 13:25:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1438 …}
  +votes: Doctrine\ORM\PersistentCollection {#1699 …}
  +reports: Doctrine\ORM\PersistentCollection {#1703 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1693 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1695 …}
  +badges: Doctrine\ORM\PersistentCollection {#1698 …}
  +children: []
  -id: 29691
  -titleTs: "'1':2 'usa':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705206631
  +visibility: "visible             "
  +apId: "https://lemmygrad.ml/post/3312420"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705157131 {#1435
    date: 2024-01-13 15:45:31.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 {#1610
  +user: Proxies\__CG__\App\Entity\User {#1609 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1606 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Shmups-A-place-on-Lemmy-to-talk-about-arcade-and"
  +title: "Shmups - A place on Lemmy to talk about arcade and console shmups/shoot 'em ups/STGs - all experience levels welcome!"
  +url: null
  +body: """
    [Shmups](/c/shmups@lemmus.org)\n
    \n
    A place for Lemmy users to talk about the shoot 'em up genre of video games, for experts and new players alike.\n
    \n
    [!shmups@lemmus.org](https://lemmus.org/c/shmups)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705138494 {#1709
    date: 2024-01-13 10:34:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1614 …}
  +votes: Doctrine\ORM\PersistentCollection {#1615 …}
  +reports: Doctrine\ORM\PersistentCollection {#1752 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1639 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1647 …}
  +badges: Doctrine\ORM\PersistentCollection {#1640 …}
  +children: []
  -id: 29641
  -titleTs: "'arcad':9 'consol':11 'em':13 'experi':16 'lemmi':5 'level':17 'place':3 'shmup':1 'shmups/shoot':12 'talk':7 'ups/stgs':14 'welcom':18"
  -bodyTs: "'/c/shmups':2 '/c/shmups)':29 'alik':25 'em':14 'expert':21 'game':19 'genr':16 'lemmi':7 'lemmus.org':3,28 'lemmus.org/c/shmups)':27 'new':23 'place':5 'player':24 'shmup':1 'shmups@lemmus.org':26 'shoot':13 'talk':10 'user':8 'video':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705205994
  +visibility: "visible             "
  +apId: "https://lemmus.org/post/2575224"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705138494 {#1595
    date: 2024-01-13 10:34:54.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\Entry {#1610
  +user: Proxies\__CG__\App\Entity\User {#1609 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1606 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Shmups-A-place-on-Lemmy-to-talk-about-arcade-and"
  +title: "Shmups - A place on Lemmy to talk about arcade and console shmups/shoot 'em ups/STGs - all experience levels welcome!"
  +url: null
  +body: """
    [Shmups](/c/shmups@lemmus.org)\n
    \n
    A place for Lemmy users to talk about the shoot 'em up genre of video games, for experts and new players alike.\n
    \n
    [!shmups@lemmus.org](https://lemmus.org/c/shmups)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705138494 {#1709
    date: 2024-01-13 10:34:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1614 …}
  +votes: Doctrine\ORM\PersistentCollection {#1615 …}
  +reports: Doctrine\ORM\PersistentCollection {#1752 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1639 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1647 …}
  +badges: Doctrine\ORM\PersistentCollection {#1640 …}
  +children: []
  -id: 29641
  -titleTs: "'arcad':9 'consol':11 'em':13 'experi':16 'lemmi':5 'level':17 'place':3 'shmup':1 'shmups/shoot':12 'talk':7 'ups/stgs':14 'welcom':18"
  -bodyTs: "'/c/shmups':2 '/c/shmups)':29 'alik':25 'em':14 'expert':21 'game':19 'genr':16 'lemmi':7 'lemmus.org':3,28 'lemmus.org/c/shmups)':27 'new':23 'place':5 'player':24 'shmup':1 'shmups@lemmus.org':26 'shoot':13 'talk':10 'user':8 'video':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705205994
  +visibility: "visible             "
  +apId: "https://lemmus.org/post/2575224"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705138494 {#1595
    date: 2024-01-13 10:34:54.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\Entry {#1610
  +user: Proxies\__CG__\App\Entity\User {#1609 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1606 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Shmups-A-place-on-Lemmy-to-talk-about-arcade-and"
  +title: "Shmups - A place on Lemmy to talk about arcade and console shmups/shoot 'em ups/STGs - all experience levels welcome!"
  +url: null
  +body: """
    [Shmups](/c/shmups@lemmus.org)\n
    \n
    A place for Lemmy users to talk about the shoot 'em up genre of video games, for experts and new players alike.\n
    \n
    [!shmups@lemmus.org](https://lemmus.org/c/shmups)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705138494 {#1709
    date: 2024-01-13 10:34:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1614 …}
  +votes: Doctrine\ORM\PersistentCollection {#1615 …}
  +reports: Doctrine\ORM\PersistentCollection {#1752 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1639 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1647 …}
  +badges: Doctrine\ORM\PersistentCollection {#1640 …}
  +children: []
  -id: 29641
  -titleTs: "'arcad':9 'consol':11 'em':13 'experi':16 'lemmi':5 'level':17 'place':3 'shmup':1 'shmups/shoot':12 'talk':7 'ups/stgs':14 'welcom':18"
  -bodyTs: "'/c/shmups':2 '/c/shmups)':29 'alik':25 'em':14 'expert':21 'game':19 'genr':16 'lemmi':7 'lemmus.org':3,28 'lemmus.org/c/shmups)':27 'new':23 'place':5 'player':24 'shmup':1 'shmups@lemmus.org':26 'shoot':13 'talk':10 'user':8 'video':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705205994
  +visibility: "visible             "
  +apId: "https://lemmus.org/post/2575224"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705138494 {#1595
    date: 2024-01-13 10:34:54.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1674
  +user: Proxies\__CG__\App\Entity\User {#1676 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1886 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "What-is-the-best-option-to-provide-for-people-who"
  +title: "What is the best option to provide for people who are homeless in the cold?"
  +url: null
  +body: """
    It’s going to be very cold over the next few days in my area and I’d like to buy something for the people who are homeless, particularly ones who won’t be in a shelter.\n
    \n
    For budgeting, there is one shelter in my area for adults and one for children/teenagers. I don’t know how many people would not have shelter but in the past, I have planned for 40 people when providing food for people in a shelter.\n
    \n
    My budget is about $200 USD; what would be the most useful? thermal blankets? hot food?\n
    \n
    Edit: thanks to all who responded. I called the shelter and the most needed items are (1) sleeping bags (2) very warm gloves to prevent frostbite (3) boots
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 149
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724591584 {#1648
    date: 2024-08-25 15:13:04.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: 29590
  -titleTs: "'best':4 'cold':15 'homeless':12 'option':5 'peopl':9 'provid':7"
  -bodyTs: "'1':114 '2':117 '200':86 '3':124 '40':72 'adult':48 'area':15,46 'bag':116 'blanket':95 'boot':125 'budget':39,83 'buy':21 'call':105 'children/teenagers':52 'cold':7 'd':18 'day':12 'edit':98 'food':76,97 'frostbit':123 'glove':120 'go':3 'homeless':28 'hot':96 'item':112 'know':56 'like':19 'mani':58 'need':111 'next':10 'one':30,42,50 'particular':29 'past':67 'peopl':25,59,73,78 'plan':70 'prevent':122 'provid':75 'respond':103 'shelter':37,43,63,81,107 'sleep':115 'someth':22 'thank':99 'thermal':94 'usd':87 'use':93 'warm':119 'won':32 'would':60,89"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705204949
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10644779"
  +editedAt: DateTimeImmutable @1723018414 {#1665
    date: 2024-08-07 10:13:34.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705118549 {#1675
    date: 2024-01-13 05:02: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
87 DENIED edit
App\Entity\Entry {#1674
  +user: Proxies\__CG__\App\Entity\User {#1676 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1886 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "What-is-the-best-option-to-provide-for-people-who"
  +title: "What is the best option to provide for people who are homeless in the cold?"
  +url: null
  +body: """
    It’s going to be very cold over the next few days in my area and I’d like to buy something for the people who are homeless, particularly ones who won’t be in a shelter.\n
    \n
    For budgeting, there is one shelter in my area for adults and one for children/teenagers. I don’t know how many people would not have shelter but in the past, I have planned for 40 people when providing food for people in a shelter.\n
    \n
    My budget is about $200 USD; what would be the most useful? thermal blankets? hot food?\n
    \n
    Edit: thanks to all who responded. I called the shelter and the most needed items are (1) sleeping bags (2) very warm gloves to prevent frostbite (3) boots
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 149
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724591584 {#1648
    date: 2024-08-25 15:13:04.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: 29590
  -titleTs: "'best':4 'cold':15 'homeless':12 'option':5 'peopl':9 'provid':7"
  -bodyTs: "'1':114 '2':117 '200':86 '3':124 '40':72 'adult':48 'area':15,46 'bag':116 'blanket':95 'boot':125 'budget':39,83 'buy':21 'call':105 'children/teenagers':52 'cold':7 'd':18 'day':12 'edit':98 'food':76,97 'frostbit':123 'glove':120 'go':3 'homeless':28 'hot':96 'item':112 'know':56 'like':19 'mani':58 'need':111 'next':10 'one':30,42,50 'particular':29 'past':67 'peopl':25,59,73,78 'plan':70 'prevent':122 'provid':75 'respond':103 'shelter':37,43,63,81,107 'sleep':115 'someth':22 'thank':99 'thermal':94 'usd':87 'use':93 'warm':119 'won':32 'would':60,89"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705204949
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10644779"
  +editedAt: DateTimeImmutable @1723018414 {#1665
    date: 2024-08-07 10:13:34.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705118549 {#1675
    date: 2024-01-13 05:02: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
88 DENIED moderate
App\Entity\Entry {#1674
  +user: Proxies\__CG__\App\Entity\User {#1676 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1886 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "What-is-the-best-option-to-provide-for-people-who"
  +title: "What is the best option to provide for people who are homeless in the cold?"
  +url: null
  +body: """
    It’s going to be very cold over the next few days in my area and I’d like to buy something for the people who are homeless, particularly ones who won’t be in a shelter.\n
    \n
    For budgeting, there is one shelter in my area for adults and one for children/teenagers. I don’t know how many people would not have shelter but in the past, I have planned for 40 people when providing food for people in a shelter.\n
    \n
    My budget is about $200 USD; what would be the most useful? thermal blankets? hot food?\n
    \n
    Edit: thanks to all who responded. I called the shelter and the most needed items are (1) sleeping bags (2) very warm gloves to prevent frostbite (3) boots
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 149
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724591584 {#1648
    date: 2024-08-25 15:13:04.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: 29590
  -titleTs: "'best':4 'cold':15 'homeless':12 'option':5 'peopl':9 'provid':7"
  -bodyTs: "'1':114 '2':117 '200':86 '3':124 '40':72 'adult':48 'area':15,46 'bag':116 'blanket':95 'boot':125 'budget':39,83 'buy':21 'call':105 'children/teenagers':52 'cold':7 'd':18 'day':12 'edit':98 'food':76,97 'frostbit':123 'glove':120 'go':3 'homeless':28 'hot':96 'item':112 'know':56 'like':19 'mani':58 'need':111 'next':10 'one':30,42,50 'particular':29 'past':67 'peopl':25,59,73,78 'plan':70 'prevent':122 'provid':75 'respond':103 'shelter':37,43,63,81,107 'sleep':115 'someth':22 'thank':99 'thermal':94 'usd':87 'use':93 'warm':119 'won':32 'would':60,89"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705204949
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10644779"
  +editedAt: DateTimeImmutable @1723018414 {#1665
    date: 2024-08-07 10:13:34.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705118549 {#1675
    date: 2024-01-13 05:02: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
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 {#1886 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Lemmy-instance-which-has-not-defederated-with-any-other-instance"
  +title: "Lemmy instance which has not defederated with any other instance."
  +url: null
  +body: "Hi everyone. I have found many ghost comments in posts. Like one of the posts has 300+ upvotes and 28 comments but when I opened it, there were no comments. I tried different Lemmy apps and it’s the same in all of them. Which leads me to believe that it has something to do with defederation done by Lemmy.ml. Which instance has all contents readable?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724628692 {#1654
    date: 2024-08-26 01:31:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1651 …}
  +votes: Doctrine\ORM\PersistentCollection {#1656 …}
  +reports: Doctrine\ORM\PersistentCollection {#1662 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1553 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1590 …}
  +badges: Doctrine\ORM\PersistentCollection {#1591 …}
  +children: []
  -id: 29589
  -titleTs: "'defeder':6 'instanc':2,10 'lemmi':1"
  -bodyTs: "'28':20 '300':17 'app':35 'believ':49 'comment':8,21,30 'content':65 'defeder':57 'differ':33 'done':58 'everyon':2 'found':5 'ghost':7 'hi':1 'instanc':62 'lead':46 'lemmi':34 'lemmy.ml':60 'like':11 'mani':6 'one':12 'open':25 'post':10,15 'readabl':66 'someth':53 'tri':32 'upvot':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705204083
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10474016"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705117683 {#1652
    date: 2024-01-13 04:48:03.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 {#1886 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Lemmy-instance-which-has-not-defederated-with-any-other-instance"
  +title: "Lemmy instance which has not defederated with any other instance."
  +url: null
  +body: "Hi everyone. I have found many ghost comments in posts. Like one of the posts has 300+ upvotes and 28 comments but when I opened it, there were no comments. I tried different Lemmy apps and it’s the same in all of them. Which leads me to believe that it has something to do with defederation done by Lemmy.ml. Which instance has all contents readable?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724628692 {#1654
    date: 2024-08-26 01:31:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1651 …}
  +votes: Doctrine\ORM\PersistentCollection {#1656 …}
  +reports: Doctrine\ORM\PersistentCollection {#1662 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1553 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1590 …}
  +badges: Doctrine\ORM\PersistentCollection {#1591 …}
  +children: []
  -id: 29589
  -titleTs: "'defeder':6 'instanc':2,10 'lemmi':1"
  -bodyTs: "'28':20 '300':17 'app':35 'believ':49 'comment':8,21,30 'content':65 'defeder':57 'differ':33 'done':58 'everyon':2 'found':5 'ghost':7 'hi':1 'instanc':62 'lead':46 'lemmi':34 'lemmy.ml':60 'like':11 'mani':6 'one':12 'open':25 'post':10,15 'readabl':66 'someth':53 'tri':32 'upvot':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705204083
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10474016"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705117683 {#1652
    date: 2024-01-13 04:48:03.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 {#1886 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Lemmy-instance-which-has-not-defederated-with-any-other-instance"
  +title: "Lemmy instance which has not defederated with any other instance."
  +url: null
  +body: "Hi everyone. I have found many ghost comments in posts. Like one of the posts has 300+ upvotes and 28 comments but when I opened it, there were no comments. I tried different Lemmy apps and it’s the same in all of them. Which leads me to believe that it has something to do with defederation done by Lemmy.ml. Which instance has all contents readable?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724628692 {#1654
    date: 2024-08-26 01:31:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1651 …}
  +votes: Doctrine\ORM\PersistentCollection {#1656 …}
  +reports: Doctrine\ORM\PersistentCollection {#1662 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1553 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1590 …}
  +badges: Doctrine\ORM\PersistentCollection {#1591 …}
  +children: []
  -id: 29589
  -titleTs: "'defeder':6 'instanc':2,10 'lemmi':1"
  -bodyTs: "'28':20 '300':17 'app':35 'believ':49 'comment':8,21,30 'content':65 'defeder':57 'differ':33 'done':58 'everyon':2 'found':5 'ghost':7 'hi':1 'instanc':62 'lead':46 'lemmi':34 'lemmy.ml':60 'like':11 'mani':6 'one':12 'open':25 'post':10,15 'readabl':66 'someth':53 'tri':32 'upvot':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705204083
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10474016"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705117683 {#1652
    date: 2024-01-13 04:48:03.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 {#1582
  +user: Proxies\__CG__\App\Entity\User {#1578 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1583 …}
  +image: Proxies\__CG__\App\Entity\Image {#1577 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1580 …}
  +slug: "Google-Cloud-Waves-Exit-Fees"
  +title: "Google Cloud Waves Exit Fees"
  +url: "https://insidehpc.com/2024/01/google-cloud-waves-exit-fees/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722927156 {#1589
    date: 2024-08-06 08:52:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1579 …}
  +votes: Doctrine\ORM\PersistentCollection {#1581 …}
  +reports: Doctrine\ORM\PersistentCollection {#1572 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1575 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
  +badges: Doctrine\ORM\PersistentCollection {#1585 …}
  +children: []
  -id: 30240
  -titleTs: "'cloud':2 'exit':4 'fee':5 'googl':1 'wave':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705203261
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10500826"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705172261 {#1571
    date: 2024-01-13 19:57:41.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 {#1582
  +user: Proxies\__CG__\App\Entity\User {#1578 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1583 …}
  +image: Proxies\__CG__\App\Entity\Image {#1577 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1580 …}
  +slug: "Google-Cloud-Waves-Exit-Fees"
  +title: "Google Cloud Waves Exit Fees"
  +url: "https://insidehpc.com/2024/01/google-cloud-waves-exit-fees/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722927156 {#1589
    date: 2024-08-06 08:52:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1579 …}
  +votes: Doctrine\ORM\PersistentCollection {#1581 …}
  +reports: Doctrine\ORM\PersistentCollection {#1572 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1575 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
  +badges: Doctrine\ORM\PersistentCollection {#1585 …}
  +children: []
  -id: 30240
  -titleTs: "'cloud':2 'exit':4 'fee':5 'googl':1 'wave':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705203261
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10500826"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705172261 {#1571
    date: 2024-01-13 19:57:41.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 {#1582
  +user: Proxies\__CG__\App\Entity\User {#1578 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1583 …}
  +image: Proxies\__CG__\App\Entity\Image {#1577 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1580 …}
  +slug: "Google-Cloud-Waves-Exit-Fees"
  +title: "Google Cloud Waves Exit Fees"
  +url: "https://insidehpc.com/2024/01/google-cloud-waves-exit-fees/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722927156 {#1589
    date: 2024-08-06 08:52:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1579 …}
  +votes: Doctrine\ORM\PersistentCollection {#1581 …}
  +reports: Doctrine\ORM\PersistentCollection {#1572 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1575 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
  +badges: Doctrine\ORM\PersistentCollection {#1585 …}
  +children: []
  -id: 30240
  -titleTs: "'cloud':2 'exit':4 'fee':5 'googl':1 'wave':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705203261
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10500826"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705172261 {#1571
    date: 2024-01-13 19:57:41.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 {#1560
  +user: Proxies\__CG__\App\Entity\User {#1568 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1522 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1526 …}
  +slug: "I-listened-to-this-now-you-have-to-as-well"
  +title: "I listened to this, now you have to as well"
  +url: "https://files.catbox.moe/ks1tp5.mp4"
  +body: null
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 11
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705140892 {#1551
    date: 2024-01-13 11:14:52.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1528 …}
  +votes: Doctrine\ORM\PersistentCollection {#1561 …}
  +reports: Doctrine\ORM\PersistentCollection {#1567 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
  +badges: Doctrine\ORM\PersistentCollection {#1563 …}
  +children: []
  -id: 29587
  -titleTs: "'listen':2 'well':10"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705202862
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12673084"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705116462 {#1549
    date: 2024-01-13 04:27: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
99 DENIED edit
App\Entity\Entry {#1560
  +user: Proxies\__CG__\App\Entity\User {#1568 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1522 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1526 …}
  +slug: "I-listened-to-this-now-you-have-to-as-well"
  +title: "I listened to this, now you have to as well"
  +url: "https://files.catbox.moe/ks1tp5.mp4"
  +body: null
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 11
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705140892 {#1551
    date: 2024-01-13 11:14:52.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1528 …}
  +votes: Doctrine\ORM\PersistentCollection {#1561 …}
  +reports: Doctrine\ORM\PersistentCollection {#1567 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
  +badges: Doctrine\ORM\PersistentCollection {#1563 …}
  +children: []
  -id: 29587
  -titleTs: "'listen':2 'well':10"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705202862
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12673084"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705116462 {#1549
    date: 2024-01-13 04:27: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
100 DENIED moderate
App\Entity\Entry {#1560
  +user: Proxies\__CG__\App\Entity\User {#1568 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1522 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1526 …}
  +slug: "I-listened-to-this-now-you-have-to-as-well"
  +title: "I listened to this, now you have to as well"
  +url: "https://files.catbox.moe/ks1tp5.mp4"
  +body: null
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 11
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705140892 {#1551
    date: 2024-01-13 11:14:52.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1528 …}
  +votes: Doctrine\ORM\PersistentCollection {#1561 …}
  +reports: Doctrine\ORM\PersistentCollection {#1567 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
  +badges: Doctrine\ORM\PersistentCollection {#1563 …}
  +children: []
  -id: 29587
  -titleTs: "'listen':2 'well':10"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705202862
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12673084"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705116462 {#1549
    date: 2024-01-13 04:27: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