GET https://kbin.spritesserver.nl/index.php/*/active?p=34

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.88 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 {#2440
  +user: Proxies\__CG__\App\Entity\User {#2439 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1890 …}
  +slug: "What-s-are-the-funniest-stupidest-way-s-you-ve-broken-your-linux-setup"
  +title: "What's (are) the funniest/stupidest way(s) you've broken your linux setup?"
  +url: null
  +body: """
    Tinkering is all fun and games, until it’s 4 am, your vision is blurry, and thinking straight becomes a non-option, or perhaps you just get overly confident, type something and press enter before considering the consequences of the command you’re about to execute… And then all you have is a kernel panic and one thought bouncing in your head: “damn, what did I expect to happen?”.\n
    \n
    Off the top of my head I remember 2 of those. Both happened a while ago, so I don’t remember all the details, unfortunately.\n
    \n
    For the warmup, removing PAM. I was trying to convert my artix install to a regular arch without reinstalling everything. Should be kinda simple: change repos, install systemd, uninstall dinit and it’s units, profit. Yet after doing just that I was left with some PAM errors… So, I `Rdd`-ed libpam instead of just using `–overwrite`. Needless to say, I had to search for live usb yet again.\n
    \n
    And the one at least I find quite funny. After about a year of using arch I was considering myself a confident enough user, and it so happened that I wanted to install smth that was packaged for debian. A reasonable person would, perhaps, write a pkgbuild that would unpack the .deb and install it’s contents properly along with all the necessary dependencies. But not me, I installed dpkg. The package refused to either work or install complaining that the version of glibc was incorrect… So, I installed glibc from Debian’s repos. After a few seconds my poor PC probably spent staring in disbelief at the sheer stupidity of the meatbag behind the keyboard, I was met with a reboot, a kernel panic, and a need to find another PC to flash an archiso to a flash drive ('cause ofc I didn’t have one at the time).\n
    \n
    Anyways, what are your stories?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 211
  +favouriteCount: 289
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728671844 {#2442
    date: 2024-10-11 20:37:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2436 …}
  +votes: Doctrine\ORM\PersistentCollection {#2166 …}
  +reports: Doctrine\ORM\PersistentCollection {#2288 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2466 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2356 …}
  +badges: Doctrine\ORM\PersistentCollection {#2353 …}
  +children: []
  -id: 32314
  -titleTs: "'broken':10 'funniest/stupidest':5 'linux':12 'setup':13 've':9 'way':6"
  -bodyTs: "'2':79 '4':10 'ago':86 'along':223 'anoth':295 'anyway':315 'arch':112,180 'archiso':300 'artix':107 'becom':19 'behind':278 'blurri':15 'bounc':60 'caus':305 'chang':120 'command':42 'complain':243 'confid':30,186 'consequ':39 'consid':37,183 'content':221 'convert':105 'damn':64 'deb':216 'debian':203,256 'depend':228 'detail':94 'didn':308 'dinit':125 'disbelief':270 'dpkg':234 'drive':304 'ed':146 'either':239 'enough':187 'enter':35 'error':142 'everyth':115 'execut':47 'expect':68 'find':171,294 'flash':298,303 'fun':4 'funni':173 'game':6 'get':28 'glibc':248,254 'happen':70,83,192 'head':63,76 'incorrect':250 'instal':108,122,197,218,233,242,253 'instead':148 'kernel':55,288 'keyboard':280 'kinda':118 'least':169 'left':138 'libpam':147 'live':161 'meatbag':277 'met':283 'necessari':227 'need':292 'needless':153 'non':22 'non-opt':21 'ofc':306 'one':58,167,311 'option':23 'over':29 'overwrit':152 'packag':201,236 'pam':100,141 'panic':56,289 'pc':265,296 'perhap':25,208 'person':206 'pkgbuild':211 'poor':264 'press':34 'probabl':266 'profit':130 'proper':222 'quit':172 'rdd':145 're':44 'reason':205 'reboot':286 'refus':237 'regular':111 'reinstal':114 'rememb':78,91 'remov':99 'repo':121,258 'say':155 'search':159 'second':262 'sheer':273 'simpl':119 'smth':198 'someth':32 'spent':267 'stare':268 'stori':319 'straight':18 'stupid':274 'systemd':123 'think':17 'thought':59 'time':314 'tinker':1 'top':73 'tri':103 'type':31 'unfortun':95 'uninstal':124 'unit':129 'unpack':214 'usb':162 'use':151,179 'user':188 'version':246 'vision':13 'want':195 'warmup':98 'without':113 'work':240 'would':207,213 'write':209 'year':177 'yet':131,163"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705991005
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10875990"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705904605 {#2426
    date: 2024-01-22 07:23:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\Entry {#2440
  +user: Proxies\__CG__\App\Entity\User {#2439 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1890 …}
  +slug: "What-s-are-the-funniest-stupidest-way-s-you-ve-broken-your-linux-setup"
  +title: "What's (are) the funniest/stupidest way(s) you've broken your linux setup?"
  +url: null
  +body: """
    Tinkering is all fun and games, until it’s 4 am, your vision is blurry, and thinking straight becomes a non-option, or perhaps you just get overly confident, type something and press enter before considering the consequences of the command you’re about to execute… And then all you have is a kernel panic and one thought bouncing in your head: “damn, what did I expect to happen?”.\n
    \n
    Off the top of my head I remember 2 of those. Both happened a while ago, so I don’t remember all the details, unfortunately.\n
    \n
    For the warmup, removing PAM. I was trying to convert my artix install to a regular arch without reinstalling everything. Should be kinda simple: change repos, install systemd, uninstall dinit and it’s units, profit. Yet after doing just that I was left with some PAM errors… So, I `Rdd`-ed libpam instead of just using `–overwrite`. Needless to say, I had to search for live usb yet again.\n
    \n
    And the one at least I find quite funny. After about a year of using arch I was considering myself a confident enough user, and it so happened that I wanted to install smth that was packaged for debian. A reasonable person would, perhaps, write a pkgbuild that would unpack the .deb and install it’s contents properly along with all the necessary dependencies. But not me, I installed dpkg. The package refused to either work or install complaining that the version of glibc was incorrect… So, I installed glibc from Debian’s repos. After a few seconds my poor PC probably spent staring in disbelief at the sheer stupidity of the meatbag behind the keyboard, I was met with a reboot, a kernel panic, and a need to find another PC to flash an archiso to a flash drive ('cause ofc I didn’t have one at the time).\n
    \n
    Anyways, what are your stories?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 211
  +favouriteCount: 289
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728671844 {#2442
    date: 2024-10-11 20:37:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2436 …}
  +votes: Doctrine\ORM\PersistentCollection {#2166 …}
  +reports: Doctrine\ORM\PersistentCollection {#2288 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2466 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2356 …}
  +badges: Doctrine\ORM\PersistentCollection {#2353 …}
  +children: []
  -id: 32314
  -titleTs: "'broken':10 'funniest/stupidest':5 'linux':12 'setup':13 've':9 'way':6"
  -bodyTs: "'2':79 '4':10 'ago':86 'along':223 'anoth':295 'anyway':315 'arch':112,180 'archiso':300 'artix':107 'becom':19 'behind':278 'blurri':15 'bounc':60 'caus':305 'chang':120 'command':42 'complain':243 'confid':30,186 'consequ':39 'consid':37,183 'content':221 'convert':105 'damn':64 'deb':216 'debian':203,256 'depend':228 'detail':94 'didn':308 'dinit':125 'disbelief':270 'dpkg':234 'drive':304 'ed':146 'either':239 'enough':187 'enter':35 'error':142 'everyth':115 'execut':47 'expect':68 'find':171,294 'flash':298,303 'fun':4 'funni':173 'game':6 'get':28 'glibc':248,254 'happen':70,83,192 'head':63,76 'incorrect':250 'instal':108,122,197,218,233,242,253 'instead':148 'kernel':55,288 'keyboard':280 'kinda':118 'least':169 'left':138 'libpam':147 'live':161 'meatbag':277 'met':283 'necessari':227 'need':292 'needless':153 'non':22 'non-opt':21 'ofc':306 'one':58,167,311 'option':23 'over':29 'overwrit':152 'packag':201,236 'pam':100,141 'panic':56,289 'pc':265,296 'perhap':25,208 'person':206 'pkgbuild':211 'poor':264 'press':34 'probabl':266 'profit':130 'proper':222 'quit':172 'rdd':145 're':44 'reason':205 'reboot':286 'refus':237 'regular':111 'reinstal':114 'rememb':78,91 'remov':99 'repo':121,258 'say':155 'search':159 'second':262 'sheer':273 'simpl':119 'smth':198 'someth':32 'spent':267 'stare':268 'stori':319 'straight':18 'stupid':274 'systemd':123 'think':17 'thought':59 'time':314 'tinker':1 'top':73 'tri':103 'type':31 'unfortun':95 'uninstal':124 'unit':129 'unpack':214 'usb':162 'use':151,179 'user':188 'version':246 'vision':13 'want':195 'warmup':98 'without':113 'work':240 'would':207,213 'write':209 'year':177 'yet':131,163"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705991005
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10875990"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705904605 {#2426
    date: 2024-01-22 07:23:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\Entry {#2440
  +user: Proxies\__CG__\App\Entity\User {#2439 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1890 …}
  +slug: "What-s-are-the-funniest-stupidest-way-s-you-ve-broken-your-linux-setup"
  +title: "What's (are) the funniest/stupidest way(s) you've broken your linux setup?"
  +url: null
  +body: """
    Tinkering is all fun and games, until it’s 4 am, your vision is blurry, and thinking straight becomes a non-option, or perhaps you just get overly confident, type something and press enter before considering the consequences of the command you’re about to execute… And then all you have is a kernel panic and one thought bouncing in your head: “damn, what did I expect to happen?”.\n
    \n
    Off the top of my head I remember 2 of those. Both happened a while ago, so I don’t remember all the details, unfortunately.\n
    \n
    For the warmup, removing PAM. I was trying to convert my artix install to a regular arch without reinstalling everything. Should be kinda simple: change repos, install systemd, uninstall dinit and it’s units, profit. Yet after doing just that I was left with some PAM errors… So, I `Rdd`-ed libpam instead of just using `–overwrite`. Needless to say, I had to search for live usb yet again.\n
    \n
    And the one at least I find quite funny. After about a year of using arch I was considering myself a confident enough user, and it so happened that I wanted to install smth that was packaged for debian. A reasonable person would, perhaps, write a pkgbuild that would unpack the .deb and install it’s contents properly along with all the necessary dependencies. But not me, I installed dpkg. The package refused to either work or install complaining that the version of glibc was incorrect… So, I installed glibc from Debian’s repos. After a few seconds my poor PC probably spent staring in disbelief at the sheer stupidity of the meatbag behind the keyboard, I was met with a reboot, a kernel panic, and a need to find another PC to flash an archiso to a flash drive ('cause ofc I didn’t have one at the time).\n
    \n
    Anyways, what are your stories?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 211
  +favouriteCount: 289
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728671844 {#2442
    date: 2024-10-11 20:37:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2436 …}
  +votes: Doctrine\ORM\PersistentCollection {#2166 …}
  +reports: Doctrine\ORM\PersistentCollection {#2288 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2466 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2356 …}
  +badges: Doctrine\ORM\PersistentCollection {#2353 …}
  +children: []
  -id: 32314
  -titleTs: "'broken':10 'funniest/stupidest':5 'linux':12 'setup':13 've':9 'way':6"
  -bodyTs: "'2':79 '4':10 'ago':86 'along':223 'anoth':295 'anyway':315 'arch':112,180 'archiso':300 'artix':107 'becom':19 'behind':278 'blurri':15 'bounc':60 'caus':305 'chang':120 'command':42 'complain':243 'confid':30,186 'consequ':39 'consid':37,183 'content':221 'convert':105 'damn':64 'deb':216 'debian':203,256 'depend':228 'detail':94 'didn':308 'dinit':125 'disbelief':270 'dpkg':234 'drive':304 'ed':146 'either':239 'enough':187 'enter':35 'error':142 'everyth':115 'execut':47 'expect':68 'find':171,294 'flash':298,303 'fun':4 'funni':173 'game':6 'get':28 'glibc':248,254 'happen':70,83,192 'head':63,76 'incorrect':250 'instal':108,122,197,218,233,242,253 'instead':148 'kernel':55,288 'keyboard':280 'kinda':118 'least':169 'left':138 'libpam':147 'live':161 'meatbag':277 'met':283 'necessari':227 'need':292 'needless':153 'non':22 'non-opt':21 'ofc':306 'one':58,167,311 'option':23 'over':29 'overwrit':152 'packag':201,236 'pam':100,141 'panic':56,289 'pc':265,296 'perhap':25,208 'person':206 'pkgbuild':211 'poor':264 'press':34 'probabl':266 'profit':130 'proper':222 'quit':172 'rdd':145 're':44 'reason':205 'reboot':286 'refus':237 'regular':111 'reinstal':114 'rememb':78,91 'remov':99 'repo':121,258 'say':155 'search':159 'second':262 'sheer':273 'simpl':119 'smth':198 'someth':32 'spent':267 'stare':268 'stori':319 'straight':18 'stupid':274 'systemd':123 'think':17 'thought':59 'time':314 'tinker':1 'top':73 'tri':103 'type':31 'unfortun':95 'uninstal':124 'unit':129 'unpack':214 'usb':162 'use':151,179 'user':188 'version':246 'vision':13 'want':195 'warmup':98 'without':113 'work':240 'would':207,213 'write':209 'year':177 'yet':131,163"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705991005
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10875990"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705904605 {#2426
    date: 2024-01-22 07:23:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1567
  +user: Proxies\__CG__\App\Entity\User {#1550 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1890 …}
  +slug: "torrentio-lite-addon-is-still-loading"
  +title: "torrentio lite addon is still loading"
  +url: null
  +body: """
    Hi all,\n
    \n
    My friend and I are currently experiencing problems with the torrentio lite addon for stremio. When selecting an episode the addon stalls, showing the message “torrentio lite addon is still loading”.\n
    \n
    Anyone else experience this?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728669893 {#1561
    date: 2024-10-11 20:04:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1559 …}
  +votes: Doctrine\ORM\PersistentCollection {#1564 …}
  +reports: Doctrine\ORM\PersistentCollection {#1563 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
  +badges: Doctrine\ORM\PersistentCollection {#1557 …}
  +children: []
  -id: 33057
  -titleTs: "'addon':3 'lite':2 'load':6 'still':5 'torrentio':1"
  -bodyTs: "'addon':15,23,30 'anyon':34 'current':8 'els':35 'episod':21 'experi':36 'experienc':9 'friend':4 'hi':1 'lite':14,29 'load':33 'messag':27 'problem':10 'select':19 'show':25 'stall':24 'still':32 'stremio':17 'torrentio':13,28"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706278289
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/13068098"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706211289 {#1525
    date: 2024-01-25 20:34:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\Entry {#1567
  +user: Proxies\__CG__\App\Entity\User {#1550 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1890 …}
  +slug: "torrentio-lite-addon-is-still-loading"
  +title: "torrentio lite addon is still loading"
  +url: null
  +body: """
    Hi all,\n
    \n
    My friend and I are currently experiencing problems with the torrentio lite addon for stremio. When selecting an episode the addon stalls, showing the message “torrentio lite addon is still loading”.\n
    \n
    Anyone else experience this?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728669893 {#1561
    date: 2024-10-11 20:04:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1559 …}
  +votes: Doctrine\ORM\PersistentCollection {#1564 …}
  +reports: Doctrine\ORM\PersistentCollection {#1563 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
  +badges: Doctrine\ORM\PersistentCollection {#1557 …}
  +children: []
  -id: 33057
  -titleTs: "'addon':3 'lite':2 'load':6 'still':5 'torrentio':1"
  -bodyTs: "'addon':15,23,30 'anyon':34 'current':8 'els':35 'episod':21 'experi':36 'experienc':9 'friend':4 'hi':1 'lite':14,29 'load':33 'messag':27 'problem':10 'select':19 'show':25 'stall':24 'still':32 'stremio':17 'torrentio':13,28"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706278289
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/13068098"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706211289 {#1525
    date: 2024-01-25 20:34:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\Entry {#1567
  +user: Proxies\__CG__\App\Entity\User {#1550 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1890 …}
  +slug: "torrentio-lite-addon-is-still-loading"
  +title: "torrentio lite addon is still loading"
  +url: null
  +body: """
    Hi all,\n
    \n
    My friend and I are currently experiencing problems with the torrentio lite addon for stremio. When selecting an episode the addon stalls, showing the message “torrentio lite addon is still loading”.\n
    \n
    Anyone else experience this?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728669893 {#1561
    date: 2024-10-11 20:04:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1559 …}
  +votes: Doctrine\ORM\PersistentCollection {#1564 …}
  +reports: Doctrine\ORM\PersistentCollection {#1563 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
  +badges: Doctrine\ORM\PersistentCollection {#1557 …}
  +children: []
  -id: 33057
  -titleTs: "'addon':3 'lite':2 'load':6 'still':5 'torrentio':1"
  -bodyTs: "'addon':15,23,30 'anyon':34 'current':8 'els':35 'episod':21 'experi':36 'experienc':9 'friend':4 'hi':1 'lite':14,29 'load':33 'messag':27 'problem':10 'select':19 'show':25 'stall':24 'still':32 'stremio':17 'torrentio':13,28"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706278289
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/13068098"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706211289 {#1525
    date: 2024-01-25 20:34:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1552
  +user: Proxies\__CG__\App\Entity\User {#1590 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1937 …}
  +image: Proxies\__CG__\App\Entity\Image {#1592 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1368 …}
  +slug: "You-have-to-understand"
  +title: "You have to understand."
  +url: "https://lemmy.world/pictrs/image/c7f19875-4bd0-47a9-a807-09b7b0badcc2.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 495
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728669667 {#1663
    date: 2024-10-11 20:01:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1591 …}
  +votes: Doctrine\ORM\PersistentCollection {#1589 …}
  +reports: Doctrine\ORM\PersistentCollection {#1582 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1583 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1580 …}
  +badges: Doctrine\ORM\PersistentCollection {#1584 …}
  +children: []
  -id: 33045
  -titleTs: "'understand':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706294999
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11180363"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706208599 {#1553
    date: 2024-01-25 19:49:59.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\Entry {#1552
  +user: Proxies\__CG__\App\Entity\User {#1590 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1937 …}
  +image: Proxies\__CG__\App\Entity\Image {#1592 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1368 …}
  +slug: "You-have-to-understand"
  +title: "You have to understand."
  +url: "https://lemmy.world/pictrs/image/c7f19875-4bd0-47a9-a807-09b7b0badcc2.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 495
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728669667 {#1663
    date: 2024-10-11 20:01:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1591 …}
  +votes: Doctrine\ORM\PersistentCollection {#1589 …}
  +reports: Doctrine\ORM\PersistentCollection {#1582 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1583 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1580 …}
  +badges: Doctrine\ORM\PersistentCollection {#1584 …}
  +children: []
  -id: 33045
  -titleTs: "'understand':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706294999
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11180363"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706208599 {#1553
    date: 2024-01-25 19:49:59.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\Entry {#1552
  +user: Proxies\__CG__\App\Entity\User {#1590 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1937 …}
  +image: Proxies\__CG__\App\Entity\Image {#1592 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1368 …}
  +slug: "You-have-to-understand"
  +title: "You have to understand."
  +url: "https://lemmy.world/pictrs/image/c7f19875-4bd0-47a9-a807-09b7b0badcc2.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 495
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728669667 {#1663
    date: 2024-10-11 20:01:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1591 …}
  +votes: Doctrine\ORM\PersistentCollection {#1589 …}
  +reports: Doctrine\ORM\PersistentCollection {#1582 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1583 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1580 …}
  +badges: Doctrine\ORM\PersistentCollection {#1584 …}
  +children: []
  -id: 33045
  -titleTs: "'understand':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706294999
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11180363"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706208599 {#1553
    date: 2024-01-25 19:49:59.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1615
  +user: Proxies\__CG__\App\Entity\User {#1743 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1752 …}
  +image: Proxies\__CG__\App\Entity\Image {#1744 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1639 …}
  +slug: "Putin-winning-in-Ukraine-would-send-China-wrong-message-UK"
  +title: "Putin winning in Ukraine would send China wrong message, UK official says"
  +url: "https://www.newsweek.com/putin-winning-ukraine-would-send-china-wrong-message-uk-official-1863784"
  +body: """
    Cross-posted from: [beehaw.org/post/11328562](https://beehaw.org/post/11328562)\n
    \n
    The British Secretary of State for Defense, Grant Shapps, warned that Moscow was “prepared for a war of attrition no matter how many tens of thousands of its own citizens it loses” before warning that a Russian victory would endanger Europe and send the wrong message to Beijing.\n
    \n
    “There’s no world in which Putin can be allowed to win,” Shapps said. “Not only would it embolden him, putting our other Eastern European allies in Russia’s crosshairs, but it would also signal to China that everything is up for grabs.”
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728668802 {#1614
    date: 2024-10-11 19:46:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1646 …}
  +votes: Doctrine\ORM\PersistentCollection {#1645 …}
  +reports: Doctrine\ORM\PersistentCollection {#1641 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1665 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1674 …}
  +badges: Doctrine\ORM\PersistentCollection {#1672 …}
  +children: []
  -id: 33039
  -titleTs: "'china':7 'messag':9 'offici':11 'putin':1 'say':12 'send':6 'uk':10 'ukrain':4 'win':2 'would':5 'wrong':8"
  -bodyTs: "'/post/11328562](https://beehaw.org/post/11328562)':7 'alli':81 'allow':65 'also':89 'attrit':26 'beehaw.org':6 'beehaw.org/post/11328562](https://beehaw.org/post/11328562)':5 'beij':55 'british':9 'china':92 'citizen':37 'cross':2 'cross-post':1 'crosshair':85 'defens':14 'eastern':79 'embolden':74 'endang':47 'europ':48 'european':80 'everyth':94 'grab':98 'grant':15 'lose':39 'mani':30 'matter':28 'messag':53 'moscow':19 'post':3 'prepar':21 'put':76 'putin':62 'russia':83 'russian':44 'said':69 'secretari':10 'send':50 'shapp':16,68 'signal':90 'state':12 'ten':31 'thousand':33 'victori':45 'war':24 'warn':17,41 'win':67 'world':59 'would':46,72,88 'wrong':52"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706269455
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/11328688"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706204455 {#1612
    date: 2024-01-25 18:40:55.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\Entry {#1615
  +user: Proxies\__CG__\App\Entity\User {#1743 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1752 …}
  +image: Proxies\__CG__\App\Entity\Image {#1744 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1639 …}
  +slug: "Putin-winning-in-Ukraine-would-send-China-wrong-message-UK"
  +title: "Putin winning in Ukraine would send China wrong message, UK official says"
  +url: "https://www.newsweek.com/putin-winning-ukraine-would-send-china-wrong-message-uk-official-1863784"
  +body: """
    Cross-posted from: [beehaw.org/post/11328562](https://beehaw.org/post/11328562)\n
    \n
    The British Secretary of State for Defense, Grant Shapps, warned that Moscow was “prepared for a war of attrition no matter how many tens of thousands of its own citizens it loses” before warning that a Russian victory would endanger Europe and send the wrong message to Beijing.\n
    \n
    “There’s no world in which Putin can be allowed to win,” Shapps said. “Not only would it embolden him, putting our other Eastern European allies in Russia’s crosshairs, but it would also signal to China that everything is up for grabs.”
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728668802 {#1614
    date: 2024-10-11 19:46:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1646 …}
  +votes: Doctrine\ORM\PersistentCollection {#1645 …}
  +reports: Doctrine\ORM\PersistentCollection {#1641 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1665 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1674 …}
  +badges: Doctrine\ORM\PersistentCollection {#1672 …}
  +children: []
  -id: 33039
  -titleTs: "'china':7 'messag':9 'offici':11 'putin':1 'say':12 'send':6 'uk':10 'ukrain':4 'win':2 'would':5 'wrong':8"
  -bodyTs: "'/post/11328562](https://beehaw.org/post/11328562)':7 'alli':81 'allow':65 'also':89 'attrit':26 'beehaw.org':6 'beehaw.org/post/11328562](https://beehaw.org/post/11328562)':5 'beij':55 'british':9 'china':92 'citizen':37 'cross':2 'cross-post':1 'crosshair':85 'defens':14 'eastern':79 'embolden':74 'endang':47 'europ':48 'european':80 'everyth':94 'grab':98 'grant':15 'lose':39 'mani':30 'matter':28 'messag':53 'moscow':19 'post':3 'prepar':21 'put':76 'putin':62 'russia':83 'russian':44 'said':69 'secretari':10 'send':50 'shapp':16,68 'signal':90 'state':12 'ten':31 'thousand':33 'victori':45 'war':24 'warn':17,41 'win':67 'world':59 'would':46,72,88 'wrong':52"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706269455
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/11328688"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706204455 {#1612
    date: 2024-01-25 18:40:55.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\Entry {#1615
  +user: Proxies\__CG__\App\Entity\User {#1743 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1752 …}
  +image: Proxies\__CG__\App\Entity\Image {#1744 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1639 …}
  +slug: "Putin-winning-in-Ukraine-would-send-China-wrong-message-UK"
  +title: "Putin winning in Ukraine would send China wrong message, UK official says"
  +url: "https://www.newsweek.com/putin-winning-ukraine-would-send-china-wrong-message-uk-official-1863784"
  +body: """
    Cross-posted from: [beehaw.org/post/11328562](https://beehaw.org/post/11328562)\n
    \n
    The British Secretary of State for Defense, Grant Shapps, warned that Moscow was “prepared for a war of attrition no matter how many tens of thousands of its own citizens it loses” before warning that a Russian victory would endanger Europe and send the wrong message to Beijing.\n
    \n
    “There’s no world in which Putin can be allowed to win,” Shapps said. “Not only would it embolden him, putting our other Eastern European allies in Russia’s crosshairs, but it would also signal to China that everything is up for grabs.”
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728668802 {#1614
    date: 2024-10-11 19:46:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1646 …}
  +votes: Doctrine\ORM\PersistentCollection {#1645 …}
  +reports: Doctrine\ORM\PersistentCollection {#1641 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1665 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1674 …}
  +badges: Doctrine\ORM\PersistentCollection {#1672 …}
  +children: []
  -id: 33039
  -titleTs: "'china':7 'messag':9 'offici':11 'putin':1 'say':12 'send':6 'uk':10 'ukrain':4 'win':2 'would':5 'wrong':8"
  -bodyTs: "'/post/11328562](https://beehaw.org/post/11328562)':7 'alli':81 'allow':65 'also':89 'attrit':26 'beehaw.org':6 'beehaw.org/post/11328562](https://beehaw.org/post/11328562)':5 'beij':55 'british':9 'china':92 'citizen':37 'cross':2 'cross-post':1 'crosshair':85 'defens':14 'eastern':79 'embolden':74 'endang':47 'europ':48 'european':80 'everyth':94 'grab':98 'grant':15 'lose':39 'mani':30 'matter':28 'messag':53 'moscow':19 'post':3 'prepar':21 'put':76 'putin':62 'russia':83 'russian':44 'said':69 'secretari':10 'send':50 'shapp':16,68 'signal':90 'state':12 'ten':31 'thousand':33 'victori':45 'war':24 'warn':17,41 'win':67 'world':59 'would':46,72,88 'wrong':52"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706269455
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/11328688"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706204455 {#1612
    date: 2024-01-25 18:40:55.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1453
  +user: Proxies\__CG__\App\Entity\User {#1450 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1460 …}
  +image: Proxies\__CG__\App\Entity\Image {#1458 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1956 …}
  +slug: "25-January-2024"
  +title: "25 January 2024"
  +url: "https://sh.itjust.works/pictrs/image/94aa12a0-2a9e-42e6-9bb3-cc1e32e74ce5.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 172
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728668237 {#1457
    date: 2024-10-11 19:37:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1459 …}
  +votes: Doctrine\ORM\PersistentCollection {#1439 …}
  +reports: Doctrine\ORM\PersistentCollection {#1437 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1428 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1430 …}
  +badges: Doctrine\ORM\PersistentCollection {#1431 …}
  +children: []
  -id: 33019
  -titleTs: "'2024':3 '25':1 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706285197
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13473347"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706198797 {#1455
    date: 2024-01-25 17:06: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
19 DENIED edit
App\Entity\Entry {#1453
  +user: Proxies\__CG__\App\Entity\User {#1450 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1460 …}
  +image: Proxies\__CG__\App\Entity\Image {#1458 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1956 …}
  +slug: "25-January-2024"
  +title: "25 January 2024"
  +url: "https://sh.itjust.works/pictrs/image/94aa12a0-2a9e-42e6-9bb3-cc1e32e74ce5.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 172
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728668237 {#1457
    date: 2024-10-11 19:37:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1459 …}
  +votes: Doctrine\ORM\PersistentCollection {#1439 …}
  +reports: Doctrine\ORM\PersistentCollection {#1437 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1428 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1430 …}
  +badges: Doctrine\ORM\PersistentCollection {#1431 …}
  +children: []
  -id: 33019
  -titleTs: "'2024':3 '25':1 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706285197
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13473347"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706198797 {#1455
    date: 2024-01-25 17:06: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
20 DENIED moderate
App\Entity\Entry {#1453
  +user: Proxies\__CG__\App\Entity\User {#1450 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1460 …}
  +image: Proxies\__CG__\App\Entity\Image {#1458 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1956 …}
  +slug: "25-January-2024"
  +title: "25 January 2024"
  +url: "https://sh.itjust.works/pictrs/image/94aa12a0-2a9e-42e6-9bb3-cc1e32e74ce5.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 172
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728668237 {#1457
    date: 2024-10-11 19:37:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1459 …}
  +votes: Doctrine\ORM\PersistentCollection {#1439 …}
  +reports: Doctrine\ORM\PersistentCollection {#1437 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1428 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1430 …}
  +badges: Doctrine\ORM\PersistentCollection {#1431 …}
  +children: []
  -id: 33019
  -titleTs: "'2024':3 '25':1 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706285197
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13473347"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706198797 {#1455
    date: 2024-01-25 17:06: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
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 {#1574
  +user: Proxies\__CG__\App\Entity\User {#1575 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1890 …}
  +slug: "What-are-your-thoughts-on-a-possible-NixOS-without-systemd"
  +title: "What are your thoughts on a possible NixOS without systemd?"
  +url: null
  +body: """
    I like the idea of nixOS and will definitely try it in the future to see how portable I can make the setup be (hopefully a couple of files that can configure the entire machine).\n
    \n
    But the only thing in my mind that is stopping it not being the absolute almost perfection of a tech-savy distro is the reliance of systemd, which has software that I as a user will never going to touch which adds unnecessary bloat to the init (also more unnecessary attack vectors). And if I really needed to have some of the systemd programs, there are replacements out there that do the job that can be later installed when needed, like having log files and stuff.\n
    \n
    What do you think of some day seeing a fork of nixOS that uses other init systems and works well? Or is it just me that likes this idea? Like a voidish nixOS 🤔
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728667714 {#1588
    date: 2024-10-11 19:28:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1587 …}
  +votes: Doctrine\ORM\PersistentCollection {#1573 …}
  +reports: Doctrine\ORM\PersistentCollection {#1576 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1568 …}
  +badges: Doctrine\ORM\PersistentCollection {#1528 …}
  +children: []
  -id: 33049
  -titleTs: "'nixo':8 'possibl':7 'systemd':10 'thought':4 'without':9"
  -bodyTs: "'absolut':50 'add':78 'almost':51 'also':84 'attack':87 'bloat':80 'configur':32 'coupl':27 'day':129 'definit':9 'distro':58 'entir':34 'file':29,120 'fork':132 'futur':14 'go':74 'hope':25 'idea':4,151 'init':83,138 'instal':114 'job':109 'later':113 'like':2,117,149,152 'log':119 'machin':35 'make':21 'mind':42 'need':93,116 'never':73 'nixo':6,134,155 'perfect':52 'portabl':18 'program':100 'realli':92 'relianc':61 'replac':103 'savi':57 'see':16,130 'setup':23 'softwar':66 'stop':45 'stuff':122 'system':139 'systemd':63,99 'tech':56 'tech-savi':55 'thing':39 'think':126 'touch':76 'tri':10 'unnecessari':79,86 'use':136 'user':71 'vector':88 'voidish':154 'well':142 'work':141"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706297220
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11035979"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706210820 {#1572
    date: 2024-01-25 20:27:00.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\Entry {#1574
  +user: Proxies\__CG__\App\Entity\User {#1575 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1890 …}
  +slug: "What-are-your-thoughts-on-a-possible-NixOS-without-systemd"
  +title: "What are your thoughts on a possible NixOS without systemd?"
  +url: null
  +body: """
    I like the idea of nixOS and will definitely try it in the future to see how portable I can make the setup be (hopefully a couple of files that can configure the entire machine).\n
    \n
    But the only thing in my mind that is stopping it not being the absolute almost perfection of a tech-savy distro is the reliance of systemd, which has software that I as a user will never going to touch which adds unnecessary bloat to the init (also more unnecessary attack vectors). And if I really needed to have some of the systemd programs, there are replacements out there that do the job that can be later installed when needed, like having log files and stuff.\n
    \n
    What do you think of some day seeing a fork of nixOS that uses other init systems and works well? Or is it just me that likes this idea? Like a voidish nixOS 🤔
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728667714 {#1588
    date: 2024-10-11 19:28:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1587 …}
  +votes: Doctrine\ORM\PersistentCollection {#1573 …}
  +reports: Doctrine\ORM\PersistentCollection {#1576 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1568 …}
  +badges: Doctrine\ORM\PersistentCollection {#1528 …}
  +children: []
  -id: 33049
  -titleTs: "'nixo':8 'possibl':7 'systemd':10 'thought':4 'without':9"
  -bodyTs: "'absolut':50 'add':78 'almost':51 'also':84 'attack':87 'bloat':80 'configur':32 'coupl':27 'day':129 'definit':9 'distro':58 'entir':34 'file':29,120 'fork':132 'futur':14 'go':74 'hope':25 'idea':4,151 'init':83,138 'instal':114 'job':109 'later':113 'like':2,117,149,152 'log':119 'machin':35 'make':21 'mind':42 'need':93,116 'never':73 'nixo':6,134,155 'perfect':52 'portabl':18 'program':100 'realli':92 'relianc':61 'replac':103 'savi':57 'see':16,130 'setup':23 'softwar':66 'stop':45 'stuff':122 'system':139 'systemd':63,99 'tech':56 'tech-savi':55 'thing':39 'think':126 'touch':76 'tri':10 'unnecessari':79,86 'use':136 'user':71 'vector':88 'voidish':154 'well':142 'work':141"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706297220
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11035979"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706210820 {#1572
    date: 2024-01-25 20:27:00.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\Entry {#1574
  +user: Proxies\__CG__\App\Entity\User {#1575 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1890 …}
  +slug: "What-are-your-thoughts-on-a-possible-NixOS-without-systemd"
  +title: "What are your thoughts on a possible NixOS without systemd?"
  +url: null
  +body: """
    I like the idea of nixOS and will definitely try it in the future to see how portable I can make the setup be (hopefully a couple of files that can configure the entire machine).\n
    \n
    But the only thing in my mind that is stopping it not being the absolute almost perfection of a tech-savy distro is the reliance of systemd, which has software that I as a user will never going to touch which adds unnecessary bloat to the init (also more unnecessary attack vectors). And if I really needed to have some of the systemd programs, there are replacements out there that do the job that can be later installed when needed, like having log files and stuff.\n
    \n
    What do you think of some day seeing a fork of nixOS that uses other init systems and works well? Or is it just me that likes this idea? Like a voidish nixOS 🤔
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728667714 {#1588
    date: 2024-10-11 19:28:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1587 …}
  +votes: Doctrine\ORM\PersistentCollection {#1573 …}
  +reports: Doctrine\ORM\PersistentCollection {#1576 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1568 …}
  +badges: Doctrine\ORM\PersistentCollection {#1528 …}
  +children: []
  -id: 33049
  -titleTs: "'nixo':8 'possibl':7 'systemd':10 'thought':4 'without':9"
  -bodyTs: "'absolut':50 'add':78 'almost':51 'also':84 'attack':87 'bloat':80 'configur':32 'coupl':27 'day':129 'definit':9 'distro':58 'entir':34 'file':29,120 'fork':132 'futur':14 'go':74 'hope':25 'idea':4,151 'init':83,138 'instal':114 'job':109 'later':113 'like':2,117,149,152 'log':119 'machin':35 'make':21 'mind':42 'need':93,116 'never':73 'nixo':6,134,155 'perfect':52 'portabl':18 'program':100 'realli':92 'relianc':61 'replac':103 'savi':57 'see':16,130 'setup':23 'softwar':66 'stop':45 'stuff':122 'system':139 'systemd':63,99 'tech':56 'tech-savi':55 'thing':39 'think':126 'touch':76 'tri':10 'unnecessari':79,86 'use':136 'user':71 'vector':88 'voidish':154 'well':142 'work':141"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706297220
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11035979"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706210820 {#1572
    date: 2024-01-25 20:27:00.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1387
  +user: Proxies\__CG__\App\Entity\User {#1892 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1890 …}
  +slug: "Artbook-piracy"
  +title: "Artbook piracy"
  +url: null
  +body: "I really really love artbooks especially anime artbooks, it is not a very obscure interest but these artbooks are relatively hard to find, does anyone know of really unknown communities to find anime artbooks? besides ofc all the anime public and private trackers cuz they r not enough for me I want really obscure communities cuz I have searched so so much and all the known ones don’t have enough content"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 22
  +favouriteCount: 132
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728667333 {#1386
    date: 2024-10-11 19:22:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1903 …}
  +votes: Doctrine\ORM\PersistentCollection {#1364 …}
  +reports: Doctrine\ORM\PersistentCollection {#1398 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1389 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1376 …}
  +badges: Doctrine\ORM\PersistentCollection {#1377 …}
  +children: []
  -id: 32075
  -titleTs: "'artbook':1 'piraci':2"
  -bodyTs: "'anim':7,33,39 'anyon':25 'artbook':5,8,18,34 'besid':35 'communiti':30,55 'content':72 'cuz':44,56 'enough':48,71 'especi':6 'find':23,32 'hard':21 'interest':15 'know':26 'known':66 'love':4 'much':62 'obscur':14,54 'ofc':36 'one':67 'privat':42 'public':40 'r':46 'realli':2,3,28,53 'relat':20 'search':59 'tracker':43 'unknown':29 'want':52"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705898291
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10978374"
  +editedAt: DateTimeImmutable @1727281629 {#1397
    date: 2024-09-25 18:27:09.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705811891 {#1388
    date: 2024-01-21 05:38:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\Entry {#1387
  +user: Proxies\__CG__\App\Entity\User {#1892 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1890 …}
  +slug: "Artbook-piracy"
  +title: "Artbook piracy"
  +url: null
  +body: "I really really love artbooks especially anime artbooks, it is not a very obscure interest but these artbooks are relatively hard to find, does anyone know of really unknown communities to find anime artbooks? besides ofc all the anime public and private trackers cuz they r not enough for me I want really obscure communities cuz I have searched so so much and all the known ones don’t have enough content"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 22
  +favouriteCount: 132
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728667333 {#1386
    date: 2024-10-11 19:22:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1903 …}
  +votes: Doctrine\ORM\PersistentCollection {#1364 …}
  +reports: Doctrine\ORM\PersistentCollection {#1398 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1389 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1376 …}
  +badges: Doctrine\ORM\PersistentCollection {#1377 …}
  +children: []
  -id: 32075
  -titleTs: "'artbook':1 'piraci':2"
  -bodyTs: "'anim':7,33,39 'anyon':25 'artbook':5,8,18,34 'besid':35 'communiti':30,55 'content':72 'cuz':44,56 'enough':48,71 'especi':6 'find':23,32 'hard':21 'interest':15 'know':26 'known':66 'love':4 'much':62 'obscur':14,54 'ofc':36 'one':67 'privat':42 'public':40 'r':46 'realli':2,3,28,53 'relat':20 'search':59 'tracker':43 'unknown':29 'want':52"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705898291
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10978374"
  +editedAt: DateTimeImmutable @1727281629 {#1397
    date: 2024-09-25 18:27:09.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705811891 {#1388
    date: 2024-01-21 05:38:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\Entry {#1387
  +user: Proxies\__CG__\App\Entity\User {#1892 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1890 …}
  +slug: "Artbook-piracy"
  +title: "Artbook piracy"
  +url: null
  +body: "I really really love artbooks especially anime artbooks, it is not a very obscure interest but these artbooks are relatively hard to find, does anyone know of really unknown communities to find anime artbooks? besides ofc all the anime public and private trackers cuz they r not enough for me I want really obscure communities cuz I have searched so so much and all the known ones don’t have enough content"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 22
  +favouriteCount: 132
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728667333 {#1386
    date: 2024-10-11 19:22:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1903 …}
  +votes: Doctrine\ORM\PersistentCollection {#1364 …}
  +reports: Doctrine\ORM\PersistentCollection {#1398 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1389 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1376 …}
  +badges: Doctrine\ORM\PersistentCollection {#1377 …}
  +children: []
  -id: 32075
  -titleTs: "'artbook':1 'piraci':2"
  -bodyTs: "'anim':7,33,39 'anyon':25 'artbook':5,8,18,34 'besid':35 'communiti':30,55 'content':72 'cuz':44,56 'enough':48,71 'especi':6 'find':23,32 'hard':21 'interest':15 'know':26 'known':66 'love':4 'much':62 'obscur':14,54 'ofc':36 'one':67 'privat':42 'public':40 'r':46 'realli':2,3,28,53 'relat':20 'search':59 'tracker':43 'unknown':29 'want':52"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705898291
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10978374"
  +editedAt: DateTimeImmutable @1727281629 {#1397
    date: 2024-09-25 18:27:09.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705811891 {#1388
    date: 2024-01-21 05:38:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1787
  +user: Proxies\__CG__\App\Entity\User {#1777 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1524 …}
  +image: Proxies\__CG__\App\Entity\Image {#1774 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1773 …}
  +slug: "Amazon-Ring-stops-letting-police-request-footage-in-Neighbors-app"
  +title: "Amazon Ring stops letting police request footage in Neighbors app after outcry"
  +url: "https://arstechnica.com/tech-policy/2024/01/amazon-ring-stops-letting-cops-get-doorbell-footage-without-a-warrant/"
  +body: "Warrantless access may still be granted during vaguely defined “emergencies.”"
  +type: "link"
  +lang: "pt"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 85
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728666901 {#1779
    date: 2024-10-11 19:15:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1775 …}
  +votes: Doctrine\ORM\PersistentCollection {#1781 …}
  +reports: Doctrine\ORM\PersistentCollection {#1783 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1784 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1780 …}
  +badges: Doctrine\ORM\PersistentCollection {#1765 …}
  +children: []
  -id: 32978
  -titleTs: "'amazon':1 'app':10 'footag':7 'let':4 'neighbor':9 'outcri':12 'polic':5 'request':6 'ring':2 'stop':3"
  -bodyTs: "'access':2 'defin':9 'emerg':10 'grant':6 'may':3 'still':4 'vagu':8 'warrantless':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706269720
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11165726"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706183320 {#1778
    date: 2024-01-25 12:48:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
App\Entity\Entry {#1787
  +user: Proxies\__CG__\App\Entity\User {#1777 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1524 …}
  +image: Proxies\__CG__\App\Entity\Image {#1774 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1773 …}
  +slug: "Amazon-Ring-stops-letting-police-request-footage-in-Neighbors-app"
  +title: "Amazon Ring stops letting police request footage in Neighbors app after outcry"
  +url: "https://arstechnica.com/tech-policy/2024/01/amazon-ring-stops-letting-cops-get-doorbell-footage-without-a-warrant/"
  +body: "Warrantless access may still be granted during vaguely defined “emergencies.”"
  +type: "link"
  +lang: "pt"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 85
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728666901 {#1779
    date: 2024-10-11 19:15:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1775 …}
  +votes: Doctrine\ORM\PersistentCollection {#1781 …}
  +reports: Doctrine\ORM\PersistentCollection {#1783 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1784 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1780 …}
  +badges: Doctrine\ORM\PersistentCollection {#1765 …}
  +children: []
  -id: 32978
  -titleTs: "'amazon':1 'app':10 'footag':7 'let':4 'neighbor':9 'outcri':12 'polic':5 'request':6 'ring':2 'stop':3"
  -bodyTs: "'access':2 'defin':9 'emerg':10 'grant':6 'may':3 'still':4 'vagu':8 'warrantless':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706269720
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11165726"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706183320 {#1778
    date: 2024-01-25 12:48:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
App\Entity\Entry {#1787
  +user: Proxies\__CG__\App\Entity\User {#1777 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1524 …}
  +image: Proxies\__CG__\App\Entity\Image {#1774 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1773 …}
  +slug: "Amazon-Ring-stops-letting-police-request-footage-in-Neighbors-app"
  +title: "Amazon Ring stops letting police request footage in Neighbors app after outcry"
  +url: "https://arstechnica.com/tech-policy/2024/01/amazon-ring-stops-letting-cops-get-doorbell-footage-without-a-warrant/"
  +body: "Warrantless access may still be granted during vaguely defined “emergencies.”"
  +type: "link"
  +lang: "pt"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 85
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728666901 {#1779
    date: 2024-10-11 19:15:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1775 …}
  +votes: Doctrine\ORM\PersistentCollection {#1781 …}
  +reports: Doctrine\ORM\PersistentCollection {#1783 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1784 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1780 …}
  +badges: Doctrine\ORM\PersistentCollection {#1765 …}
  +children: []
  -id: 32978
  -titleTs: "'amazon':1 'app':10 'footag':7 'let':4 'neighbor':9 'outcri':12 'polic':5 'request':6 'ring':2 'stop':3"
  -bodyTs: "'access':2 'defin':9 'emerg':10 'grant':6 'may':3 'still':4 'vagu':8 'warrantless':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706269720
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11165726"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706183320 {#1778
    date: 2024-01-25 12:48:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#80
  +user: Proxies\__CG__\App\Entity\User {#1768 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1818 …}
  +image: Proxies\__CG__\App\Entity\Image {#2405 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1801 …}
  +slug: "alternative-to-trees"
  +title: "alternative to trees"
  +url: "https://feddit.de/pictrs/image/49d0fcc9-f304-4052-aa7a-46734efea3bf.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 217
  +favouriteCount: 1047
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728663959 {#238
    date: 2024-10-11 18:25:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1821 …}
  +votes: Doctrine\ORM\PersistentCollection {#2486 …}
  +reports: Doctrine\ORM\PersistentCollection {#2441 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1946 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1878 …}
  +badges: Doctrine\ORM\PersistentCollection {#1864 …}
  +children: []
  -id: 20483
  -titleTs: "'altern':1 'tree':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701905082
  +visibility: "visible             "
  +apId: "https://feddit.de/post/6409431"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701818682 {#247
    date: 2023-12-06 00:24: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
35 DENIED edit
App\Entity\Entry {#80
  +user: Proxies\__CG__\App\Entity\User {#1768 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1818 …}
  +image: Proxies\__CG__\App\Entity\Image {#2405 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1801 …}
  +slug: "alternative-to-trees"
  +title: "alternative to trees"
  +url: "https://feddit.de/pictrs/image/49d0fcc9-f304-4052-aa7a-46734efea3bf.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 217
  +favouriteCount: 1047
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728663959 {#238
    date: 2024-10-11 18:25:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1821 …}
  +votes: Doctrine\ORM\PersistentCollection {#2486 …}
  +reports: Doctrine\ORM\PersistentCollection {#2441 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1946 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1878 …}
  +badges: Doctrine\ORM\PersistentCollection {#1864 …}
  +children: []
  -id: 20483
  -titleTs: "'altern':1 'tree':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701905082
  +visibility: "visible             "
  +apId: "https://feddit.de/post/6409431"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701818682 {#247
    date: 2023-12-06 00:24: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
36 DENIED moderate
App\Entity\Entry {#80
  +user: Proxies\__CG__\App\Entity\User {#1768 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1818 …}
  +image: Proxies\__CG__\App\Entity\Image {#2405 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1801 …}
  +slug: "alternative-to-trees"
  +title: "alternative to trees"
  +url: "https://feddit.de/pictrs/image/49d0fcc9-f304-4052-aa7a-46734efea3bf.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 217
  +favouriteCount: 1047
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728663959 {#238
    date: 2024-10-11 18:25:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1821 …}
  +votes: Doctrine\ORM\PersistentCollection {#2486 …}
  +reports: Doctrine\ORM\PersistentCollection {#2441 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1946 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1878 …}
  +badges: Doctrine\ORM\PersistentCollection {#1864 …}
  +children: []
  -id: 20483
  -titleTs: "'altern':1 'tree':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701905082
  +visibility: "visible             "
  +apId: "https://feddit.de/post/6409431"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701818682 {#247
    date: 2023-12-06 00:24: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
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 {#1512
  +user: Proxies\__CG__\App\Entity\User {#1508 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1524 …}
  +image: Proxies\__CG__\App\Entity\Image {#1501 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1500 …}
  +slug: "Manifest-v3-is-Worse-than-I-Thought"
  +title: "Manifest v3 is Worse than I Thought"
  +url: "https://tube.kockatoo.org/w/c10e6f29-7cfa-4e5e-9388-4cae0dffc4c6"
  +body: "A great video about the Manifest v3 and how Google is trying to make you view ads."
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 51
  +favouriteCount: 228
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728662617 {#1391
    date: 2024-10-11 18:03:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1521 …}
  +votes: Doctrine\ORM\PersistentCollection {#1499 …}
  +reports: Doctrine\ORM\PersistentCollection {#1546 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1545 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1481 …}
  +badges: Doctrine\ORM\PersistentCollection {#1511 …}
  +children: []
  -id: 32587
  -titleTs: "'manifest':1 'thought':7 'v3':2 'wors':4"
  -bodyTs: "'ad':17 'googl':10 'great':2 'make':14 'manifest':6 'tri':12 'v3':7 'video':3 'view':16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706103118
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11081020"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706016718 {#2481
    date: 2024-01-23 14:31:58.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
App\Entity\Entry {#1512
  +user: Proxies\__CG__\App\Entity\User {#1508 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1524 …}
  +image: Proxies\__CG__\App\Entity\Image {#1501 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1500 …}
  +slug: "Manifest-v3-is-Worse-than-I-Thought"
  +title: "Manifest v3 is Worse than I Thought"
  +url: "https://tube.kockatoo.org/w/c10e6f29-7cfa-4e5e-9388-4cae0dffc4c6"
  +body: "A great video about the Manifest v3 and how Google is trying to make you view ads."
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 51
  +favouriteCount: 228
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728662617 {#1391
    date: 2024-10-11 18:03:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1521 …}
  +votes: Doctrine\ORM\PersistentCollection {#1499 …}
  +reports: Doctrine\ORM\PersistentCollection {#1546 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1545 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1481 …}
  +badges: Doctrine\ORM\PersistentCollection {#1511 …}
  +children: []
  -id: 32587
  -titleTs: "'manifest':1 'thought':7 'v3':2 'wors':4"
  -bodyTs: "'ad':17 'googl':10 'great':2 'make':14 'manifest':6 'tri':12 'v3':7 'video':3 'view':16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706103118
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11081020"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706016718 {#2481
    date: 2024-01-23 14:31:58.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
App\Entity\Entry {#1512
  +user: Proxies\__CG__\App\Entity\User {#1508 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1524 …}
  +image: Proxies\__CG__\App\Entity\Image {#1501 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1500 …}
  +slug: "Manifest-v3-is-Worse-than-I-Thought"
  +title: "Manifest v3 is Worse than I Thought"
  +url: "https://tube.kockatoo.org/w/c10e6f29-7cfa-4e5e-9388-4cae0dffc4c6"
  +body: "A great video about the Manifest v3 and how Google is trying to make you view ads."
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 51
  +favouriteCount: 228
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728662617 {#1391
    date: 2024-10-11 18:03:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1521 …}
  +votes: Doctrine\ORM\PersistentCollection {#1499 …}
  +reports: Doctrine\ORM\PersistentCollection {#1546 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1545 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1481 …}
  +badges: Doctrine\ORM\PersistentCollection {#1511 …}
  +children: []
  -id: 32587
  -titleTs: "'manifest':1 'thought':7 'v3':2 'wors':4"
  -bodyTs: "'ad':17 'googl':10 'great':2 'make':14 'manifest':6 'tri':12 'v3':7 'video':3 'view':16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706103118
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11081020"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706016718 {#2481
    date: 2024-01-23 14:31:58.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1530
  +user: Proxies\__CG__\App\Entity\User {#1537 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1536 …}
  +image: Proxies\__CG__\App\Entity\Image {#1515 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1516 …}
  +slug: "Hunter-gatherers-were-mostly-gatherers-says-archaeologist"
  +title: "Hunter-gatherers were mostly gatherers, says archaeologist"
  +url: "https://www.theguardian.com/science/2024/jan/24/hunter-gatherers-were-mostly-gatherers-says-archaeologist"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 61
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728660550 {#1529
    date: 2024-10-11 17:29:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1518 …}
  +votes: Doctrine\ORM\PersistentCollection {#1520 …}
  +reports: Doctrine\ORM\PersistentCollection {#1632 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1631 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1704 …}
  +badges: Doctrine\ORM\PersistentCollection {#1712 …}
  +children: []
  -id: 32914
  -titleTs: "'archaeologist':8 'gather':3,6 'hunter':2 'hunter-gather':1 'most':5 'say':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706230570
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/8863781"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706144170 {#1531
    date: 2024-01-25 01:56:10.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\Entry {#1530
  +user: Proxies\__CG__\App\Entity\User {#1537 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1536 …}
  +image: Proxies\__CG__\App\Entity\Image {#1515 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1516 …}
  +slug: "Hunter-gatherers-were-mostly-gatherers-says-archaeologist"
  +title: "Hunter-gatherers were mostly gatherers, says archaeologist"
  +url: "https://www.theguardian.com/science/2024/jan/24/hunter-gatherers-were-mostly-gatherers-says-archaeologist"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 61
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728660550 {#1529
    date: 2024-10-11 17:29:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1518 …}
  +votes: Doctrine\ORM\PersistentCollection {#1520 …}
  +reports: Doctrine\ORM\PersistentCollection {#1632 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1631 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1704 …}
  +badges: Doctrine\ORM\PersistentCollection {#1712 …}
  +children: []
  -id: 32914
  -titleTs: "'archaeologist':8 'gather':3,6 'hunter':2 'hunter-gather':1 'most':5 'say':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706230570
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/8863781"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706144170 {#1531
    date: 2024-01-25 01:56:10.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\Entry {#1530
  +user: Proxies\__CG__\App\Entity\User {#1537 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1536 …}
  +image: Proxies\__CG__\App\Entity\Image {#1515 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1516 …}
  +slug: "Hunter-gatherers-were-mostly-gatherers-says-archaeologist"
  +title: "Hunter-gatherers were mostly gatherers, says archaeologist"
  +url: "https://www.theguardian.com/science/2024/jan/24/hunter-gatherers-were-mostly-gatherers-says-archaeologist"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 61
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728660550 {#1529
    date: 2024-10-11 17:29:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1518 …}
  +votes: Doctrine\ORM\PersistentCollection {#1520 …}
  +reports: Doctrine\ORM\PersistentCollection {#1632 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1631 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1704 …}
  +badges: Doctrine\ORM\PersistentCollection {#1712 …}
  +children: []
  -id: 32914
  -titleTs: "'archaeologist':8 'gather':3,6 'hunter':2 'hunter-gather':1 'most':5 'say':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706230570
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/8863781"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706144170 {#1531
    date: 2024-01-25 01:56:10.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1657
  +user: Proxies\__CG__\App\Entity\User {#1659 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1937 …}
  +image: Proxies\__CG__\App\Entity\Image {#1745 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1368 …}
  +slug: "Sony-Presents-newest-AAA-game-DEAF-STANDING-AI-generated"
  +title: "Sony Presents newest AAA game: DEAF STANDING. (AI generated)"
  +url: "https://lemmy.world/pictrs/image/06718eed-b975-47ce-a603-c16a68c2392a.jpeg"
  +body: """
    Based on the popular book\n
    \n
    ![](https://lemmy.world/pictrs/image/acf5127f-c4ce-4657-8170-35d8b8a48c97.jpeg)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 12
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728660342 {#1706
    date: 2024-10-11 17:25:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1747 …}
  +votes: Doctrine\ORM\PersistentCollection {#1753 …}
  +reports: Doctrine\ORM\PersistentCollection {#1749 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1748 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1474 …}
  +badges: Doctrine\ORM\PersistentCollection {#1471 …}
  +children: []
  -id: 32923
  -titleTs: "'aaa':4 'ai':8 'deaf':6 'game':5 'generat':9 'newest':3 'present':2 'soni':1 'stand':7"
  -bodyTs: "'/pictrs/image/acf5127f-c4ce-4657-8170-35d8b8a48c97.jpeg)':8 'base':1 'book':5 'lemmy.world':7 'lemmy.world/pictrs/image/acf5127f-c4ce-4657-8170-35d8b8a48c97.jpeg)':6 'popular':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706232729
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11151151"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706149229 {#1742
    date: 2024-01-25 03:20:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\Entry {#1657
  +user: Proxies\__CG__\App\Entity\User {#1659 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1937 …}
  +image: Proxies\__CG__\App\Entity\Image {#1745 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1368 …}
  +slug: "Sony-Presents-newest-AAA-game-DEAF-STANDING-AI-generated"
  +title: "Sony Presents newest AAA game: DEAF STANDING. (AI generated)"
  +url: "https://lemmy.world/pictrs/image/06718eed-b975-47ce-a603-c16a68c2392a.jpeg"
  +body: """
    Based on the popular book\n
    \n
    ![](https://lemmy.world/pictrs/image/acf5127f-c4ce-4657-8170-35d8b8a48c97.jpeg)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 12
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728660342 {#1706
    date: 2024-10-11 17:25:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1747 …}
  +votes: Doctrine\ORM\PersistentCollection {#1753 …}
  +reports: Doctrine\ORM\PersistentCollection {#1749 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1748 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1474 …}
  +badges: Doctrine\ORM\PersistentCollection {#1471 …}
  +children: []
  -id: 32923
  -titleTs: "'aaa':4 'ai':8 'deaf':6 'game':5 'generat':9 'newest':3 'present':2 'soni':1 'stand':7"
  -bodyTs: "'/pictrs/image/acf5127f-c4ce-4657-8170-35d8b8a48c97.jpeg)':8 'base':1 'book':5 'lemmy.world':7 'lemmy.world/pictrs/image/acf5127f-c4ce-4657-8170-35d8b8a48c97.jpeg)':6 'popular':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706232729
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11151151"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706149229 {#1742
    date: 2024-01-25 03:20:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\Entry {#1657
  +user: Proxies\__CG__\App\Entity\User {#1659 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1937 …}
  +image: Proxies\__CG__\App\Entity\Image {#1745 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1368 …}
  +slug: "Sony-Presents-newest-AAA-game-DEAF-STANDING-AI-generated"
  +title: "Sony Presents newest AAA game: DEAF STANDING. (AI generated)"
  +url: "https://lemmy.world/pictrs/image/06718eed-b975-47ce-a603-c16a68c2392a.jpeg"
  +body: """
    Based on the popular book\n
    \n
    ![](https://lemmy.world/pictrs/image/acf5127f-c4ce-4657-8170-35d8b8a48c97.jpeg)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 12
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728660342 {#1706
    date: 2024-10-11 17:25:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1747 …}
  +votes: Doctrine\ORM\PersistentCollection {#1753 …}
  +reports: Doctrine\ORM\PersistentCollection {#1749 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1748 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1474 …}
  +badges: Doctrine\ORM\PersistentCollection {#1471 …}
  +children: []
  -id: 32923
  -titleTs: "'aaa':4 'ai':8 'deaf':6 'game':5 'generat':9 'newest':3 'present':2 'soni':1 'stand':7"
  -bodyTs: "'/pictrs/image/acf5127f-c4ce-4657-8170-35d8b8a48c97.jpeg)':8 'base':1 'book':5 'lemmy.world':7 'lemmy.world/pictrs/image/acf5127f-c4ce-4657-8170-35d8b8a48c97.jpeg)':6 'popular':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706232729
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11151151"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706149229 {#1742
    date: 2024-01-25 03:20:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1473
  +user: Proxies\__CG__\App\Entity\User {#1498 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1937 …}
  +image: Proxies\__CG__\App\Entity\Image {#1483 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1368 …}
  +slug: "drain-fence-design"
  +title: "drain/fence design"
  +url: "https://lemmy.world/pictrs/image/b8b1db7d-453a-4a22-999b-1ecba4baf4af.png"
  +body: "[mindly.social/@DamonCrowley/111814848281517510](https://mindly.social/@DamonCrowley/111814848281517510)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 9
  +favouriteCount: 611
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728659753 {#1470
    date: 2024-10-11 17:15:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1497 …}
  +votes: Doctrine\ORM\PersistentCollection {#1486 …}
  +reports: Doctrine\ORM\PersistentCollection {#1487 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1489 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1494 …}
  +badges: Doctrine\ORM\PersistentCollection {#1491 …}
  +children: []
  -id: 32944
  -titleTs: "'design':2 'drain/fence':1"
  -bodyTs: "'/@damoncrowley/111814848281517510](https://mindly.social/@damoncrowley/111814848281517510)':3 'mindly.social':2 'mindly.social/@damoncrowley/111814848281517510](https://mindly.social/@damoncrowley/111814848281517510)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706245834
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11155975"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706159434 {#1469
    date: 2024-01-25 06:10:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\Entry {#1473
  +user: Proxies\__CG__\App\Entity\User {#1498 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1937 …}
  +image: Proxies\__CG__\App\Entity\Image {#1483 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1368 …}
  +slug: "drain-fence-design"
  +title: "drain/fence design"
  +url: "https://lemmy.world/pictrs/image/b8b1db7d-453a-4a22-999b-1ecba4baf4af.png"
  +body: "[mindly.social/@DamonCrowley/111814848281517510](https://mindly.social/@DamonCrowley/111814848281517510)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 9
  +favouriteCount: 611
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728659753 {#1470
    date: 2024-10-11 17:15:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1497 …}
  +votes: Doctrine\ORM\PersistentCollection {#1486 …}
  +reports: Doctrine\ORM\PersistentCollection {#1487 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1489 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1494 …}
  +badges: Doctrine\ORM\PersistentCollection {#1491 …}
  +children: []
  -id: 32944
  -titleTs: "'design':2 'drain/fence':1"
  -bodyTs: "'/@damoncrowley/111814848281517510](https://mindly.social/@damoncrowley/111814848281517510)':3 'mindly.social':2 'mindly.social/@damoncrowley/111814848281517510](https://mindly.social/@damoncrowley/111814848281517510)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706245834
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11155975"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706159434 {#1469
    date: 2024-01-25 06:10:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\Entry {#1473
  +user: Proxies\__CG__\App\Entity\User {#1498 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1937 …}
  +image: Proxies\__CG__\App\Entity\Image {#1483 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1368 …}
  +slug: "drain-fence-design"
  +title: "drain/fence design"
  +url: "https://lemmy.world/pictrs/image/b8b1db7d-453a-4a22-999b-1ecba4baf4af.png"
  +body: "[mindly.social/@DamonCrowley/111814848281517510](https://mindly.social/@DamonCrowley/111814848281517510)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 9
  +favouriteCount: 611
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728659753 {#1470
    date: 2024-10-11 17:15:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1497 …}
  +votes: Doctrine\ORM\PersistentCollection {#1486 …}
  +reports: Doctrine\ORM\PersistentCollection {#1487 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1489 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1494 …}
  +badges: Doctrine\ORM\PersistentCollection {#1491 …}
  +children: []
  -id: 32944
  -titleTs: "'design':2 'drain/fence':1"
  -bodyTs: "'/@damoncrowley/111814848281517510](https://mindly.social/@damoncrowley/111814848281517510)':3 'mindly.social':2 'mindly.social/@damoncrowley/111814848281517510](https://mindly.social/@damoncrowley/111814848281517510)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706245834
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11155975"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706159434 {#1469
    date: 2024-01-25 06:10:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1412
  +user: Proxies\__CG__\App\Entity\User {#1450 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1441 …}
  +image: Proxies\__CG__\App\Entity\Image {#1443 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1956 …}
  +slug: "25-January-1987"
  +title: "25 January 1987"
  +url: "https://sh.itjust.works/pictrs/image/a31ff37c-a8a9-447e-8ae6-a9ea22531cac.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 91
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728659741 {#1414
    date: 2024-10-11 17:15:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1418 …}
  +votes: Doctrine\ORM\PersistentCollection {#1425 …}
  +reports: Doctrine\ORM\PersistentCollection {#1427 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1454 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1462 …}
  +badges: Doctrine\ORM\PersistentCollection {#1464 …}
  +children: []
  -id: 33013
  -titleTs: "'1987':3 '25':1 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706284854
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13473041"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706198454 {#1411
    date: 2024-01-25 17:00: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
55 DENIED edit
App\Entity\Entry {#1412
  +user: Proxies\__CG__\App\Entity\User {#1450 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1441 …}
  +image: Proxies\__CG__\App\Entity\Image {#1443 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1956 …}
  +slug: "25-January-1987"
  +title: "25 January 1987"
  +url: "https://sh.itjust.works/pictrs/image/a31ff37c-a8a9-447e-8ae6-a9ea22531cac.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 91
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728659741 {#1414
    date: 2024-10-11 17:15:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1418 …}
  +votes: Doctrine\ORM\PersistentCollection {#1425 …}
  +reports: Doctrine\ORM\PersistentCollection {#1427 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1454 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1462 …}
  +badges: Doctrine\ORM\PersistentCollection {#1464 …}
  +children: []
  -id: 33013
  -titleTs: "'1987':3 '25':1 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706284854
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13473041"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706198454 {#1411
    date: 2024-01-25 17:00: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
56 DENIED moderate
App\Entity\Entry {#1412
  +user: Proxies\__CG__\App\Entity\User {#1450 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1441 …}
  +image: Proxies\__CG__\App\Entity\Image {#1443 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1956 …}
  +slug: "25-January-1987"
  +title: "25 January 1987"
  +url: "https://sh.itjust.works/pictrs/image/a31ff37c-a8a9-447e-8ae6-a9ea22531cac.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 91
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728659741 {#1414
    date: 2024-10-11 17:15:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1418 …}
  +votes: Doctrine\ORM\PersistentCollection {#1425 …}
  +reports: Doctrine\ORM\PersistentCollection {#1427 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1454 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1462 …}
  +badges: Doctrine\ORM\PersistentCollection {#1464 …}
  +children: []
  -id: 33013
  -titleTs: "'1987':3 '25':1 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706284854
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13473041"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706198454 {#1411
    date: 2024-01-25 17:00: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
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 {#1699
  +user: Proxies\__CG__\App\Entity\User {#1694 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1937 …}
  +image: Proxies\__CG__\App\Entity\Image {#1703 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1368 …}
  +slug: "It-s-probably-true"
  +title: "It's probably true"
  +url: "https://lemmy.world/pictrs/image/496e2111-2272-4681-8ace-b9fd9f70a6c8.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728658961 {#1438
    date: 2024-10-11 17:02:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1700 …}
  +votes: Doctrine\ORM\PersistentCollection {#1697 …}
  +reports: Doctrine\ORM\PersistentCollection {#1690 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1696 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1595 …}
  +badges: Doctrine\ORM\PersistentCollection {#1609 …}
  +children: []
  -id: 33032
  -titleTs: "'probabl':3 'true':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706285397
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11176756"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706202397 {#1429
    date: 2024-01-25 18:06: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
59 DENIED edit
App\Entity\Entry {#1699
  +user: Proxies\__CG__\App\Entity\User {#1694 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1937 …}
  +image: Proxies\__CG__\App\Entity\Image {#1703 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1368 …}
  +slug: "It-s-probably-true"
  +title: "It's probably true"
  +url: "https://lemmy.world/pictrs/image/496e2111-2272-4681-8ace-b9fd9f70a6c8.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728658961 {#1438
    date: 2024-10-11 17:02:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1700 …}
  +votes: Doctrine\ORM\PersistentCollection {#1697 …}
  +reports: Doctrine\ORM\PersistentCollection {#1690 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1696 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1595 …}
  +badges: Doctrine\ORM\PersistentCollection {#1609 …}
  +children: []
  -id: 33032
  -titleTs: "'probabl':3 'true':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706285397
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11176756"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706202397 {#1429
    date: 2024-01-25 18:06: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
60 DENIED moderate
App\Entity\Entry {#1699
  +user: Proxies\__CG__\App\Entity\User {#1694 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1937 …}
  +image: Proxies\__CG__\App\Entity\Image {#1703 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1368 …}
  +slug: "It-s-probably-true"
  +title: "It's probably true"
  +url: "https://lemmy.world/pictrs/image/496e2111-2272-4681-8ace-b9fd9f70a6c8.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728658961 {#1438
    date: 2024-10-11 17:02:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1700 …}
  +votes: Doctrine\ORM\PersistentCollection {#1697 …}
  +reports: Doctrine\ORM\PersistentCollection {#1690 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1696 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1595 …}
  +badges: Doctrine\ORM\PersistentCollection {#1609 …}
  +children: []
  -id: 33032
  -titleTs: "'probabl':3 'true':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706285397
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11176756"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706202397 {#1429
    date: 2024-01-25 18:06: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
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 {#2477
  +user: Proxies\__CG__\App\Entity\User {#2483 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2354 …}
  +image: Proxies\__CG__\App\Entity\Image {#2358 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2487 …}
  +slug: "Better-Europe-anyone"
  +title: "Better Europe, anyone?"
  +url: "https://lemmygrad.ml/pictrs/image/f9112f03-ef27-42fe-98a6-a49b7888ec04.png"
  +body: """
    I saw @ledlecreeper27@lemmygrad.ml 's post and wound up making a larger version of it (with my own changes)\n
    \n
    Update- wound up making a expanded version\n
    \n
    ![](https://lemmygrad.ml/pictrs/image/d50ac600-ca0f-4dca-a26d-c6dbbb1e22a4.png)\n
    \n
    and a notion of how it would look amidst a better world (not overly serious, borders subject to change) ![](https://lemmygrad.ml/pictrs/image/3ae6f59d-3a1a-4558-90dd-5b884ee3d144.png)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 53
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728657303 {#2472
    date: 2024-10-11 16:35:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@ledlecreeper27@lemmygrad.ml"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#2485 …}
  +votes: Doctrine\ORM\PersistentCollection {#2409 …}
  +reports: Doctrine\ORM\PersistentCollection {#1359 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2490 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2473 …}
  +badges: Doctrine\ORM\PersistentCollection {#1923 …}
  +children: []
  -id: 32510
  -titleTs: "'anyon':3 'better':1 'europ':2"
  -bodyTs: "'/pictrs/image/3ae6f59d-3a1a-4558-90dd-5b884ee3d144.png)':50 '/pictrs/image/d50ac600-ca0f-4dca-a26d-c6dbbb1e22a4.png)':28 'amidst':37 'better':39 'border':44 'chang':18,47 'expand':24 'larger':11 'ledlecreeper27@lemmygrad.ml':3 'lemmygrad.ml':27,49 'lemmygrad.ml/pictrs/image/3ae6f59d-3a1a-4558-90dd-5b884ee3d144.png)':48 'lemmygrad.ml/pictrs/image/d50ac600-ca0f-4dca-a26d-c6dbbb1e22a4.png)':26 'look':36 'make':9,22 'notion':31 'over':42 'post':5 'saw':2 'serious':43 'subject':45 'updat':19 'version':12,25 'world':40 'would':35 'wound':7,20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706060407
  +visibility: "visible             "
  +apId: "https://lemmygrad.ml/post/3405787"
  +editedAt: DateTimeImmutable @1727943742 {#2450
    date: 2024-10-03 10:22:22.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705974007 {#2449
    date: 2024-01-23 02:40:07.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\Entry {#2477
  +user: Proxies\__CG__\App\Entity\User {#2483 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2354 …}
  +image: Proxies\__CG__\App\Entity\Image {#2358 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2487 …}
  +slug: "Better-Europe-anyone"
  +title: "Better Europe, anyone?"
  +url: "https://lemmygrad.ml/pictrs/image/f9112f03-ef27-42fe-98a6-a49b7888ec04.png"
  +body: """
    I saw @ledlecreeper27@lemmygrad.ml 's post and wound up making a larger version of it (with my own changes)\n
    \n
    Update- wound up making a expanded version\n
    \n
    ![](https://lemmygrad.ml/pictrs/image/d50ac600-ca0f-4dca-a26d-c6dbbb1e22a4.png)\n
    \n
    and a notion of how it would look amidst a better world (not overly serious, borders subject to change) ![](https://lemmygrad.ml/pictrs/image/3ae6f59d-3a1a-4558-90dd-5b884ee3d144.png)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 53
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728657303 {#2472
    date: 2024-10-11 16:35:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@ledlecreeper27@lemmygrad.ml"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#2485 …}
  +votes: Doctrine\ORM\PersistentCollection {#2409 …}
  +reports: Doctrine\ORM\PersistentCollection {#1359 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2490 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2473 …}
  +badges: Doctrine\ORM\PersistentCollection {#1923 …}
  +children: []
  -id: 32510
  -titleTs: "'anyon':3 'better':1 'europ':2"
  -bodyTs: "'/pictrs/image/3ae6f59d-3a1a-4558-90dd-5b884ee3d144.png)':50 '/pictrs/image/d50ac600-ca0f-4dca-a26d-c6dbbb1e22a4.png)':28 'amidst':37 'better':39 'border':44 'chang':18,47 'expand':24 'larger':11 'ledlecreeper27@lemmygrad.ml':3 'lemmygrad.ml':27,49 'lemmygrad.ml/pictrs/image/3ae6f59d-3a1a-4558-90dd-5b884ee3d144.png)':48 'lemmygrad.ml/pictrs/image/d50ac600-ca0f-4dca-a26d-c6dbbb1e22a4.png)':26 'look':36 'make':9,22 'notion':31 'over':42 'post':5 'saw':2 'serious':43 'subject':45 'updat':19 'version':12,25 'world':40 'would':35 'wound':7,20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706060407
  +visibility: "visible             "
  +apId: "https://lemmygrad.ml/post/3405787"
  +editedAt: DateTimeImmutable @1727943742 {#2450
    date: 2024-10-03 10:22:22.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705974007 {#2449
    date: 2024-01-23 02:40:07.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\Entry {#2477
  +user: Proxies\__CG__\App\Entity\User {#2483 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2354 …}
  +image: Proxies\__CG__\App\Entity\Image {#2358 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2487 …}
  +slug: "Better-Europe-anyone"
  +title: "Better Europe, anyone?"
  +url: "https://lemmygrad.ml/pictrs/image/f9112f03-ef27-42fe-98a6-a49b7888ec04.png"
  +body: """
    I saw @ledlecreeper27@lemmygrad.ml 's post and wound up making a larger version of it (with my own changes)\n
    \n
    Update- wound up making a expanded version\n
    \n
    ![](https://lemmygrad.ml/pictrs/image/d50ac600-ca0f-4dca-a26d-c6dbbb1e22a4.png)\n
    \n
    and a notion of how it would look amidst a better world (not overly serious, borders subject to change) ![](https://lemmygrad.ml/pictrs/image/3ae6f59d-3a1a-4558-90dd-5b884ee3d144.png)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 53
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728657303 {#2472
    date: 2024-10-11 16:35:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@ledlecreeper27@lemmygrad.ml"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#2485 …}
  +votes: Doctrine\ORM\PersistentCollection {#2409 …}
  +reports: Doctrine\ORM\PersistentCollection {#1359 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2490 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2473 …}
  +badges: Doctrine\ORM\PersistentCollection {#1923 …}
  +children: []
  -id: 32510
  -titleTs: "'anyon':3 'better':1 'europ':2"
  -bodyTs: "'/pictrs/image/3ae6f59d-3a1a-4558-90dd-5b884ee3d144.png)':50 '/pictrs/image/d50ac600-ca0f-4dca-a26d-c6dbbb1e22a4.png)':28 'amidst':37 'better':39 'border':44 'chang':18,47 'expand':24 'larger':11 'ledlecreeper27@lemmygrad.ml':3 'lemmygrad.ml':27,49 'lemmygrad.ml/pictrs/image/3ae6f59d-3a1a-4558-90dd-5b884ee3d144.png)':48 'lemmygrad.ml/pictrs/image/d50ac600-ca0f-4dca-a26d-c6dbbb1e22a4.png)':26 'look':36 'make':9,22 'notion':31 'over':42 'post':5 'saw':2 'serious':43 'subject':45 'updat':19 'version':12,25 'world':40 'would':35 'wound':7,20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706060407
  +visibility: "visible             "
  +apId: "https://lemmygrad.ml/post/3405787"
  +editedAt: DateTimeImmutable @1727943742 {#2450
    date: 2024-10-03 10:22:22.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705974007 {#2449
    date: 2024-01-23 02:40:07.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1975
  +user: Proxies\__CG__\App\Entity\User {#1953 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1937 …}
  +image: Proxies\__CG__\App\Entity\Image {#1962 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "Follow-me-for-more-recipes"
  +title: "Follow me for more recipes"
  +url: "https://lemmy.today/pictrs/image/21bcddda-118a-4dce-8c65-eb66957f308a.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 22
  +favouriteCount: 166
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728656561 {#1974
    date: 2024-10-11 16:22:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1970 …}
  +votes: Doctrine\ORM\PersistentCollection {#1973 …}
  +reports: Doctrine\ORM\PersistentCollection {#1961 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1957 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1930 …}
  +badges: Doctrine\ORM\PersistentCollection {#1952 …}
  +children: []
  -id: 31919
  -titleTs: "'follow':1 'recip':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705837182
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/5425865"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705750782 {#1967
    date: 2024-01-20 12:39: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
67 DENIED edit
App\Entity\Entry {#1975
  +user: Proxies\__CG__\App\Entity\User {#1953 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1937 …}
  +image: Proxies\__CG__\App\Entity\Image {#1962 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "Follow-me-for-more-recipes"
  +title: "Follow me for more recipes"
  +url: "https://lemmy.today/pictrs/image/21bcddda-118a-4dce-8c65-eb66957f308a.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 22
  +favouriteCount: 166
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728656561 {#1974
    date: 2024-10-11 16:22:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1970 …}
  +votes: Doctrine\ORM\PersistentCollection {#1973 …}
  +reports: Doctrine\ORM\PersistentCollection {#1961 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1957 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1930 …}
  +badges: Doctrine\ORM\PersistentCollection {#1952 …}
  +children: []
  -id: 31919
  -titleTs: "'follow':1 'recip':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705837182
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/5425865"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705750782 {#1967
    date: 2024-01-20 12:39: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
68 DENIED moderate
App\Entity\Entry {#1975
  +user: Proxies\__CG__\App\Entity\User {#1953 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1937 …}
  +image: Proxies\__CG__\App\Entity\Image {#1962 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "Follow-me-for-more-recipes"
  +title: "Follow me for more recipes"
  +url: "https://lemmy.today/pictrs/image/21bcddda-118a-4dce-8c65-eb66957f308a.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 22
  +favouriteCount: 166
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728656561 {#1974
    date: 2024-10-11 16:22:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1970 …}
  +votes: Doctrine\ORM\PersistentCollection {#1973 …}
  +reports: Doctrine\ORM\PersistentCollection {#1961 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1957 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1930 …}
  +badges: Doctrine\ORM\PersistentCollection {#1952 …}
  +children: []
  -id: 31919
  -titleTs: "'follow':1 'recip':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705837182
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/5425865"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705750782 {#1967
    date: 2024-01-20 12:39: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
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 {#1902
  +user: Proxies\__CG__\App\Entity\User {#1898 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1891 …}
  +image: Proxies\__CG__\App\Entity\Image {#1904 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1956 …}
  +slug: "When-Pokemon-comes-to-Linux"
  +title: "When Pokémon comes to Linux"
  +url: "https://sh.itjust.works/pictrs/image/4bd2fbc3-2247-462b-83a7-ed10f69586a2.png"
  +body: "(You should play Cassette Beasts)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 594
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728650164 {#1400
    date: 2024-10-11 14:36:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2438 …}
  +votes: Doctrine\ORM\PersistentCollection {#1838 …}
  +reports: Doctrine\ORM\PersistentCollection {#2427 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2446 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2444 …}
  +badges: Doctrine\ORM\PersistentCollection {#2432 …}
  +children: []
  -id: 32291
  -titleTs: "'come':3 'linux':5 'pokémon':2"
  -bodyTs: "'beast':5 'cassett':4 'play':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705979900
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13241055"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705893500 {#1367
    date: 2024-01-22 04:18: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
71 DENIED edit
App\Entity\Entry {#1902
  +user: Proxies\__CG__\App\Entity\User {#1898 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1891 …}
  +image: Proxies\__CG__\App\Entity\Image {#1904 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1956 …}
  +slug: "When-Pokemon-comes-to-Linux"
  +title: "When Pokémon comes to Linux"
  +url: "https://sh.itjust.works/pictrs/image/4bd2fbc3-2247-462b-83a7-ed10f69586a2.png"
  +body: "(You should play Cassette Beasts)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 594
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728650164 {#1400
    date: 2024-10-11 14:36:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2438 …}
  +votes: Doctrine\ORM\PersistentCollection {#1838 …}
  +reports: Doctrine\ORM\PersistentCollection {#2427 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2446 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2444 …}
  +badges: Doctrine\ORM\PersistentCollection {#2432 …}
  +children: []
  -id: 32291
  -titleTs: "'come':3 'linux':5 'pokémon':2"
  -bodyTs: "'beast':5 'cassett':4 'play':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705979900
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13241055"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705893500 {#1367
    date: 2024-01-22 04:18: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
72 DENIED moderate
App\Entity\Entry {#1902
  +user: Proxies\__CG__\App\Entity\User {#1898 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1891 …}
  +image: Proxies\__CG__\App\Entity\Image {#1904 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1956 …}
  +slug: "When-Pokemon-comes-to-Linux"
  +title: "When Pokémon comes to Linux"
  +url: "https://sh.itjust.works/pictrs/image/4bd2fbc3-2247-462b-83a7-ed10f69586a2.png"
  +body: "(You should play Cassette Beasts)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 594
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728650164 {#1400
    date: 2024-10-11 14:36:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2438 …}
  +votes: Doctrine\ORM\PersistentCollection {#1838 …}
  +reports: Doctrine\ORM\PersistentCollection {#2427 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2446 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2444 …}
  +badges: Doctrine\ORM\PersistentCollection {#2432 …}
  +children: []
  -id: 32291
  -titleTs: "'come':3 'linux':5 'pokémon':2"
  -bodyTs: "'beast':5 'cassett':4 'play':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705979900
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13241055"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705893500 {#1367
    date: 2024-01-22 04:18: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
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 {#1942
  +user: Proxies\__CG__\App\Entity\User {#1971 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1818 …}
  +image: Proxies\__CG__\App\Entity\Image {#1927 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1368 …}
  +slug: "We-aren-t-gonna-like-this-one"
  +title: "We aren't gonna like this one.."
  +url: "https://lemmy.world/pictrs/image/8e7dcc2c-a783-4bac-9015-d6a58286a83f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 45
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728648148 {#1969
    date: 2024-10-11 14:02:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1399 …}
  +votes: Doctrine\ORM\PersistentCollection {#1394 …}
  +reports: Doctrine\ORM\PersistentCollection {#1374 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1369 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1370 …}
  +badges: Doctrine\ORM\PersistentCollection {#1375 …}
  +children: []
  -id: 32267
  -titleTs: "'..':8 'aren':2 'gonna':4 'like':5 'one':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705969857
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11016481"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705883457 {#1941
    date: 2024-01-22 01:30:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1942
  +user: Proxies\__CG__\App\Entity\User {#1971 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1818 …}
  +image: Proxies\__CG__\App\Entity\Image {#1927 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1368 …}
  +slug: "We-aren-t-gonna-like-this-one"
  +title: "We aren't gonna like this one.."
  +url: "https://lemmy.world/pictrs/image/8e7dcc2c-a783-4bac-9015-d6a58286a83f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 45
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728648148 {#1969
    date: 2024-10-11 14:02:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1399 …}
  +votes: Doctrine\ORM\PersistentCollection {#1394 …}
  +reports: Doctrine\ORM\PersistentCollection {#1374 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1369 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1370 …}
  +badges: Doctrine\ORM\PersistentCollection {#1375 …}
  +children: []
  -id: 32267
  -titleTs: "'..':8 'aren':2 'gonna':4 'like':5 'one':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705969857
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11016481"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705883457 {#1941
    date: 2024-01-22 01:30:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1942
  +user: Proxies\__CG__\App\Entity\User {#1971 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1818 …}
  +image: Proxies\__CG__\App\Entity\Image {#1927 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1368 …}
  +slug: "We-aren-t-gonna-like-this-one"
  +title: "We aren't gonna like this one.."
  +url: "https://lemmy.world/pictrs/image/8e7dcc2c-a783-4bac-9015-d6a58286a83f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 45
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728648148 {#1969
    date: 2024-10-11 14:02:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1399 …}
  +votes: Doctrine\ORM\PersistentCollection {#1394 …}
  +reports: Doctrine\ORM\PersistentCollection {#1374 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1369 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1370 …}
  +badges: Doctrine\ORM\PersistentCollection {#1375 …}
  +children: []
  -id: 32267
  -titleTs: "'..':8 'aren':2 'gonna':4 'like':5 'one':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705969857
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11016481"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705883457 {#1941
    date: 2024-01-22 01:30:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1510
  +user: Proxies\__CG__\App\Entity\User {#1506 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: Proxies\__CG__\App\Entity\Image {#1504 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1368 …}
  +slug: "Alzwards-Corner-Nature-is-Amazing"
  +title: "[Alzwards Corner] Nature is Amazing"
  +url: "https://lemmy.world/pictrs/image/4a838df3-71f1-49f3-99ab-4bf93fc1897d.png"
  +body: """
    Source: Alzwards Corner\n
    \n
    - [Webtoon](https://www.webtoons.com/en/creator/c8m3m)\n
    - [Xhitter](https://twitter.com/Alzwards_Corner)\n
    - [Instagram](https://www.instagram.com/alzwards_corner/?hl=en)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 32
  +favouriteCount: 650
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728647287 {#1480
    date: 2024-10-11 13:48:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1507 …}
  +votes: Doctrine\ORM\PersistentCollection {#1543 …}
  +reports: Doctrine\ORM\PersistentCollection {#1535 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1542 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1538 …}
  +badges: Doctrine\ORM\PersistentCollection {#1539 …}
  +children: []
  -id: 32623
  -titleTs: "'alzward':1 'amaz':5 'corner':2 'natur':3"
  -bodyTs: "'/alzwards_corner)':11 '/alzwards_corner/?hl=en)':15 '/en/creator/c8m3m)':7 'alzward':2 'corner':3 'instagram':12 'sourc':1 'twitter.com':10 'twitter.com/alzwards_corner)':9 'webtoon':4 'www.instagram.com':14 'www.instagram.com/alzwards_corner/?hl=en)':13 'www.webtoons.com':6 'www.webtoons.com/en/creator/c8m3m)':5 'xhitter':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706112330
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11085971"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706025930 {#1522
    date: 2024-01-23 17:05: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
79 DENIED edit
App\Entity\Entry {#1510
  +user: Proxies\__CG__\App\Entity\User {#1506 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: Proxies\__CG__\App\Entity\Image {#1504 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1368 …}
  +slug: "Alzwards-Corner-Nature-is-Amazing"
  +title: "[Alzwards Corner] Nature is Amazing"
  +url: "https://lemmy.world/pictrs/image/4a838df3-71f1-49f3-99ab-4bf93fc1897d.png"
  +body: """
    Source: Alzwards Corner\n
    \n
    - [Webtoon](https://www.webtoons.com/en/creator/c8m3m)\n
    - [Xhitter](https://twitter.com/Alzwards_Corner)\n
    - [Instagram](https://www.instagram.com/alzwards_corner/?hl=en)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 32
  +favouriteCount: 650
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728647287 {#1480
    date: 2024-10-11 13:48:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1507 …}
  +votes: Doctrine\ORM\PersistentCollection {#1543 …}
  +reports: Doctrine\ORM\PersistentCollection {#1535 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1542 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1538 …}
  +badges: Doctrine\ORM\PersistentCollection {#1539 …}
  +children: []
  -id: 32623
  -titleTs: "'alzward':1 'amaz':5 'corner':2 'natur':3"
  -bodyTs: "'/alzwards_corner)':11 '/alzwards_corner/?hl=en)':15 '/en/creator/c8m3m)':7 'alzward':2 'corner':3 'instagram':12 'sourc':1 'twitter.com':10 'twitter.com/alzwards_corner)':9 'webtoon':4 'www.instagram.com':14 'www.instagram.com/alzwards_corner/?hl=en)':13 'www.webtoons.com':6 'www.webtoons.com/en/creator/c8m3m)':5 'xhitter':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706112330
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11085971"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706025930 {#1522
    date: 2024-01-23 17:05: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
80 DENIED moderate
App\Entity\Entry {#1510
  +user: Proxies\__CG__\App\Entity\User {#1506 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: Proxies\__CG__\App\Entity\Image {#1504 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1368 …}
  +slug: "Alzwards-Corner-Nature-is-Amazing"
  +title: "[Alzwards Corner] Nature is Amazing"
  +url: "https://lemmy.world/pictrs/image/4a838df3-71f1-49f3-99ab-4bf93fc1897d.png"
  +body: """
    Source: Alzwards Corner\n
    \n
    - [Webtoon](https://www.webtoons.com/en/creator/c8m3m)\n
    - [Xhitter](https://twitter.com/Alzwards_Corner)\n
    - [Instagram](https://www.instagram.com/alzwards_corner/?hl=en)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 32
  +favouriteCount: 650
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728647287 {#1480
    date: 2024-10-11 13:48:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1507 …}
  +votes: Doctrine\ORM\PersistentCollection {#1543 …}
  +reports: Doctrine\ORM\PersistentCollection {#1535 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1542 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1538 …}
  +badges: Doctrine\ORM\PersistentCollection {#1539 …}
  +children: []
  -id: 32623
  -titleTs: "'alzward':1 'amaz':5 'corner':2 'natur':3"
  -bodyTs: "'/alzwards_corner)':11 '/alzwards_corner/?hl=en)':15 '/en/creator/c8m3m)':7 'alzward':2 'corner':3 'instagram':12 'sourc':1 'twitter.com':10 'twitter.com/alzwards_corner)':9 'webtoon':4 'www.instagram.com':14 'www.instagram.com/alzwards_corner/?hl=en)':13 'www.webtoons.com':6 'www.webtoons.com/en/creator/c8m3m)':5 'xhitter':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706112330
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11085971"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706025930 {#1522
    date: 2024-01-23 17:05: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
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 {#1899
  +user: Proxies\__CG__\App\Entity\User {#1889 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: Proxies\__CG__\App\Entity\Image {#1912 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1920 …}
  +slug: "Remmina-not-working-with-Windows-10-RDP-anymore"
  +title: "Remmina not working with Windows 10 RDP anymore"
  +url: "https://gehirneimer.de/m/linux@lemmy.ml/t/159886"
  +body: """
    Hi guys, Remmina won't connect to a windows 10 PC via RDP anymore. It worked until I upgraded to Fedora 39 (I think, maybe its something different though).  \n
     I cannot see anything in the logs indicating what the error might be. I tried messing with the settings, particularly the TLS and Gateway ransport type settings, but that didn't change anything. It is not timing out eigher, the disconnect is nearly instant.\n
    \n
    Logs```\n
    (DEBUG) - (rcw_map_event) - Mapping: RemminaConnectionWindow\n
    (DEBUG) - (remmina_protocol_widget_map_event) - Calling plugin mapping function\n
    (DEBUG) - (remmina_protocol_widget_open_connection_real) - Opening connection\n
    (DEBUG) - (remmina_rdp_event_init) - Disable smooth scrolling is set to 1\n
    (DEBUG) - (remmina_protocol_widget_open_connection_real) - Have SSH\n
    (DEBUG) - (remmina_rdp_main) - RDP data path is /home/benni/.var/app/org.remmina.Remmina/data/remmina/RDP\n
    (DEBUG) - (remmina_rdp_main) - Not using system proxy settings\n
    (DEBUG) - (remmina_rdp_tunnel_init) - Tunnel init\n
    (DEBUG) - (remmina_protocol_widget_start_direct_tunnel) - SSH tunnel initialization…\n
    (DEBUG) - (remmina_protocol_widget_start_direct_tunnel) - Calling remmina_public_get_server_port\n
    (DEBUG) - (remmina_protocol_widget_start_direct_tunnel) - Calling remmina_public_get_server_port (tunnel)\n
    (DEBUG) - (remmina_protocol_widget_start_direct_tunnel) - server: 192.168.43.170, port: 3389\n
    (DEBUG) - (remmina_rdp_tunnel_init) - protocol_plugin_start_direct_tunnel() returned [192.168.43.170]:3389\n
    (DEBUG) - (remmina_rdp_tunnel_init) - Tunnel has been optionally initialized. Now connecting to 192.168.43.170:3389\n
    (DEBUG) - (remmina_rdp_main) - gfx_h264_available: 1\n
    (DEBUG) - (remmina_rdp_main) - Resolution set by the user: 588x620\n
    (DEBUG) - (remmina_rdp_main) - Resolution set after workarounds: 644x620\n
    (DEBUG) - (remmina_rdp_main) - proxy_type: (null)\n
    (DEBUG) - (remmina_rdp_main) - proxy_username: (null)\n
    (DEBUG) - (remmina_rdp_main) - proxy_password: (null)\n
    (DEBUG) - (remmina_rdp_main) - proxy_hostname: (null)\n
    (DEBUG) - (remmina_rdp_main) - proxy_port: 80\n
    (DEBUG) - (remmina_rdp_main) - rdp_keyboard_remapping_list: (null)\n
    (DEBUG) - (remmina_rdp_main) - Log level set to to INFO\n
    (DEBUG) - (rco_on_disconnect) - Disconnect signal received on RemminaProtocolWidget\n
    (DEBUG) - (remmina_file_save) - Saving profile\n
    (DEBUG) - (remmina_file_save) - We have a secret and disablepasswordstoring=0\n
    (DEBUG) - (remmina_plugin_glibsecret_store_password) - Password “password” saved for file /home/benni/.var/app/org.remmina.Remmina/data/remmina/group_rdp_ps_192-168-43-170.remmina\n
    \n
    (DEBUG) - (remmina_file_save) - We have a secret and disablepasswordstoring=0\n
    (DEBUG) - (remmina_plugin_glibsecret_delete_password) - password “ssh_tunnel_password” deleted for file /home/benni/.var/app/org.remmina.Remmina/data/remmina/group_rdp_ps_192-168-43-170.remmina\n
    (DEBUG) - (remmina_file_save) - We have a secret and disablepasswordstoring=0\n
    (DEBUG) - (remmina_plugin_glibsecret_delete_password) - password “gateway_password” deleted for file /home/benni/.var/app/org.remmina.Remmina/data/remmina/group_rdp_ps_192-168-43-170.remmina\n
    (DEBUG) - (remmina_file_save) - We have a secret and disablepasswordstoring=0\n
    (DEBUG) - (remmina_plugin_glibsecret_delete_password) - password “ssh_tunnel_passphrase” deleted for file /home/benni/.var/app/org.remmina.Remmina/data/remmina/group_rdp_ps_192-168-43-170.remmina\n
    (DEBUG) - (remmina_file_save) - Profile saved\n
    (DEBUG) - (remmina_file_save) - Connection profile states saved\n
    (DEBUG) - (remmina_network_monitor_status) - G_NETWORK_CONNECTIVITY_FULL\n
    (DEBUG) - (rco_on_disconnect) - Could not disconnect\n
    \n
    ```
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728646359 {#1876
    date: 2024-10-11 13:32:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1895 …}
  +votes: Doctrine\ORM\PersistentCollection {#1897 …}
  +reports: Doctrine\ORM\PersistentCollection {#1395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1958 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1944 …}
  +badges: Doctrine\ORM\PersistentCollection {#1960 …}
  +children: []
  -id: 30781
  -titleTs: "'10':6 'anymor':8 'rdp':7 'remmina':1 'window':5 'work':3"
  -bodyTs: "'/home/benni/.var/app/org.remmina.remmina/data/remmina/group_rdp_ps_192-168-43-170.remmina':340,365,389,414 '/home/benni/.var/app/org.remmina.remmina/data/remmina/rdp':129 '0':328,351,376,400 '1':111,229 '10':10 '192.168.43.170':191,205,220 '3389':193,206,221 '39':22 '588x620':239 '644x620':248 '80':283 'anymor':14 'anyth':33,62 'avail':228 'call':87,163,176 'cannot':31 'chang':61 'connect':6,96,99,117,218,425,436 'could':442 'data':126 'debug':75,81,91,100,112,121,130,139,146,156,169,183,194,207,222,230,240,249,256,263,270,277,284,293,303,312,318,329,341,352,366,377,390,401,415,421,429,438 'delet':356,362,381,386,405,411 'didn':59 'differ':28 'direct':151,161,174,188,202 'disabl':105 'disablepasswordstor':327,350,375,399 'disconnect':70,306,307,441,444 'eigher':68 'error':40 'event':78,86,103 'fedora':21 'file':314,320,339,343,364,368,388,392,413,417,423 'full':437 'function':90 'g':434 'gateway':53,384 'get':166,179 'gfx':226 'glibsecret':332,355,380,404 'guy':2 'h264':227 'hi':1 'hostnam':275 'indic':37 'info':302 'init':104,143,145,198,211 'initi':155,216 'instant':73 'keyboard':289 'level':298 'list':291 'log':36,74,297 'main':124,133,225,233,243,252,259,266,273,280,287,296 'map':77,79,85,89 'mayb':25 'mess':45 'might':41 'monitor':432 'near':72 'network':431,435 'null':255,262,269,276,292 'open':95,98,116 'option':215 'particular':49 'passphras':410 'password':268,334,335,336,357,358,361,382,383,385,406,407 'path':127 'pc':11 'plugin':88,200,331,354,379,403 'port':168,181,192,282 'profil':317,419,426 'protocol':83,93,114,148,158,171,185,199 'proxi':137,253,260,267,274,281 'public':165,178 'ransport':54 'rco':304,439 'rcw':76 'rdp':13,102,123,125,132,141,196,209,224,232,242,251,258,265,272,279,286,288,295 'real':97,118 'receiv':309 'remap':290 'remmina':3,82,92,101,113,122,131,140,147,157,164,170,177,184,195,208,223,231,241,250,257,264,271,278,285,294,313,319,330,342,353,367,378,391,402,416,422,430 'remminaconnectionwindow':80 'remminaprotocolwidget':311 'resolut':234,244 'return':204 'save':315,316,321,337,344,369,393,418,420,424,428 'scroll':107 'secret':325,348,373,397 'see':32 'server':167,180,190 'set':48,56,109,138,235,245,299 'signal':308 'smooth':106 'someth':27 'ssh':120,153,359,408 'start':150,160,173,187,201 'state':427 'status':433 'store':333 'system':136 'think':24 'though':29 'time':66 'tls':51 'tri':44 'tunnel':142,144,152,154,162,175,182,189,197,203,210,212,360,409 'type':55,254 'upgrad':19 'use':135 'user':238 'usernam':261 'via':12 'widget':84,94,115,149,159,172,186 'window':9 'won':4 'work':16 'workaround':247"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705440512
  +visibility: "visible             "
  +apId: "https://gehirneimer.de/m/linux@lemmy.ml/t/159886"
  +editedAt: DateTimeImmutable @1724315982 {#1884
    date: 2024-08-22 10:39:42.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705354112 {#1915
    date: 2024-01-15 22:28: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
83 DENIED edit
App\Entity\Entry {#1899
  +user: Proxies\__CG__\App\Entity\User {#1889 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: Proxies\__CG__\App\Entity\Image {#1912 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1920 …}
  +slug: "Remmina-not-working-with-Windows-10-RDP-anymore"
  +title: "Remmina not working with Windows 10 RDP anymore"
  +url: "https://gehirneimer.de/m/linux@lemmy.ml/t/159886"
  +body: """
    Hi guys, Remmina won't connect to a windows 10 PC via RDP anymore. It worked until I upgraded to Fedora 39 (I think, maybe its something different though).  \n
     I cannot see anything in the logs indicating what the error might be. I tried messing with the settings, particularly the TLS and Gateway ransport type settings, but that didn't change anything. It is not timing out eigher, the disconnect is nearly instant.\n
    \n
    Logs```\n
    (DEBUG) - (rcw_map_event) - Mapping: RemminaConnectionWindow\n
    (DEBUG) - (remmina_protocol_widget_map_event) - Calling plugin mapping function\n
    (DEBUG) - (remmina_protocol_widget_open_connection_real) - Opening connection\n
    (DEBUG) - (remmina_rdp_event_init) - Disable smooth scrolling is set to 1\n
    (DEBUG) - (remmina_protocol_widget_open_connection_real) - Have SSH\n
    (DEBUG) - (remmina_rdp_main) - RDP data path is /home/benni/.var/app/org.remmina.Remmina/data/remmina/RDP\n
    (DEBUG) - (remmina_rdp_main) - Not using system proxy settings\n
    (DEBUG) - (remmina_rdp_tunnel_init) - Tunnel init\n
    (DEBUG) - (remmina_protocol_widget_start_direct_tunnel) - SSH tunnel initialization…\n
    (DEBUG) - (remmina_protocol_widget_start_direct_tunnel) - Calling remmina_public_get_server_port\n
    (DEBUG) - (remmina_protocol_widget_start_direct_tunnel) - Calling remmina_public_get_server_port (tunnel)\n
    (DEBUG) - (remmina_protocol_widget_start_direct_tunnel) - server: 192.168.43.170, port: 3389\n
    (DEBUG) - (remmina_rdp_tunnel_init) - protocol_plugin_start_direct_tunnel() returned [192.168.43.170]:3389\n
    (DEBUG) - (remmina_rdp_tunnel_init) - Tunnel has been optionally initialized. Now connecting to 192.168.43.170:3389\n
    (DEBUG) - (remmina_rdp_main) - gfx_h264_available: 1\n
    (DEBUG) - (remmina_rdp_main) - Resolution set by the user: 588x620\n
    (DEBUG) - (remmina_rdp_main) - Resolution set after workarounds: 644x620\n
    (DEBUG) - (remmina_rdp_main) - proxy_type: (null)\n
    (DEBUG) - (remmina_rdp_main) - proxy_username: (null)\n
    (DEBUG) - (remmina_rdp_main) - proxy_password: (null)\n
    (DEBUG) - (remmina_rdp_main) - proxy_hostname: (null)\n
    (DEBUG) - (remmina_rdp_main) - proxy_port: 80\n
    (DEBUG) - (remmina_rdp_main) - rdp_keyboard_remapping_list: (null)\n
    (DEBUG) - (remmina_rdp_main) - Log level set to to INFO\n
    (DEBUG) - (rco_on_disconnect) - Disconnect signal received on RemminaProtocolWidget\n
    (DEBUG) - (remmina_file_save) - Saving profile\n
    (DEBUG) - (remmina_file_save) - We have a secret and disablepasswordstoring=0\n
    (DEBUG) - (remmina_plugin_glibsecret_store_password) - Password “password” saved for file /home/benni/.var/app/org.remmina.Remmina/data/remmina/group_rdp_ps_192-168-43-170.remmina\n
    \n
    (DEBUG) - (remmina_file_save) - We have a secret and disablepasswordstoring=0\n
    (DEBUG) - (remmina_plugin_glibsecret_delete_password) - password “ssh_tunnel_password” deleted for file /home/benni/.var/app/org.remmina.Remmina/data/remmina/group_rdp_ps_192-168-43-170.remmina\n
    (DEBUG) - (remmina_file_save) - We have a secret and disablepasswordstoring=0\n
    (DEBUG) - (remmina_plugin_glibsecret_delete_password) - password “gateway_password” deleted for file /home/benni/.var/app/org.remmina.Remmina/data/remmina/group_rdp_ps_192-168-43-170.remmina\n
    (DEBUG) - (remmina_file_save) - We have a secret and disablepasswordstoring=0\n
    (DEBUG) - (remmina_plugin_glibsecret_delete_password) - password “ssh_tunnel_passphrase” deleted for file /home/benni/.var/app/org.remmina.Remmina/data/remmina/group_rdp_ps_192-168-43-170.remmina\n
    (DEBUG) - (remmina_file_save) - Profile saved\n
    (DEBUG) - (remmina_file_save) - Connection profile states saved\n
    (DEBUG) - (remmina_network_monitor_status) - G_NETWORK_CONNECTIVITY_FULL\n
    (DEBUG) - (rco_on_disconnect) - Could not disconnect\n
    \n
    ```
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728646359 {#1876
    date: 2024-10-11 13:32:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1895 …}
  +votes: Doctrine\ORM\PersistentCollection {#1897 …}
  +reports: Doctrine\ORM\PersistentCollection {#1395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1958 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1944 …}
  +badges: Doctrine\ORM\PersistentCollection {#1960 …}
  +children: []
  -id: 30781
  -titleTs: "'10':6 'anymor':8 'rdp':7 'remmina':1 'window':5 'work':3"
  -bodyTs: "'/home/benni/.var/app/org.remmina.remmina/data/remmina/group_rdp_ps_192-168-43-170.remmina':340,365,389,414 '/home/benni/.var/app/org.remmina.remmina/data/remmina/rdp':129 '0':328,351,376,400 '1':111,229 '10':10 '192.168.43.170':191,205,220 '3389':193,206,221 '39':22 '588x620':239 '644x620':248 '80':283 'anymor':14 'anyth':33,62 'avail':228 'call':87,163,176 'cannot':31 'chang':61 'connect':6,96,99,117,218,425,436 'could':442 'data':126 'debug':75,81,91,100,112,121,130,139,146,156,169,183,194,207,222,230,240,249,256,263,270,277,284,293,303,312,318,329,341,352,366,377,390,401,415,421,429,438 'delet':356,362,381,386,405,411 'didn':59 'differ':28 'direct':151,161,174,188,202 'disabl':105 'disablepasswordstor':327,350,375,399 'disconnect':70,306,307,441,444 'eigher':68 'error':40 'event':78,86,103 'fedora':21 'file':314,320,339,343,364,368,388,392,413,417,423 'full':437 'function':90 'g':434 'gateway':53,384 'get':166,179 'gfx':226 'glibsecret':332,355,380,404 'guy':2 'h264':227 'hi':1 'hostnam':275 'indic':37 'info':302 'init':104,143,145,198,211 'initi':155,216 'instant':73 'keyboard':289 'level':298 'list':291 'log':36,74,297 'main':124,133,225,233,243,252,259,266,273,280,287,296 'map':77,79,85,89 'mayb':25 'mess':45 'might':41 'monitor':432 'near':72 'network':431,435 'null':255,262,269,276,292 'open':95,98,116 'option':215 'particular':49 'passphras':410 'password':268,334,335,336,357,358,361,382,383,385,406,407 'path':127 'pc':11 'plugin':88,200,331,354,379,403 'port':168,181,192,282 'profil':317,419,426 'protocol':83,93,114,148,158,171,185,199 'proxi':137,253,260,267,274,281 'public':165,178 'ransport':54 'rco':304,439 'rcw':76 'rdp':13,102,123,125,132,141,196,209,224,232,242,251,258,265,272,279,286,288,295 'real':97,118 'receiv':309 'remap':290 'remmina':3,82,92,101,113,122,131,140,147,157,164,170,177,184,195,208,223,231,241,250,257,264,271,278,285,294,313,319,330,342,353,367,378,391,402,416,422,430 'remminaconnectionwindow':80 'remminaprotocolwidget':311 'resolut':234,244 'return':204 'save':315,316,321,337,344,369,393,418,420,424,428 'scroll':107 'secret':325,348,373,397 'see':32 'server':167,180,190 'set':48,56,109,138,235,245,299 'signal':308 'smooth':106 'someth':27 'ssh':120,153,359,408 'start':150,160,173,187,201 'state':427 'status':433 'store':333 'system':136 'think':24 'though':29 'time':66 'tls':51 'tri':44 'tunnel':142,144,152,154,162,175,182,189,197,203,210,212,360,409 'type':55,254 'upgrad':19 'use':135 'user':238 'usernam':261 'via':12 'widget':84,94,115,149,159,172,186 'window':9 'won':4 'work':16 'workaround':247"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705440512
  +visibility: "visible             "
  +apId: "https://gehirneimer.de/m/linux@lemmy.ml/t/159886"
  +editedAt: DateTimeImmutable @1724315982 {#1884
    date: 2024-08-22 10:39:42.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705354112 {#1915
    date: 2024-01-15 22:28: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
84 DENIED moderate
App\Entity\Entry {#1899
  +user: Proxies\__CG__\App\Entity\User {#1889 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: Proxies\__CG__\App\Entity\Image {#1912 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1920 …}
  +slug: "Remmina-not-working-with-Windows-10-RDP-anymore"
  +title: "Remmina not working with Windows 10 RDP anymore"
  +url: "https://gehirneimer.de/m/linux@lemmy.ml/t/159886"
  +body: """
    Hi guys, Remmina won't connect to a windows 10 PC via RDP anymore. It worked until I upgraded to Fedora 39 (I think, maybe its something different though).  \n
     I cannot see anything in the logs indicating what the error might be. I tried messing with the settings, particularly the TLS and Gateway ransport type settings, but that didn't change anything. It is not timing out eigher, the disconnect is nearly instant.\n
    \n
    Logs```\n
    (DEBUG) - (rcw_map_event) - Mapping: RemminaConnectionWindow\n
    (DEBUG) - (remmina_protocol_widget_map_event) - Calling plugin mapping function\n
    (DEBUG) - (remmina_protocol_widget_open_connection_real) - Opening connection\n
    (DEBUG) - (remmina_rdp_event_init) - Disable smooth scrolling is set to 1\n
    (DEBUG) - (remmina_protocol_widget_open_connection_real) - Have SSH\n
    (DEBUG) - (remmina_rdp_main) - RDP data path is /home/benni/.var/app/org.remmina.Remmina/data/remmina/RDP\n
    (DEBUG) - (remmina_rdp_main) - Not using system proxy settings\n
    (DEBUG) - (remmina_rdp_tunnel_init) - Tunnel init\n
    (DEBUG) - (remmina_protocol_widget_start_direct_tunnel) - SSH tunnel initialization…\n
    (DEBUG) - (remmina_protocol_widget_start_direct_tunnel) - Calling remmina_public_get_server_port\n
    (DEBUG) - (remmina_protocol_widget_start_direct_tunnel) - Calling remmina_public_get_server_port (tunnel)\n
    (DEBUG) - (remmina_protocol_widget_start_direct_tunnel) - server: 192.168.43.170, port: 3389\n
    (DEBUG) - (remmina_rdp_tunnel_init) - protocol_plugin_start_direct_tunnel() returned [192.168.43.170]:3389\n
    (DEBUG) - (remmina_rdp_tunnel_init) - Tunnel has been optionally initialized. Now connecting to 192.168.43.170:3389\n
    (DEBUG) - (remmina_rdp_main) - gfx_h264_available: 1\n
    (DEBUG) - (remmina_rdp_main) - Resolution set by the user: 588x620\n
    (DEBUG) - (remmina_rdp_main) - Resolution set after workarounds: 644x620\n
    (DEBUG) - (remmina_rdp_main) - proxy_type: (null)\n
    (DEBUG) - (remmina_rdp_main) - proxy_username: (null)\n
    (DEBUG) - (remmina_rdp_main) - proxy_password: (null)\n
    (DEBUG) - (remmina_rdp_main) - proxy_hostname: (null)\n
    (DEBUG) - (remmina_rdp_main) - proxy_port: 80\n
    (DEBUG) - (remmina_rdp_main) - rdp_keyboard_remapping_list: (null)\n
    (DEBUG) - (remmina_rdp_main) - Log level set to to INFO\n
    (DEBUG) - (rco_on_disconnect) - Disconnect signal received on RemminaProtocolWidget\n
    (DEBUG) - (remmina_file_save) - Saving profile\n
    (DEBUG) - (remmina_file_save) - We have a secret and disablepasswordstoring=0\n
    (DEBUG) - (remmina_plugin_glibsecret_store_password) - Password “password” saved for file /home/benni/.var/app/org.remmina.Remmina/data/remmina/group_rdp_ps_192-168-43-170.remmina\n
    \n
    (DEBUG) - (remmina_file_save) - We have a secret and disablepasswordstoring=0\n
    (DEBUG) - (remmina_plugin_glibsecret_delete_password) - password “ssh_tunnel_password” deleted for file /home/benni/.var/app/org.remmina.Remmina/data/remmina/group_rdp_ps_192-168-43-170.remmina\n
    (DEBUG) - (remmina_file_save) - We have a secret and disablepasswordstoring=0\n
    (DEBUG) - (remmina_plugin_glibsecret_delete_password) - password “gateway_password” deleted for file /home/benni/.var/app/org.remmina.Remmina/data/remmina/group_rdp_ps_192-168-43-170.remmina\n
    (DEBUG) - (remmina_file_save) - We have a secret and disablepasswordstoring=0\n
    (DEBUG) - (remmina_plugin_glibsecret_delete_password) - password “ssh_tunnel_passphrase” deleted for file /home/benni/.var/app/org.remmina.Remmina/data/remmina/group_rdp_ps_192-168-43-170.remmina\n
    (DEBUG) - (remmina_file_save) - Profile saved\n
    (DEBUG) - (remmina_file_save) - Connection profile states saved\n
    (DEBUG) - (remmina_network_monitor_status) - G_NETWORK_CONNECTIVITY_FULL\n
    (DEBUG) - (rco_on_disconnect) - Could not disconnect\n
    \n
    ```
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728646359 {#1876
    date: 2024-10-11 13:32:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1895 …}
  +votes: Doctrine\ORM\PersistentCollection {#1897 …}
  +reports: Doctrine\ORM\PersistentCollection {#1395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1958 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1944 …}
  +badges: Doctrine\ORM\PersistentCollection {#1960 …}
  +children: []
  -id: 30781
  -titleTs: "'10':6 'anymor':8 'rdp':7 'remmina':1 'window':5 'work':3"
  -bodyTs: "'/home/benni/.var/app/org.remmina.remmina/data/remmina/group_rdp_ps_192-168-43-170.remmina':340,365,389,414 '/home/benni/.var/app/org.remmina.remmina/data/remmina/rdp':129 '0':328,351,376,400 '1':111,229 '10':10 '192.168.43.170':191,205,220 '3389':193,206,221 '39':22 '588x620':239 '644x620':248 '80':283 'anymor':14 'anyth':33,62 'avail':228 'call':87,163,176 'cannot':31 'chang':61 'connect':6,96,99,117,218,425,436 'could':442 'data':126 'debug':75,81,91,100,112,121,130,139,146,156,169,183,194,207,222,230,240,249,256,263,270,277,284,293,303,312,318,329,341,352,366,377,390,401,415,421,429,438 'delet':356,362,381,386,405,411 'didn':59 'differ':28 'direct':151,161,174,188,202 'disabl':105 'disablepasswordstor':327,350,375,399 'disconnect':70,306,307,441,444 'eigher':68 'error':40 'event':78,86,103 'fedora':21 'file':314,320,339,343,364,368,388,392,413,417,423 'full':437 'function':90 'g':434 'gateway':53,384 'get':166,179 'gfx':226 'glibsecret':332,355,380,404 'guy':2 'h264':227 'hi':1 'hostnam':275 'indic':37 'info':302 'init':104,143,145,198,211 'initi':155,216 'instant':73 'keyboard':289 'level':298 'list':291 'log':36,74,297 'main':124,133,225,233,243,252,259,266,273,280,287,296 'map':77,79,85,89 'mayb':25 'mess':45 'might':41 'monitor':432 'near':72 'network':431,435 'null':255,262,269,276,292 'open':95,98,116 'option':215 'particular':49 'passphras':410 'password':268,334,335,336,357,358,361,382,383,385,406,407 'path':127 'pc':11 'plugin':88,200,331,354,379,403 'port':168,181,192,282 'profil':317,419,426 'protocol':83,93,114,148,158,171,185,199 'proxi':137,253,260,267,274,281 'public':165,178 'ransport':54 'rco':304,439 'rcw':76 'rdp':13,102,123,125,132,141,196,209,224,232,242,251,258,265,272,279,286,288,295 'real':97,118 'receiv':309 'remap':290 'remmina':3,82,92,101,113,122,131,140,147,157,164,170,177,184,195,208,223,231,241,250,257,264,271,278,285,294,313,319,330,342,353,367,378,391,402,416,422,430 'remminaconnectionwindow':80 'remminaprotocolwidget':311 'resolut':234,244 'return':204 'save':315,316,321,337,344,369,393,418,420,424,428 'scroll':107 'secret':325,348,373,397 'see':32 'server':167,180,190 'set':48,56,109,138,235,245,299 'signal':308 'smooth':106 'someth':27 'ssh':120,153,359,408 'start':150,160,173,187,201 'state':427 'status':433 'store':333 'system':136 'think':24 'though':29 'time':66 'tls':51 'tri':44 'tunnel':142,144,152,154,162,175,182,189,197,203,210,212,360,409 'type':55,254 'upgrad':19 'use':135 'user':238 'usernam':261 'via':12 'widget':84,94,115,149,159,172,186 'window':9 'won':4 'work':16 'workaround':247"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705440512
  +visibility: "visible             "
  +apId: "https://gehirneimer.de/m/linux@lemmy.ml/t/159886"
  +editedAt: DateTimeImmutable @1724315982 {#1884
    date: 2024-08-22 10:39:42.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705354112 {#1915
    date: 2024-01-15 22:28: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
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 {#1475
  +user: Proxies\__CG__\App\Entity\User {#1477 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1476 …}
  +image: Proxies\__CG__\App\Entity\Image {#1761 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1758 …}
  +slug: "Can-I-interest-you-in-a-lunch-and-learn"
  +title: "Can I interest you in a lunch and learn?"
  +url: "https://slrpnk.net/pictrs/image/cc0461a6-6f1c-4c6f-a50c-a595813d2b4c.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 509
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728646129 {#1495
    date: 2024-10-11 13:28:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1754 …}
  +votes: Doctrine\ORM\PersistentCollection {#1760 …}
  +reports: Doctrine\ORM\PersistentCollection {#1763 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1767 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1762 …}
  +badges: Doctrine\ORM\PersistentCollection {#1788 …}
  +children: []
  -id: 32949
  -titleTs: "'interest':3 'learn':9 'lunch':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706247028
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/6094864"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706160628 {#1492
    date: 2024-01-25 06:30:28.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1475
  +user: Proxies\__CG__\App\Entity\User {#1477 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1476 …}
  +image: Proxies\__CG__\App\Entity\Image {#1761 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1758 …}
  +slug: "Can-I-interest-you-in-a-lunch-and-learn"
  +title: "Can I interest you in a lunch and learn?"
  +url: "https://slrpnk.net/pictrs/image/cc0461a6-6f1c-4c6f-a50c-a595813d2b4c.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 509
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728646129 {#1495
    date: 2024-10-11 13:28:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1754 …}
  +votes: Doctrine\ORM\PersistentCollection {#1760 …}
  +reports: Doctrine\ORM\PersistentCollection {#1763 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1767 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1762 …}
  +badges: Doctrine\ORM\PersistentCollection {#1788 …}
  +children: []
  -id: 32949
  -titleTs: "'interest':3 'learn':9 'lunch':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706247028
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/6094864"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706160628 {#1492
    date: 2024-01-25 06:30:28.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1475
  +user: Proxies\__CG__\App\Entity\User {#1477 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1476 …}
  +image: Proxies\__CG__\App\Entity\Image {#1761 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1758 …}
  +slug: "Can-I-interest-you-in-a-lunch-and-learn"
  +title: "Can I interest you in a lunch and learn?"
  +url: "https://slrpnk.net/pictrs/image/cc0461a6-6f1c-4c6f-a50c-a595813d2b4c.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 509
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728646129 {#1495
    date: 2024-10-11 13:28:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1754 …}
  +votes: Doctrine\ORM\PersistentCollection {#1760 …}
  +reports: Doctrine\ORM\PersistentCollection {#1763 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1767 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1762 …}
  +badges: Doctrine\ORM\PersistentCollection {#1788 …}
  +children: []
  -id: 32949
  -titleTs: "'interest':3 'learn':9 'lunch':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706247028
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/6094864"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706160628 {#1492
    date: 2024-01-25 06:30:28.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1444
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1818 …}
  +image: Proxies\__CG__\App\Entity\Image {#1452 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1445 …}
  +slug: "I-hate-sand"
  +title: "I hate sand"
  +url: "https://lemmy.ml/pictrs/image/d7b4ce81-3467-4fd0-a39c-a6c511b1ec35.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 13
  +favouriteCount: 438
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728644569 {#1682
    date: 2024-10-11 13:02:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1465 …}
  +votes: Doctrine\ORM\PersistentCollection {#1637 …}
  +reports: Doctrine\ORM\PersistentCollection {#1644 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1622 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1627 …}
  +badges: Doctrine\ORM\PersistentCollection {#1634 …}
  +children: []
  -id: 32987
  -titleTs: "'hate':2 'sand':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706274379
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11022948"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706187979 {#1681
    date: 2024-01-25 14:06:19.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1444
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1818 …}
  +image: Proxies\__CG__\App\Entity\Image {#1452 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1445 …}
  +slug: "I-hate-sand"
  +title: "I hate sand"
  +url: "https://lemmy.ml/pictrs/image/d7b4ce81-3467-4fd0-a39c-a6c511b1ec35.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 13
  +favouriteCount: 438
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728644569 {#1682
    date: 2024-10-11 13:02:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1465 …}
  +votes: Doctrine\ORM\PersistentCollection {#1637 …}
  +reports: Doctrine\ORM\PersistentCollection {#1644 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1622 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1627 …}
  +badges: Doctrine\ORM\PersistentCollection {#1634 …}
  +children: []
  -id: 32987
  -titleTs: "'hate':2 'sand':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706274379
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11022948"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706187979 {#1681
    date: 2024-01-25 14:06:19.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1444
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1818 …}
  +image: Proxies\__CG__\App\Entity\Image {#1452 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1445 …}
  +slug: "I-hate-sand"
  +title: "I hate sand"
  +url: "https://lemmy.ml/pictrs/image/d7b4ce81-3467-4fd0-a39c-a6c511b1ec35.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 13
  +favouriteCount: 438
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728644569 {#1682
    date: 2024-10-11 13:02:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1465 …}
  +votes: Doctrine\ORM\PersistentCollection {#1637 …}
  +reports: Doctrine\ORM\PersistentCollection {#1644 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1622 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1627 …}
  +badges: Doctrine\ORM\PersistentCollection {#1634 …}
  +children: []
  -id: 32987
  -titleTs: "'hate':2 'sand':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706274379
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11022948"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706187979 {#1681
    date: 2024-01-25 14:06:19.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1669
  +user: Proxies\__CG__\App\Entity\User {#1670 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1666 …}
  +image: Proxies\__CG__\App\Entity\Image {#1667 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1668 …}
  +slug: "In-My-Mind"
  +title: "In My Mind"
  +url: "https://lemmy.dbzer0.com/c/inmymind@lemmy.dbzer0.com"
  +body: """
    This community serves as a platform for me to share my discoveries and interests. It’s a blend of self-expression and a commitment to delivering quality content, curated with the intention of providing valuable knowledge. Helping find valuable pockets of knowledge on the internet for you.\n
    \n
    I hope this can serve as a valuable source of infortmation for you.\n
    \n
    !inmymind@lemmy.dbzer0.com
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728643288 {#1677
    date: 2024-10-11 12:41:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1671 …}
  +votes: Doctrine\ORM\PersistentCollection {#1650 …}
  +reports: Doctrine\ORM\PersistentCollection {#1652 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1649 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1653 …}
  +badges: Doctrine\ORM\PersistentCollection {#1661 …}
  +children: []
  -id: 33042
  -titleTs: "'mind':3"
  -bodyTs: "'blend':18 'commit':25 'communiti':2 'content':29 'curat':30 'deliv':27 'discoveri':12 'express':22 'find':39 'help':38 'hope':50 'infortm':59 'inmymind@lemmy.dbzer0.com':62 'intent':33 'interest':14 'internet':46 'knowledg':37,43 'platform':6 'pocket':41 'provid':35 'qualiti':28 'self':21 'self-express':20 'serv':3,53 'share':10 'sourc':57 'valuabl':36,40,56"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706249964
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/13064495"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706207464 {#1678
    date: 2024-01-25 19:31: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
95 DENIED edit
App\Entity\Entry {#1669
  +user: Proxies\__CG__\App\Entity\User {#1670 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1666 …}
  +image: Proxies\__CG__\App\Entity\Image {#1667 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1668 …}
  +slug: "In-My-Mind"
  +title: "In My Mind"
  +url: "https://lemmy.dbzer0.com/c/inmymind@lemmy.dbzer0.com"
  +body: """
    This community serves as a platform for me to share my discoveries and interests. It’s a blend of self-expression and a commitment to delivering quality content, curated with the intention of providing valuable knowledge. Helping find valuable pockets of knowledge on the internet for you.\n
    \n
    I hope this can serve as a valuable source of infortmation for you.\n
    \n
    !inmymind@lemmy.dbzer0.com
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728643288 {#1677
    date: 2024-10-11 12:41:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1671 …}
  +votes: Doctrine\ORM\PersistentCollection {#1650 …}
  +reports: Doctrine\ORM\PersistentCollection {#1652 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1649 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1653 …}
  +badges: Doctrine\ORM\PersistentCollection {#1661 …}
  +children: []
  -id: 33042
  -titleTs: "'mind':3"
  -bodyTs: "'blend':18 'commit':25 'communiti':2 'content':29 'curat':30 'deliv':27 'discoveri':12 'express':22 'find':39 'help':38 'hope':50 'infortm':59 'inmymind@lemmy.dbzer0.com':62 'intent':33 'interest':14 'internet':46 'knowledg':37,43 'platform':6 'pocket':41 'provid':35 'qualiti':28 'self':21 'self-express':20 'serv':3,53 'share':10 'sourc':57 'valuabl':36,40,56"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706249964
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/13064495"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706207464 {#1678
    date: 2024-01-25 19:31: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
96 DENIED moderate
App\Entity\Entry {#1669
  +user: Proxies\__CG__\App\Entity\User {#1670 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1666 …}
  +image: Proxies\__CG__\App\Entity\Image {#1667 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1668 …}
  +slug: "In-My-Mind"
  +title: "In My Mind"
  +url: "https://lemmy.dbzer0.com/c/inmymind@lemmy.dbzer0.com"
  +body: """
    This community serves as a platform for me to share my discoveries and interests. It’s a blend of self-expression and a commitment to delivering quality content, curated with the intention of providing valuable knowledge. Helping find valuable pockets of knowledge on the internet for you.\n
    \n
    I hope this can serve as a valuable source of infortmation for you.\n
    \n
    !inmymind@lemmy.dbzer0.com
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728643288 {#1677
    date: 2024-10-11 12:41:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1671 …}
  +votes: Doctrine\ORM\PersistentCollection {#1650 …}
  +reports: Doctrine\ORM\PersistentCollection {#1652 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1649 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1653 …}
  +badges: Doctrine\ORM\PersistentCollection {#1661 …}
  +children: []
  -id: 33042
  -titleTs: "'mind':3"
  -bodyTs: "'blend':18 'commit':25 'communiti':2 'content':29 'curat':30 'deliv':27 'discoveri':12 'express':22 'find':39 'help':38 'hope':50 'infortm':59 'inmymind@lemmy.dbzer0.com':62 'intent':33 'interest':14 'internet':46 'knowledg':37,43 'platform':6 'pocket':41 'provid':35 'qualiti':28 'self':21 'self-express':20 'serv':3,53 'share':10 'sourc':57 'valuabl':36,40,56"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706249964
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/13064495"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706207464 {#1678
    date: 2024-01-25 19:31: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
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 {#1409
  +user: Proxies\__CG__\App\Entity\User {#1450 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1449 …}
  +image: Proxies\__CG__\App\Entity\Image {#1421 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1956 …}
  +slug: "Random-8-June-2018"
  +title: "Random 8 June 2018"
  +url: "https://sh.itjust.works/pictrs/image/02afe3db-86e4-4960-8aa1-714a0da36820.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 242
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728642446 {#1635
    date: 2024-10-11 12:27:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1422 …}
  +votes: Doctrine\ORM\PersistentCollection {#1447 …}
  +reports: Doctrine\ORM\PersistentCollection {#1423 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1415 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1426 …}
  +badges: Doctrine\ORM\PersistentCollection {#1413 …}
  +children: []
  -id: 33012
  -titleTs: "'2018':4 '8':2 'june':3 'random':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706284781
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13472931"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706198381 {#1660
    date: 2024-01-25 16:59:41.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
99 DENIED edit
App\Entity\Entry {#1409
  +user: Proxies\__CG__\App\Entity\User {#1450 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1449 …}
  +image: Proxies\__CG__\App\Entity\Image {#1421 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1956 …}
  +slug: "Random-8-June-2018"
  +title: "Random 8 June 2018"
  +url: "https://sh.itjust.works/pictrs/image/02afe3db-86e4-4960-8aa1-714a0da36820.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 242
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728642446 {#1635
    date: 2024-10-11 12:27:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1422 …}
  +votes: Doctrine\ORM\PersistentCollection {#1447 …}
  +reports: Doctrine\ORM\PersistentCollection {#1423 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1415 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1426 …}
  +badges: Doctrine\ORM\PersistentCollection {#1413 …}
  +children: []
  -id: 33012
  -titleTs: "'2018':4 '8':2 'june':3 'random':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706284781
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13472931"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706198381 {#1660
    date: 2024-01-25 16:59:41.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
100 DENIED moderate
App\Entity\Entry {#1409
  +user: Proxies\__CG__\App\Entity\User {#1450 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1449 …}
  +image: Proxies\__CG__\App\Entity\Image {#1421 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1956 …}
  +slug: "Random-8-June-2018"
  +title: "Random 8 June 2018"
  +url: "https://sh.itjust.works/pictrs/image/02afe3db-86e4-4960-8aa1-714a0da36820.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 242
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728642446 {#1635
    date: 2024-10-11 12:27:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1422 …}
  +votes: Doctrine\ORM\PersistentCollection {#1447 …}
  +reports: Doctrine\ORM\PersistentCollection {#1423 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1415 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1426 …}
  +badges: Doctrine\ORM\PersistentCollection {#1413 …}
  +children: []
  -id: 33012
  -titleTs: "'2018':4 '8':2 'june':3 'random':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706284781
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13472931"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706198381 {#1660
    date: 2024-01-25 16:59:41.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details