GET https://kbin.spritesserver.nl/*/top?p=19

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.31 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.06 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 {#1773
  +user: Proxies\__CG__\App\Entity\User {#1775 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "solved-Nginx-proxy-server-strange-behavior"
  +title: "[solved] Nginx proxy server - strange behavior"
  +url: null
  +body: """
    Hello fellow selfhosters! I changed my server OS from fedora server to alma linux as I wanted a more stable base with less frequent updates for my docker containers, so I backed everything up and installed almalinux. It all went smoothly, and now all the containers seem to work as before except for nginx proxy manager: on fedora, I set all the proxy hosts like this (using jellyfin for instance): `jellyfin.mydomain.duckdns.org` > `http://myserverhostname:8096`now, for some strange reasons, it does not work anymore, and I get a bad gateway error. I tried with and without SSL (that I had from the previous installation, do I need to regenerate them? but without it should work anyway…), pointing to `localhost:8096`, to `myserverhostname:8096`, to `jellyfin:8096`, but nothing. The only way I could make it work was with the resolved IP address of my server:\n
    \n
    ```\n
    \n
    <span style="font-style:italic;color:#969896;"># host myserverhostname\n
    </span><span style="color:#323232;">myserverhostname.station has address 192.168.1.13\n
    </span>\n
    ```\n
    \n
    pointing nginx to `192.168.1.13:8096` correctly shows the website. why does this happens? am I doing something wrong?\n
    \n
    EDIT: the only one that’s working with `localhost` is nginx itself (`http://localhost:81`)\n
    \n
    ======\n
    \n
    SOLUTION: instead of `myserverhostname`, in nginx proxy host configuration (in the gui) I had to set `myserverhostname.station` to get it working. I don’t know why, in the previous installation only the hostname was enough…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729201088 {#1787
    date: 2024-10-17 23:38:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1776 …}
  +votes: Doctrine\ORM\PersistentCollection {#1782 …}
  +reports: Doctrine\ORM\PersistentCollection {#1785 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1786 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1764 …}
  +badges: Doctrine\ORM\PersistentCollection {#1766 …}
  +children: []
  -id: 33684
  -titleTs: "'behavior':6 'nginx':2 'proxi':3 'server':4 'solv':1 'strang':5"
  -bodyTs: "'192.168.1.13':150,154 '8096':73,119,122,125,155 '81':182 'address':141,149 'alma':13 'almalinux':37 'anymor':83 'anyway':115 'back':32 'bad':88 'base':21 'chang':5 'configur':191 'contain':29,46 'correct':156 'could':132 'docker':28 'edit':169 'enough':217 'error':90 'everyth':33 'except':52 'fedora':10,58 'fellow':2 'frequent':24 'gateway':89 'get':86,201 'gui':194 'happen':163 'hello':1 'host':64,145,190 'hostnam':215 'instal':36,103,212 'instanc':70 'instead':184 'ip':140 'jellyfin':68,124 'jellyfin.mydomain.duckdns.org':71 'know':207 'less':23 'like':65 'linux':14 'localhost':118,177,181 'make':133 'manag':56 'myserverhostnam':72,121,146,186 'myserverhostname.station':147,199 'need':106 'nginx':54,152,179,188 'noth':127 'one':172 'os':8 'point':116,151 'previous':102,211 'proxi':55,63,189 'reason':78 'regener':108 'resolv':139 'seem':47 'selfhost':3 'server':7,11,144 'set':60,198 'show':157 'smooth':41 'solut':183 'someth':167 'ssl':96 'stabl':20 'strang':77 'tri':92 'updat':25 'use':67 'want':17 'way':130 'websit':159 'went':40 'without':95,111 'work':49,82,114,135,175,203 'wrong':168"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706512704
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/737323"
  +editedAt: DateTimeImmutable @1729201397 {#1777
    date: 2024-10-17 23:43:17.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706465204 {#1774
    date: 2024-01-28 19:06:44.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\Entry {#1773
  +user: Proxies\__CG__\App\Entity\User {#1775 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "solved-Nginx-proxy-server-strange-behavior"
  +title: "[solved] Nginx proxy server - strange behavior"
  +url: null
  +body: """
    Hello fellow selfhosters! I changed my server OS from fedora server to alma linux as I wanted a more stable base with less frequent updates for my docker containers, so I backed everything up and installed almalinux. It all went smoothly, and now all the containers seem to work as before except for nginx proxy manager: on fedora, I set all the proxy hosts like this (using jellyfin for instance): `jellyfin.mydomain.duckdns.org` &gt; `http://myserverhostname:8096`now, for some strange reasons, it does not work anymore, and I get a bad gateway error. I tried with and without SSL (that I had from the previous installation, do I need to regenerate them? but without it should work anyway…), pointing to `localhost:8096`, to `myserverhostname:8096`, to `jellyfin:8096`, but nothing. The only way I could make it work was with the resolved IP address of my server:\n
    \n
    ```\n
    \n
    <span style="font-style:italic;color:#969896;"># host myserverhostname\n
    </span><span style="color:#323232;">myserverhostname.station has address 192.168.1.13\n
    </span>\n
    ```\n
    \n
    pointing nginx to `192.168.1.13:8096` correctly shows the website. why does this happens? am I doing something wrong?\n
    \n
    EDIT: the only one that’s working with `localhost` is nginx itself (`http://localhost:81`)\n
    \n
    ======\n
    \n
    SOLUTION: instead of `myserverhostname`, in nginx proxy host configuration (in the gui) I had to set `myserverhostname.station` to get it working. I don’t know why, in the previous installation only the hostname was enough…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729201088 {#1787
    date: 2024-10-17 23:38:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1776 …}
  +votes: Doctrine\ORM\PersistentCollection {#1782 …}
  +reports: Doctrine\ORM\PersistentCollection {#1785 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1786 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1764 …}
  +badges: Doctrine\ORM\PersistentCollection {#1766 …}
  +children: []
  -id: 33684
  -titleTs: "'behavior':6 'nginx':2 'proxi':3 'server':4 'solv':1 'strang':5"
  -bodyTs: "'192.168.1.13':150,154 '8096':73,119,122,125,155 '81':182 'address':141,149 'alma':13 'almalinux':37 'anymor':83 'anyway':115 'back':32 'bad':88 'base':21 'chang':5 'configur':191 'contain':29,46 'correct':156 'could':132 'docker':28 'edit':169 'enough':217 'error':90 'everyth':33 'except':52 'fedora':10,58 'fellow':2 'frequent':24 'gateway':89 'get':86,201 'gui':194 'happen':163 'hello':1 'host':64,145,190 'hostnam':215 'instal':36,103,212 'instanc':70 'instead':184 'ip':140 'jellyfin':68,124 'jellyfin.mydomain.duckdns.org':71 'know':207 'less':23 'like':65 'linux':14 'localhost':118,177,181 'make':133 'manag':56 'myserverhostnam':72,121,146,186 'myserverhostname.station':147,199 'need':106 'nginx':54,152,179,188 'noth':127 'one':172 'os':8 'point':116,151 'previous':102,211 'proxi':55,63,189 'reason':78 'regener':108 'resolv':139 'seem':47 'selfhost':3 'server':7,11,144 'set':60,198 'show':157 'smooth':41 'solut':183 'someth':167 'ssl':96 'stabl':20 'strang':77 'tri':92 'updat':25 'use':67 'want':17 'way':130 'websit':159 'went':40 'without':95,111 'work':49,82,114,135,175,203 'wrong':168"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706512704
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/737323"
  +editedAt: DateTimeImmutable @1729201397 {#1777
    date: 2024-10-17 23:43:17.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706465204 {#1774
    date: 2024-01-28 19:06:44.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\Entry {#1773
  +user: Proxies\__CG__\App\Entity\User {#1775 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "solved-Nginx-proxy-server-strange-behavior"
  +title: "[solved] Nginx proxy server - strange behavior"
  +url: null
  +body: """
    Hello fellow selfhosters! I changed my server OS from fedora server to alma linux as I wanted a more stable base with less frequent updates for my docker containers, so I backed everything up and installed almalinux. It all went smoothly, and now all the containers seem to work as before except for nginx proxy manager: on fedora, I set all the proxy hosts like this (using jellyfin for instance): `jellyfin.mydomain.duckdns.org` &gt; `http://myserverhostname:8096`now, for some strange reasons, it does not work anymore, and I get a bad gateway error. I tried with and without SSL (that I had from the previous installation, do I need to regenerate them? but without it should work anyway…), pointing to `localhost:8096`, to `myserverhostname:8096`, to `jellyfin:8096`, but nothing. The only way I could make it work was with the resolved IP address of my server:\n
    \n
    ```\n
    \n
    <span style="font-style:italic;color:#969896;"># host myserverhostname\n
    </span><span style="color:#323232;">myserverhostname.station has address 192.168.1.13\n
    </span>\n
    ```\n
    \n
    pointing nginx to `192.168.1.13:8096` correctly shows the website. why does this happens? am I doing something wrong?\n
    \n
    EDIT: the only one that’s working with `localhost` is nginx itself (`http://localhost:81`)\n
    \n
    ======\n
    \n
    SOLUTION: instead of `myserverhostname`, in nginx proxy host configuration (in the gui) I had to set `myserverhostname.station` to get it working. I don’t know why, in the previous installation only the hostname was enough…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729201088 {#1787
    date: 2024-10-17 23:38:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1776 …}
  +votes: Doctrine\ORM\PersistentCollection {#1782 …}
  +reports: Doctrine\ORM\PersistentCollection {#1785 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1786 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1764 …}
  +badges: Doctrine\ORM\PersistentCollection {#1766 …}
  +children: []
  -id: 33684
  -titleTs: "'behavior':6 'nginx':2 'proxi':3 'server':4 'solv':1 'strang':5"
  -bodyTs: "'192.168.1.13':150,154 '8096':73,119,122,125,155 '81':182 'address':141,149 'alma':13 'almalinux':37 'anymor':83 'anyway':115 'back':32 'bad':88 'base':21 'chang':5 'configur':191 'contain':29,46 'correct':156 'could':132 'docker':28 'edit':169 'enough':217 'error':90 'everyth':33 'except':52 'fedora':10,58 'fellow':2 'frequent':24 'gateway':89 'get':86,201 'gui':194 'happen':163 'hello':1 'host':64,145,190 'hostnam':215 'instal':36,103,212 'instanc':70 'instead':184 'ip':140 'jellyfin':68,124 'jellyfin.mydomain.duckdns.org':71 'know':207 'less':23 'like':65 'linux':14 'localhost':118,177,181 'make':133 'manag':56 'myserverhostnam':72,121,146,186 'myserverhostname.station':147,199 'need':106 'nginx':54,152,179,188 'noth':127 'one':172 'os':8 'point':116,151 'previous':102,211 'proxi':55,63,189 'reason':78 'regener':108 'resolv':139 'seem':47 'selfhost':3 'server':7,11,144 'set':60,198 'show':157 'smooth':41 'solut':183 'someth':167 'ssl':96 'stabl':20 'strang':77 'tri':92 'updat':25 'use':67 'want':17 'way':130 'websit':159 'went':40 'without':95,111 'work':49,82,114,135,175,203 'wrong':168"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706512704
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/737323"
  +editedAt: DateTimeImmutable @1729201397 {#1777
    date: 2024-10-17 23:43:17.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706465204 {#1774
    date: 2024-01-28 19:06:44.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2490
  +user: Proxies\__CG__\App\Entity\User {#2489 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2451 …}
  +image: Proxies\__CG__\App\Entity\Image {#2473 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2474 …}
  +slug: "Cops-Used-DNA-to-Predict-a-Suspect-s-Face-and-Tried-to"
  +title: "Cops Used DNA to Predict a Suspect’s Face—and Tried to Run Facial Recognition on It"
  +url: "https://www.wired.com/story/parabon-nanolabs-dna-face-models-police-facial-recognition/"
  +body: "> For facial recognition experts and privacy advocates, the East Bay detective’s request, while dystopian, was also entirely predictable. It emphasizes the ways that, without oversight, law enforcement is able to mix and match technologies in unintended ways, using untested algorithms to single out suspects based on unknowable criteria."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 32
  +favouriteCount: 268
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729543111 {#1359
    date: 2024-10-21 22:38:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1923 …}
  +votes: Doctrine\ORM\PersistentCollection {#1391 …}
  +reports: Doctrine\ORM\PersistentCollection {#1512 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1524 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1500 …}
  +badges: Doctrine\ORM\PersistentCollection {#1514 …}
  +children: []
  -id: 33674
  -titleTs: "'cop':1 'dna':3 'face':9 'facial':14 'predict':5 'recognit':15 'run':13 'suspect':7 'tri':11 'use':2"
  -bodyTs: "'abl':30 'advoc':7 'algorithm':41 'also':17 'base':46 'bay':10 'criteria':49 'detect':11 'dystopian':15 'east':9 'emphas':21 'enforc':28 'entir':18 'expert':4 'facial':2 'law':27 'match':34 'mix':32 'oversight':26 'predict':19 'privaci':6 'recognit':3 'request':13 'singl':43 'suspect':45 'technolog':35 'unintend':37 'unknow':48 'untest':40 'use':39 'way':23,38 'without':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706549884
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11167232"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706463484 {#2488
    date: 2024-01-28 18:38:04.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 {#2490
  +user: Proxies\__CG__\App\Entity\User {#2489 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2451 …}
  +image: Proxies\__CG__\App\Entity\Image {#2473 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2474 …}
  +slug: "Cops-Used-DNA-to-Predict-a-Suspect-s-Face-and-Tried-to"
  +title: "Cops Used DNA to Predict a Suspect’s Face—and Tried to Run Facial Recognition on It"
  +url: "https://www.wired.com/story/parabon-nanolabs-dna-face-models-police-facial-recognition/"
  +body: "> For facial recognition experts and privacy advocates, the East Bay detective’s request, while dystopian, was also entirely predictable. It emphasizes the ways that, without oversight, law enforcement is able to mix and match technologies in unintended ways, using untested algorithms to single out suspects based on unknowable criteria."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 32
  +favouriteCount: 268
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729543111 {#1359
    date: 2024-10-21 22:38:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1923 …}
  +votes: Doctrine\ORM\PersistentCollection {#1391 …}
  +reports: Doctrine\ORM\PersistentCollection {#1512 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1524 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1500 …}
  +badges: Doctrine\ORM\PersistentCollection {#1514 …}
  +children: []
  -id: 33674
  -titleTs: "'cop':1 'dna':3 'face':9 'facial':14 'predict':5 'recognit':15 'run':13 'suspect':7 'tri':11 'use':2"
  -bodyTs: "'abl':30 'advoc':7 'algorithm':41 'also':17 'base':46 'bay':10 'criteria':49 'detect':11 'dystopian':15 'east':9 'emphas':21 'enforc':28 'entir':18 'expert':4 'facial':2 'law':27 'match':34 'mix':32 'oversight':26 'predict':19 'privaci':6 'recognit':3 'request':13 'singl':43 'suspect':45 'technolog':35 'unintend':37 'unknow':48 'untest':40 'use':39 'way':23,38 'without':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706549884
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11167232"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706463484 {#2488
    date: 2024-01-28 18:38:04.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 {#2490
  +user: Proxies\__CG__\App\Entity\User {#2489 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2451 …}
  +image: Proxies\__CG__\App\Entity\Image {#2473 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2474 …}
  +slug: "Cops-Used-DNA-to-Predict-a-Suspect-s-Face-and-Tried-to"
  +title: "Cops Used DNA to Predict a Suspect’s Face—and Tried to Run Facial Recognition on It"
  +url: "https://www.wired.com/story/parabon-nanolabs-dna-face-models-police-facial-recognition/"
  +body: "> For facial recognition experts and privacy advocates, the East Bay detective’s request, while dystopian, was also entirely predictable. It emphasizes the ways that, without oversight, law enforcement is able to mix and match technologies in unintended ways, using untested algorithms to single out suspects based on unknowable criteria."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 32
  +favouriteCount: 268
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729543111 {#1359
    date: 2024-10-21 22:38:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1923 …}
  +votes: Doctrine\ORM\PersistentCollection {#1391 …}
  +reports: Doctrine\ORM\PersistentCollection {#1512 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1524 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1500 …}
  +badges: Doctrine\ORM\PersistentCollection {#1514 …}
  +children: []
  -id: 33674
  -titleTs: "'cop':1 'dna':3 'face':9 'facial':14 'predict':5 'recognit':15 'run':13 'suspect':7 'tri':11 'use':2"
  -bodyTs: "'abl':30 'advoc':7 'algorithm':41 'also':17 'base':46 'bay':10 'criteria':49 'detect':11 'dystopian':15 'east':9 'emphas':21 'enforc':28 'entir':18 'expert':4 'facial':2 'law':27 'match':34 'mix':32 'oversight':26 'predict':19 'privaci':6 'recognit':3 'request':13 'singl':43 'suspect':45 'technolog':35 'unintend':37 'unknow':48 'untest':40 'use':39 'way':23,38 'without':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706549884
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11167232"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706463484 {#2488
    date: 2024-01-28 18:38:04.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 {#1577
  +user: Proxies\__CG__\App\Entity\User {#1580 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1579 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1584 …}
  +slug: "Budgie-10-9-Desktop-Adds-Initial-Wayland-Support-Redesigned-Bluetooth-Applet"
  +title: "Budgie 10.9 Desktop Adds Initial Wayland Support, Redesigned Bluetooth Applet - 9to5Linux"
  +url: "https://9to5linux.com/budgie-10-9-desktop-adds-initial-wayland-support-redesigned-bluetooth-applet"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 138
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729331629 {#1578
    date: 2024-10-19 11:53:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1581 …}
  +votes: Doctrine\ORM\PersistentCollection {#1572 …}
  +reports: Doctrine\ORM\PersistentCollection {#1575 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1585 …}
  +badges: Doctrine\ORM\PersistentCollection {#1551 …}
  +children: []
  -id: 33699
  -titleTs: "'10.9':2 '9to5linux':11 'add':4 'applet':10 'bluetooth':9 'budgi':1 'desktop':3 'initi':5 'redesign':8 'support':7 'wayland':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706557520
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11171013"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706471120 {#1583
    date: 2024-01-28 20:45:20.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 {#1577
  +user: Proxies\__CG__\App\Entity\User {#1580 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1579 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1584 …}
  +slug: "Budgie-10-9-Desktop-Adds-Initial-Wayland-Support-Redesigned-Bluetooth-Applet"
  +title: "Budgie 10.9 Desktop Adds Initial Wayland Support, Redesigned Bluetooth Applet - 9to5Linux"
  +url: "https://9to5linux.com/budgie-10-9-desktop-adds-initial-wayland-support-redesigned-bluetooth-applet"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 138
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729331629 {#1578
    date: 2024-10-19 11:53:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1581 …}
  +votes: Doctrine\ORM\PersistentCollection {#1572 …}
  +reports: Doctrine\ORM\PersistentCollection {#1575 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1585 …}
  +badges: Doctrine\ORM\PersistentCollection {#1551 …}
  +children: []
  -id: 33699
  -titleTs: "'10.9':2 '9to5linux':11 'add':4 'applet':10 'bluetooth':9 'budgi':1 'desktop':3 'initi':5 'redesign':8 'support':7 'wayland':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706557520
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11171013"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706471120 {#1583
    date: 2024-01-28 20:45:20.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 {#1577
  +user: Proxies\__CG__\App\Entity\User {#1580 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1579 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1584 …}
  +slug: "Budgie-10-9-Desktop-Adds-Initial-Wayland-Support-Redesigned-Bluetooth-Applet"
  +title: "Budgie 10.9 Desktop Adds Initial Wayland Support, Redesigned Bluetooth Applet - 9to5Linux"
  +url: "https://9to5linux.com/budgie-10-9-desktop-adds-initial-wayland-support-redesigned-bluetooth-applet"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 138
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729331629 {#1578
    date: 2024-10-19 11:53:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1581 …}
  +votes: Doctrine\ORM\PersistentCollection {#1572 …}
  +reports: Doctrine\ORM\PersistentCollection {#1575 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1585 …}
  +badges: Doctrine\ORM\PersistentCollection {#1551 …}
  +children: []
  -id: 33699
  -titleTs: "'10.9':2 '9to5linux':11 'add':4 'applet':10 'bluetooth':9 'budgi':1 'desktop':3 'initi':5 'redesign':8 'support':7 'wayland':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706557520
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11171013"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706471120 {#1583
    date: 2024-01-28 20:45:20.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 {#1761
  +user: Proxies\__CG__\App\Entity\User {#2356 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1754 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1755 …}
  +slug: "The-History-of-Debian-Part-1"
  +title: "The History of Debian, Part 1"
  +url: "https://www.abortretry.fail/p/the-history-of-debian-part-1"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 57
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729195817 {#1477
    date: 2024-10-17 22:10:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1760 …}
  +votes: Doctrine\ORM\PersistentCollection {#1763 …}
  +reports: Doctrine\ORM\PersistentCollection {#1767 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1762 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1788 …}
  +badges: Doctrine\ORM\PersistentCollection {#1779 …}
  +children: []
  -id: 33682
  -titleTs: "'1':6 'debian':4 'histori':2 'part':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706551357
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11167777"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706464957 {#1476
    date: 2024-01-28 19:02:37.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\Entry {#1761
  +user: Proxies\__CG__\App\Entity\User {#2356 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1754 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1755 …}
  +slug: "The-History-of-Debian-Part-1"
  +title: "The History of Debian, Part 1"
  +url: "https://www.abortretry.fail/p/the-history-of-debian-part-1"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 57
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729195817 {#1477
    date: 2024-10-17 22:10:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1760 …}
  +votes: Doctrine\ORM\PersistentCollection {#1763 …}
  +reports: Doctrine\ORM\PersistentCollection {#1767 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1762 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1788 …}
  +badges: Doctrine\ORM\PersistentCollection {#1779 …}
  +children: []
  -id: 33682
  -titleTs: "'1':6 'debian':4 'histori':2 'part':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706551357
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11167777"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706464957 {#1476
    date: 2024-01-28 19:02:37.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\Entry {#1761
  +user: Proxies\__CG__\App\Entity\User {#2356 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1754 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1755 …}
  +slug: "The-History-of-Debian-Part-1"
  +title: "The History of Debian, Part 1"
  +url: "https://www.abortretry.fail/p/the-history-of-debian-part-1"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 57
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729195817 {#1477
    date: 2024-10-17 22:10:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1760 …}
  +votes: Doctrine\ORM\PersistentCollection {#1763 …}
  +reports: Doctrine\ORM\PersistentCollection {#1767 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1762 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1788 …}
  +badges: Doctrine\ORM\PersistentCollection {#1779 …}
  +children: []
  -id: 33682
  -titleTs: "'1':6 'debian':4 'histori':2 'part':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706551357
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11167777"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706464957 {#1476
    date: 2024-01-28 19:02:37.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1440
  +user: Proxies\__CG__\App\Entity\User {#1448 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2446 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Fish-are-our-friends"
  +title: "Fish are our friends"
  +url: "https://lemmy.world/pictrs/image/7c1f7522-3a84-470b-8f41-fd4f74c0dc77.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 15
  +favouriteCount: 202
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729265956 {#1430
    date: 2024-10-18 17:39:16.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: 33692
  -titleTs: "'fish':1 'friend':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706553450
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11298322"
  +editedAt: DateTimeImmutable @1729201152 {#1434
    date: 2024-10-17 23:39:12.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706467050 {#1431
    date: 2024-01-28 19:37:30.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 {#1440
  +user: Proxies\__CG__\App\Entity\User {#1448 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2446 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Fish-are-our-friends"
  +title: "Fish are our friends"
  +url: "https://lemmy.world/pictrs/image/7c1f7522-3a84-470b-8f41-fd4f74c0dc77.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 15
  +favouriteCount: 202
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729265956 {#1430
    date: 2024-10-18 17:39:16.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: 33692
  -titleTs: "'fish':1 'friend':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706553450
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11298322"
  +editedAt: DateTimeImmutable @1729201152 {#1434
    date: 2024-10-17 23:39:12.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706467050 {#1431
    date: 2024-01-28 19:37:30.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 {#1440
  +user: Proxies\__CG__\App\Entity\User {#1448 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2446 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Fish-are-our-friends"
  +title: "Fish are our friends"
  +url: "https://lemmy.world/pictrs/image/7c1f7522-3a84-470b-8f41-fd4f74c0dc77.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 15
  +favouriteCount: 202
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729265956 {#1430
    date: 2024-10-18 17:39:16.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: 33692
  -titleTs: "'fish':1 'friend':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706553450
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11298322"
  +editedAt: DateTimeImmutable @1729201152 {#1434
    date: 2024-10-17 23:39:12.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706467050 {#1431
    date: 2024-01-28 19:37:30.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 {#1665
  +user: Proxies\__CG__\App\Entity\User {#1675 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1674 …}
  +image: Proxies\__CG__\App\Entity\Image {#1676 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1672 …}
  +slug: "The-Titmouse"
  +title: "The "Titmouse""
  +url: "https://lemmus.org/pictrs/image/0c188bb6-09c8-41cd-9418-0f6dfba636f4.webp"
  +body: "[Super-Fun-Pak Comix by Ruben Bolling for January 28, 2024](https://www.gocomics.com/super-fun-pak-comix/2024/01/28)"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 144
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706470065 {#1641
    date: 2024-01-28 20:27:45.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1673 …}
  +votes: Doctrine\ORM\PersistentCollection {#1678 …}
  +reports: Doctrine\ORM\PersistentCollection {#1670 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1667 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1671 …}
  +badges: Doctrine\ORM\PersistentCollection {#1650 …}
  +children: []
  -id: 33695
  -titleTs: "'titmous':2"
  -bodyTs: "'/super-fun-pak-comix/2024/01/28)':15 '2024':12 '28':11 'boll':8 'comix':5 'fun':3 'januari':10 'pak':4 'ruben':7 'super':2 'super-fun-pak':1 'www.gocomics.com':14 'www.gocomics.com/super-fun-pak-comix/2024/01/28)':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706556465
  +visibility: "visible             "
  +apId: "https://lemmus.org/post/2917548"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706470065 {#1648
    date: 2024-01-28 20:27:45.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 {#1665
  +user: Proxies\__CG__\App\Entity\User {#1675 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1674 …}
  +image: Proxies\__CG__\App\Entity\Image {#1676 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1672 …}
  +slug: "The-Titmouse"
  +title: "The "Titmouse""
  +url: "https://lemmus.org/pictrs/image/0c188bb6-09c8-41cd-9418-0f6dfba636f4.webp"
  +body: "[Super-Fun-Pak Comix by Ruben Bolling for January 28, 2024](https://www.gocomics.com/super-fun-pak-comix/2024/01/28)"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 144
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706470065 {#1641
    date: 2024-01-28 20:27:45.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1673 …}
  +votes: Doctrine\ORM\PersistentCollection {#1678 …}
  +reports: Doctrine\ORM\PersistentCollection {#1670 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1667 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1671 …}
  +badges: Doctrine\ORM\PersistentCollection {#1650 …}
  +children: []
  -id: 33695
  -titleTs: "'titmous':2"
  -bodyTs: "'/super-fun-pak-comix/2024/01/28)':15 '2024':12 '28':11 'boll':8 'comix':5 'fun':3 'januari':10 'pak':4 'ruben':7 'super':2 'super-fun-pak':1 'www.gocomics.com':14 'www.gocomics.com/super-fun-pak-comix/2024/01/28)':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706556465
  +visibility: "visible             "
  +apId: "https://lemmus.org/post/2917548"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706470065 {#1648
    date: 2024-01-28 20:27:45.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 {#1665
  +user: Proxies\__CG__\App\Entity\User {#1675 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1674 …}
  +image: Proxies\__CG__\App\Entity\Image {#1676 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1672 …}
  +slug: "The-Titmouse"
  +title: "The "Titmouse""
  +url: "https://lemmus.org/pictrs/image/0c188bb6-09c8-41cd-9418-0f6dfba636f4.webp"
  +body: "[Super-Fun-Pak Comix by Ruben Bolling for January 28, 2024](https://www.gocomics.com/super-fun-pak-comix/2024/01/28)"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 144
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706470065 {#1641
    date: 2024-01-28 20:27:45.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1673 …}
  +votes: Doctrine\ORM\PersistentCollection {#1678 …}
  +reports: Doctrine\ORM\PersistentCollection {#1670 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1667 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1671 …}
  +badges: Doctrine\ORM\PersistentCollection {#1650 …}
  +children: []
  -id: 33695
  -titleTs: "'titmous':2"
  -bodyTs: "'/super-fun-pak-comix/2024/01/28)':15 '2024':12 '28':11 'boll':8 'comix':5 'fun':3 'januari':10 'pak':4 'ruben':7 'super':2 'super-fun-pak':1 'www.gocomics.com':14 'www.gocomics.com/super-fun-pak-comix/2024/01/28)':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706556465
  +visibility: "visible             "
  +apId: "https://lemmus.org/post/2917548"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706470065 {#1648
    date: 2024-01-28 20:27:45.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 {#1660
  +user: Proxies\__CG__\App\Entity\User {#1775 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "xfsdump-questions"
  +title: "xfsdump questions"
  +url: null
  +body: """
    Hello! I just installed my first system using XFS filesystem, and the `xfsdump` utility seems interesting. I was following [this guide](https://linuxconfig.org/how-to-backup-and-restore-an-xfs-filesystem-using-xfsdump-and-xfsrestore) about it, but it does not mention anything about the /media mount point: if I have a USB drive full of files mounted in /media/HDD1 and run\n
    \n
    ```\n
    \n
    <span style="color:#323232;">xfsdump -f /data/wholesystem.xfsdump /\n
    </span>\n
    ```\n
    \n
    will the files on the USB be backupped as well? and what about the /home directory?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729223538 {#1636
    date: 2024-10-18 05:52:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1409 …}
  +votes: Doctrine\ORM\PersistentCollection {#1449 …}
  +reports: Doctrine\ORM\PersistentCollection {#1422 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1447 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1423 …}
  +badges: Doctrine\ORM\PersistentCollection {#1415 …}
  +children: []
  -id: 33688
  -titleTs: "'question':2 'xfsdump':1"
  -bodyTs: "'/data/wholesystem.xfsdump':54 '/home':69 '/how-to-backup-and-restore-an-xfs-filesystem-using-xfsdump-and-xfsrestore)':24 '/media':35 '/media/hdd1':49 'anyth':32 'backup':62 'directori':70 'drive':43 'f':53 'file':46,57 'filesystem':10 'first':6 'follow':19 'full':44 'guid':21 'hello':1 'instal':4 'interest':16 'linuxconfig.org':23 'linuxconfig.org/how-to-backup-and-restore-an-xfs-filesystem-using-xfsdump-and-xfsrestore)':22 'mention':31 'mount':36,47 'point':37 'run':51 'seem':15 'system':7 'usb':42,60 'use':8 'util':14 'well':64 'xfs':9 'xfsdump':13,52"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706501062
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/737487"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706466562 {#1635
    date: 2024-01-28 19:29:22.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 {#1660
  +user: Proxies\__CG__\App\Entity\User {#1775 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "xfsdump-questions"
  +title: "xfsdump questions"
  +url: null
  +body: """
    Hello! I just installed my first system using XFS filesystem, and the `xfsdump` utility seems interesting. I was following [this guide](https://linuxconfig.org/how-to-backup-and-restore-an-xfs-filesystem-using-xfsdump-and-xfsrestore) about it, but it does not mention anything about the /media mount point: if I have a USB drive full of files mounted in /media/HDD1 and run\n
    \n
    ```\n
    \n
    <span style="color:#323232;">xfsdump -f /data/wholesystem.xfsdump /\n
    </span>\n
    ```\n
    \n
    will the files on the USB be backupped as well? and what about the /home directory?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729223538 {#1636
    date: 2024-10-18 05:52:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1409 …}
  +votes: Doctrine\ORM\PersistentCollection {#1449 …}
  +reports: Doctrine\ORM\PersistentCollection {#1422 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1447 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1423 …}
  +badges: Doctrine\ORM\PersistentCollection {#1415 …}
  +children: []
  -id: 33688
  -titleTs: "'question':2 'xfsdump':1"
  -bodyTs: "'/data/wholesystem.xfsdump':54 '/home':69 '/how-to-backup-and-restore-an-xfs-filesystem-using-xfsdump-and-xfsrestore)':24 '/media':35 '/media/hdd1':49 'anyth':32 'backup':62 'directori':70 'drive':43 'f':53 'file':46,57 'filesystem':10 'first':6 'follow':19 'full':44 'guid':21 'hello':1 'instal':4 'interest':16 'linuxconfig.org':23 'linuxconfig.org/how-to-backup-and-restore-an-xfs-filesystem-using-xfsdump-and-xfsrestore)':22 'mention':31 'mount':36,47 'point':37 'run':51 'seem':15 'system':7 'usb':42,60 'use':8 'util':14 'well':64 'xfs':9 'xfsdump':13,52"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706501062
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/737487"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706466562 {#1635
    date: 2024-01-28 19:29:22.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 {#1660
  +user: Proxies\__CG__\App\Entity\User {#1775 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "xfsdump-questions"
  +title: "xfsdump questions"
  +url: null
  +body: """
    Hello! I just installed my first system using XFS filesystem, and the `xfsdump` utility seems interesting. I was following [this guide](https://linuxconfig.org/how-to-backup-and-restore-an-xfs-filesystem-using-xfsdump-and-xfsrestore) about it, but it does not mention anything about the /media mount point: if I have a USB drive full of files mounted in /media/HDD1 and run\n
    \n
    ```\n
    \n
    <span style="color:#323232;">xfsdump -f /data/wholesystem.xfsdump /\n
    </span>\n
    ```\n
    \n
    will the files on the USB be backupped as well? and what about the /home directory?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729223538 {#1636
    date: 2024-10-18 05:52:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1409 …}
  +votes: Doctrine\ORM\PersistentCollection {#1449 …}
  +reports: Doctrine\ORM\PersistentCollection {#1422 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1447 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1423 …}
  +badges: Doctrine\ORM\PersistentCollection {#1415 …}
  +children: []
  -id: 33688
  -titleTs: "'question':2 'xfsdump':1"
  -bodyTs: "'/data/wholesystem.xfsdump':54 '/home':69 '/how-to-backup-and-restore-an-xfs-filesystem-using-xfsdump-and-xfsrestore)':24 '/media':35 '/media/hdd1':49 'anyth':32 'backup':62 'directori':70 'drive':43 'f':53 'file':46,57 'filesystem':10 'first':6 'follow':19 'full':44 'guid':21 'hello':1 'instal':4 'interest':16 'linuxconfig.org':23 'linuxconfig.org/how-to-backup-and-restore-an-xfs-filesystem-using-xfsdump-and-xfsrestore)':22 'mention':31 'mount':36,47 'point':37 'run':51 'seem':15 'system':7 'usb':42,60 'use':8 'util':14 'well':64 'xfs':9 'xfsdump':13,52"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706501062
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/737487"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706466562 {#1635
    date: 2024-01-28 19:29:22.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 {#1417
  +user: Proxies\__CG__\App\Entity\User {#1414 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2451 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "How-to-get-a-private-car"
  +title: "How to get a private car"
  +url: null
  +body: """
    Hello internet users. Someone in my family is looking to buy a car and wanted some recommendations for a private one. They are looking to buy new, and need Android Auto and CarPlay. I know all new cars suck for privacy by default, but I was hoping someone here could offer some insight as to which cars can be made better and what cars offer the best experience with minimal compromises on privacy and no subscription bs. I also have a Home Assistant instance that they can access remotely if there are any cars that can work well with that.\n
    \n
    Edit: Android auto and CarPlay aren’t as important as I thought.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 38
  +favouriteCount: 67
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729505239 {#1426
    date: 2024-10-21 12:07:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1411 …}
  +votes: Doctrine\ORM\PersistentCollection {#1441 …}
  +reports: Doctrine\ORM\PersistentCollection {#1418 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1425 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1427 …}
  +badges: Doctrine\ORM\PersistentCollection {#1454 …}
  +children: []
  -id: 33689
  -titleTs: "'car':6 'get':3 'privat':5"
  -bodyTs: "'access':88 'also':79 'android':30,102 'aren':106 'assist':83 'auto':31,103 'best':67 'better':61 'bs':77 'buy':11,26 'car':13,38,57,64,94 'carplay':33,105 'compromis':71 'could':50 'default':43 'edit':101 'experi':68 'famili':7 'hello':1 'home':82 'hope':47 'import':109 'insight':53 'instanc':84 'internet':2 'know':35 'look':9,24 'made':60 'minim':70 'need':29 'new':27,37 'offer':51,65 'one':21 'privaci':41,73 'privat':20 'recommend':17 'remot':89 'someon':4,48 'subscript':76 'suck':39 'thought':112 'user':3 'want':15 'well':98 'work':97"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706553081
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13655590"
  +editedAt: DateTimeImmutable @1729216392 {#1451
    date: 2024-10-18 03:53:12.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706466681 {#1413
    date: 2024-01-28 19:31:21.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 {#1417
  +user: Proxies\__CG__\App\Entity\User {#1414 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2451 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "How-to-get-a-private-car"
  +title: "How to get a private car"
  +url: null
  +body: """
    Hello internet users. Someone in my family is looking to buy a car and wanted some recommendations for a private one. They are looking to buy new, and need Android Auto and CarPlay. I know all new cars suck for privacy by default, but I was hoping someone here could offer some insight as to which cars can be made better and what cars offer the best experience with minimal compromises on privacy and no subscription bs. I also have a Home Assistant instance that they can access remotely if there are any cars that can work well with that.\n
    \n
    Edit: Android auto and CarPlay aren’t as important as I thought.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 38
  +favouriteCount: 67
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729505239 {#1426
    date: 2024-10-21 12:07:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1411 …}
  +votes: Doctrine\ORM\PersistentCollection {#1441 …}
  +reports: Doctrine\ORM\PersistentCollection {#1418 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1425 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1427 …}
  +badges: Doctrine\ORM\PersistentCollection {#1454 …}
  +children: []
  -id: 33689
  -titleTs: "'car':6 'get':3 'privat':5"
  -bodyTs: "'access':88 'also':79 'android':30,102 'aren':106 'assist':83 'auto':31,103 'best':67 'better':61 'bs':77 'buy':11,26 'car':13,38,57,64,94 'carplay':33,105 'compromis':71 'could':50 'default':43 'edit':101 'experi':68 'famili':7 'hello':1 'home':82 'hope':47 'import':109 'insight':53 'instanc':84 'internet':2 'know':35 'look':9,24 'made':60 'minim':70 'need':29 'new':27,37 'offer':51,65 'one':21 'privaci':41,73 'privat':20 'recommend':17 'remot':89 'someon':4,48 'subscript':76 'suck':39 'thought':112 'user':3 'want':15 'well':98 'work':97"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706553081
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13655590"
  +editedAt: DateTimeImmutable @1729216392 {#1451
    date: 2024-10-18 03:53:12.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706466681 {#1413
    date: 2024-01-28 19:31:21.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 {#1417
  +user: Proxies\__CG__\App\Entity\User {#1414 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2451 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "How-to-get-a-private-car"
  +title: "How to get a private car"
  +url: null
  +body: """
    Hello internet users. Someone in my family is looking to buy a car and wanted some recommendations for a private one. They are looking to buy new, and need Android Auto and CarPlay. I know all new cars suck for privacy by default, but I was hoping someone here could offer some insight as to which cars can be made better and what cars offer the best experience with minimal compromises on privacy and no subscription bs. I also have a Home Assistant instance that they can access remotely if there are any cars that can work well with that.\n
    \n
    Edit: Android auto and CarPlay aren’t as important as I thought.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 38
  +favouriteCount: 67
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729505239 {#1426
    date: 2024-10-21 12:07:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1411 …}
  +votes: Doctrine\ORM\PersistentCollection {#1441 …}
  +reports: Doctrine\ORM\PersistentCollection {#1418 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1425 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1427 …}
  +badges: Doctrine\ORM\PersistentCollection {#1454 …}
  +children: []
  -id: 33689
  -titleTs: "'car':6 'get':3 'privat':5"
  -bodyTs: "'access':88 'also':79 'android':30,102 'aren':106 'assist':83 'auto':31,103 'best':67 'better':61 'bs':77 'buy':11,26 'car':13,38,57,64,94 'carplay':33,105 'compromis':71 'could':50 'default':43 'edit':101 'experi':68 'famili':7 'hello':1 'home':82 'hope':47 'import':109 'insight':53 'instanc':84 'internet':2 'know':35 'look':9,24 'made':60 'minim':70 'need':29 'new':27,37 'offer':51,65 'one':21 'privaci':41,73 'privat':20 'recommend':17 'remot':89 'someon':4,48 'subscript':76 'suck':39 'thought':112 'user':3 'want':15 'well':98 'work':97"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706553081
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13655590"
  +editedAt: DateTimeImmutable @1729216392 {#1451
    date: 2024-10-18 03:53:12.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706466681 {#1413
    date: 2024-01-28 19:31:21.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 {#1610
  +user: Proxies\__CG__\App\Entity\User {#1609 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "Self-hosted-photo-library-with-S3"
  +title: "Self hosted photo library with S3"
  +url: null
  +body: "Are there any self hosted photo library solutions that support using S3-compatible storage?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729424968 {#1709
    date: 2024-10-20 13:49:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1606 …}
  +votes: Doctrine\ORM\PersistentCollection {#1612 …}
  +reports: Doctrine\ORM\PersistentCollection {#1743 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1744 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1646 …}
  +badges: Doctrine\ORM\PersistentCollection {#1645 …}
  +children: []
  -id: 33693
  -titleTs: "'host':2 'librari':4 'photo':3 's3':6 'self':1"
  -bodyTs: "'compat':14 'host':5 'librari':7 'photo':6 's3':13 's3-compatible':12 'self':4 'solut':8 'storag':15 'support':10 'use':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706555011
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/7722499"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706468611 {#1595
    date: 2024-01-28 20:03: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
35 DENIED edit
App\Entity\Entry {#1610
  +user: Proxies\__CG__\App\Entity\User {#1609 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "Self-hosted-photo-library-with-S3"
  +title: "Self hosted photo library with S3"
  +url: null
  +body: "Are there any self hosted photo library solutions that support using S3-compatible storage?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729424968 {#1709
    date: 2024-10-20 13:49:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1606 …}
  +votes: Doctrine\ORM\PersistentCollection {#1612 …}
  +reports: Doctrine\ORM\PersistentCollection {#1743 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1744 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1646 …}
  +badges: Doctrine\ORM\PersistentCollection {#1645 …}
  +children: []
  -id: 33693
  -titleTs: "'host':2 'librari':4 'photo':3 's3':6 'self':1"
  -bodyTs: "'compat':14 'host':5 'librari':7 'photo':6 's3':13 's3-compatible':12 'self':4 'solut':8 'storag':15 'support':10 'use':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706555011
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/7722499"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706468611 {#1595
    date: 2024-01-28 20:03: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
36 DENIED moderate
App\Entity\Entry {#1610
  +user: Proxies\__CG__\App\Entity\User {#1609 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "Self-hosted-photo-library-with-S3"
  +title: "Self hosted photo library with S3"
  +url: null
  +body: "Are there any self hosted photo library solutions that support using S3-compatible storage?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729424968 {#1709
    date: 2024-10-20 13:49:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1606 …}
  +votes: Doctrine\ORM\PersistentCollection {#1612 …}
  +reports: Doctrine\ORM\PersistentCollection {#1743 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1744 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1646 …}
  +badges: Doctrine\ORM\PersistentCollection {#1645 …}
  +children: []
  -id: 33693
  -titleTs: "'host':2 'librari':4 'photo':3 's3':6 'self':1"
  -bodyTs: "'compat':14 'host':5 'librari':7 'photo':6 's3':13 's3-compatible':12 'self':4 'solut':8 'storag':15 'support':10 'use':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706555011
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/7722499"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706468611 {#1595
    date: 2024-01-28 20:03: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
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 {#2476
  +user: Proxies\__CG__\App\Entity\User {#2356 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2451 …}
  +image: Proxies\__CG__\App\Entity\Image {#2353 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2475 …}
  +slug: "iPhone-apps-abuse-iOS-push-notifications-to-collect-user-data"
  +title: "iPhone apps abuse iOS push notifications to collect user data"
  +url: "https://www.bleepingcomputer.com/news/security/iphone-apps-abuse-ios-push-notifications-to-collect-user-data/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 157
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729353184 {#2355
    date: 2024-10-19 17:53:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2472 …}
  +votes: Doctrine\ORM\PersistentCollection {#2449 …}
  +reports: Doctrine\ORM\PersistentCollection {#2483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2358 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2485 …}
  +badges: Doctrine\ORM\PersistentCollection {#2409 …}
  +children: []
  -id: 33672
  -titleTs: "'abus':3 'app':2 'collect':8 'data':10 'io':4 'iphon':1 'notif':6 'push':5 'user':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706549559
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11167064"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706463159 {#2466
    date: 2024-01-28 18:32: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 {#2476
  +user: Proxies\__CG__\App\Entity\User {#2356 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2451 …}
  +image: Proxies\__CG__\App\Entity\Image {#2353 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2475 …}
  +slug: "iPhone-apps-abuse-iOS-push-notifications-to-collect-user-data"
  +title: "iPhone apps abuse iOS push notifications to collect user data"
  +url: "https://www.bleepingcomputer.com/news/security/iphone-apps-abuse-ios-push-notifications-to-collect-user-data/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 157
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729353184 {#2355
    date: 2024-10-19 17:53:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2472 …}
  +votes: Doctrine\ORM\PersistentCollection {#2449 …}
  +reports: Doctrine\ORM\PersistentCollection {#2483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2358 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2485 …}
  +badges: Doctrine\ORM\PersistentCollection {#2409 …}
  +children: []
  -id: 33672
  -titleTs: "'abus':3 'app':2 'collect':8 'data':10 'io':4 'iphon':1 'notif':6 'push':5 'user':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706549559
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11167064"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706463159 {#2466
    date: 2024-01-28 18:32: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 {#2476
  +user: Proxies\__CG__\App\Entity\User {#2356 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2451 …}
  +image: Proxies\__CG__\App\Entity\Image {#2353 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2475 …}
  +slug: "iPhone-apps-abuse-iOS-push-notifications-to-collect-user-data"
  +title: "iPhone apps abuse iOS push notifications to collect user data"
  +url: "https://www.bleepingcomputer.com/news/security/iphone-apps-abuse-ios-push-notifications-to-collect-user-data/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 157
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729353184 {#2355
    date: 2024-10-19 17:53:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2472 …}
  +votes: Doctrine\ORM\PersistentCollection {#2449 …}
  +reports: Doctrine\ORM\PersistentCollection {#2483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2358 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2485 …}
  +badges: Doctrine\ORM\PersistentCollection {#2409 …}
  +children: []
  -id: 33672
  -titleTs: "'abus':3 'app':2 'collect':8 'data':10 'io':4 'iphon':1 'notif':6 'push':5 'user':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706549559
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11167064"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706463159 {#2466
    date: 2024-01-28 18:32: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 {#1464
  +user: Proxies\__CG__\App\Entity\User {#1448 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2446 …}
  +image: Proxies\__CG__\App\Entity\Image {#1457 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Truly-shocking"
  +title: "Truly shocking"
  +url: "https://lemmy.world/pictrs/image/ea76288b-a77e-48fe-b82e-24a847ce2c75.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 214
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729521622 {#1462
    date: 2024-10-21 16:40:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1455 …}
  +votes: Doctrine\ORM\PersistentCollection {#1460 …}
  +reports: Doctrine\ORM\PersistentCollection {#1459 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1439 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1437 …}
  +badges: Doctrine\ORM\PersistentCollection {#1428 …}
  +children: []
  -id: 33691
  -titleTs: "'shock':2 'truli':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706553290
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11298137"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706466890 {#1463
    date: 2024-01-28 19:34:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\Entry {#1464
  +user: Proxies\__CG__\App\Entity\User {#1448 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2446 …}
  +image: Proxies\__CG__\App\Entity\Image {#1457 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Truly-shocking"
  +title: "Truly shocking"
  +url: "https://lemmy.world/pictrs/image/ea76288b-a77e-48fe-b82e-24a847ce2c75.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 214
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729521622 {#1462
    date: 2024-10-21 16:40:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1455 …}
  +votes: Doctrine\ORM\PersistentCollection {#1460 …}
  +reports: Doctrine\ORM\PersistentCollection {#1459 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1439 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1437 …}
  +badges: Doctrine\ORM\PersistentCollection {#1428 …}
  +children: []
  -id: 33691
  -titleTs: "'shock':2 'truli':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706553290
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11298137"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706466890 {#1463
    date: 2024-01-28 19:34:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\Entry {#1464
  +user: Proxies\__CG__\App\Entity\User {#1448 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2446 …}
  +image: Proxies\__CG__\App\Entity\Image {#1457 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Truly-shocking"
  +title: "Truly shocking"
  +url: "https://lemmy.world/pictrs/image/ea76288b-a77e-48fe-b82e-24a847ce2c75.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 214
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729521622 {#1462
    date: 2024-10-21 16:40:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1455 …}
  +votes: Doctrine\ORM\PersistentCollection {#1460 …}
  +reports: Doctrine\ORM\PersistentCollection {#1459 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1439 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1437 …}
  +badges: Doctrine\ORM\PersistentCollection {#1428 …}
  +children: []
  -id: 33691
  -titleTs: "'shock':2 'truli':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706553290
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11298137"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706466890 {#1463
    date: 2024-01-28 19:34:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\Entry {#1912
  +user: Proxies\__CG__\App\Entity\User {#1889 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "Question-Best-UI-to-manage-VMs-and-containers"
  +title: "Question: Best UI to manage VMs and containers?"
  +url: null
  +body: """
    At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories.\n
    \n
    I don’t really want to change this setup, because it allows me to easily rip it all out and transplant it to a new system.\n
    \n
    What I’d like is a web UI to see all of these containers, view their status, and potentially reboot them. It would also be great to be able to spin up VMs (not containers, but actual VMs) with it.\n
    \n
    I’ve heard of Portainer, but haven’t had any experience with it.\n
    \n
    What are your suggestions, and why do you recommend them?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729431432 {#1905
    date: 2024-10-20 15:37:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1924 …}
  +votes: Doctrine\ORM\PersistentCollection {#1893 …}
  +reports: Doctrine\ORM\PersistentCollection {#1901 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1896 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1950 …}
  +badges: Doctrine\ORM\PersistentCollection {#1928 …}
  +children: []
  -id: 33663
  -titleTs: "'best':2 'contain':8 'manag':5 'question':1 'ui':3 'vms':6"
  -bodyTs: "'abl':100 'actual':108 'allow':57 'alreadi':11 'also':95 'chang':52 'compos':33 'contain':10,85,106 'd':74 'directori':19,23,42,45 'docker':32 'docker-compos':31 'easili':60 'experi':122 'file':34 'got':6 'great':97 'haven':118 'heard':114 'home':22 'like':75 'lot':8 'new':70 'point':3 'portain':116 'potenti':90 're':25 'realli':49 'reboot':91 'recommend':133 'rip':61 'run':12 'see':81 'separ':18 'set':27 'setup':54 'spin':102 'status':88 'suggest':128 'system':15,71 'transplant':66 'ui':79 've':5,113 'view':86 'vms':104,109 'volum':39 'want':50 'web':78 'within':43 'would':94"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706546295
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11294346"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706459895 {#1866
    date: 2024-01-28 17:38:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\Entry {#1912
  +user: Proxies\__CG__\App\Entity\User {#1889 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "Question-Best-UI-to-manage-VMs-and-containers"
  +title: "Question: Best UI to manage VMs and containers?"
  +url: null
  +body: """
    At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories.\n
    \n
    I don’t really want to change this setup, because it allows me to easily rip it all out and transplant it to a new system.\n
    \n
    What I’d like is a web UI to see all of these containers, view their status, and potentially reboot them. It would also be great to be able to spin up VMs (not containers, but actual VMs) with it.\n
    \n
    I’ve heard of Portainer, but haven’t had any experience with it.\n
    \n
    What are your suggestions, and why do you recommend them?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729431432 {#1905
    date: 2024-10-20 15:37:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1924 …}
  +votes: Doctrine\ORM\PersistentCollection {#1893 …}
  +reports: Doctrine\ORM\PersistentCollection {#1901 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1896 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1950 …}
  +badges: Doctrine\ORM\PersistentCollection {#1928 …}
  +children: []
  -id: 33663
  -titleTs: "'best':2 'contain':8 'manag':5 'question':1 'ui':3 'vms':6"
  -bodyTs: "'abl':100 'actual':108 'allow':57 'alreadi':11 'also':95 'chang':52 'compos':33 'contain':10,85,106 'd':74 'directori':19,23,42,45 'docker':32 'docker-compos':31 'easili':60 'experi':122 'file':34 'got':6 'great':97 'haven':118 'heard':114 'home':22 'like':75 'lot':8 'new':70 'point':3 'portain':116 'potenti':90 're':25 'realli':49 'reboot':91 'recommend':133 'rip':61 'run':12 'see':81 'separ':18 'set':27 'setup':54 'spin':102 'status':88 'suggest':128 'system':15,71 'transplant':66 'ui':79 've':5,113 'view':86 'vms':104,109 'volum':39 'want':50 'web':78 'within':43 'would':94"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706546295
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11294346"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706459895 {#1866
    date: 2024-01-28 17:38:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\Entry {#1912
  +user: Proxies\__CG__\App\Entity\User {#1889 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "Question-Best-UI-to-manage-VMs-and-containers"
  +title: "Question: Best UI to manage VMs and containers?"
  +url: null
  +body: """
    At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories.\n
    \n
    I don’t really want to change this setup, because it allows me to easily rip it all out and transplant it to a new system.\n
    \n
    What I’d like is a web UI to see all of these containers, view their status, and potentially reboot them. It would also be great to be able to spin up VMs (not containers, but actual VMs) with it.\n
    \n
    I’ve heard of Portainer, but haven’t had any experience with it.\n
    \n
    What are your suggestions, and why do you recommend them?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729431432 {#1905
    date: 2024-10-20 15:37:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1924 …}
  +votes: Doctrine\ORM\PersistentCollection {#1893 …}
  +reports: Doctrine\ORM\PersistentCollection {#1901 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1896 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1950 …}
  +badges: Doctrine\ORM\PersistentCollection {#1928 …}
  +children: []
  -id: 33663
  -titleTs: "'best':2 'contain':8 'manag':5 'question':1 'ui':3 'vms':6"
  -bodyTs: "'abl':100 'actual':108 'allow':57 'alreadi':11 'also':95 'chang':52 'compos':33 'contain':10,85,106 'd':74 'directori':19,23,42,45 'docker':32 'docker-compos':31 'easili':60 'experi':122 'file':34 'got':6 'great':97 'haven':118 'heard':114 'home':22 'like':75 'lot':8 'new':70 'point':3 'portain':116 'potenti':90 're':25 'realli':49 'reboot':91 'recommend':133 'rip':61 'run':12 'see':81 'separ':18 'set':27 'setup':54 'spin':102 'status':88 'suggest':128 'system':15,71 'transplant':66 'ui':79 've':5,113 'view':86 'vms':104,109 'volum':39 'want':50 'web':78 'within':43 'would':94"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706546295
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11294346"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706459895 {#1866
    date: 2024-01-28 17:38:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1649
  +user: Proxies\__CG__\App\Entity\User {#1651 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1653 …}
  +image: Proxies\__CG__\App\Entity\Image {#1656 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Never-again"
  +title: "Never again"
  +url: "https://lemmy.world/pictrs/image/c0095b8d-c578-46d7-bf86-dc9090354eab.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 178
  +favouriteCount: 1722
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729578682 {#1652
    date: 2024-10-22 08:31:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1661 …}
  +votes: Doctrine\ORM\PersistentCollection {#1663 …}
  +reports: Doctrine\ORM\PersistentCollection {#1552 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1592 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1593 …}
  +badges: Doctrine\ORM\PersistentCollection {#1571 …}
  +children: []
  -id: 33698
  -titleTs: "'never':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706557427
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11300292"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706471027 {#1655
    date: 2024-01-28 20:43:47.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\Entry {#1649
  +user: Proxies\__CG__\App\Entity\User {#1651 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1653 …}
  +image: Proxies\__CG__\App\Entity\Image {#1656 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Never-again"
  +title: "Never again"
  +url: "https://lemmy.world/pictrs/image/c0095b8d-c578-46d7-bf86-dc9090354eab.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 178
  +favouriteCount: 1722
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729578682 {#1652
    date: 2024-10-22 08:31:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1661 …}
  +votes: Doctrine\ORM\PersistentCollection {#1663 …}
  +reports: Doctrine\ORM\PersistentCollection {#1552 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1592 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1593 …}
  +badges: Doctrine\ORM\PersistentCollection {#1571 …}
  +children: []
  -id: 33698
  -titleTs: "'never':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706557427
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11300292"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706471027 {#1655
    date: 2024-01-28 20:43:47.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\Entry {#1649
  +user: Proxies\__CG__\App\Entity\User {#1651 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1653 …}
  +image: Proxies\__CG__\App\Entity\Image {#1656 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Never-again"
  +title: "Never again"
  +url: "https://lemmy.world/pictrs/image/c0095b8d-c578-46d7-bf86-dc9090354eab.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 178
  +favouriteCount: 1722
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729578682 {#1652
    date: 2024-10-22 08:31:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1661 …}
  +votes: Doctrine\ORM\PersistentCollection {#1663 …}
  +reports: Doctrine\ORM\PersistentCollection {#1552 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1592 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1593 …}
  +badges: Doctrine\ORM\PersistentCollection {#1571 …}
  +children: []
  -id: 33698
  -titleTs: "'never':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706557427
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11300292"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706471027 {#1655
    date: 2024-01-28 20:43:47.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1466
  +user: Proxies\__CG__\App\Entity\User {#1452 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "I-want-to-get-started-with-arr-apps-here-are"
  +title: "I want to get started with *arr apps - here are all the things I don't understand about (reverse-/)proxies and networking in order to get it set up."
  +url: null
  +body: """
    Please can someone show off how smart and sexy they are by answering these questions. I don’t mind if you just link me to a video or guide explaining it (like I’m 5?) instead of typing it out - but please don’t just send me stuff that says something like “To forward to ports correctly, simply forward the correct ports - but be sure to reverse-p the goeanity-2.0 exposed server flange via qPack*7_bingb (IMPORTANT put 1=2 in /conf!!!)” - which is what all the help documents read like to me right now.\n
    \n
    Here’s what I think I know, but I have probably got wrong, and would be delighted if you could not only tell me how wrong I am but what is the right answer instead:\n
    \n
    -&gt; I have a raspberry pi 4 running raspbian/debian bookworm, all software up to date.\n
    \n
    -&gt; I have installed docker and docker compose. Docker lets you run apps/programs in separate little cages so if they crash or do something insecure they don’t crash or expose the whole computer (the Raspberry Pi), the operating system (Raspbian), or the other apps running in other containers. Docker compose allows you to fine-tune the settings of these apps from outside the container by changing a text file. Each docker container, controlled by a compose yml has a port, e.g. Jellyfin’s is :8096\n
    \n
    -&gt; I can set up and configure radarr sonarr qbittorrent to download movies, for this I need a VPN. I paid for and installed mullvad (app) but it crashes a lot (for over a minute every 20 seconds), so it looks like I need to configure something like gluetun to do it instead. For this reason I want to stick with mullvad as I paid for it, gluetun is really confusing.\n
    \n
    -&gt; However, downloading is only half the battle - assuming I can get a VPN to work without crashing every 20 seconds so it takes less than 5 hours to download a single movie in 1080p(!!!) - I can only watch stuff by plugging an HDMI cable into my raspberrypi and a monitor and using a mouse and keyboard to navigate to the UI and click “play”\n
    \n
    -&gt; If I want to watch them on my TV I need to connect something to my TV that talks to the raspberry pi, so I have an NVIDIA shield with Jellyfin installed on it - but in order for the NVIDIA-Jellyfin to connect to the RaspberryPi-Jellyfin it needs to go through the internet (if this is not the case, how does one point the NVIDIA-Jellyfin at the Raspberry Pi jellyfin?)\n
    \n
    -&gt; Because it’s going through the internet I need to hide my activities from prying eyes, and because it’s on the internet it will have a web address (I bought the cheapest domain for a few bucks on namecheap), so a proxy and reverse proxy are neccessary to hide my activity on my end (proxy) and the activity on the internet (reverse proxy) from said prying eyes while allowing me to watch my stuff in peace.\n
    \n
    -&gt; I can set up my domain to point to Jellyfin, this means I configure mysubdomain.mydomain.com to point to Cloudflare on the internet. Then I set up Cloudflare to point to NGINX on my raspberry pi. But I really don’t know what this entails or how to do it. I changed my nameservers to Cloudflare’s on namecheap and that’s where I stopped because I didn’t understand any further.\n
    \n
    -&gt; So, in practical terms, I’m on my sofa and I want to watch a movie in my Jellyfin on my raspberry pi, I open the NIVIDA sheild, I open the jellyfin app and I tell the jellyfin app to go to mysubdomain.mydomain.com\n
    \n
    -&gt; I think I’m correct in saying that mysubdomain.mydomain.com is actually an IP address and a public port, so something like 123.456.7.8:443, then Cloudflare - which is the reverse proxy - gets involved (somehow? how?) to say “ah, 123.456.7.8:443, you obviously want to go to funkless.raspberry.pi:NGINX (or rather something like 987.654.3.2:443)” and then NGINX - which is the proxy-proxy, not a reverse-proxy - goes (somehow? how?) “ah, 987.654.3.2:443, you obviously want to go to 987.654.3.2:8096 which is jellyfin”)\n
    \n
    -&gt; At some point in that last step SSL certificate(s?) need to be issued and used on Cloudflare and/or NGINX - but I don’t know how or why - and/or a public and private key\n
    \n
    Here’s where the questions start:\n
    \n
    - First of all, is that all correct or have I misunderstood something?\n
    - How does mysubdomain.mydomain.com know it’s me and not some random or bot?\n
    - How do I tell Cloudflare to switch from web:443 to local:443 (assuming I’ve understood this correctly)\n
    - Is this step “port forwarding” or “opening ports” or “exposing ports” or either or both? (I don’t understand these terms)\n
    - If my browser when accessing mysubdomain.mydomain.com is always going to port 80/443, does it need to be told it’s going to talk to cloudflare - if so how? - and does cloudflare need to be told it’s going to talk to NGINX on my local machine - if so how?\n
    - How do I tell NGINX to switch from local:443 to local:8096 (assuming I’ve understood this correctly)\n
    - Is there a difference between an SSL cert and a public and private key - are they three things, two things or one thing?\n
    - Doesn’t a VPN add an extra step of fuckery to this and how do I tell the VPN to allow all this traffic switching without blocking it and without showing the world what I’m doing?\n
    - Gluetun just looks like a text document to me (compose.yml) - how do I know it’s actually protecting me?\n
    - From [nginxproxymanager.com](https://nginxproxymanager.com/) : "Add port forwarding for port 80 and 443 to the server hosting this project. I assume this means to tell NGINX that traffic is coming in on port 80 and 443 and it should take that traffic and send it to 8096 (Jellyfin) and 5000 (ombi) - but how?\n
    - Also from that site: “Configure your domain name details to point to your home, either with a static ip or a service like DuckDNS or Amazon Route53” - I assume this is what Cloudflare is for instead of Duck or Amazon? I also assume it means "tell Cloudflare to take traffic on port 80 and 443 and send it to NGINX’s 80 and 443 as per the previous bullet) - but how?\n
    \n
    If your reaction is “Asking how how to set up port forwarding from Cloudflare to NGINX is a cowardly question - just figure it out!” Please could you at least link me to something that will help me figure it out if all those words just look like gibberish to me?\n
    \n
    Thank you so much for your help and time in advance.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 50
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729489624 {#1681
    date: 2024-10-21 07:47:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1445 …}
  +votes: Doctrine\ORM\PersistentCollection {#1638 …}
  +reports: Doctrine\ORM\PersistentCollection {#1642 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1643 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1633 …}
  +badges: Doctrine\ORM\PersistentCollection {#1624 …}
  +children: []
  -id: 33685
  -titleTs: "'app':8 'arr':7 'get':4,26 'network':22 'order':24 'proxi':20 'revers':19 'set':28 'start':5 'thing':13 'understand':17 'want':2"
  -bodyTs: "'-2.0':72 '/)':974 '/conf':85 '1':82 '1080p':337 '123.456.7.8':655,671 '2':83 '20':269,322 '4':139 '443':656,672,686,706,792,795,881,982,1005,1077,1086 '5':35,329 '5000':1019 '7':78 '80':980,1003,1075,1084 '80/443':834 '8096':233,714,884,1016 '987.654.3.2':685,705,713 'access':827 'activ':455,494,501 'actual':644,967 'add':918,975 'address':471,647 'advanc':1154 'ah':670,704 'allow':198,512,934 'also':1023,1064 'alway':830 'amazon':1048,1062 'and/or':736,746 'answer':13,132 'app':191,208,258,623,629 'apps/programs':159 'ask':1098 'assum':311,796,885,990,1051,1065 'battl':310 'bingb':79 'block':940 'bookworm':142 'bot':782 'bought':473 'browser':825 'buck':480 'bullet':1091 'cabl':347 'cage':163 'case':429 'cert':898 'certif':726 'chang':214,570 'cheapest':475 'click':366 'cloudflar':538,546,574,658,735,787,847,853,1055,1069,1107 'come':999 'compos':154,197,224 'compose.yml':960 'comput':180 'configur':239,278,533,1027 'confus':303 'connect':380,411 'contain':195,212,220 'control':221 'correct':57,61,638,764,801,890 'could':118,1119 'coward':1112 'crash':167,175,261,320 'date':147 'delight':115 'detail':1031 'didn':586 'differ':894 'docker':151,153,155,196,219 'document':92,957 'doesn':914 'domain':476,525,1029 'download':244,305,332 'duck':1060 'duckdn':1046 'e.g':229 'either':814,1037 'end':497 'entail':563 'everi':268,321 'explain':30 'expos':73,177,811 'extra':920 'eye':458,510 'figur':1115,1131 'file':217 'fine':202 'fine-tun':201 'first':758 'flang':75 'forward':54,59,806,977,1105 'fuckeri':923 'funkless.raspberry.pi':679 'get':314,664 'gibberish':1141 'gluetun':281,300,951 'go':420,446,631,677,711,831,843,860 'goe':701 'goeaniti':71 'got':110 'guid':29 'half':308 'hdmi':346 'help':91,1129,1150 'hide':453,492 'home':1036 'host':986 'hour':330 'howev':304 'import':80 'insecur':171 'instal':150,256,399 'instead':36,133,285,1058 'internet':423,449,465,504,541 'involv':665 'ip':646,1041 'issu':731 'jellyfin':230,398,409,416,437,442,529,609,622,628,717,1017 'key':751,904 'keyboard':359 'know':105,560,742,773,964 'last':723 'least':1122 'less':327 'let':156 'like':32,52,94,274,280,654,684,954,1045,1140 'link':23,1123 'littl':162 'local':794,867,880,883 'look':273,953,1139 'lot':263 'm':34,596,637,949 'machin':868 'mean':531,992,1067 'mind':19 'minut':267 'misunderstood':768 'monitor':353 'mous':357 'movi':245,335,606 'much':1147 'mullvad':257,294 'mysubdomain.mydomain.com':534,633,642,772,828 'name':1030 'namecheap':482,577 'nameserv':572 'navig':361 'neccessari':490 'need':249,276,378,418,451,728,837,854 'nginx':550,680,689,737,864,876,995,1082,1109 'nginxproxymanager.com':971,973 'nginxproxymanager.com/)':972 'nivida':617 'nvidia':395,408,436 'nvidia-jellyfin':407,435 'obvious':674,708 'ombi':1020 'one':432,912 'open':615,620,808 'oper':185 'order':404 'outsid':210 'p':69 'paid':253,297 'peac':519 'per':1088 'pi':138,183,390,441,554,613 'play':367 'pleas':1,42,1118 'plug':344 'point':433,527,536,548,720,1033 'port':56,62,228,651,805,809,812,833,976,979,1002,1074,1104 'practic':593 'previous':1090 'pri':457,509 'privat':750,903 'probabl':109 'project':988 'protect':968 'proxi':485,488,498,506,663,694,695,700 'proxy-proxi':693 'public':650,748,901 'put':81 'qbittorr':242 'qpack':77 'question':15,756,1113 'radarr':240 'random':780 'raspberri':137,182,389,440,553,612 'raspberrypi':350,415 'raspberrypi-jellyfin':414 'raspbian':187 'raspbian/debian':141 'rather':682 'reaction':1096 'read':93 'realli':302,557 'reason':288 'revers':68,487,505,662,699 'reverse-p':67 'reverse-proxi':698 'right':97,131 'route53':1049 'run':140,158,192 'said':508 'say':50,640,669 'second':270,323 'send':46,1013,1079 'separ':161 'server':74,985 'servic':1044 'set':205,236,522,544,1102 'sexi':9 'sheild':618 'shield':396 'show':4,944 'simpli':58 'singl':334 'site':1026 'smart':7 'sofa':599 'softwar':144 'somehow':666,702 'someon':3 'someth':51,170,279,381,653,683,769,1126 'sonarr':241 'ssl':725,897 'start':757 'static':1040 'step':724,804,921 'stick':292 'stop':583 'stuff':48,342,517 'sure':65 'switch':789,878,938 'system':186 'take':326,1009,1071 'talk':386,845,862 'tell':121,626,786,875,930,994,1068 'term':594,822 'text':216,956 'thank':1144 'thing':908,910,913 'think':103,635 'three':907 'time':1152 'told':840,857 'traffic':937,997,1011,1072 'tune':203 'tv':376,384 'two':909 'type':38 'ui':364 'understand':588,820 'understood':799,888 'use':355,733 've':798,887 'via':76 'video':27 'vpn':251,316,917,932 'want':290,370,602,675,709 'watch':341,372,515,604 'web':470,791 'whole':179 'without':319,939,943 'word':1137 'work':318 'world':946 'would':113 'wrong':111,124 'yml':225"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706551710
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13654825"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706465310 {#1444
    date: 2024-01-28 19:08:30.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 {#1466
  +user: Proxies\__CG__\App\Entity\User {#1452 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "I-want-to-get-started-with-arr-apps-here-are"
  +title: "I want to get started with *arr apps - here are all the things I don't understand about (reverse-/)proxies and networking in order to get it set up."
  +url: null
  +body: """
    Please can someone show off how smart and sexy they are by answering these questions. I don’t mind if you just link me to a video or guide explaining it (like I’m 5?) instead of typing it out - but please don’t just send me stuff that says something like “To forward to ports correctly, simply forward the correct ports - but be sure to reverse-p the goeanity-2.0 exposed server flange via qPack*7_bingb (IMPORTANT put 1=2 in /conf!!!)” - which is what all the help documents read like to me right now.\n
    \n
    Here’s what I think I know, but I have probably got wrong, and would be delighted if you could not only tell me how wrong I am but what is the right answer instead:\n
    \n
    -&gt; I have a raspberry pi 4 running raspbian/debian bookworm, all software up to date.\n
    \n
    -&gt; I have installed docker and docker compose. Docker lets you run apps/programs in separate little cages so if they crash or do something insecure they don’t crash or expose the whole computer (the Raspberry Pi), the operating system (Raspbian), or the other apps running in other containers. Docker compose allows you to fine-tune the settings of these apps from outside the container by changing a text file. Each docker container, controlled by a compose yml has a port, e.g. Jellyfin’s is :8096\n
    \n
    -&gt; I can set up and configure radarr sonarr qbittorrent to download movies, for this I need a VPN. I paid for and installed mullvad (app) but it crashes a lot (for over a minute every 20 seconds), so it looks like I need to configure something like gluetun to do it instead. For this reason I want to stick with mullvad as I paid for it, gluetun is really confusing.\n
    \n
    -&gt; However, downloading is only half the battle - assuming I can get a VPN to work without crashing every 20 seconds so it takes less than 5 hours to download a single movie in 1080p(!!!) - I can only watch stuff by plugging an HDMI cable into my raspberrypi and a monitor and using a mouse and keyboard to navigate to the UI and click “play”\n
    \n
    -&gt; If I want to watch them on my TV I need to connect something to my TV that talks to the raspberry pi, so I have an NVIDIA shield with Jellyfin installed on it - but in order for the NVIDIA-Jellyfin to connect to the RaspberryPi-Jellyfin it needs to go through the internet (if this is not the case, how does one point the NVIDIA-Jellyfin at the Raspberry Pi jellyfin?)\n
    \n
    -&gt; Because it’s going through the internet I need to hide my activities from prying eyes, and because it’s on the internet it will have a web address (I bought the cheapest domain for a few bucks on namecheap), so a proxy and reverse proxy are neccessary to hide my activity on my end (proxy) and the activity on the internet (reverse proxy) from said prying eyes while allowing me to watch my stuff in peace.\n
    \n
    -&gt; I can set up my domain to point to Jellyfin, this means I configure mysubdomain.mydomain.com to point to Cloudflare on the internet. Then I set up Cloudflare to point to NGINX on my raspberry pi. But I really don’t know what this entails or how to do it. I changed my nameservers to Cloudflare’s on namecheap and that’s where I stopped because I didn’t understand any further.\n
    \n
    -&gt; So, in practical terms, I’m on my sofa and I want to watch a movie in my Jellyfin on my raspberry pi, I open the NIVIDA sheild, I open the jellyfin app and I tell the jellyfin app to go to mysubdomain.mydomain.com\n
    \n
    -&gt; I think I’m correct in saying that mysubdomain.mydomain.com is actually an IP address and a public port, so something like 123.456.7.8:443, then Cloudflare - which is the reverse proxy - gets involved (somehow? how?) to say “ah, 123.456.7.8:443, you obviously want to go to funkless.raspberry.pi:NGINX (or rather something like 987.654.3.2:443)” and then NGINX - which is the proxy-proxy, not a reverse-proxy - goes (somehow? how?) “ah, 987.654.3.2:443, you obviously want to go to 987.654.3.2:8096 which is jellyfin”)\n
    \n
    -&gt; At some point in that last step SSL certificate(s?) need to be issued and used on Cloudflare and/or NGINX - but I don’t know how or why - and/or a public and private key\n
    \n
    Here’s where the questions start:\n
    \n
    - First of all, is that all correct or have I misunderstood something?\n
    - How does mysubdomain.mydomain.com know it’s me and not some random or bot?\n
    - How do I tell Cloudflare to switch from web:443 to local:443 (assuming I’ve understood this correctly)\n
    - Is this step “port forwarding” or “opening ports” or “exposing ports” or either or both? (I don’t understand these terms)\n
    - If my browser when accessing mysubdomain.mydomain.com is always going to port 80/443, does it need to be told it’s going to talk to cloudflare - if so how? - and does cloudflare need to be told it’s going to talk to NGINX on my local machine - if so how?\n
    - How do I tell NGINX to switch from local:443 to local:8096 (assuming I’ve understood this correctly)\n
    - Is there a difference between an SSL cert and a public and private key - are they three things, two things or one thing?\n
    - Doesn’t a VPN add an extra step of fuckery to this and how do I tell the VPN to allow all this traffic switching without blocking it and without showing the world what I’m doing?\n
    - Gluetun just looks like a text document to me (compose.yml) - how do I know it’s actually protecting me?\n
    - From [nginxproxymanager.com](https://nginxproxymanager.com/) : "Add port forwarding for port 80 and 443 to the server hosting this project. I assume this means to tell NGINX that traffic is coming in on port 80 and 443 and it should take that traffic and send it to 8096 (Jellyfin) and 5000 (ombi) - but how?\n
    - Also from that site: “Configure your domain name details to point to your home, either with a static ip or a service like DuckDNS or Amazon Route53” - I assume this is what Cloudflare is for instead of Duck or Amazon? I also assume it means "tell Cloudflare to take traffic on port 80 and 443 and send it to NGINX’s 80 and 443 as per the previous bullet) - but how?\n
    \n
    If your reaction is “Asking how how to set up port forwarding from Cloudflare to NGINX is a cowardly question - just figure it out!” Please could you at least link me to something that will help me figure it out if all those words just look like gibberish to me?\n
    \n
    Thank you so much for your help and time in advance.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 50
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729489624 {#1681
    date: 2024-10-21 07:47:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1445 …}
  +votes: Doctrine\ORM\PersistentCollection {#1638 …}
  +reports: Doctrine\ORM\PersistentCollection {#1642 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1643 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1633 …}
  +badges: Doctrine\ORM\PersistentCollection {#1624 …}
  +children: []
  -id: 33685
  -titleTs: "'app':8 'arr':7 'get':4,26 'network':22 'order':24 'proxi':20 'revers':19 'set':28 'start':5 'thing':13 'understand':17 'want':2"
  -bodyTs: "'-2.0':72 '/)':974 '/conf':85 '1':82 '1080p':337 '123.456.7.8':655,671 '2':83 '20':269,322 '4':139 '443':656,672,686,706,792,795,881,982,1005,1077,1086 '5':35,329 '5000':1019 '7':78 '80':980,1003,1075,1084 '80/443':834 '8096':233,714,884,1016 '987.654.3.2':685,705,713 'access':827 'activ':455,494,501 'actual':644,967 'add':918,975 'address':471,647 'advanc':1154 'ah':670,704 'allow':198,512,934 'also':1023,1064 'alway':830 'amazon':1048,1062 'and/or':736,746 'answer':13,132 'app':191,208,258,623,629 'apps/programs':159 'ask':1098 'assum':311,796,885,990,1051,1065 'battl':310 'bingb':79 'block':940 'bookworm':142 'bot':782 'bought':473 'browser':825 'buck':480 'bullet':1091 'cabl':347 'cage':163 'case':429 'cert':898 'certif':726 'chang':214,570 'cheapest':475 'click':366 'cloudflar':538,546,574,658,735,787,847,853,1055,1069,1107 'come':999 'compos':154,197,224 'compose.yml':960 'comput':180 'configur':239,278,533,1027 'confus':303 'connect':380,411 'contain':195,212,220 'control':221 'correct':57,61,638,764,801,890 'could':118,1119 'coward':1112 'crash':167,175,261,320 'date':147 'delight':115 'detail':1031 'didn':586 'differ':894 'docker':151,153,155,196,219 'document':92,957 'doesn':914 'domain':476,525,1029 'download':244,305,332 'duck':1060 'duckdn':1046 'e.g':229 'either':814,1037 'end':497 'entail':563 'everi':268,321 'explain':30 'expos':73,177,811 'extra':920 'eye':458,510 'figur':1115,1131 'file':217 'fine':202 'fine-tun':201 'first':758 'flang':75 'forward':54,59,806,977,1105 'fuckeri':923 'funkless.raspberry.pi':679 'get':314,664 'gibberish':1141 'gluetun':281,300,951 'go':420,446,631,677,711,831,843,860 'goe':701 'goeaniti':71 'got':110 'guid':29 'half':308 'hdmi':346 'help':91,1129,1150 'hide':453,492 'home':1036 'host':986 'hour':330 'howev':304 'import':80 'insecur':171 'instal':150,256,399 'instead':36,133,285,1058 'internet':423,449,465,504,541 'involv':665 'ip':646,1041 'issu':731 'jellyfin':230,398,409,416,437,442,529,609,622,628,717,1017 'key':751,904 'keyboard':359 'know':105,560,742,773,964 'last':723 'least':1122 'less':327 'let':156 'like':32,52,94,274,280,654,684,954,1045,1140 'link':23,1123 'littl':162 'local':794,867,880,883 'look':273,953,1139 'lot':263 'm':34,596,637,949 'machin':868 'mean':531,992,1067 'mind':19 'minut':267 'misunderstood':768 'monitor':353 'mous':357 'movi':245,335,606 'much':1147 'mullvad':257,294 'mysubdomain.mydomain.com':534,633,642,772,828 'name':1030 'namecheap':482,577 'nameserv':572 'navig':361 'neccessari':490 'need':249,276,378,418,451,728,837,854 'nginx':550,680,689,737,864,876,995,1082,1109 'nginxproxymanager.com':971,973 'nginxproxymanager.com/)':972 'nivida':617 'nvidia':395,408,436 'nvidia-jellyfin':407,435 'obvious':674,708 'ombi':1020 'one':432,912 'open':615,620,808 'oper':185 'order':404 'outsid':210 'p':69 'paid':253,297 'peac':519 'per':1088 'pi':138,183,390,441,554,613 'play':367 'pleas':1,42,1118 'plug':344 'point':433,527,536,548,720,1033 'port':56,62,228,651,805,809,812,833,976,979,1002,1074,1104 'practic':593 'previous':1090 'pri':457,509 'privat':750,903 'probabl':109 'project':988 'protect':968 'proxi':485,488,498,506,663,694,695,700 'proxy-proxi':693 'public':650,748,901 'put':81 'qbittorr':242 'qpack':77 'question':15,756,1113 'radarr':240 'random':780 'raspberri':137,182,389,440,553,612 'raspberrypi':350,415 'raspberrypi-jellyfin':414 'raspbian':187 'raspbian/debian':141 'rather':682 'reaction':1096 'read':93 'realli':302,557 'reason':288 'revers':68,487,505,662,699 'reverse-p':67 'reverse-proxi':698 'right':97,131 'route53':1049 'run':140,158,192 'said':508 'say':50,640,669 'second':270,323 'send':46,1013,1079 'separ':161 'server':74,985 'servic':1044 'set':205,236,522,544,1102 'sexi':9 'sheild':618 'shield':396 'show':4,944 'simpli':58 'singl':334 'site':1026 'smart':7 'sofa':599 'softwar':144 'somehow':666,702 'someon':3 'someth':51,170,279,381,653,683,769,1126 'sonarr':241 'ssl':725,897 'start':757 'static':1040 'step':724,804,921 'stick':292 'stop':583 'stuff':48,342,517 'sure':65 'switch':789,878,938 'system':186 'take':326,1009,1071 'talk':386,845,862 'tell':121,626,786,875,930,994,1068 'term':594,822 'text':216,956 'thank':1144 'thing':908,910,913 'think':103,635 'three':907 'time':1152 'told':840,857 'traffic':937,997,1011,1072 'tune':203 'tv':376,384 'two':909 'type':38 'ui':364 'understand':588,820 'understood':799,888 'use':355,733 've':798,887 'via':76 'video':27 'vpn':251,316,917,932 'want':290,370,602,675,709 'watch':341,372,515,604 'web':470,791 'whole':179 'without':319,939,943 'word':1137 'work':318 'world':946 'would':113 'wrong':111,124 'yml':225"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706551710
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13654825"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706465310 {#1444
    date: 2024-01-28 19:08:30.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 {#1466
  +user: Proxies\__CG__\App\Entity\User {#1452 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "I-want-to-get-started-with-arr-apps-here-are"
  +title: "I want to get started with *arr apps - here are all the things I don't understand about (reverse-/)proxies and networking in order to get it set up."
  +url: null
  +body: """
    Please can someone show off how smart and sexy they are by answering these questions. I don’t mind if you just link me to a video or guide explaining it (like I’m 5?) instead of typing it out - but please don’t just send me stuff that says something like “To forward to ports correctly, simply forward the correct ports - but be sure to reverse-p the goeanity-2.0 exposed server flange via qPack*7_bingb (IMPORTANT put 1=2 in /conf!!!)” - which is what all the help documents read like to me right now.\n
    \n
    Here’s what I think I know, but I have probably got wrong, and would be delighted if you could not only tell me how wrong I am but what is the right answer instead:\n
    \n
    -&gt; I have a raspberry pi 4 running raspbian/debian bookworm, all software up to date.\n
    \n
    -&gt; I have installed docker and docker compose. Docker lets you run apps/programs in separate little cages so if they crash or do something insecure they don’t crash or expose the whole computer (the Raspberry Pi), the operating system (Raspbian), or the other apps running in other containers. Docker compose allows you to fine-tune the settings of these apps from outside the container by changing a text file. Each docker container, controlled by a compose yml has a port, e.g. Jellyfin’s is :8096\n
    \n
    -&gt; I can set up and configure radarr sonarr qbittorrent to download movies, for this I need a VPN. I paid for and installed mullvad (app) but it crashes a lot (for over a minute every 20 seconds), so it looks like I need to configure something like gluetun to do it instead. For this reason I want to stick with mullvad as I paid for it, gluetun is really confusing.\n
    \n
    -&gt; However, downloading is only half the battle - assuming I can get a VPN to work without crashing every 20 seconds so it takes less than 5 hours to download a single movie in 1080p(!!!) - I can only watch stuff by plugging an HDMI cable into my raspberrypi and a monitor and using a mouse and keyboard to navigate to the UI and click “play”\n
    \n
    -&gt; If I want to watch them on my TV I need to connect something to my TV that talks to the raspberry pi, so I have an NVIDIA shield with Jellyfin installed on it - but in order for the NVIDIA-Jellyfin to connect to the RaspberryPi-Jellyfin it needs to go through the internet (if this is not the case, how does one point the NVIDIA-Jellyfin at the Raspberry Pi jellyfin?)\n
    \n
    -&gt; Because it’s going through the internet I need to hide my activities from prying eyes, and because it’s on the internet it will have a web address (I bought the cheapest domain for a few bucks on namecheap), so a proxy and reverse proxy are neccessary to hide my activity on my end (proxy) and the activity on the internet (reverse proxy) from said prying eyes while allowing me to watch my stuff in peace.\n
    \n
    -&gt; I can set up my domain to point to Jellyfin, this means I configure mysubdomain.mydomain.com to point to Cloudflare on the internet. Then I set up Cloudflare to point to NGINX on my raspberry pi. But I really don’t know what this entails or how to do it. I changed my nameservers to Cloudflare’s on namecheap and that’s where I stopped because I didn’t understand any further.\n
    \n
    -&gt; So, in practical terms, I’m on my sofa and I want to watch a movie in my Jellyfin on my raspberry pi, I open the NIVIDA sheild, I open the jellyfin app and I tell the jellyfin app to go to mysubdomain.mydomain.com\n
    \n
    -&gt; I think I’m correct in saying that mysubdomain.mydomain.com is actually an IP address and a public port, so something like 123.456.7.8:443, then Cloudflare - which is the reverse proxy - gets involved (somehow? how?) to say “ah, 123.456.7.8:443, you obviously want to go to funkless.raspberry.pi:NGINX (or rather something like 987.654.3.2:443)” and then NGINX - which is the proxy-proxy, not a reverse-proxy - goes (somehow? how?) “ah, 987.654.3.2:443, you obviously want to go to 987.654.3.2:8096 which is jellyfin”)\n
    \n
    -&gt; At some point in that last step SSL certificate(s?) need to be issued and used on Cloudflare and/or NGINX - but I don’t know how or why - and/or a public and private key\n
    \n
    Here’s where the questions start:\n
    \n
    - First of all, is that all correct or have I misunderstood something?\n
    - How does mysubdomain.mydomain.com know it’s me and not some random or bot?\n
    - How do I tell Cloudflare to switch from web:443 to local:443 (assuming I’ve understood this correctly)\n
    - Is this step “port forwarding” or “opening ports” or “exposing ports” or either or both? (I don’t understand these terms)\n
    - If my browser when accessing mysubdomain.mydomain.com is always going to port 80/443, does it need to be told it’s going to talk to cloudflare - if so how? - and does cloudflare need to be told it’s going to talk to NGINX on my local machine - if so how?\n
    - How do I tell NGINX to switch from local:443 to local:8096 (assuming I’ve understood this correctly)\n
    - Is there a difference between an SSL cert and a public and private key - are they three things, two things or one thing?\n
    - Doesn’t a VPN add an extra step of fuckery to this and how do I tell the VPN to allow all this traffic switching without blocking it and without showing the world what I’m doing?\n
    - Gluetun just looks like a text document to me (compose.yml) - how do I know it’s actually protecting me?\n
    - From [nginxproxymanager.com](https://nginxproxymanager.com/) : "Add port forwarding for port 80 and 443 to the server hosting this project. I assume this means to tell NGINX that traffic is coming in on port 80 and 443 and it should take that traffic and send it to 8096 (Jellyfin) and 5000 (ombi) - but how?\n
    - Also from that site: “Configure your domain name details to point to your home, either with a static ip or a service like DuckDNS or Amazon Route53” - I assume this is what Cloudflare is for instead of Duck or Amazon? I also assume it means "tell Cloudflare to take traffic on port 80 and 443 and send it to NGINX’s 80 and 443 as per the previous bullet) - but how?\n
    \n
    If your reaction is “Asking how how to set up port forwarding from Cloudflare to NGINX is a cowardly question - just figure it out!” Please could you at least link me to something that will help me figure it out if all those words just look like gibberish to me?\n
    \n
    Thank you so much for your help and time in advance.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 50
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729489624 {#1681
    date: 2024-10-21 07:47:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1445 …}
  +votes: Doctrine\ORM\PersistentCollection {#1638 …}
  +reports: Doctrine\ORM\PersistentCollection {#1642 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1643 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1633 …}
  +badges: Doctrine\ORM\PersistentCollection {#1624 …}
  +children: []
  -id: 33685
  -titleTs: "'app':8 'arr':7 'get':4,26 'network':22 'order':24 'proxi':20 'revers':19 'set':28 'start':5 'thing':13 'understand':17 'want':2"
  -bodyTs: "'-2.0':72 '/)':974 '/conf':85 '1':82 '1080p':337 '123.456.7.8':655,671 '2':83 '20':269,322 '4':139 '443':656,672,686,706,792,795,881,982,1005,1077,1086 '5':35,329 '5000':1019 '7':78 '80':980,1003,1075,1084 '80/443':834 '8096':233,714,884,1016 '987.654.3.2':685,705,713 'access':827 'activ':455,494,501 'actual':644,967 'add':918,975 'address':471,647 'advanc':1154 'ah':670,704 'allow':198,512,934 'also':1023,1064 'alway':830 'amazon':1048,1062 'and/or':736,746 'answer':13,132 'app':191,208,258,623,629 'apps/programs':159 'ask':1098 'assum':311,796,885,990,1051,1065 'battl':310 'bingb':79 'block':940 'bookworm':142 'bot':782 'bought':473 'browser':825 'buck':480 'bullet':1091 'cabl':347 'cage':163 'case':429 'cert':898 'certif':726 'chang':214,570 'cheapest':475 'click':366 'cloudflar':538,546,574,658,735,787,847,853,1055,1069,1107 'come':999 'compos':154,197,224 'compose.yml':960 'comput':180 'configur':239,278,533,1027 'confus':303 'connect':380,411 'contain':195,212,220 'control':221 'correct':57,61,638,764,801,890 'could':118,1119 'coward':1112 'crash':167,175,261,320 'date':147 'delight':115 'detail':1031 'didn':586 'differ':894 'docker':151,153,155,196,219 'document':92,957 'doesn':914 'domain':476,525,1029 'download':244,305,332 'duck':1060 'duckdn':1046 'e.g':229 'either':814,1037 'end':497 'entail':563 'everi':268,321 'explain':30 'expos':73,177,811 'extra':920 'eye':458,510 'figur':1115,1131 'file':217 'fine':202 'fine-tun':201 'first':758 'flang':75 'forward':54,59,806,977,1105 'fuckeri':923 'funkless.raspberry.pi':679 'get':314,664 'gibberish':1141 'gluetun':281,300,951 'go':420,446,631,677,711,831,843,860 'goe':701 'goeaniti':71 'got':110 'guid':29 'half':308 'hdmi':346 'help':91,1129,1150 'hide':453,492 'home':1036 'host':986 'hour':330 'howev':304 'import':80 'insecur':171 'instal':150,256,399 'instead':36,133,285,1058 'internet':423,449,465,504,541 'involv':665 'ip':646,1041 'issu':731 'jellyfin':230,398,409,416,437,442,529,609,622,628,717,1017 'key':751,904 'keyboard':359 'know':105,560,742,773,964 'last':723 'least':1122 'less':327 'let':156 'like':32,52,94,274,280,654,684,954,1045,1140 'link':23,1123 'littl':162 'local':794,867,880,883 'look':273,953,1139 'lot':263 'm':34,596,637,949 'machin':868 'mean':531,992,1067 'mind':19 'minut':267 'misunderstood':768 'monitor':353 'mous':357 'movi':245,335,606 'much':1147 'mullvad':257,294 'mysubdomain.mydomain.com':534,633,642,772,828 'name':1030 'namecheap':482,577 'nameserv':572 'navig':361 'neccessari':490 'need':249,276,378,418,451,728,837,854 'nginx':550,680,689,737,864,876,995,1082,1109 'nginxproxymanager.com':971,973 'nginxproxymanager.com/)':972 'nivida':617 'nvidia':395,408,436 'nvidia-jellyfin':407,435 'obvious':674,708 'ombi':1020 'one':432,912 'open':615,620,808 'oper':185 'order':404 'outsid':210 'p':69 'paid':253,297 'peac':519 'per':1088 'pi':138,183,390,441,554,613 'play':367 'pleas':1,42,1118 'plug':344 'point':433,527,536,548,720,1033 'port':56,62,228,651,805,809,812,833,976,979,1002,1074,1104 'practic':593 'previous':1090 'pri':457,509 'privat':750,903 'probabl':109 'project':988 'protect':968 'proxi':485,488,498,506,663,694,695,700 'proxy-proxi':693 'public':650,748,901 'put':81 'qbittorr':242 'qpack':77 'question':15,756,1113 'radarr':240 'random':780 'raspberri':137,182,389,440,553,612 'raspberrypi':350,415 'raspberrypi-jellyfin':414 'raspbian':187 'raspbian/debian':141 'rather':682 'reaction':1096 'read':93 'realli':302,557 'reason':288 'revers':68,487,505,662,699 'reverse-p':67 'reverse-proxi':698 'right':97,131 'route53':1049 'run':140,158,192 'said':508 'say':50,640,669 'second':270,323 'send':46,1013,1079 'separ':161 'server':74,985 'servic':1044 'set':205,236,522,544,1102 'sexi':9 'sheild':618 'shield':396 'show':4,944 'simpli':58 'singl':334 'site':1026 'smart':7 'sofa':599 'softwar':144 'somehow':666,702 'someon':3 'someth':51,170,279,381,653,683,769,1126 'sonarr':241 'ssl':725,897 'start':757 'static':1040 'step':724,804,921 'stick':292 'stop':583 'stuff':48,342,517 'sure':65 'switch':789,878,938 'system':186 'take':326,1009,1071 'talk':386,845,862 'tell':121,626,786,875,930,994,1068 'term':594,822 'text':216,956 'thank':1144 'thing':908,910,913 'think':103,635 'three':907 'time':1152 'told':840,857 'traffic':937,997,1011,1072 'tune':203 'tv':376,384 'two':909 'type':38 'ui':364 'understand':588,820 'understood':799,888 'use':355,733 've':798,887 'via':76 'video':27 'vpn':251,316,917,932 'want':290,370,602,675,709 'watch':341,372,515,604 'web':470,791 'whole':179 'without':319,939,943 'word':1137 'work':318 'world':946 'would':113 'wrong':111,124 'yml':225"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706551710
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13654825"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706465310 {#1444
    date: 2024-01-28 19:08:30.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 {#1378
  +user: Proxies\__CG__\App\Entity\User {#1370 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1386 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "Why-do-christian-apologists-say-the-name-of-the-person"
  +title: "Why do christian apologists say the name of the person they're talking to so often?"
  +url: null
  +body: """
    I’m sure there are other groups that do it too, but I’ve noticed it most often from christian apologists, probably in part case I like listening to debates/discussions with them from atheist youtubers, but I’ve also noticed it talking to christians myself.\n
    \n
    It always feels super weird to me, but that’s also coming from someone who feels weird with eye contact and saying other peoples names, so maybe it’s just me. Has anybody else noticed it, or are there other people you’ve noticed that do that? Does it seem weird to you?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729380809 {#1365
    date: 2024-10-20 01:33:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1371 …}
  +votes: Doctrine\ORM\PersistentCollection {#1379 …}
  +reports: Doctrine\ORM\PersistentCollection {#1367 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1898 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1904 …}
  +badges: Doctrine\ORM\PersistentCollection {#2438 …}
  +children: []
  -id: 33668
  -titleTs: "'apologist':4 'christian':3 'name':7 'often':16 'person':10 're':12 'say':5 'talk':13"
  -bodyTs: "'also':39,56 'alway':47 'anybodi':78 'apologist':21 'atheist':34 'case':25 'christian':20,44 'come':57 'contact':65 'debates/discussions':30 'els':79 'eye':64 'feel':48,61 'group':7 'like':27 'listen':28 'm':2 'mayb':72 'name':70 'notic':15,40,80,89 'often':18 'part':24 'peopl':69,86 'probabl':22 'say':67 'seem':95 'someon':59 'super':49 'sure':3 'talk':42 've':14,38,88 'weird':50,62,96 'youtub':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706548374
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/6199821"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706461974 {#1369
    date: 2024-01-28 18:12: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 {#1378
  +user: Proxies\__CG__\App\Entity\User {#1370 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1386 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "Why-do-christian-apologists-say-the-name-of-the-person"
  +title: "Why do christian apologists say the name of the person they're talking to so often?"
  +url: null
  +body: """
    I’m sure there are other groups that do it too, but I’ve noticed it most often from christian apologists, probably in part case I like listening to debates/discussions with them from atheist youtubers, but I’ve also noticed it talking to christians myself.\n
    \n
    It always feels super weird to me, but that’s also coming from someone who feels weird with eye contact and saying other peoples names, so maybe it’s just me. Has anybody else noticed it, or are there other people you’ve noticed that do that? Does it seem weird to you?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729380809 {#1365
    date: 2024-10-20 01:33:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1371 …}
  +votes: Doctrine\ORM\PersistentCollection {#1379 …}
  +reports: Doctrine\ORM\PersistentCollection {#1367 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1898 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1904 …}
  +badges: Doctrine\ORM\PersistentCollection {#2438 …}
  +children: []
  -id: 33668
  -titleTs: "'apologist':4 'christian':3 'name':7 'often':16 'person':10 're':12 'say':5 'talk':13"
  -bodyTs: "'also':39,56 'alway':47 'anybodi':78 'apologist':21 'atheist':34 'case':25 'christian':20,44 'come':57 'contact':65 'debates/discussions':30 'els':79 'eye':64 'feel':48,61 'group':7 'like':27 'listen':28 'm':2 'mayb':72 'name':70 'notic':15,40,80,89 'often':18 'part':24 'peopl':69,86 'probabl':22 'say':67 'seem':95 'someon':59 'super':49 'sure':3 'talk':42 've':14,38,88 'weird':50,62,96 'youtub':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706548374
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/6199821"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706461974 {#1369
    date: 2024-01-28 18:12: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 {#1378
  +user: Proxies\__CG__\App\Entity\User {#1370 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1386 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "Why-do-christian-apologists-say-the-name-of-the-person"
  +title: "Why do christian apologists say the name of the person they're talking to so often?"
  +url: null
  +body: """
    I’m sure there are other groups that do it too, but I’ve noticed it most often from christian apologists, probably in part case I like listening to debates/discussions with them from atheist youtubers, but I’ve also noticed it talking to christians myself.\n
    \n
    It always feels super weird to me, but that’s also coming from someone who feels weird with eye contact and saying other peoples names, so maybe it’s just me. Has anybody else noticed it, or are there other people you’ve noticed that do that? Does it seem weird to you?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729380809 {#1365
    date: 2024-10-20 01:33:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1371 …}
  +votes: Doctrine\ORM\PersistentCollection {#1379 …}
  +reports: Doctrine\ORM\PersistentCollection {#1367 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1898 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1904 …}
  +badges: Doctrine\ORM\PersistentCollection {#2438 …}
  +children: []
  -id: 33668
  -titleTs: "'apologist':4 'christian':3 'name':7 'often':16 'person':10 're':12 'say':5 'talk':13"
  -bodyTs: "'also':39,56 'alway':47 'anybodi':78 'apologist':21 'atheist':34 'case':25 'christian':20,44 'come':57 'contact':65 'debates/discussions':30 'els':79 'eye':64 'feel':48,61 'group':7 'like':27 'listen':28 'm':2 'mayb':72 'name':70 'notic':15,40,80,89 'often':18 'part':24 'peopl':69,86 'probabl':22 'say':67 'seem':95 'someon':59 'super':49 'sure':3 'talk':42 've':14,38,88 'weird':50,62,96 'youtub':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706548374
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/6199821"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706461974 {#1369
    date: 2024-01-28 18:12: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 {#1544
  +user: Proxies\__CG__\App\Entity\User {#1545 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2446 …}
  +image: Proxies\__CG__\App\Entity\Image {#1547 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Lmk"
  +title: "Lmk"
  +url: "https://lemmy.world/pictrs/image/5ad6ef4f-b9f5-4398-a31a-e6d8a6bb48a9.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 62
  +favouriteCount: 728
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729578078 {#1502
    date: 2024-10-22 08:21:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1481 …}
  +votes: Doctrine\ORM\PersistentCollection {#1511 …}
  +reports: Doctrine\ORM\PersistentCollection {#1480 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1510 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1503 …}
  +badges: Doctrine\ORM\PersistentCollection {#1507 …}
  +children: []
  -id: 33676
  -titleTs: "'lmk':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706550032
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11296616"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706463632 {#1546
    date: 2024-01-28 18:40:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\Entry {#1544
  +user: Proxies\__CG__\App\Entity\User {#1545 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2446 …}
  +image: Proxies\__CG__\App\Entity\Image {#1547 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Lmk"
  +title: "Lmk"
  +url: "https://lemmy.world/pictrs/image/5ad6ef4f-b9f5-4398-a31a-e6d8a6bb48a9.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 62
  +favouriteCount: 728
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729578078 {#1502
    date: 2024-10-22 08:21:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1481 …}
  +votes: Doctrine\ORM\PersistentCollection {#1511 …}
  +reports: Doctrine\ORM\PersistentCollection {#1480 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1510 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1503 …}
  +badges: Doctrine\ORM\PersistentCollection {#1507 …}
  +children: []
  -id: 33676
  -titleTs: "'lmk':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706550032
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11296616"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706463632 {#1546
    date: 2024-01-28 18:40:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\Entry {#1544
  +user: Proxies\__CG__\App\Entity\User {#1545 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2446 …}
  +image: Proxies\__CG__\App\Entity\Image {#1547 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Lmk"
  +title: "Lmk"
  +url: "https://lemmy.world/pictrs/image/5ad6ef4f-b9f5-4398-a31a-e6d8a6bb48a9.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 62
  +favouriteCount: 728
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729578078 {#1502
    date: 2024-10-22 08:21:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1481 …}
  +votes: Doctrine\ORM\PersistentCollection {#1511 …}
  +reports: Doctrine\ORM\PersistentCollection {#1480 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1510 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1503 …}
  +badges: Doctrine\ORM\PersistentCollection {#1507 …}
  +children: []
  -id: 33676
  -titleTs: "'lmk':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706550032
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11296616"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706463632 {#1546
    date: 2024-01-28 18:40:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2427
  +user: Proxies\__CG__\App\Entity\User {#2424 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2446 …}
  +image: Proxies\__CG__\App\Entity\Image {#2428 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Did-you-sign-the-card"
  +title: "Did you sign the card?"
  +url: "https://lemmy.world/pictrs/image/d5b4f4db-59d1-46aa-a51e-fe86df327c67.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 410
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729306099 {#1838
    date: 2024-10-19 04:48:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2433 …}
  +votes: Doctrine\ORM\PersistentCollection {#2443 …}
  +reports: Doctrine\ORM\PersistentCollection {#2426 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2439 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2357 …}
  +badges: Doctrine\ORM\PersistentCollection {#2167 …}
  +children: []
  -id: 33670
  -titleTs: "'card':5 'sign':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706548779
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11295807"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706462379 {#2429
    date: 2024-01-28 18:19: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
67 DENIED edit
App\Entity\Entry {#2427
  +user: Proxies\__CG__\App\Entity\User {#2424 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2446 …}
  +image: Proxies\__CG__\App\Entity\Image {#2428 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Did-you-sign-the-card"
  +title: "Did you sign the card?"
  +url: "https://lemmy.world/pictrs/image/d5b4f4db-59d1-46aa-a51e-fe86df327c67.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 410
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729306099 {#1838
    date: 2024-10-19 04:48:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2433 …}
  +votes: Doctrine\ORM\PersistentCollection {#2443 …}
  +reports: Doctrine\ORM\PersistentCollection {#2426 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2439 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2357 …}
  +badges: Doctrine\ORM\PersistentCollection {#2167 …}
  +children: []
  -id: 33670
  -titleTs: "'card':5 'sign':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706548779
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11295807"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706462379 {#2429
    date: 2024-01-28 18:19: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
68 DENIED moderate
App\Entity\Entry {#2427
  +user: Proxies\__CG__\App\Entity\User {#2424 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2446 …}
  +image: Proxies\__CG__\App\Entity\Image {#2428 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Did-you-sign-the-card"
  +title: "Did you sign the card?"
  +url: "https://lemmy.world/pictrs/image/d5b4f4db-59d1-46aa-a51e-fe86df327c67.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 410
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729306099 {#1838
    date: 2024-10-19 04:48:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2433 …}
  +votes: Doctrine\ORM\PersistentCollection {#2443 …}
  +reports: Doctrine\ORM\PersistentCollection {#2426 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2439 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2357 …}
  +badges: Doctrine\ORM\PersistentCollection {#2167 …}
  +children: []
  -id: 33670
  -titleTs: "'card':5 'sign':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706548779
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11295807"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706462379 {#2429
    date: 2024-01-28 18:19: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
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 {#1535
  +user: Proxies\__CG__\App\Entity\User {#2424 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2446 …}
  +image: Proxies\__CG__\App\Entity\Image {#1534 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Okay-okay-you-talked-me-into-coffee"
  +title: "Okay, okay, you talked me into coffee."
  +url: "https://lemmy.world/pictrs/image/2be970fa-26f9-49bb-b756-ff55a7a0f3be.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 28
  +favouriteCount: 830
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729580768 {#1543
    date: 2024-10-22 09:06:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1542 …}
  +votes: Doctrine\ORM\PersistentCollection {#1538 …}
  +reports: Doctrine\ORM\PersistentCollection {#1539 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1529 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1530 …}
  +badges: Doctrine\ORM\PersistentCollection {#1536 …}
  +children: []
  -id: 33677
  -titleTs: "'coffe':7 'okay':1,2 'talk':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706550362
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11296782"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706463962 {#1532
    date: 2024-01-28 18:46:02.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\Entry {#1535
  +user: Proxies\__CG__\App\Entity\User {#2424 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2446 …}
  +image: Proxies\__CG__\App\Entity\Image {#1534 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Okay-okay-you-talked-me-into-coffee"
  +title: "Okay, okay, you talked me into coffee."
  +url: "https://lemmy.world/pictrs/image/2be970fa-26f9-49bb-b756-ff55a7a0f3be.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 28
  +favouriteCount: 830
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729580768 {#1543
    date: 2024-10-22 09:06:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1542 …}
  +votes: Doctrine\ORM\PersistentCollection {#1538 …}
  +reports: Doctrine\ORM\PersistentCollection {#1539 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1529 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1530 …}
  +badges: Doctrine\ORM\PersistentCollection {#1536 …}
  +children: []
  -id: 33677
  -titleTs: "'coffe':7 'okay':1,2 'talk':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706550362
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11296782"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706463962 {#1532
    date: 2024-01-28 18:46:02.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\Entry {#1535
  +user: Proxies\__CG__\App\Entity\User {#2424 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2446 …}
  +image: Proxies\__CG__\App\Entity\Image {#1534 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Okay-okay-you-talked-me-into-coffee"
  +title: "Okay, okay, you talked me into coffee."
  +url: "https://lemmy.world/pictrs/image/2be970fa-26f9-49bb-b756-ff55a7a0f3be.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 28
  +favouriteCount: 830
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729580768 {#1543
    date: 2024-10-22 09:06:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1542 …}
  +votes: Doctrine\ORM\PersistentCollection {#1538 …}
  +reports: Doctrine\ORM\PersistentCollection {#1539 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1529 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1530 …}
  +badges: Doctrine\ORM\PersistentCollection {#1536 …}
  +children: []
  -id: 33677
  -titleTs: "'coffe':7 'okay':1,2 'talk':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706550362
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11296782"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706463962 {#1532
    date: 2024-01-28 18:46:02.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
73 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
74 DENIED moderate
App\Entity\Entry {#1376
  +user: Proxies\__CG__\App\Entity\User {#1938 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1377 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "Tortilla-help-please"
  +title: "Tortilla help please"
  +url: null
  +body: """
    So I have been trying to make my own tortillas. I’ll found a recipe online that was flour, water, oil, and salt that seemed decent but wasn’t very good. I essentially made tortilla shaped crackers. I’m high altitude, but with nothing rising I’m not sure that matters? Anyone have a good recipe they can share? I’m kinda going for authentic styles that you would get at a taco shop.\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729305547 {#1389
    date: 2024-10-19 04:39:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1945 …}
  +votes: Doctrine\ORM\PersistentCollection {#1941 …}
  +reports: Doctrine\ORM\PersistentCollection {#1971 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1368 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1396 …}
  +badges: Doctrine\ORM\PersistentCollection {#1366 …}
  +children: []
  -id: 33667
  -titleTs: "'help':2 'pleas':3 'tortilla':1"
  -bodyTs: "'altitud':41 'anyon':52 'authent':65 'cracker':37 'decent':26 'essenti':33 'flour':19 'found':13 'get':70 'go':63 'good':31,55 'high':40 'kinda':62 'll':12 'm':39,47,61 'made':34 'make':7 'matter':51 'noth':44 'oil':21 'onlin':16 'recip':15,56 'rise':45 'salt':23 'seem':25 'shape':36 'share':59 'shop':74 'style':66 'sure':49 'taco':73 'thank':75 'tortilla':10,35 'tri':5 'wasn':28 'water':20 'would':69"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706547673
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11294896"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706461273 {#1936
    date: 2024-01-28 18:01:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
75 DENIED edit
App\Entity\Entry {#1376
  +user: Proxies\__CG__\App\Entity\User {#1938 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1377 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "Tortilla-help-please"
  +title: "Tortilla help please"
  +url: null
  +body: """
    So I have been trying to make my own tortillas. I’ll found a recipe online that was flour, water, oil, and salt that seemed decent but wasn’t very good. I essentially made tortilla shaped crackers. I’m high altitude, but with nothing rising I’m not sure that matters? Anyone have a good recipe they can share? I’m kinda going for authentic styles that you would get at a taco shop.\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729305547 {#1389
    date: 2024-10-19 04:39:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1945 …}
  +votes: Doctrine\ORM\PersistentCollection {#1941 …}
  +reports: Doctrine\ORM\PersistentCollection {#1971 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1368 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1396 …}
  +badges: Doctrine\ORM\PersistentCollection {#1366 …}
  +children: []
  -id: 33667
  -titleTs: "'help':2 'pleas':3 'tortilla':1"
  -bodyTs: "'altitud':41 'anyon':52 'authent':65 'cracker':37 'decent':26 'essenti':33 'flour':19 'found':13 'get':70 'go':63 'good':31,55 'high':40 'kinda':62 'll':12 'm':39,47,61 'made':34 'make':7 'matter':51 'noth':44 'oil':21 'onlin':16 'recip':15,56 'rise':45 'salt':23 'seem':25 'shape':36 'share':59 'shop':74 'style':66 'sure':49 'taco':73 'thank':75 'tortilla':10,35 'tri':5 'wasn':28 'water':20 'would':69"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706547673
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11294896"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706461273 {#1936
    date: 2024-01-28 18:01:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
76 DENIED moderate
App\Entity\Entry {#1376
  +user: Proxies\__CG__\App\Entity\User {#1938 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1377 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "Tortilla-help-please"
  +title: "Tortilla help please"
  +url: null
  +body: """
    So I have been trying to make my own tortillas. I’ll found a recipe online that was flour, water, oil, and salt that seemed decent but wasn’t very good. I essentially made tortilla shaped crackers. I’m high altitude, but with nothing rising I’m not sure that matters? Anyone have a good recipe they can share? I’m kinda going for authentic styles that you would get at a taco shop.\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729305547 {#1389
    date: 2024-10-19 04:39:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1945 …}
  +votes: Doctrine\ORM\PersistentCollection {#1941 …}
  +reports: Doctrine\ORM\PersistentCollection {#1971 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1368 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1396 …}
  +badges: Doctrine\ORM\PersistentCollection {#1366 …}
  +children: []
  -id: 33667
  -titleTs: "'help':2 'pleas':3 'tortilla':1"
  -bodyTs: "'altitud':41 'anyon':52 'authent':65 'cracker':37 'decent':26 'essenti':33 'flour':19 'found':13 'get':70 'go':63 'good':31,55 'high':40 'kinda':62 'll':12 'm':39,47,61 'made':34 'make':7 'matter':51 'noth':44 'oil':21 'onlin':16 'recip':15,56 'rise':45 'salt':23 'seem':25 'shape':36 'share':59 'shop':74 'style':66 'sure':49 'taco':73 'thank':75 'tortilla':10,35 'tri':5 'wasn':28 'water':20 'would':69"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706547673
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11294896"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706461273 {#1936
    date: 2024-01-28 18:01:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1519
  +user: Proxies\__CG__\App\Entity\User {#1520 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1804 …}
  +image: Proxies\__CG__\App\Entity\Image {#1517 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Sopa-de-Lima"
  +title: "Sopa de Lima"
  +url: "https://lemmy.world/pictrs/image/58b502c2-6841-40f8-a581-ae55ac67ce11.jpeg"
  +body: "Recipe: [seriouseats.com/sopa-de-lima-yucatan-mexican-lime…](https://www.seriouseats.com/sopa-de-lima-yucatan-mexican-lime-soup-recipe)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 103
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729225454 {#1516
    date: 2024-10-18 06:24:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1632 …}
  +votes: Doctrine\ORM\PersistentCollection {#1631 …}
  +reports: Doctrine\ORM\PersistentCollection {#1704 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1712 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1706 …}
  +badges: Doctrine\ORM\PersistentCollection {#1657 …}
  +children: []
  -id: 33678
  -titleTs: "'de':2 'lima':3 'sopa':1"
  -bodyTs: "'/sopa-de-lima-yucatan-mexican-lime':4 '/sopa-de-lima-yucatan-mexican-lime-soup-recipe)':7 'recip':1 'seriouseats.com':3 'seriouseats.com/sopa-de-lima-yucatan-mexican-lime':2 'www.seriouseats.com':6 'www.seriouseats.com/sopa-de-lima-yucatan-mexican-lime-soup-recipe)':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706551231
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11297077"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706464831 {#1518
    date: 2024-01-28 19:00: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 {#1519
  +user: Proxies\__CG__\App\Entity\User {#1520 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1804 …}
  +image: Proxies\__CG__\App\Entity\Image {#1517 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Sopa-de-Lima"
  +title: "Sopa de Lima"
  +url: "https://lemmy.world/pictrs/image/58b502c2-6841-40f8-a581-ae55ac67ce11.jpeg"
  +body: "Recipe: [seriouseats.com/sopa-de-lima-yucatan-mexican-lime…](https://www.seriouseats.com/sopa-de-lima-yucatan-mexican-lime-soup-recipe)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 103
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729225454 {#1516
    date: 2024-10-18 06:24:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1632 …}
  +votes: Doctrine\ORM\PersistentCollection {#1631 …}
  +reports: Doctrine\ORM\PersistentCollection {#1704 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1712 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1706 …}
  +badges: Doctrine\ORM\PersistentCollection {#1657 …}
  +children: []
  -id: 33678
  -titleTs: "'de':2 'lima':3 'sopa':1"
  -bodyTs: "'/sopa-de-lima-yucatan-mexican-lime':4 '/sopa-de-lima-yucatan-mexican-lime-soup-recipe)':7 'recip':1 'seriouseats.com':3 'seriouseats.com/sopa-de-lima-yucatan-mexican-lime':2 'www.seriouseats.com':6 'www.seriouseats.com/sopa-de-lima-yucatan-mexican-lime-soup-recipe)':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706551231
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11297077"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706464831 {#1518
    date: 2024-01-28 19:00: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 {#1519
  +user: Proxies\__CG__\App\Entity\User {#1520 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1804 …}
  +image: Proxies\__CG__\App\Entity\Image {#1517 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Sopa-de-Lima"
  +title: "Sopa de Lima"
  +url: "https://lemmy.world/pictrs/image/58b502c2-6841-40f8-a581-ae55ac67ce11.jpeg"
  +body: "Recipe: [seriouseats.com/sopa-de-lima-yucatan-mexican-lime…](https://www.seriouseats.com/sopa-de-lima-yucatan-mexican-lime-soup-recipe)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 103
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729225454 {#1516
    date: 2024-10-18 06:24:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1632 …}
  +votes: Doctrine\ORM\PersistentCollection {#1631 …}
  +reports: Doctrine\ORM\PersistentCollection {#1704 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1712 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1706 …}
  +badges: Doctrine\ORM\PersistentCollection {#1657 …}
  +children: []
  -id: 33678
  -titleTs: "'de':2 'lima':3 'sopa':1"
  -bodyTs: "'/sopa-de-lima-yucatan-mexican-lime':4 '/sopa-de-lima-yucatan-mexican-lime-soup-recipe)':7 'recip':1 'seriouseats.com':3 'seriouseats.com/sopa-de-lima-yucatan-mexican-lime':2 'www.seriouseats.com':6 'www.seriouseats.com/sopa-de-lima-yucatan-mexican-lime-soup-recipe)':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706551231
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11297077"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706464831 {#1518
    date: 2024-01-28 19:00: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 {#1952
  +user: Proxies\__CG__\App\Entity\User {#1390 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1386 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "What-s-the-deal-with-posting-images-from-imgbb"
  +title: "What's the deal with posting images from imgbb?"
  +url: null
  +body: "Got my account banned because I posted a photo that I uploaded to imgbb.com with the reason being “blacklisted URL”."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729203457 {#1930
    date: 2024-10-18 00:17:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1397 …}
  +votes: Doctrine\ORM\PersistentCollection {#1387 …}
  +reports: Doctrine\ORM\PersistentCollection {#1380 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1903 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1364 …}
  +badges: Doctrine\ORM\PersistentCollection {#1398 …}
  +children: []
  -id: 33666
  -titleTs: "'deal':4 'imag':7 'imgbb':9 'post':6"
  -bodyTs: "'account':3 'ban':4 'blacklist':19 'got':1 'imgbb.com':14 'photo':9 'post':7 'reason':17 'upload':12 'url':20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706547522
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/22173114"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706461122 {#1933
    date: 2024-01-28 17:58: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
83 DENIED edit
App\Entity\Entry {#1952
  +user: Proxies\__CG__\App\Entity\User {#1390 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1386 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "What-s-the-deal-with-posting-images-from-imgbb"
  +title: "What's the deal with posting images from imgbb?"
  +url: null
  +body: "Got my account banned because I posted a photo that I uploaded to imgbb.com with the reason being “blacklisted URL”."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729203457 {#1930
    date: 2024-10-18 00:17:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1397 …}
  +votes: Doctrine\ORM\PersistentCollection {#1387 …}
  +reports: Doctrine\ORM\PersistentCollection {#1380 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1903 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1364 …}
  +badges: Doctrine\ORM\PersistentCollection {#1398 …}
  +children: []
  -id: 33666
  -titleTs: "'deal':4 'imag':7 'imgbb':9 'post':6"
  -bodyTs: "'account':3 'ban':4 'blacklist':19 'got':1 'imgbb.com':14 'photo':9 'post':7 'reason':17 'upload':12 'url':20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706547522
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/22173114"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706461122 {#1933
    date: 2024-01-28 17:58: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
84 DENIED moderate
App\Entity\Entry {#1952
  +user: Proxies\__CG__\App\Entity\User {#1390 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1386 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1877 …}
  +slug: "What-s-the-deal-with-posting-images-from-imgbb"
  +title: "What's the deal with posting images from imgbb?"
  +url: null
  +body: "Got my account banned because I posted a photo that I uploaded to imgbb.com with the reason being “blacklisted URL”."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729203457 {#1930
    date: 2024-10-18 00:17:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1397 …}
  +votes: Doctrine\ORM\PersistentCollection {#1387 …}
  +reports: Doctrine\ORM\PersistentCollection {#1380 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1903 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1364 …}
  +badges: Doctrine\ORM\PersistentCollection {#1398 …}
  +children: []
  -id: 33666
  -titleTs: "'deal':4 'imag':7 'imgbb':9 'post':6"
  -bodyTs: "'account':3 'ban':4 'blacklist':19 'got':1 'imgbb.com':14 'photo':9 'post':7 'reason':17 'upload':12 'url':20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706547522
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/22173114"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706461122 {#1933
    date: 2024-01-28 17:58: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
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 {#1738
  +user: Proxies\__CG__\App\Entity\User {#1753 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2446 …}
  +image: Proxies\__CG__\App\Entity\Image {#1746 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Its-a-doggy-dog-world-out-there"
  +title: "Its a doggy dog world out there"
  +url: "https://lemmy.world/pictrs/image/09ce69f9-aea2-4366-97c3-a7526ff67334.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 1177
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729538383 {#1745
    date: 2024-10-21 21:19:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1749 …}
  +votes: Doctrine\ORM\PersistentCollection {#1748 …}
  +reports: Doctrine\ORM\PersistentCollection {#1474 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1471 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1470 …}
  +badges: Doctrine\ORM\PersistentCollection {#1473 …}
  +children: []
  -id: 33679
  -titleTs: "'dog':4 'doggi':3 'world':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706551355
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11297087"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706464955 {#1747
    date: 2024-01-28 19:02:35.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 {#1738
  +user: Proxies\__CG__\App\Entity\User {#1753 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2446 …}
  +image: Proxies\__CG__\App\Entity\Image {#1746 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Its-a-doggy-dog-world-out-there"
  +title: "Its a doggy dog world out there"
  +url: "https://lemmy.world/pictrs/image/09ce69f9-aea2-4366-97c3-a7526ff67334.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 1177
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729538383 {#1745
    date: 2024-10-21 21:19:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1749 …}
  +votes: Doctrine\ORM\PersistentCollection {#1748 …}
  +reports: Doctrine\ORM\PersistentCollection {#1474 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1471 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1470 …}
  +badges: Doctrine\ORM\PersistentCollection {#1473 …}
  +children: []
  -id: 33679
  -titleTs: "'dog':4 'doggi':3 'world':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706551355
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11297087"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706464955 {#1747
    date: 2024-01-28 19:02:35.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 {#1738
  +user: Proxies\__CG__\App\Entity\User {#1753 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2446 …}
  +image: Proxies\__CG__\App\Entity\Image {#1746 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Its-a-doggy-dog-world-out-there"
  +title: "Its a doggy dog world out there"
  +url: "https://lemmy.world/pictrs/image/09ce69f9-aea2-4366-97c3-a7526ff67334.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 1177
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729538383 {#1745
    date: 2024-10-21 21:19:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1749 …}
  +votes: Doctrine\ORM\PersistentCollection {#1748 …}
  +reports: Doctrine\ORM\PersistentCollection {#1474 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1471 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1470 …}
  +badges: Doctrine\ORM\PersistentCollection {#1473 …}
  +children: []
  -id: 33679
  -titleTs: "'dog':4 'doggi':3 'world':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706551355
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11297087"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706464955 {#1747
    date: 2024-01-28 19:02:35.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 {#1977
  +user: Proxies\__CG__\App\Entity\User {#1974 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1967 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1975 …}
  +slug: "Global-Power-Sector-Emissions-Headed-for-Decline"
  +title: "Global Power Sector Emissions Headed for Decline"
  +url: "https://e360.yale.edu/digest/power-emissions-peak-china-renewables"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 44
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706460819 {#1954
    date: 2024-01-28 17:53:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1953 …}
  +votes: Doctrine\ORM\PersistentCollection {#1962 …}
  +reports: Doctrine\ORM\PersistentCollection {#1970 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1973 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1961 …}
  +badges: Doctrine\ORM\PersistentCollection {#1957 …}
  +children: []
  -id: 33664
  -titleTs: "'declin':7 'emiss':4 'global':1 'head':5 'power':2 'sector':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706547219
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/9003380"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706460819 {#1960
    date: 2024-01-28 17:53: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
91 DENIED edit
App\Entity\Entry {#1977
  +user: Proxies\__CG__\App\Entity\User {#1974 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1967 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1975 …}
  +slug: "Global-Power-Sector-Emissions-Headed-for-Decline"
  +title: "Global Power Sector Emissions Headed for Decline"
  +url: "https://e360.yale.edu/digest/power-emissions-peak-china-renewables"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 44
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706460819 {#1954
    date: 2024-01-28 17:53:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1953 …}
  +votes: Doctrine\ORM\PersistentCollection {#1962 …}
  +reports: Doctrine\ORM\PersistentCollection {#1970 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1973 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1961 …}
  +badges: Doctrine\ORM\PersistentCollection {#1957 …}
  +children: []
  -id: 33664
  -titleTs: "'declin':7 'emiss':4 'global':1 'head':5 'power':2 'sector':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706547219
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/9003380"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706460819 {#1960
    date: 2024-01-28 17:53: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
92 DENIED moderate
App\Entity\Entry {#1977
  +user: Proxies\__CG__\App\Entity\User {#1974 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1967 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1975 …}
  +slug: "Global-Power-Sector-Emissions-Headed-for-Decline"
  +title: "Global Power Sector Emissions Headed for Decline"
  +url: "https://e360.yale.edu/digest/power-emissions-peak-china-renewables"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 44
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706460819 {#1954
    date: 2024-01-28 17:53:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1953 …}
  +votes: Doctrine\ORM\PersistentCollection {#1962 …}
  +reports: Doctrine\ORM\PersistentCollection {#1970 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1973 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1961 …}
  +badges: Doctrine\ORM\PersistentCollection {#1957 …}
  +children: []
  -id: 33664
  -titleTs: "'declin':7 'emiss':4 'global':1 'head':5 'power':2 'sector':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706547219
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/9003380"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706460819 {#1960
    date: 2024-01-28 17:53: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
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 {#81
  +user: Proxies\__CG__\App\Entity\User {#1771 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1804 …}
  +image: Proxies\__CG__\App\Entity\Image {#2423 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1863 …}
  +slug: "Home-cooked"
  +title: "Home cooked 🥩"
  +url: "https://i.ibb.co/NZ7RQGp/IMG-20231023-120759.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706459293 {#239
    date: 2024-01-28 17:28:13.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2404 …}
  +votes: Doctrine\ORM\PersistentCollection {#2415 …}
  +reports: Doctrine\ORM\PersistentCollection {#1837 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1948 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1876 …}
  +badges: Doctrine\ORM\PersistentCollection {#1880 …}
  +children: []
  -id: 33662
  -titleTs: "'cook':2 'home':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706459293
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11293742"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706459293 {#248
    date: 2024-01-28 17:28:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
95 DENIED edit
App\Entity\Entry {#81
  +user: Proxies\__CG__\App\Entity\User {#1771 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1804 …}
  +image: Proxies\__CG__\App\Entity\Image {#2423 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1863 …}
  +slug: "Home-cooked"
  +title: "Home cooked 🥩"
  +url: "https://i.ibb.co/NZ7RQGp/IMG-20231023-120759.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706459293 {#239
    date: 2024-01-28 17:28:13.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2404 …}
  +votes: Doctrine\ORM\PersistentCollection {#2415 …}
  +reports: Doctrine\ORM\PersistentCollection {#1837 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1948 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1876 …}
  +badges: Doctrine\ORM\PersistentCollection {#1880 …}
  +children: []
  -id: 33662
  -titleTs: "'cook':2 'home':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706459293
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11293742"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706459293 {#248
    date: 2024-01-28 17:28:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
96 DENIED moderate
App\Entity\Entry {#81
  +user: Proxies\__CG__\App\Entity\User {#1771 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1804 …}
  +image: Proxies\__CG__\App\Entity\Image {#2423 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1863 …}
  +slug: "Home-cooked"
  +title: "Home cooked 🥩"
  +url: "https://i.ibb.co/NZ7RQGp/IMG-20231023-120759.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706459293 {#239
    date: 2024-01-28 17:28:13.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2404 …}
  +votes: Doctrine\ORM\PersistentCollection {#2415 …}
  +reports: Doctrine\ORM\PersistentCollection {#1837 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1948 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1876 …}
  +badges: Doctrine\ORM\PersistentCollection {#1880 …}
  +children: []
  -id: 33662
  -titleTs: "'cook':2 'home':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706459293
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11293742"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706459293 {#248
    date: 2024-01-28 17:28:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1484
  +user: Proxies\__CG__\App\Entity\User {#1486 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Does-anyone-else-harvest-the-magnets-and-platters-from-old"
  +title: "Does anyone else harvest the magnets and platters from old drives as a monument to selfhosting history?"
  +url: "https://lemmy.world/pictrs/image/404e8b3c-4c80-4650-be30-7151c2921fc8.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 96
  +favouriteCount: 727
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729505958 {#1483
    date: 2024-10-21 12:19:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1488 …}
  +votes: Doctrine\ORM\PersistentCollection {#1485 …}
  +reports: Doctrine\ORM\PersistentCollection {#1496 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1490 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1493 …}
  +badges: Doctrine\ORM\PersistentCollection {#1492 …}
  +children: []
  -id: 33681
  -titleTs: "'anyon':2 'drive':11 'els':3 'harvest':4 'histori':17 'magnet':6 'monument':14 'old':10 'platter':8 'selfhost':16"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706551383
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11297090"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706464983 {#1497
    date: 2024-01-28 19:03: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
99 DENIED edit
App\Entity\Entry {#1484
  +user: Proxies\__CG__\App\Entity\User {#1486 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Does-anyone-else-harvest-the-magnets-and-platters-from-old"
  +title: "Does anyone else harvest the magnets and platters from old drives as a monument to selfhosting history?"
  +url: "https://lemmy.world/pictrs/image/404e8b3c-4c80-4650-be30-7151c2921fc8.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 96
  +favouriteCount: 727
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729505958 {#1483
    date: 2024-10-21 12:19:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1488 …}
  +votes: Doctrine\ORM\PersistentCollection {#1485 …}
  +reports: Doctrine\ORM\PersistentCollection {#1496 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1490 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1493 …}
  +badges: Doctrine\ORM\PersistentCollection {#1492 …}
  +children: []
  -id: 33681
  -titleTs: "'anyon':2 'drive':11 'els':3 'harvest':4 'histori':17 'magnet':6 'monument':14 'old':10 'platter':8 'selfhost':16"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706551383
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11297090"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706464983 {#1497
    date: 2024-01-28 19:03: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
100 DENIED moderate
App\Entity\Entry {#1484
  +user: Proxies\__CG__\App\Entity\User {#1486 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2444 …}
  +slug: "Does-anyone-else-harvest-the-magnets-and-platters-from-old"
  +title: "Does anyone else harvest the magnets and platters from old drives as a monument to selfhosting history?"
  +url: "https://lemmy.world/pictrs/image/404e8b3c-4c80-4650-be30-7151c2921fc8.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 96
  +favouriteCount: 727
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729505958 {#1483
    date: 2024-10-21 12:19:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1488 …}
  +votes: Doctrine\ORM\PersistentCollection {#1485 …}
  +reports: Doctrine\ORM\PersistentCollection {#1496 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1490 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1493 …}
  +badges: Doctrine\ORM\PersistentCollection {#1492 …}
  +children: []
  -id: 33681
  -titleTs: "'anyon':2 'drive':11 'els':3 'harvest':4 'histori':17 'magnet':6 'monument':14 'old':10 'platter':8 'selfhost':16"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706551383
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11297090"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706464983 {#1497
    date: 2024-01-28 19:03: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