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

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.28 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.04 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\Entry {#197
  +user: Proxies\__CG__\App\Entity\User {#2423 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#233 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "Lemmy-Release-v0-19-3-A-Few-Bugfixes"
  +title: "Lemmy Release v0.19.3 - A Few Bugfixes"
  +url: "https://join-lemmy.org/news/2024-01-22_-_Lemmy_Release_v0.19.3_-_A_Few_Bugfixes"
  +body: """
    What is Lemmy?\n
    --------------\n
    \n
    Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.\n
    \n
    Major Changes\n
    -------------\n
    \n
    - Fixed lemmy-ui error page bug by @Sleepless in [github.com/LemmyNet/lemmy-ui/pull/2302](https://github.com/LemmyNet/lemmy-ui/pull/2302)\n
    - Fix bug with Mastodon undo follow activities by @Nutomic in [github.com/LemmyNet/lemmy/pull/4364](https://github.com/LemmyNet/lemmy/pull/4364)\n
    - Count chars, not bytes for max title length (fixes #4366) by @Nutomic in [github.com/LemmyNet/lemmy/pull/4367](https://github.com/LemmyNet/lemmy/pull/4367)\n
    - Mark instance as alive after successful activity send (fixes #4039) by @Nutomic in [github.com/LemmyNet/lemmy/pull/4377](https://github.com/LemmyNet/lemmy/pull/4377)\n
    - Dont allow caching captcha response by @Nutomic in [github.com/LemmyNet/lemmy/pull/4381](https://github.com/LemmyNet/lemmy/pull/4381)\n
    - Revert “Dont ignore errors during login (fixes #4319) (#4321)” by @Nutomic in [github.com/LemmyNet/lemmy/pull/4380](https://github.com/LemmyNet/lemmy/pull/4380)\n
    - Removing group from woodpecker, as its deprecated. by @dessalines in [github.com/LemmyNet/lemmy/pull/4387](https://github.com/LemmyNet/lemmy/pull/4387)\n
    - Add secondary sort by published date for post view (fixes #4383) by @Nutomic in [github.com/LemmyNet/lemmy/pull/4384](https://github.com/LemmyNet/lemmy/pull/4384)\n
    \n
    Upgrade instructions\n
    --------------------\n
    \n
    Follow the upgrade instructions for [ansible](https://github.com/LemmyNet/lemmy-ansible#upgrading) or [docker](https://join-lemmy.org/docs/en/administration/install_docker.html#updating).\n
    \n
    If you need help with the upgrade, you can ask in our [support forum](https://lemmy.ml/c/lemmy_support) or on the [Matrix Chat](https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org).\n
    \n
    Thanks to everyone\n
    ------------------\n
    \n
    We’d like to thank our many contributors and users of Lemmy for coding, translating, testing, and helping find and fix bugs. We’re glad many people find it useful and enjoyable enough to contribute.\n
    \n
    Support development\n
    -------------------\n
    \n
    We (@dessalines and @nutomic) have been working full-time on Lemmy for over three years. This is largely thanks to support from [NLnet foundation](https://nlnet.nl/), as well as [donations from individual users](https://join-lemmy.org/donate).\n
    \n
    If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider [donating to support its development](https://join-lemmy.org/donate). A recurring donation is the best way to ensure that open-source software like Lemmy can stay independent and alive.\n
    \n
    - [Liberapay](https://liberapay.com/Lemmy) (preferred option)\n
    - [Open Collective](https://opencollective.com/lemmy)\n
    - [Patreon](https://www.patreon.com/dessalines)\n
    - [Cryptocurrency](https://join-lemmy.org/donate) (scroll to bottom of page)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 145
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727835234 {#191
    date: 2024-10-02 04:13:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@Sleepless"
    "@Nutomic"
    "@dessalines"
    "@nutomic"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#226 …}
  +votes: Doctrine\ORM\PersistentCollection {#1819 …}
  +reports: Doctrine\ORM\PersistentCollection {#2412 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1834 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1867 …}
  +badges: Doctrine\ORM\PersistentCollection {#1881 …}
  +children: []
  -id: 32391
  -titleTs: "'bugfix':6 'lemmi':1 'releas':2 'v0.19.3':3"
  -bodyTs: "'/#/!owmdvyizsxrxbtcnlw:matrix.org).':228 '/),':296 '/c/lemmy_support)':220 '/dessalines)':373 '/docs/en/administration/install_docker.html#updating).':203 '/donate)':377 '/donate).':306,337 '/lemmy)':362,369 '/lemmynet/lemmy-ansible#upgrading)':198 '/lemmynet/lemmy-ui/pull/2302](https://github.com/lemmynet/lemmy-ui/pull/2302)':86 '/lemmynet/lemmy/pull/4364](https://github.com/lemmynet/lemmy/pull/4364)':99 '/lemmynet/lemmy/pull/4367](https://github.com/lemmynet/lemmy/pull/4367)':115 '/lemmynet/lemmy/pull/4377](https://github.com/lemmynet/lemmy/pull/4377)':131 '/lemmynet/lemmy/pull/4380](https://github.com/lemmynet/lemmy/pull/4380)':157 '/lemmynet/lemmy/pull/4381](https://github.com/lemmynet/lemmy/pull/4381)':142 '/lemmynet/lemmy/pull/4384](https://github.com/lemmynet/lemmy/pull/4384)':187 '/lemmynet/lemmy/pull/4387](https://github.com/lemmynet/lemmy/pull/4387)':170 '4039':125 '4319':150 '4321':151 '4366':109 '4383':181 'activ':93,122 'add':171 'advertis':34 'aggreg':12 'algorithm':38 'aliv':119,358 'allow':133 'alway':320 'ansibl':195 'ask':213 'avail':322 'best':343 'bottom':380 'bring':64 'bug':80,88,253 'build':327 'byte':103 'cach':134 'captcha':135 'chang':73 'char':101 'chat':225 'code':245 'collect':366 'communiti':43 'compani':27 'complet':18 'consid':329 'content':39 'contribut':266 'contributor':239 'control':24 'count':100 'cryptocurr':374 'd':233 'date':176 'deprec':164 'dessalin':166,270 'develop':268,334 'discuss':14 'docker':200 'donat':300,330,340 'dont':132,144 'easi':47 'enjoy':263 'enough':264 'ensur':346 'error':78,146 'everyon':231 'find':250,259 'fix':74,87,108,124,149,180,252 'follow':92,190 'forum':217 'foundat':293 'free':19 'full':277,325 'full-tim':276 'github.com':85,98,114,130,141,156,169,186,197 'github.com/lemmynet/lemmy-ansible#upgrading)':196 'github.com/lemmynet/lemmy-ui/pull/2302](https://github.com/lemmynet/lemmy-ui/pull/2302)':84 'github.com/lemmynet/lemmy/pull/4364](https://github.com/lemmynet/lemmy/pull/4364)':97 'github.com/lemmynet/lemmy/pull/4367](https://github.com/lemmynet/lemmy/pull/4367)':113 'github.com/lemmynet/lemmy/pull/4377](https://github.com/lemmynet/lemmy/pull/4377)':129 'github.com/lemmynet/lemmy/pull/4380](https://github.com/lemmynet/lemmy/pull/4380)':155 'github.com/lemmynet/lemmy/pull/4381](https://github.com/lemmynet/lemmy/pull/4381)':140 'github.com/lemmynet/lemmy/pull/4384](https://github.com/lemmynet/lemmy/pull/4384)':185 'github.com/lemmynet/lemmy/pull/4387](https://github.com/lemmynet/lemmy/pull/4387)':168 'glad':256 'group':159 'help':207,249 'host':9 'ignor':58,145 'independ':356 'individu':302 'instanc':117 'instruct':189,193 'interest':55,67 'item':68 'join-lemmy.org':202,305,336,376 'join-lemmy.org/docs/en/administration/install_docker.html#updating).':201 'join-lemmy.org/donate)':375 'join-lemmy.org/donate).':304,335 'larg':287 'lemmi':3,4,76,243,280,311,353 'lemmy-ui':75 'lemmy.ml':219 'lemmy.ml/c/lemmy_support)':218 'length':107 'liberapay':359 'liberapay.com':361 'liberapay.com/lemmy)':360 'like':234,309,352 'link':11 'login':148 'major':72 'make':315 'mani':238,257 'mark':116 'mastodon':90 'matrix':224 'matrix.to':227 'matrix.to/#/!owmdvyizsxrxbtcnlw:matrix.org).':226 'max':105 'mean':29 'need':206 'nlnet':292 'nlnet.nl':295 'nlnet.nl/),':294 'nutom':95,111,127,138,153,183,272 'open':21,349,365 'open-sourc':348 'opencollective.com':368 'opencollective.com/lemmy)':367 'option':364 'organ':41 'other':59 'page':79,382 'patreon':370 'peopl':258 'platform':15 'post':178 'prefer':363 'publish':175 're':255 'recur':339 'remov':158 'respons':136 'revert':143 'scroll':378 'secondari':172 'secret':37 'self':8 'self-host':7 'send':123 'sleepless':82 'social':10 'softwar':351 'sort':173 'sourc':350 'stay':355 'subscrib':49 'success':121 'support':216,267,290,332 'sure':316 'test':247 'thank':229,236,288 'three':283 'time':278,326 'titl':106 'top':71 'topic':51 'track':35 'translat':246 'ui':77 'undo':91 'upgrad':188,192,210 'use':62,261,310 'user':241,303 'view':179 'vote':60 'want':313 'way':344 'well':298 'woodpeck':161 'work':275,324 'www.patreon.com':372 'www.patreon.com/dessalines)':371 'year':284"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706022465
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10890295"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705936065 {#242
    date: 2024-01-22 16:07:45.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\Entry {#197
  +user: Proxies\__CG__\App\Entity\User {#2423 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#233 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "Lemmy-Release-v0-19-3-A-Few-Bugfixes"
  +title: "Lemmy Release v0.19.3 - A Few Bugfixes"
  +url: "https://join-lemmy.org/news/2024-01-22_-_Lemmy_Release_v0.19.3_-_A_Few_Bugfixes"
  +body: """
    What is Lemmy?\n
    --------------\n
    \n
    Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.\n
    \n
    Major Changes\n
    -------------\n
    \n
    - Fixed lemmy-ui error page bug by @Sleepless in [github.com/LemmyNet/lemmy-ui/pull/2302](https://github.com/LemmyNet/lemmy-ui/pull/2302)\n
    - Fix bug with Mastodon undo follow activities by @Nutomic in [github.com/LemmyNet/lemmy/pull/4364](https://github.com/LemmyNet/lemmy/pull/4364)\n
    - Count chars, not bytes for max title length (fixes #4366) by @Nutomic in [github.com/LemmyNet/lemmy/pull/4367](https://github.com/LemmyNet/lemmy/pull/4367)\n
    - Mark instance as alive after successful activity send (fixes #4039) by @Nutomic in [github.com/LemmyNet/lemmy/pull/4377](https://github.com/LemmyNet/lemmy/pull/4377)\n
    - Dont allow caching captcha response by @Nutomic in [github.com/LemmyNet/lemmy/pull/4381](https://github.com/LemmyNet/lemmy/pull/4381)\n
    - Revert “Dont ignore errors during login (fixes #4319) (#4321)” by @Nutomic in [github.com/LemmyNet/lemmy/pull/4380](https://github.com/LemmyNet/lemmy/pull/4380)\n
    - Removing group from woodpecker, as its deprecated. by @dessalines in [github.com/LemmyNet/lemmy/pull/4387](https://github.com/LemmyNet/lemmy/pull/4387)\n
    - Add secondary sort by published date for post view (fixes #4383) by @Nutomic in [github.com/LemmyNet/lemmy/pull/4384](https://github.com/LemmyNet/lemmy/pull/4384)\n
    \n
    Upgrade instructions\n
    --------------------\n
    \n
    Follow the upgrade instructions for [ansible](https://github.com/LemmyNet/lemmy-ansible#upgrading) or [docker](https://join-lemmy.org/docs/en/administration/install_docker.html#updating).\n
    \n
    If you need help with the upgrade, you can ask in our [support forum](https://lemmy.ml/c/lemmy_support) or on the [Matrix Chat](https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org).\n
    \n
    Thanks to everyone\n
    ------------------\n
    \n
    We’d like to thank our many contributors and users of Lemmy for coding, translating, testing, and helping find and fix bugs. We’re glad many people find it useful and enjoyable enough to contribute.\n
    \n
    Support development\n
    -------------------\n
    \n
    We (@dessalines and @nutomic) have been working full-time on Lemmy for over three years. This is largely thanks to support from [NLnet foundation](https://nlnet.nl/), as well as [donations from individual users](https://join-lemmy.org/donate).\n
    \n
    If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider [donating to support its development](https://join-lemmy.org/donate). A recurring donation is the best way to ensure that open-source software like Lemmy can stay independent and alive.\n
    \n
    - [Liberapay](https://liberapay.com/Lemmy) (preferred option)\n
    - [Open Collective](https://opencollective.com/lemmy)\n
    - [Patreon](https://www.patreon.com/dessalines)\n
    - [Cryptocurrency](https://join-lemmy.org/donate) (scroll to bottom of page)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 145
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727835234 {#191
    date: 2024-10-02 04:13:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@Sleepless"
    "@Nutomic"
    "@dessalines"
    "@nutomic"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#226 …}
  +votes: Doctrine\ORM\PersistentCollection {#1819 …}
  +reports: Doctrine\ORM\PersistentCollection {#2412 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1834 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1867 …}
  +badges: Doctrine\ORM\PersistentCollection {#1881 …}
  +children: []
  -id: 32391
  -titleTs: "'bugfix':6 'lemmi':1 'releas':2 'v0.19.3':3"
  -bodyTs: "'/#/!owmdvyizsxrxbtcnlw:matrix.org).':228 '/),':296 '/c/lemmy_support)':220 '/dessalines)':373 '/docs/en/administration/install_docker.html#updating).':203 '/donate)':377 '/donate).':306,337 '/lemmy)':362,369 '/lemmynet/lemmy-ansible#upgrading)':198 '/lemmynet/lemmy-ui/pull/2302](https://github.com/lemmynet/lemmy-ui/pull/2302)':86 '/lemmynet/lemmy/pull/4364](https://github.com/lemmynet/lemmy/pull/4364)':99 '/lemmynet/lemmy/pull/4367](https://github.com/lemmynet/lemmy/pull/4367)':115 '/lemmynet/lemmy/pull/4377](https://github.com/lemmynet/lemmy/pull/4377)':131 '/lemmynet/lemmy/pull/4380](https://github.com/lemmynet/lemmy/pull/4380)':157 '/lemmynet/lemmy/pull/4381](https://github.com/lemmynet/lemmy/pull/4381)':142 '/lemmynet/lemmy/pull/4384](https://github.com/lemmynet/lemmy/pull/4384)':187 '/lemmynet/lemmy/pull/4387](https://github.com/lemmynet/lemmy/pull/4387)':170 '4039':125 '4319':150 '4321':151 '4366':109 '4383':181 'activ':93,122 'add':171 'advertis':34 'aggreg':12 'algorithm':38 'aliv':119,358 'allow':133 'alway':320 'ansibl':195 'ask':213 'avail':322 'best':343 'bottom':380 'bring':64 'bug':80,88,253 'build':327 'byte':103 'cach':134 'captcha':135 'chang':73 'char':101 'chat':225 'code':245 'collect':366 'communiti':43 'compani':27 'complet':18 'consid':329 'content':39 'contribut':266 'contributor':239 'control':24 'count':100 'cryptocurr':374 'd':233 'date':176 'deprec':164 'dessalin':166,270 'develop':268,334 'discuss':14 'docker':200 'donat':300,330,340 'dont':132,144 'easi':47 'enjoy':263 'enough':264 'ensur':346 'error':78,146 'everyon':231 'find':250,259 'fix':74,87,108,124,149,180,252 'follow':92,190 'forum':217 'foundat':293 'free':19 'full':277,325 'full-tim':276 'github.com':85,98,114,130,141,156,169,186,197 'github.com/lemmynet/lemmy-ansible#upgrading)':196 'github.com/lemmynet/lemmy-ui/pull/2302](https://github.com/lemmynet/lemmy-ui/pull/2302)':84 'github.com/lemmynet/lemmy/pull/4364](https://github.com/lemmynet/lemmy/pull/4364)':97 'github.com/lemmynet/lemmy/pull/4367](https://github.com/lemmynet/lemmy/pull/4367)':113 'github.com/lemmynet/lemmy/pull/4377](https://github.com/lemmynet/lemmy/pull/4377)':129 'github.com/lemmynet/lemmy/pull/4380](https://github.com/lemmynet/lemmy/pull/4380)':155 'github.com/lemmynet/lemmy/pull/4381](https://github.com/lemmynet/lemmy/pull/4381)':140 'github.com/lemmynet/lemmy/pull/4384](https://github.com/lemmynet/lemmy/pull/4384)':185 'github.com/lemmynet/lemmy/pull/4387](https://github.com/lemmynet/lemmy/pull/4387)':168 'glad':256 'group':159 'help':207,249 'host':9 'ignor':58,145 'independ':356 'individu':302 'instanc':117 'instruct':189,193 'interest':55,67 'item':68 'join-lemmy.org':202,305,336,376 'join-lemmy.org/docs/en/administration/install_docker.html#updating).':201 'join-lemmy.org/donate)':375 'join-lemmy.org/donate).':304,335 'larg':287 'lemmi':3,4,76,243,280,311,353 'lemmy-ui':75 'lemmy.ml':219 'lemmy.ml/c/lemmy_support)':218 'length':107 'liberapay':359 'liberapay.com':361 'liberapay.com/lemmy)':360 'like':234,309,352 'link':11 'login':148 'major':72 'make':315 'mani':238,257 'mark':116 'mastodon':90 'matrix':224 'matrix.to':227 'matrix.to/#/!owmdvyizsxrxbtcnlw:matrix.org).':226 'max':105 'mean':29 'need':206 'nlnet':292 'nlnet.nl':295 'nlnet.nl/),':294 'nutom':95,111,127,138,153,183,272 'open':21,349,365 'open-sourc':348 'opencollective.com':368 'opencollective.com/lemmy)':367 'option':364 'organ':41 'other':59 'page':79,382 'patreon':370 'peopl':258 'platform':15 'post':178 'prefer':363 'publish':175 're':255 'recur':339 'remov':158 'respons':136 'revert':143 'scroll':378 'secondari':172 'secret':37 'self':8 'self-host':7 'send':123 'sleepless':82 'social':10 'softwar':351 'sort':173 'sourc':350 'stay':355 'subscrib':49 'success':121 'support':216,267,290,332 'sure':316 'test':247 'thank':229,236,288 'three':283 'time':278,326 'titl':106 'top':71 'topic':51 'track':35 'translat':246 'ui':77 'undo':91 'upgrad':188,192,210 'use':62,261,310 'user':241,303 'view':179 'vote':60 'want':313 'way':344 'well':298 'woodpeck':161 'work':275,324 'www.patreon.com':372 'www.patreon.com/dessalines)':371 'year':284"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706022465
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10890295"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705936065 {#242
    date: 2024-01-22 16:07:45.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\Entry {#197
  +user: Proxies\__CG__\App\Entity\User {#2423 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#233 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "Lemmy-Release-v0-19-3-A-Few-Bugfixes"
  +title: "Lemmy Release v0.19.3 - A Few Bugfixes"
  +url: "https://join-lemmy.org/news/2024-01-22_-_Lemmy_Release_v0.19.3_-_A_Few_Bugfixes"
  +body: """
    What is Lemmy?\n
    --------------\n
    \n
    Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.\n
    \n
    Major Changes\n
    -------------\n
    \n
    - Fixed lemmy-ui error page bug by @Sleepless in [github.com/LemmyNet/lemmy-ui/pull/2302](https://github.com/LemmyNet/lemmy-ui/pull/2302)\n
    - Fix bug with Mastodon undo follow activities by @Nutomic in [github.com/LemmyNet/lemmy/pull/4364](https://github.com/LemmyNet/lemmy/pull/4364)\n
    - Count chars, not bytes for max title length (fixes #4366) by @Nutomic in [github.com/LemmyNet/lemmy/pull/4367](https://github.com/LemmyNet/lemmy/pull/4367)\n
    - Mark instance as alive after successful activity send (fixes #4039) by @Nutomic in [github.com/LemmyNet/lemmy/pull/4377](https://github.com/LemmyNet/lemmy/pull/4377)\n
    - Dont allow caching captcha response by @Nutomic in [github.com/LemmyNet/lemmy/pull/4381](https://github.com/LemmyNet/lemmy/pull/4381)\n
    - Revert “Dont ignore errors during login (fixes #4319) (#4321)” by @Nutomic in [github.com/LemmyNet/lemmy/pull/4380](https://github.com/LemmyNet/lemmy/pull/4380)\n
    - Removing group from woodpecker, as its deprecated. by @dessalines in [github.com/LemmyNet/lemmy/pull/4387](https://github.com/LemmyNet/lemmy/pull/4387)\n
    - Add secondary sort by published date for post view (fixes #4383) by @Nutomic in [github.com/LemmyNet/lemmy/pull/4384](https://github.com/LemmyNet/lemmy/pull/4384)\n
    \n
    Upgrade instructions\n
    --------------------\n
    \n
    Follow the upgrade instructions for [ansible](https://github.com/LemmyNet/lemmy-ansible#upgrading) or [docker](https://join-lemmy.org/docs/en/administration/install_docker.html#updating).\n
    \n
    If you need help with the upgrade, you can ask in our [support forum](https://lemmy.ml/c/lemmy_support) or on the [Matrix Chat](https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org).\n
    \n
    Thanks to everyone\n
    ------------------\n
    \n
    We’d like to thank our many contributors and users of Lemmy for coding, translating, testing, and helping find and fix bugs. We’re glad many people find it useful and enjoyable enough to contribute.\n
    \n
    Support development\n
    -------------------\n
    \n
    We (@dessalines and @nutomic) have been working full-time on Lemmy for over three years. This is largely thanks to support from [NLnet foundation](https://nlnet.nl/), as well as [donations from individual users](https://join-lemmy.org/donate).\n
    \n
    If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider [donating to support its development](https://join-lemmy.org/donate). A recurring donation is the best way to ensure that open-source software like Lemmy can stay independent and alive.\n
    \n
    - [Liberapay](https://liberapay.com/Lemmy) (preferred option)\n
    - [Open Collective](https://opencollective.com/lemmy)\n
    - [Patreon](https://www.patreon.com/dessalines)\n
    - [Cryptocurrency](https://join-lemmy.org/donate) (scroll to bottom of page)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 145
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727835234 {#191
    date: 2024-10-02 04:13:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@Sleepless"
    "@Nutomic"
    "@dessalines"
    "@nutomic"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#226 …}
  +votes: Doctrine\ORM\PersistentCollection {#1819 …}
  +reports: Doctrine\ORM\PersistentCollection {#2412 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1834 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1867 …}
  +badges: Doctrine\ORM\PersistentCollection {#1881 …}
  +children: []
  -id: 32391
  -titleTs: "'bugfix':6 'lemmi':1 'releas':2 'v0.19.3':3"
  -bodyTs: "'/#/!owmdvyizsxrxbtcnlw:matrix.org).':228 '/),':296 '/c/lemmy_support)':220 '/dessalines)':373 '/docs/en/administration/install_docker.html#updating).':203 '/donate)':377 '/donate).':306,337 '/lemmy)':362,369 '/lemmynet/lemmy-ansible#upgrading)':198 '/lemmynet/lemmy-ui/pull/2302](https://github.com/lemmynet/lemmy-ui/pull/2302)':86 '/lemmynet/lemmy/pull/4364](https://github.com/lemmynet/lemmy/pull/4364)':99 '/lemmynet/lemmy/pull/4367](https://github.com/lemmynet/lemmy/pull/4367)':115 '/lemmynet/lemmy/pull/4377](https://github.com/lemmynet/lemmy/pull/4377)':131 '/lemmynet/lemmy/pull/4380](https://github.com/lemmynet/lemmy/pull/4380)':157 '/lemmynet/lemmy/pull/4381](https://github.com/lemmynet/lemmy/pull/4381)':142 '/lemmynet/lemmy/pull/4384](https://github.com/lemmynet/lemmy/pull/4384)':187 '/lemmynet/lemmy/pull/4387](https://github.com/lemmynet/lemmy/pull/4387)':170 '4039':125 '4319':150 '4321':151 '4366':109 '4383':181 'activ':93,122 'add':171 'advertis':34 'aggreg':12 'algorithm':38 'aliv':119,358 'allow':133 'alway':320 'ansibl':195 'ask':213 'avail':322 'best':343 'bottom':380 'bring':64 'bug':80,88,253 'build':327 'byte':103 'cach':134 'captcha':135 'chang':73 'char':101 'chat':225 'code':245 'collect':366 'communiti':43 'compani':27 'complet':18 'consid':329 'content':39 'contribut':266 'contributor':239 'control':24 'count':100 'cryptocurr':374 'd':233 'date':176 'deprec':164 'dessalin':166,270 'develop':268,334 'discuss':14 'docker':200 'donat':300,330,340 'dont':132,144 'easi':47 'enjoy':263 'enough':264 'ensur':346 'error':78,146 'everyon':231 'find':250,259 'fix':74,87,108,124,149,180,252 'follow':92,190 'forum':217 'foundat':293 'free':19 'full':277,325 'full-tim':276 'github.com':85,98,114,130,141,156,169,186,197 'github.com/lemmynet/lemmy-ansible#upgrading)':196 'github.com/lemmynet/lemmy-ui/pull/2302](https://github.com/lemmynet/lemmy-ui/pull/2302)':84 'github.com/lemmynet/lemmy/pull/4364](https://github.com/lemmynet/lemmy/pull/4364)':97 'github.com/lemmynet/lemmy/pull/4367](https://github.com/lemmynet/lemmy/pull/4367)':113 'github.com/lemmynet/lemmy/pull/4377](https://github.com/lemmynet/lemmy/pull/4377)':129 'github.com/lemmynet/lemmy/pull/4380](https://github.com/lemmynet/lemmy/pull/4380)':155 'github.com/lemmynet/lemmy/pull/4381](https://github.com/lemmynet/lemmy/pull/4381)':140 'github.com/lemmynet/lemmy/pull/4384](https://github.com/lemmynet/lemmy/pull/4384)':185 'github.com/lemmynet/lemmy/pull/4387](https://github.com/lemmynet/lemmy/pull/4387)':168 'glad':256 'group':159 'help':207,249 'host':9 'ignor':58,145 'independ':356 'individu':302 'instanc':117 'instruct':189,193 'interest':55,67 'item':68 'join-lemmy.org':202,305,336,376 'join-lemmy.org/docs/en/administration/install_docker.html#updating).':201 'join-lemmy.org/donate)':375 'join-lemmy.org/donate).':304,335 'larg':287 'lemmi':3,4,76,243,280,311,353 'lemmy-ui':75 'lemmy.ml':219 'lemmy.ml/c/lemmy_support)':218 'length':107 'liberapay':359 'liberapay.com':361 'liberapay.com/lemmy)':360 'like':234,309,352 'link':11 'login':148 'major':72 'make':315 'mani':238,257 'mark':116 'mastodon':90 'matrix':224 'matrix.to':227 'matrix.to/#/!owmdvyizsxrxbtcnlw:matrix.org).':226 'max':105 'mean':29 'need':206 'nlnet':292 'nlnet.nl':295 'nlnet.nl/),':294 'nutom':95,111,127,138,153,183,272 'open':21,349,365 'open-sourc':348 'opencollective.com':368 'opencollective.com/lemmy)':367 'option':364 'organ':41 'other':59 'page':79,382 'patreon':370 'peopl':258 'platform':15 'post':178 'prefer':363 'publish':175 're':255 'recur':339 'remov':158 'respons':136 'revert':143 'scroll':378 'secondari':172 'secret':37 'self':8 'self-host':7 'send':123 'sleepless':82 'social':10 'softwar':351 'sort':173 'sourc':350 'stay':355 'subscrib':49 'success':121 'support':216,267,290,332 'sure':316 'test':247 'thank':229,236,288 'three':283 'time':278,326 'titl':106 'top':71 'topic':51 'track':35 'translat':246 'ui':77 'undo':91 'upgrad':188,192,210 'use':62,261,310 'user':241,303 'view':179 'vote':60 'want':313 'way':344 'well':298 'woodpeck':161 'work':275,324 'www.patreon.com':372 'www.patreon.com/dessalines)':371 'year':284"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706022465
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10890295"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705936065 {#242
    date: 2024-01-22 16:07:45.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1688
  +user: Proxies\__CG__\App\Entity\User {#1905 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1408 …}
  +image: Proxies\__CG__\App\Entity\Image {#1896 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1897 …}
  +slug: "Meeting-beetlemoses"
  +title: "Meeting [beetlemoses]"
  +url: "https://startrek.website/pictrs/image/50b0fce6-aff7-4f14-8ac4-6963018312aa.jpeg"
  +body: "Website: [beetlemoses.bigcartel.com](https://beetlemoses.bigcartel.com/)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 309
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727953889 {#1882
    date: 2024-10-03 13:11:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1901 …}
  +votes: Doctrine\ORM\PersistentCollection {#1944 …}
  +reports: Doctrine\ORM\PersistentCollection {#1395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1928 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1960 …}
  +badges: Doctrine\ORM\PersistentCollection {#1974 …}
  +children: []
  -id: 32390
  -titleTs: "'beetlemos':2 'meet':1"
  -bodyTs: "'/)':5 'beetlemoses.bigcartel.com':2,4 'beetlemoses.bigcartel.com/)':3 'websit':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706022267
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5954407"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705935867 {#1885
    date: 2024-01-22 16:04:27.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\Entry {#1688
  +user: Proxies\__CG__\App\Entity\User {#1905 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1408 …}
  +image: Proxies\__CG__\App\Entity\Image {#1896 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1897 …}
  +slug: "Meeting-beetlemoses"
  +title: "Meeting [beetlemoses]"
  +url: "https://startrek.website/pictrs/image/50b0fce6-aff7-4f14-8ac4-6963018312aa.jpeg"
  +body: "Website: [beetlemoses.bigcartel.com](https://beetlemoses.bigcartel.com/)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 309
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727953889 {#1882
    date: 2024-10-03 13:11:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1901 …}
  +votes: Doctrine\ORM\PersistentCollection {#1944 …}
  +reports: Doctrine\ORM\PersistentCollection {#1395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1928 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1960 …}
  +badges: Doctrine\ORM\PersistentCollection {#1974 …}
  +children: []
  -id: 32390
  -titleTs: "'beetlemos':2 'meet':1"
  -bodyTs: "'/)':5 'beetlemoses.bigcartel.com':2,4 'beetlemoses.bigcartel.com/)':3 'websit':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706022267
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5954407"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705935867 {#1885
    date: 2024-01-22 16:04:27.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\Entry {#1688
  +user: Proxies\__CG__\App\Entity\User {#1905 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1408 …}
  +image: Proxies\__CG__\App\Entity\Image {#1896 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1897 …}
  +slug: "Meeting-beetlemoses"
  +title: "Meeting [beetlemoses]"
  +url: "https://startrek.website/pictrs/image/50b0fce6-aff7-4f14-8ac4-6963018312aa.jpeg"
  +body: "Website: [beetlemoses.bigcartel.com](https://beetlemoses.bigcartel.com/)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 309
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727953889 {#1882
    date: 2024-10-03 13:11:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1901 …}
  +votes: Doctrine\ORM\PersistentCollection {#1944 …}
  +reports: Doctrine\ORM\PersistentCollection {#1395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1928 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1960 …}
  +badges: Doctrine\ORM\PersistentCollection {#1974 …}
  +children: []
  -id: 32390
  -titleTs: "'beetlemos':2 'meet':1"
  -bodyTs: "'/)':5 'beetlemoses.bigcartel.com':2,4 'beetlemoses.bigcartel.com/)':3 'websit':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706022267
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5954407"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705935867 {#1885
    date: 2024-01-22 16:04:27.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1937
  +user: Proxies\__CG__\App\Entity\User {#1962 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1943 …}
  +image: Proxies\__CG__\App\Entity\Image {#1970 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1978 …}
  +slug: "What-if-We-Had-the-Right-to-Public-Transport"
  +title: "What if We Had the Right to Public Transport?"
  +url: "https://newint.org/story/what-if-we-had-right-public-transport"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 123
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727854986 {#1975
    date: 2024-10-02 09:43:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1973 …}
  +votes: Doctrine\ORM\PersistentCollection {#1961 …}
  +reports: Doctrine\ORM\PersistentCollection {#1957 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1930 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1952 …}
  +badges: Doctrine\ORM\PersistentCollection {#1386 …}
  +children: []
  -id: 32389
  -titleTs: "'public':8 'right':6 'transport':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706022215
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10890143"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705935815 {#1953
    date: 2024-01-22 16:03:35.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\Entry {#1937
  +user: Proxies\__CG__\App\Entity\User {#1962 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1943 …}
  +image: Proxies\__CG__\App\Entity\Image {#1970 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1978 …}
  +slug: "What-if-We-Had-the-Right-to-Public-Transport"
  +title: "What if We Had the Right to Public Transport?"
  +url: "https://newint.org/story/what-if-we-had-right-public-transport"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 123
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727854986 {#1975
    date: 2024-10-02 09:43:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1973 …}
  +votes: Doctrine\ORM\PersistentCollection {#1961 …}
  +reports: Doctrine\ORM\PersistentCollection {#1957 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1930 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1952 …}
  +badges: Doctrine\ORM\PersistentCollection {#1386 …}
  +children: []
  -id: 32389
  -titleTs: "'public':8 'right':6 'transport':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706022215
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10890143"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705935815 {#1953
    date: 2024-01-22 16:03:35.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\Entry {#1937
  +user: Proxies\__CG__\App\Entity\User {#1962 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1943 …}
  +image: Proxies\__CG__\App\Entity\Image {#1970 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1978 …}
  +slug: "What-if-We-Had-the-Right-to-Public-Transport"
  +title: "What if We Had the Right to Public Transport?"
  +url: "https://newint.org/story/what-if-we-had-right-public-transport"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 123
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727854986 {#1975
    date: 2024-10-02 09:43:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1973 …}
  +votes: Doctrine\ORM\PersistentCollection {#1961 …}
  +reports: Doctrine\ORM\PersistentCollection {#1957 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1930 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1952 …}
  +badges: Doctrine\ORM\PersistentCollection {#1386 …}
  +children: []
  -id: 32389
  -titleTs: "'public':8 'right':6 'transport':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706022215
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10890143"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705935815 {#1953
    date: 2024-01-22 16:03:35.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1380
  +user: Proxies\__CG__\App\Entity\User {#1890 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1903 …}
  +image: Proxies\__CG__\App\Entity\Image {#1935 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1364 …}
  +slug: "Nephele-WebDAV-server-for-Docker"
  +title: "Nephele WebDAV server for Docker"
  +url: "https://hub.docker.com/r/sciactive/nephele"
  +body: """
    After a lot of work (cause I’m new to it), I published my **first Docker image**!\n
    \n
    Nephele is an open source WebDAV server written by yours truly. I’ve been using it for about a year now on my own home server. It basically acts as my self hosted cloud storage and all of my PCs and my family’s PCs back up to it. It’s FOSS, so use it for your own project. :)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727835294 {#1388
    date: 2024-10-02 04:14:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1392 …}
  +votes: Doctrine\ORM\PersistentCollection {#1393 …}
  +reports: Doctrine\ORM\PersistentCollection {#1936 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1938 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1945 …}
  +badges: Doctrine\ORM\PersistentCollection {#1941 …}
  +children: []
  -id: 32500
  -titleTs: "'docker':5 'nephel':1 'server':3 'webdav':2"
  -bodyTs: "'act':46 'back':63 'basic':45 'caus':6 'cloud':51 'docker':16 'famili':60 'first':15 'foss':69 'home':42 'host':50 'imag':17 'lot':3 'm':8 'nephel':18 'new':9 'open':21 'pcs':57,62 'project':76 'publish':13 'self':49 'server':24,43 'sourc':22 'storag':52 'truli':28 'use':32,71 've':30 'webdav':23 'work':5 'written':25 'year':37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706022172
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11058667"
  +editedAt: DateTimeImmutable @1727792109 {#1387
    date: 2024-10-01 16:15:09.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705965672 {#1892
    date: 2024-01-23 00:21:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\Entry {#1380
  +user: Proxies\__CG__\App\Entity\User {#1890 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1903 …}
  +image: Proxies\__CG__\App\Entity\Image {#1935 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1364 …}
  +slug: "Nephele-WebDAV-server-for-Docker"
  +title: "Nephele WebDAV server for Docker"
  +url: "https://hub.docker.com/r/sciactive/nephele"
  +body: """
    After a lot of work (cause I’m new to it), I published my **first Docker image**!\n
    \n
    Nephele is an open source WebDAV server written by yours truly. I’ve been using it for about a year now on my own home server. It basically acts as my self hosted cloud storage and all of my PCs and my family’s PCs back up to it. It’s FOSS, so use it for your own project. :)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727835294 {#1388
    date: 2024-10-02 04:14:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1392 …}
  +votes: Doctrine\ORM\PersistentCollection {#1393 …}
  +reports: Doctrine\ORM\PersistentCollection {#1936 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1938 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1945 …}
  +badges: Doctrine\ORM\PersistentCollection {#1941 …}
  +children: []
  -id: 32500
  -titleTs: "'docker':5 'nephel':1 'server':3 'webdav':2"
  -bodyTs: "'act':46 'back':63 'basic':45 'caus':6 'cloud':51 'docker':16 'famili':60 'first':15 'foss':69 'home':42 'host':50 'imag':17 'lot':3 'm':8 'nephel':18 'new':9 'open':21 'pcs':57,62 'project':76 'publish':13 'self':49 'server':24,43 'sourc':22 'storag':52 'truli':28 'use':32,71 've':30 'webdav':23 'work':5 'written':25 'year':37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706022172
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11058667"
  +editedAt: DateTimeImmutable @1727792109 {#1387
    date: 2024-10-01 16:15:09.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705965672 {#1892
    date: 2024-01-23 00:21:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\Entry {#1380
  +user: Proxies\__CG__\App\Entity\User {#1890 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1903 …}
  +image: Proxies\__CG__\App\Entity\Image {#1935 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1364 …}
  +slug: "Nephele-WebDAV-server-for-Docker"
  +title: "Nephele WebDAV server for Docker"
  +url: "https://hub.docker.com/r/sciactive/nephele"
  +body: """
    After a lot of work (cause I’m new to it), I published my **first Docker image**!\n
    \n
    Nephele is an open source WebDAV server written by yours truly. I’ve been using it for about a year now on my own home server. It basically acts as my self hosted cloud storage and all of my PCs and my family’s PCs back up to it. It’s FOSS, so use it for your own project. :)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727835294 {#1388
    date: 2024-10-02 04:14:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1392 …}
  +votes: Doctrine\ORM\PersistentCollection {#1393 …}
  +reports: Doctrine\ORM\PersistentCollection {#1936 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1938 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1945 …}
  +badges: Doctrine\ORM\PersistentCollection {#1941 …}
  +children: []
  -id: 32500
  -titleTs: "'docker':5 'nephel':1 'server':3 'webdav':2"
  -bodyTs: "'act':46 'back':63 'basic':45 'caus':6 'cloud':51 'docker':16 'famili':60 'first':15 'foss':69 'home':42 'host':50 'imag':17 'lot':3 'm':8 'nephel':18 'new':9 'open':21 'pcs':57,62 'project':76 'publish':13 'self':49 'server':24,43 'sourc':22 'storag':52 'truli':28 'use':32,71 've':30 'webdav':23 'work':5 'written':25 'year':37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706022172
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11058667"
  +editedAt: DateTimeImmutable @1727792109 {#1387
    date: 2024-10-01 16:15:09.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705965672 {#1892
    date: 2024-01-23 00:21:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1368
  +user: Proxies\__CG__\App\Entity\User {#1399 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1408 …}
  +image: Proxies\__CG__\App\Entity\Image {#1396 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1394 …}
  +slug: "Happy-End-by-War-and-Peas"
  +title: ""Happy End" by War and Peas"
  +url: "https://lemm.ee/pictrs/image/84a03cc2-a0fc-4bff-b66e-3d8f28a8676d.jpeg"
  +body: "- Source: [Website](https://warandpeas.com/2024/01/21/happy-end/) - [RSS](https://warandpeas.com/rss)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 475
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727786755 {#1971
    date: 2024-10-01 14:45:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1366 …}
  +votes: Doctrine\ORM\PersistentCollection {#1365 …}
  +reports: Doctrine\ORM\PersistentCollection {#1378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1379 …}
  +badges: Doctrine\ORM\PersistentCollection {#1367 …}
  +children: []
  -id: 32386
  -titleTs: "'end':2 'happi':1 'pea':6 'war':4"
  -bodyTs: "'/2024/01/21/happy-end/)':5 '/rss)':9 'rss':6 'sourc':1 'warandpeas.com':4,8 'warandpeas.com/2024/01/21/happy-end/)':3 'warandpeas.com/rss)':7 'websit':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706022163
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21575812"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705935763 {#1927
    date: 2024-01-22 16:02:43.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\Entry {#1368
  +user: Proxies\__CG__\App\Entity\User {#1399 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1408 …}
  +image: Proxies\__CG__\App\Entity\Image {#1396 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1394 …}
  +slug: "Happy-End-by-War-and-Peas"
  +title: ""Happy End" by War and Peas"
  +url: "https://lemm.ee/pictrs/image/84a03cc2-a0fc-4bff-b66e-3d8f28a8676d.jpeg"
  +body: "- Source: [Website](https://warandpeas.com/2024/01/21/happy-end/) - [RSS](https://warandpeas.com/rss)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 475
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727786755 {#1971
    date: 2024-10-01 14:45:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1366 …}
  +votes: Doctrine\ORM\PersistentCollection {#1365 …}
  +reports: Doctrine\ORM\PersistentCollection {#1378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1379 …}
  +badges: Doctrine\ORM\PersistentCollection {#1367 …}
  +children: []
  -id: 32386
  -titleTs: "'end':2 'happi':1 'pea':6 'war':4"
  -bodyTs: "'/2024/01/21/happy-end/)':5 '/rss)':9 'rss':6 'sourc':1 'warandpeas.com':4,8 'warandpeas.com/2024/01/21/happy-end/)':3 'warandpeas.com/rss)':7 'websit':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706022163
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21575812"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705935763 {#1927
    date: 2024-01-22 16:02:43.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\Entry {#1368
  +user: Proxies\__CG__\App\Entity\User {#1399 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1408 …}
  +image: Proxies\__CG__\App\Entity\Image {#1396 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1394 …}
  +slug: "Happy-End-by-War-and-Peas"
  +title: ""Happy End" by War and Peas"
  +url: "https://lemm.ee/pictrs/image/84a03cc2-a0fc-4bff-b66e-3d8f28a8676d.jpeg"
  +body: "- Source: [Website](https://warandpeas.com/2024/01/21/happy-end/) - [RSS](https://warandpeas.com/rss)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 475
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727786755 {#1971
    date: 2024-10-01 14:45:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1366 …}
  +votes: Doctrine\ORM\PersistentCollection {#1365 …}
  +reports: Doctrine\ORM\PersistentCollection {#1378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1379 …}
  +badges: Doctrine\ORM\PersistentCollection {#1367 …}
  +children: []
  -id: 32386
  -titleTs: "'end':2 'happi':1 'pea':6 'war':4"
  -bodyTs: "'/2024/01/21/happy-end/)':5 '/rss)':9 'rss':6 'sourc':1 'warandpeas.com':4,8 'warandpeas.com/2024/01/21/happy-end/)':3 'warandpeas.com/rss)':7 'websit':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706022163
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21575812"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705935763 {#1927
    date: 2024-01-22 16:02:43.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1904
  +user: Proxies\__CG__\App\Entity\User {#1399 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1408 …}
  +image: Proxies\__CG__\App\Entity\Image {#1956 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1394 …}
  +slug: "Disturbance-by-TheyCanTalk"
  +title: ""Disturbance" by TheyCanTalk"
  +url: "https://lemm.ee/pictrs/image/bcbba8fb-657c-471f-bf80-3a98de823235.jpeg"
  +body: "- Source: [Website](https://theycantalk.com/post/740170197869199360/disturbance) - [RSS](https://theycantalk.com/rss)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 387
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727852328 {#1898
    date: 2024-10-02 08:58:48.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: 32385
  -titleTs: "'disturb':1 'theycantalk':3"
  -bodyTs: "'/post/740170197869199360/disturbance)':5 '/rss)':9 'rss':6 'sourc':1 'theycantalk.com':4,8 'theycantalk.com/post/740170197869199360/disturbance)':3 'theycantalk.com/rss)':7 'websit':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706021869
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21575638"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705935469 {#1891
    date: 2024-01-22 15:57: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
23 DENIED edit
App\Entity\Entry {#1904
  +user: Proxies\__CG__\App\Entity\User {#1399 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1408 …}
  +image: Proxies\__CG__\App\Entity\Image {#1956 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1394 …}
  +slug: "Disturbance-by-TheyCanTalk"
  +title: ""Disturbance" by TheyCanTalk"
  +url: "https://lemm.ee/pictrs/image/bcbba8fb-657c-471f-bf80-3a98de823235.jpeg"
  +body: "- Source: [Website](https://theycantalk.com/post/740170197869199360/disturbance) - [RSS](https://theycantalk.com/rss)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 387
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727852328 {#1898
    date: 2024-10-02 08:58:48.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: 32385
  -titleTs: "'disturb':1 'theycantalk':3"
  -bodyTs: "'/post/740170197869199360/disturbance)':5 '/rss)':9 'rss':6 'sourc':1 'theycantalk.com':4,8 'theycantalk.com/post/740170197869199360/disturbance)':3 'theycantalk.com/rss)':7 'websit':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706021869
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21575638"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705935469 {#1891
    date: 2024-01-22 15:57: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
24 DENIED moderate
App\Entity\Entry {#1904
  +user: Proxies\__CG__\App\Entity\User {#1399 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1408 …}
  +image: Proxies\__CG__\App\Entity\Image {#1956 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1394 …}
  +slug: "Disturbance-by-TheyCanTalk"
  +title: ""Disturbance" by TheyCanTalk"
  +url: "https://lemm.ee/pictrs/image/bcbba8fb-657c-471f-bf80-3a98de823235.jpeg"
  +body: "- Source: [Website](https://theycantalk.com/post/740170197869199360/disturbance) - [RSS](https://theycantalk.com/rss)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 387
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727852328 {#1898
    date: 2024-10-02 08:58:48.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: 32385
  -titleTs: "'disturb':1 'theycantalk':3"
  -bodyTs: "'/post/740170197869199360/disturbance)':5 '/rss)':9 'rss':6 'sourc':1 'theycantalk.com':4,8 'theycantalk.com/post/740170197869199360/disturbance)':3 'theycantalk.com/rss)':7 'websit':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706021869
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21575638"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705935469 {#1891
    date: 2024-01-22 15:57: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
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 {#2440
  +user: Proxies\__CG__\App\Entity\User {#2439 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2436 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2357 …}
  +slug: "A-good-privacy-respecting-and-FOSS-PDF-viewer-for-Android"
  +title: "A good, privacy respecting and FOSS PDF viewer for Android?"
  +url: null
  +body: """
    Currently, I’m just using the default ‘Drive PDF Viewer’ on my Android devices, would love to switch to something FOSS and non-google. Any good recommendations?\n
    \n
    If it’s available on F-Droid, that would be preferable.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 47
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727824280 {#2442
    date: 2024-10-02 01:11:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2166 …}
  +votes: Doctrine\ORM\PersistentCollection {#2288 …}
  +reports: Doctrine\ORM\PersistentCollection {#2466 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2356 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2353 …}
  +badges: Doctrine\ORM\PersistentCollection {#2472 …}
  +children: []
  -id: 32384
  -titleTs: "'android':10 'foss':6 'good':2 'pdf':7 'privaci':3 'respect':4 'viewer':8"
  -bodyTs: "'android':13 'avail':32 'current':1 'default':7 'devic':14 'drive':8 'droid':36 'f':35 'f-droid':34 'foss':21 'good':27 'googl':25 'love':16 'm':3 'non':24 'non-googl':23 'pdf':9 'prefer':40 'recommend':28 'someth':20 'switch':18 'use':5 'viewer':10 'would':15,38"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706021818
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/8259705"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705935418 {#2426
    date: 2024-01-22 15:56: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
27 DENIED edit
App\Entity\Entry {#2440
  +user: Proxies\__CG__\App\Entity\User {#2439 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2436 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2357 …}
  +slug: "A-good-privacy-respecting-and-FOSS-PDF-viewer-for-Android"
  +title: "A good, privacy respecting and FOSS PDF viewer for Android?"
  +url: null
  +body: """
    Currently, I’m just using the default ‘Drive PDF Viewer’ on my Android devices, would love to switch to something FOSS and non-google. Any good recommendations?\n
    \n
    If it’s available on F-Droid, that would be preferable.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 47
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727824280 {#2442
    date: 2024-10-02 01:11:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2166 …}
  +votes: Doctrine\ORM\PersistentCollection {#2288 …}
  +reports: Doctrine\ORM\PersistentCollection {#2466 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2356 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2353 …}
  +badges: Doctrine\ORM\PersistentCollection {#2472 …}
  +children: []
  -id: 32384
  -titleTs: "'android':10 'foss':6 'good':2 'pdf':7 'privaci':3 'respect':4 'viewer':8"
  -bodyTs: "'android':13 'avail':32 'current':1 'default':7 'devic':14 'drive':8 'droid':36 'f':35 'f-droid':34 'foss':21 'good':27 'googl':25 'love':16 'm':3 'non':24 'non-googl':23 'pdf':9 'prefer':40 'recommend':28 'someth':20 'switch':18 'use':5 'viewer':10 'would':15,38"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706021818
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/8259705"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705935418 {#2426
    date: 2024-01-22 15:56: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
28 DENIED moderate
App\Entity\Entry {#2440
  +user: Proxies\__CG__\App\Entity\User {#2439 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2436 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2357 …}
  +slug: "A-good-privacy-respecting-and-FOSS-PDF-viewer-for-Android"
  +title: "A good, privacy respecting and FOSS PDF viewer for Android?"
  +url: null
  +body: """
    Currently, I’m just using the default ‘Drive PDF Viewer’ on my Android devices, would love to switch to something FOSS and non-google. Any good recommendations?\n
    \n
    If it’s available on F-Droid, that would be preferable.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 47
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727824280 {#2442
    date: 2024-10-02 01:11:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2166 …}
  +votes: Doctrine\ORM\PersistentCollection {#2288 …}
  +reports: Doctrine\ORM\PersistentCollection {#2466 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2356 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2353 …}
  +badges: Doctrine\ORM\PersistentCollection {#2472 …}
  +children: []
  -id: 32384
  -titleTs: "'android':10 'foss':6 'good':2 'pdf':7 'privaci':3 'respect':4 'viewer':8"
  -bodyTs: "'android':13 'avail':32 'current':1 'default':7 'devic':14 'drive':8 'droid':36 'f':35 'f-droid':34 'foss':21 'good':27 'googl':25 'love':16 'm':3 'non':24 'non-googl':23 'pdf':9 'prefer':40 'recommend':28 'someth':20 'switch':18 'use':5 'viewer':10 'would':15,38"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706021818
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/8259705"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705935418 {#2426
    date: 2024-01-22 15:56: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
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 {#2483
  +user: Proxies\__CG__\App\Entity\User {#2354 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2358 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2357 …}
  +slug: "Doubts-over-Gluetun-QBitTorrent-setup"
  +title: "Doubts over Gluetun + QBitTorrent setup"
  +url: null
  +body: """
    Hello! I’m trying to set up qbittorrent and gluetun using docker compose on my home server, using the free account of ProtonVPN.\n
    \n
    on some [posts](https://teddit.zaggy.nl/r/selfhosted/comments/15oe631/gluetun_and_qbittorrent_correct_setup_in/) I see that ports 8080, 6881 and 6881/UDP are open in gluetun. in [the guide I followed](https://www.smarthomebeginner.com/gluetun-docker-guide/) instead only port 8080 is exposed. So I exposed port 8080 and it is not working. I launched the torrent of endeavourOS iso image (that my laptop (with the same vpn) downloads in a few minutes with plenty of peers and seeds at about 4Mb/s), and it downloaded at an EXTREME low speed (a few B/s) for a few seconds, and then got stuck at stalled. When it is stalled, the qbittorrent container has no internet access (`ping linux.org` fails).\n
    \n
    So my questions are:\n
    \n
    1. Which ports do I need to open on gluetun? if I open 6881 wouldn’t my IP be exposed bypassing gluetun?\n
    2. What’s wrong with my setup? Why is internet connection so slow when there is, and why does it go away so often?\n
    3. Is this configuration secure? in case of gluetun fail, would my IP be leaked?\n
    \n
    here’s the two docker-compose.yml files:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">version: "3"\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">services:\n
    </span><span style="color:#323232;">    gluetun:\n
    </span><span style="color:#323232;">        image: qmcgaw/gluetun\n
    </span><span style="color:#323232;">        container_name: gluetun\n
    </span><span style="color:#323232;">        cap_add:\n
    </span><span style="color:#323232;">            - NET_ADMIN\n
    </span><span style="color:#323232;">        environment:\n
    </span><span style="color:#323232;">            - VPN_SERVICE_PROVIDER=protonvpn\n
    </span><span style="color:#323232;">            - OPENVPN_USER=MYUSERHERE\n
    </span><span style="color:#323232;">            - OPENVPN_PASSWORD=MYPASSWORDHERE\n
    </span><span style="color:#323232;">            - SERVER_COUNTRIES=Netherlands\n
    </span><span style="color:#323232;">            - FREE_ONLY=on\n
    </span><span style="color:#323232;">        volumes:\n
    </span><span style="color:#323232;">            - ~/docker/gluetun/gluetun:/gluetun\n
    </span><span style="color:#323232;">        ports:\n
    </span><span style="color:#323232;">            - 8080:8080 # qBittorrent\n
    </span><span style="color:#323232;">        restart: unless-stopped\n
    </span>\n
    ```\n
    \n
    and\n
    \n
    ```\n
    \n
    <span style="color:#323232;">version: "3"\n
    </span><span style="color:#323232;">services:\n
    </span><span style="color:#323232;">  qbittorrent:\n
    </span><span style="color:#323232;">    image: linuxserver/qbittorrent:latest\n
    </span><span style="color:#323232;">    container_name: qbittorrent\n
    </span><span style="color:#323232;">    environment:\n
    </span><span style="color:#323232;">      - PUID=1000\n
    </span><span style="color:#323232;">      - PGID=1000\n
    </span><span style="color:#323232;">      - TZ=Europe/Rome\n
    </span><span style="color:#323232;">      - WEBUI_PORT=8080\n
    </span><span style="color:#323232;">    volumes:\n
    </span><span style="color:#323232;">      - ~/docker/qbittorrent/config:/config\n
    </span><span style="color:#323232;">      - ~/docker/qbittorrent/downloads:/downloads\n
    </span><span style="color:#323232;">    network_mode: "container:gluetun"\n
    </span><span style="color:#323232;">    #ports:\n
    </span><span style="color:#323232;">    #  - 8080:8080\n
    </span><span style="color:#323232;">    #  - 6881:6881\n
    </span><span style="color:#323232;">    #  - 6881:6881/udp\n
    </span><span style="color:#323232;">    restart: unless-stopped\n
    </span>\n
    ```\n
    \n
    and here’s some logs:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">024-01-22T19:07:15Z INFO Settings summary:\n
    </span><span style="color:#323232;">├── VPN settings:\n
    </span><span style="color:#323232;">|   ├── VPN provider settings:\n
    </span><span style="color:#323232;">|   |   ├── Name: protonvpn\n
    </span><span style="color:#323232;">|   |   └── Server selection settings:\n
    </span><span style="color:#323232;">|   |       ├── VPN type: openvpn\n
    </span><span style="color:#323232;">|   |       ├── Countries: netherlands\n
    </span><span style="color:#323232;">|   |       ├── Free only servers: yes\n
    </span><span style="color:#323232;">|   |       └── OpenVPN server selection settings:\n
    </span><span style="color:#323232;">|   |           └── Protocol: UDP\n
    </span><span style="color:#323232;">|   └── OpenVPN settings:\n
    </span><span style="color:#323232;">|       ├── OpenVPN version: 2.5\n
    </span><span style="color:#323232;">|       ├── User: [set]\n
    </span><span style="color:#323232;">|       ├── Password: fL...BK\n
    </span><span style="color:#323232;">|       ├── Network interface: tun0\n
    </span><span style="color:#323232;">|       ├── Run OpenVPN as: root\n
    </span><span style="color:#323232;">|       └── Verbosity level: 1\n
    </span><span style="color:#323232;">├── DNS settings:\n
    </span><span style="color:#323232;">|   ├── Keep existing nameserver(s): no\n
    </span><span style="color:#323232;">|   ├── DNS server address to use: 127.0.0.1\n
    </span><span style="color:#323232;">|   └── DNS over TLS settings:\n
    </span><span style="color:#323232;">|       ├── Enabled: yes\n
    </span><span style="color:#323232;">|       ├── Update period: every 24h0m0s\n
    </span><span style="color:#323232;">|       ├── Unbound settings:\n
    </span><span style="color:#323232;">|       |   ├── Authoritative servers:\n
    </span><span style="color:#323232;">|       |   |   └── cloudflare\n
    </span><span style="color:#323232;">|       |   ├── Caching: yes\n
    </span><span style="color:#323232;">|       |   ├── IPv6: no\n
    </span><span style="color:#323232;">|       |   ├── Verbosity level: 1\n
    </span><span style="color:#323232;">|       |   ├── Verbosity details level: 0\n
    </span><span style="color:#323232;">|       |   ├── Validation log level: 0\n
    </span><span style="color:#323232;">|       |   ├── System user: root\n
    </span><span style="color:#323232;">|       |   └── Allowed networks:\n
    </span><span style="color:#323232;">|       |       ├── 0.0.0.0/0\n
    </span><span style="color:#323232;">|       |       └── ::/0\n
    </span><span style="color:#323232;">|       └── DNS filtering settings:\n
    </span><span style="color:#323232;">|           ├── Block malicious: yes\n
    </span><span style="color:#323232;">|           ├── Block ads: no\n
    </span><span style="color:#323232;">|           ├── Block surveillance: no\n
    </span><span style="color:#323232;">|           └── Blocked IP networks:\n
    </span><span style="color:#323232;">|               ├── 127.0.0.1/8\n
    </span><span style="color:#323232;">|               ├── 10.0.0.0/8\n
    </span><span style="color:#323232;">|               ├── 172.16.0.0/12\n
    </span><span style="color:#323232;">|               ├── 192.168.0.0/16\n
    </span><span style="color:#323232;">|               ├── 169.254.0.0/16\n
    </span><span style="color:#323232;">|               ├── ::1/128\n
    </span><span style="color:#323232;">|               ├── fc00::/7\n
    </span><span style="color:#323232;">|               ├── fe80::/10\n
    </span><span style="color:#323232;">|               ├── ::ffff:127.0.0.1/104\n
    </span><span style="color:#323232;">|               ├── ::ffff:10.0.0.0/104\n
    </span><span style="color:#323232;">|               ├── ::ffff:169.254.0.0/112\n
    </span><span style="color:#323232;">|               ├── ::ffff:172.16.0.0/108\n
    </span><span style="color:#323232;">|               └── ::ffff:192.168.0.0/112\n
    </span><span style="color:#323232;">├── Firewall settings:\n
    </span><span style="color:#323232;">|   └── Enabled: yes\n
    </span><span style="color:#323232;">├── Log settings:\n
    </span><span style="color:#323232;">|   └── Log level: INFO\n
    </span><span style="color:#323232;">├── Health settings:\n
    </span><span style="color:#323232;">|   ├── Server listening address: 127.0.0.1:9999\n
    </span><span style="color:#323232;">|   ├── Target address: cloudflare.com:443\n
    </span><span style="color:#323232;">|   ├── Duration to wait after success: 5s\n
    </span><span style="color:#323232;">|   ├── Read header timeout: 100ms\n
    </span><span style="color:#323232;">|   ├── Read timeout: 500ms\n
    </span><span style="color:#323232;">|   └── VPN wait durations:\n
    </span><span style="color:#323232;">|       ├── Initial duration: 6s\n
    </span><span style="color:#323232;">|       └── Additional duration: 5s\n
    </span><span style="color:#323232;">├── Shadowsocks server settings:\n
    </span><span style="color:#323232;">|   └── Enabled: no\n
    </span><span style="color:#323232;">├── HTTP proxy settings:\n
    </span><span style="color:#323232;">|   └── Enabled: no\n
    </span><span style="color:#323232;">├── Control server settings:\n
    </span><span style="color:#323232;">|   ├── Listening address: :8000\n
    </span><span style="color:#323232;">|   └── Logging: yes\n
    </span><span style="color:#323232;">├── OS Alpine settings:\n
    </span><span style="color:#323232;">|   ├── Process UID: 1000\n
    </span><span style="color:#323232;">|   └── Process GID: 1000\n
    </span><span style="color:#323232;">├── Public IP settings:\n
    </span><span style="color:#323232;">|   ├── Fetching: every 12h0m0s\n
    </span><span style="color:#323232;">|   └── IP file path: /tmp/gluetun/ip\n
    </span><span style="color:#323232;">└── Version settings:\n
    </span><span style="color:#323232;">└── Enabled: yes\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [routing] default route found: interface eth0, gateway 172.29.0.1, assigned IP 172.29.0.2 and family v4\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [routing] adding route for 0.0.0.0/0\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [firewall] setting allowed subnets...\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [routing] default route found: interface eth0, gateway 172.29.0.1, assigned IP 172.29.0.2 and family v4\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO TUN device is not available: open /dev/net/tun: no such file or directory; creating it...\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [dns] using plaintext DNS at address 1.1.1.1\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [http server] http server listening on [::]:8000\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [healthcheck] listening on 127.0.0.1:9999\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [firewall] allowing VPN connection...\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] OpenVPN 2.5.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Nov  2 2022\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] library versions: OpenSSL 3.1.4 24 Oct 2023, LZO 2.10\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]192.40.57.231:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] UDP link local: (not bound)\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] UDP link remote: [AF_INET]192.40.57.231:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [healthcheck] program has been unhealthy for 6s: restarting VPN (see https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md)\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [vpn] stopping\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [vpn] starting\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [firewall] allowing VPN connection...\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] OpenVPN 2.5.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Nov  2 2022\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] library versions: OpenSSL 3.1.4 24 Oct 2023, LZO 2.10\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]185.107.56.235:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] UDP link local: (not bound)\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] UDP link remote: [AF_INET]185.107.56.235:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z WARN [openvpn] 'link-mtu' is used inconsistently, local='link-mtu 1633', remote='link-mtu 1634'\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z WARN [openvpn] 'tun-mtu' is used inconsistently, local='tun-mtu 1532', remote='tun-mtu 1500'\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z WARN [openvpn] 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo'\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z INFO [openvpn] [node-nl-164.protonvpn.net] Peer Connection Initiated with [AF_INET]185.107.56.235:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] setsockopt TCP_NODELAY=1 failed\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] TUN/TAP device tun0 opened\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] /sbin/ip link set dev tun0 up\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] /sbin/ip addr add dev tun0 10.25.0.5/16\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] UID set to nonrootuser\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] Initialization Sequence Completed\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [dns] downloading DNS over TLS cryptographic files\n
    </span><span style="color:#323232;">2024-01-22T19:07:24Z INFO [healthcheck] healthy!\n
    </span><span style="color:#323232;">2024-01-22T19:07:24Z INFO [dns] downloading hostnames and IP block lists\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [healthcheck] unhealthy: dialing: dial tcp4: lookup cloudflare.com: i/o timeout\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [dns] init module 0: validator\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [dns] init module 1: iterator\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [dns] start of service (unbound 1.17.1).\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [dns] generate keytag query _ta-4a5c-4f66. NULL IN\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [healthcheck] healthy!\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [dns] ready\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [vpn] You are running on the bleeding edge of latest!\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [ip getter] Public IP address is 185.107.56.251 (Netherlands, North Holland, Amsterdam)\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727959050 {#2449
    date: 2024-10-03 14:37:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2487 …}
  +votes: Doctrine\ORM\PersistentCollection {#1841 …}
  +reports: Doctrine\ORM\PersistentCollection {#60 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2488 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2489 …}
  +badges: Doctrine\ORM\PersistentCollection {#2474 …}
  +children: []
  -id: 32464
  -titleTs: "'doubt':1 'gluetun':3 'qbittorr':4 'setup':5"
  -bodyTs: "'-01':289,521,542,555,566,587,608,622,636,648,659,687,704,722,735,750,770,779,788,799,827,844,862,875,890,914,938,963,980,993,1005,1021,1035,1050,1062,1073,1087,1096,1110,1126,1138,1150,1163,1180,1189,1198,1215 '-22':290,522,543,556,567,588,609,623,637,649,660,688,705,723,736,751,771,780,789,800,828,845,863,876,891,915,939,964,981,994,1006,1022,1036,1051,1063,1074,1088,1097,1111,1127,1139,1151,1164,1181,1190,1199,1216 '/0':391,392,553 '/10':422 '/104':425,428 '/108':434 '/112':431,437 '/12':413 '/16':415,417,1048 '/7':420 '/8':409,411 '/config':265 '/dev/net/tun':599 '/docker/gluetun/gluetun':232 '/docker/qbittorrent/config':264 '/docker/qbittorrent/downloads':266 '/downloads':267 '/gluetun':233 '/gluetun-docker-guide/)':49 '/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md)':768 '/r/selfhosted/comments/15oe631/gluetun_and_qbittorrent_correct_setup_in/)':29 '/sbin/ip':1012,1028,1042 '/tmp/gluetun/ip':515 '0':380,384,1135 '0.0.0.0':390,552 '024':288 '07':292,524,545,558,569,590,611,625,639,651,662,690,707,725,738,753,773,782,791,802,830,847,865,878,893,917,941,966,983,996,1008,1024,1038,1053,1065,1076,1090,1099,1113,1129,1141,1153,1166,1183,1192,1201,1218 '1':134,341,376,990,1147 '1.1.1.1':620 '1.17.1':1161 '1/128':418 '10.0.0.0':410,427 '10.25.0.5':1047 '1000':255,257,502,505 '100ms':466 '1194':720,748,860,888,978 '127.0.0.1':354,408,424,452,645 '12h0m0s':511 '1500':936,1019 '1532':931 '15z':293,525,546,559,570,591,612,626,640,652,663,691,708,726,739 '1633':907 '1634':912 '169.254.0.0':416,430 '172.16.0.0':412,433 '172.29.0.1':534,579 '172.29.0.2':537,582 '185.107.56.235':859,887,977 '185.107.56.251':1227 '192.168.0.0':414,436 '192.40.57.231':719,747 '2':156,684,824 '2.10':702,842 '2.5':326 '2.5.8':667,807 '2022':685,825 '2023':700,840 '2024':520,541,554,565,586,607,621,635,647,658,686,703,721,734,749,769,778,787,798,826,843,861,874,889,913,937,962,979,992,1004,1020,1034,1049,1061,1072,1086,1095,1109,1125,1137,1149,1162,1179,1188,1197,1214 '21z':754,774,783,792,803,831,848,866,879 '22z':894,918,942,967 '23z':984,997,1009,1025,1039,1054,1066,1077 '24':698,838 '24h0m0s':364 '24z':1091,1100 '3':180,202,244 '3.1.4':697,837 '32z':1114,1130,1142,1154 '33z':1167,1184,1193,1202,1219 '4a5c':1175 '4f66':1176 '4mb/s':94 '500ms':469 '5s':462,478 '64':669,809 '6881':35,147,275,276,277 '6881/udp':37,278 '6s':475,762 '8000':494,634 '8080':34,53,60,235,236,262,273,274 '9999':453,646 'access':126 'account':21 'ad':400,549 'add':211,1044 'addit':476 'addr':1043 'address':351,451,455,493,619,716,856,1225 'admin':213 'aead':680,820 'af':717,745,857,885,975 'allow':388,563,655,795 'alpin':498,671,811 'alpine-linux-musl':670,810 'amsterdam':1231 'assign':535,580 'authorit':367 'avail':597 'away':177 'b/s':105 'bk':331 'bleed':1210 'block':396,399,402,405,1107 'bound':733,873 'built':681,821 'bypass':154 'cach':370 'cap':210 'case':186 'cloudflar':369 'cloudflare.com':1122 'cloudflare.com:443':456 'comp':946,960 'comp-lzo':945,959 'complet':1071 'compos':13 'config':952,957 'configur':183 'connect':166,657,797,972 'contain':122,207,250,270 'control':489 'countri':226,310 'creat':605 'cryptograph':1084 'default':528,573 'detail':378 'dev':1015,1031,1045 'devic':594,1001 'dial':1118,1119 'directori':604 'dns':342,349,355,393,614,617,1079,1081,1102,1132,1144,1156,1169,1195 'docker':12 'docker-compose.yml':199 'download':81,97,1080,1103 'durat':457,472,474,477 'edg':1211 'enabl':359,440,482,487,518 'endeavouro':71 'environ':214,253 'epol':678,818 'eth0':532,577 'europe/rome':259 'everi':363,510 'exist':345 'expos':55,58,153 'extrem':100 'fail':129,189,991 'famili':539,584 'fc00':419 'fe80':421 'fetch':509 'ffff':423,426,429,432,435 'file':200,513,602,1085 'filter':394 'firewal':438,561,654,794 'fl':330 'follow':46 'found':530,575 'free':20,228,312 'gateway':533,578 'generat':1170 'getter':1222 'gid':504 'github.com':767 'github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md)':766 'gluetun':10,41,143,155,188,204,209,271 'go':176 'got':112 'guid':44 'header':464 'health':447 'healthcheck':642,756,1093,1116,1186 'healthi':1094,1187 'hello':1 'holland':1230 'home':16 'hostnam':1104 'http':484,628,630 'i/o':1123 'imag':73,205,247 'inconsist':902,926 'inet':718,746,858,886,976 'info':294,446,526,547,560,571,592,613,627,641,653,664,692,709,727,740,755,775,784,793,804,832,849,867,880,968,985,998,1010,1026,1040,1055,1067,1078,1092,1101,1115,1131,1143,1155,1168,1185,1194,1203,1220 'init':1133,1145 'initi':473,973,1069 'instead':50 'interfac':333,531,576 'internet':125,165 'ip':151,192,406,507,512,536,581,1106,1221,1224 'ipv6':372 'iso':72 'iter':1148 'keep':344 'keytag':1171 'laptop':76 'latest':249,1213 'launch':67 'leak':194 'level':340,375,379,383,445 'librari':694,834 'link':730,743,870,883,898,905,910,1013,1029 'link-mtu':897,904,909 'linux':672,812 'linux.org':128 'linuxserver/qbittorrent':248 'list':1108 'listen':450,492,632,643 'local':731,871,903,927,956 'log':287,382,442,444,495 'lookup':1121 'low':101 'lz4':677,817 'lzo':676,701,816,841,947,961 'm':3 'malici':397 'mh/pktinfo':679,819 'minut':85 'miss':954 'mode':269 'modul':1134,1146 'mtu':899,906,911,923,930,935,1018 'musl':673,813 'mypasswordher':224 'myuserher':221 'name':208,251,302 'nameserv':346 'need':139 'net':212 'netherland':227,311,1228 'network':268,332,389,407 'node-nl-164.protonvpn.net':970 'nodelay':989 'nonrootus':1060 'north':1229 'nov':683,823 'null':1177 'oct':699,839 'often':179 'open':39,141,146,598,1003 'openssl':675,696,815,836 'openvpn':219,222,309,316,322,324,336,665,666,693,710,728,741,805,806,833,850,868,881,896,920,944,969,986,999,1011,1027,1041,1056,1068 'os':497 'password':223,329 'path':514 'peer':89,971 'period':362 'pgid':256 'ping':127 'plaintext':616 'plenti':87 'port':33,52,59,136,234,261,272 'post':26 'present':949 'preserv':712,852 'process':500,503 'program':757 'protocol':320 'protonvpn':23,218,303 'provid':217,300 'proxi':485 'public':506,1223 'puid':254 'qbittorr':8,121,237,246,252 'qmcgaw/gluetun':206 'queri':1172 'question':132 'read':463,467 'readi':1196 'recent':713,853 'remot':715,744,855,884,908,932,951,958 'restart':238,279,763 'root':338,387 'rout':527,529,548,550,572,574 'run':335,1207 'second':109 'secur':184 'see':31,765 'seed':91 'select':305,318 'sequenc':1070 'server':17,225,304,314,317,350,368,449,480,490,629,631 'servic':203,216,245,1159 'set':6,295,298,301,306,319,323,328,343,358,366,395,439,443,448,481,486,491,499,508,517,562,1014,1030,1058 'setsockopt':987 'setup':162 'shadowsock':479 'slow':168 'speed':102 'ssl':674,814 'stall':115,119 'start':786,1157 'stop':241,282,777 'stuck':113 'subnet':564 'success':461 'summari':296 'surveil':403 'system':385 't19':291,523,544,557,568,589,610,624,638,650,661,689,706,724,737,752,772,781,790,801,829,846,864,877,892,916,940,965,982,995,1007,1023,1037,1052,1064,1075,1089,1098,1112,1128,1140,1152,1165,1182,1191,1200,1217 'ta':1174 'ta-4a5c-4f66':1173 'target':454 'tcp':988 'tcp/udp':711,851 'tcp4':1120 'teddit.zaggy.nl':28 'teddit.zaggy.nl/r/selfhosted/comments/15oe631/gluetun_and_qbittorrent_correct_setup_in/)':27 'timeout':465,468,1124 'tls':357,1083 'torrent':69 'tri':4 'tun':593,922,929,934 'tun-mtu':921,928,933 'tun/tap':1000 'tun0':334,1002,1016,1032,1046 'two':198 'type':308 'tz':258 'udp':321,729,742,869,882 'uid':501,1057 'unbound':365,1160 'unhealthi':760,1117 'unless':240,281 'unless-stop':239,280 'updat':361 'use':11,18,353,615,714,854,901,925 'user':220,327,386 'v4':540,585 'valid':381,1136 'verbos':339,374,377 'version':201,243,325,516,695,835 'volum':231,263 'vpn':80,215,297,299,307,470,656,764,776,785,796,1204 'wait':459,471 'warn':895,919,943 'webui':260 'work':65 'would':190 'wouldn':148 'wrong':159 'www.smarthomebeginner.com':48 'www.smarthomebeginner.com/gluetun-docker-guide/)':47 'x86':668,808 'yes':315,360,371,398,441,496,519"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706021753
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/709331"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705952253 {#2477
    date: 2024-01-22 20:37:33.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2483
  +user: Proxies\__CG__\App\Entity\User {#2354 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2358 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2357 …}
  +slug: "Doubts-over-Gluetun-QBitTorrent-setup"
  +title: "Doubts over Gluetun + QBitTorrent setup"
  +url: null
  +body: """
    Hello! I’m trying to set up qbittorrent and gluetun using docker compose on my home server, using the free account of ProtonVPN.\n
    \n
    on some [posts](https://teddit.zaggy.nl/r/selfhosted/comments/15oe631/gluetun_and_qbittorrent_correct_setup_in/) I see that ports 8080, 6881 and 6881/UDP are open in gluetun. in [the guide I followed](https://www.smarthomebeginner.com/gluetun-docker-guide/) instead only port 8080 is exposed. So I exposed port 8080 and it is not working. I launched the torrent of endeavourOS iso image (that my laptop (with the same vpn) downloads in a few minutes with plenty of peers and seeds at about 4Mb/s), and it downloaded at an EXTREME low speed (a few B/s) for a few seconds, and then got stuck at stalled. When it is stalled, the qbittorrent container has no internet access (`ping linux.org` fails).\n
    \n
    So my questions are:\n
    \n
    1. Which ports do I need to open on gluetun? if I open 6881 wouldn’t my IP be exposed bypassing gluetun?\n
    2. What’s wrong with my setup? Why is internet connection so slow when there is, and why does it go away so often?\n
    3. Is this configuration secure? in case of gluetun fail, would my IP be leaked?\n
    \n
    here’s the two docker-compose.yml files:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">version: "3"\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">services:\n
    </span><span style="color:#323232;">    gluetun:\n
    </span><span style="color:#323232;">        image: qmcgaw/gluetun\n
    </span><span style="color:#323232;">        container_name: gluetun\n
    </span><span style="color:#323232;">        cap_add:\n
    </span><span style="color:#323232;">            - NET_ADMIN\n
    </span><span style="color:#323232;">        environment:\n
    </span><span style="color:#323232;">            - VPN_SERVICE_PROVIDER=protonvpn\n
    </span><span style="color:#323232;">            - OPENVPN_USER=MYUSERHERE\n
    </span><span style="color:#323232;">            - OPENVPN_PASSWORD=MYPASSWORDHERE\n
    </span><span style="color:#323232;">            - SERVER_COUNTRIES=Netherlands\n
    </span><span style="color:#323232;">            - FREE_ONLY=on\n
    </span><span style="color:#323232;">        volumes:\n
    </span><span style="color:#323232;">            - ~/docker/gluetun/gluetun:/gluetun\n
    </span><span style="color:#323232;">        ports:\n
    </span><span style="color:#323232;">            - 8080:8080 # qBittorrent\n
    </span><span style="color:#323232;">        restart: unless-stopped\n
    </span>\n
    ```\n
    \n
    and\n
    \n
    ```\n
    \n
    <span style="color:#323232;">version: "3"\n
    </span><span style="color:#323232;">services:\n
    </span><span style="color:#323232;">  qbittorrent:\n
    </span><span style="color:#323232;">    image: linuxserver/qbittorrent:latest\n
    </span><span style="color:#323232;">    container_name: qbittorrent\n
    </span><span style="color:#323232;">    environment:\n
    </span><span style="color:#323232;">      - PUID=1000\n
    </span><span style="color:#323232;">      - PGID=1000\n
    </span><span style="color:#323232;">      - TZ=Europe/Rome\n
    </span><span style="color:#323232;">      - WEBUI_PORT=8080\n
    </span><span style="color:#323232;">    volumes:\n
    </span><span style="color:#323232;">      - ~/docker/qbittorrent/config:/config\n
    </span><span style="color:#323232;">      - ~/docker/qbittorrent/downloads:/downloads\n
    </span><span style="color:#323232;">    network_mode: "container:gluetun"\n
    </span><span style="color:#323232;">    #ports:\n
    </span><span style="color:#323232;">    #  - 8080:8080\n
    </span><span style="color:#323232;">    #  - 6881:6881\n
    </span><span style="color:#323232;">    #  - 6881:6881/udp\n
    </span><span style="color:#323232;">    restart: unless-stopped\n
    </span>\n
    ```\n
    \n
    and here’s some logs:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">024-01-22T19:07:15Z INFO Settings summary:\n
    </span><span style="color:#323232;">├── VPN settings:\n
    </span><span style="color:#323232;">|   ├── VPN provider settings:\n
    </span><span style="color:#323232;">|   |   ├── Name: protonvpn\n
    </span><span style="color:#323232;">|   |   └── Server selection settings:\n
    </span><span style="color:#323232;">|   |       ├── VPN type: openvpn\n
    </span><span style="color:#323232;">|   |       ├── Countries: netherlands\n
    </span><span style="color:#323232;">|   |       ├── Free only servers: yes\n
    </span><span style="color:#323232;">|   |       └── OpenVPN server selection settings:\n
    </span><span style="color:#323232;">|   |           └── Protocol: UDP\n
    </span><span style="color:#323232;">|   └── OpenVPN settings:\n
    </span><span style="color:#323232;">|       ├── OpenVPN version: 2.5\n
    </span><span style="color:#323232;">|       ├── User: [set]\n
    </span><span style="color:#323232;">|       ├── Password: fL...BK\n
    </span><span style="color:#323232;">|       ├── Network interface: tun0\n
    </span><span style="color:#323232;">|       ├── Run OpenVPN as: root\n
    </span><span style="color:#323232;">|       └── Verbosity level: 1\n
    </span><span style="color:#323232;">├── DNS settings:\n
    </span><span style="color:#323232;">|   ├── Keep existing nameserver(s): no\n
    </span><span style="color:#323232;">|   ├── DNS server address to use: 127.0.0.1\n
    </span><span style="color:#323232;">|   └── DNS over TLS settings:\n
    </span><span style="color:#323232;">|       ├── Enabled: yes\n
    </span><span style="color:#323232;">|       ├── Update period: every 24h0m0s\n
    </span><span style="color:#323232;">|       ├── Unbound settings:\n
    </span><span style="color:#323232;">|       |   ├── Authoritative servers:\n
    </span><span style="color:#323232;">|       |   |   └── cloudflare\n
    </span><span style="color:#323232;">|       |   ├── Caching: yes\n
    </span><span style="color:#323232;">|       |   ├── IPv6: no\n
    </span><span style="color:#323232;">|       |   ├── Verbosity level: 1\n
    </span><span style="color:#323232;">|       |   ├── Verbosity details level: 0\n
    </span><span style="color:#323232;">|       |   ├── Validation log level: 0\n
    </span><span style="color:#323232;">|       |   ├── System user: root\n
    </span><span style="color:#323232;">|       |   └── Allowed networks:\n
    </span><span style="color:#323232;">|       |       ├── 0.0.0.0/0\n
    </span><span style="color:#323232;">|       |       └── ::/0\n
    </span><span style="color:#323232;">|       └── DNS filtering settings:\n
    </span><span style="color:#323232;">|           ├── Block malicious: yes\n
    </span><span style="color:#323232;">|           ├── Block ads: no\n
    </span><span style="color:#323232;">|           ├── Block surveillance: no\n
    </span><span style="color:#323232;">|           └── Blocked IP networks:\n
    </span><span style="color:#323232;">|               ├── 127.0.0.1/8\n
    </span><span style="color:#323232;">|               ├── 10.0.0.0/8\n
    </span><span style="color:#323232;">|               ├── 172.16.0.0/12\n
    </span><span style="color:#323232;">|               ├── 192.168.0.0/16\n
    </span><span style="color:#323232;">|               ├── 169.254.0.0/16\n
    </span><span style="color:#323232;">|               ├── ::1/128\n
    </span><span style="color:#323232;">|               ├── fc00::/7\n
    </span><span style="color:#323232;">|               ├── fe80::/10\n
    </span><span style="color:#323232;">|               ├── ::ffff:127.0.0.1/104\n
    </span><span style="color:#323232;">|               ├── ::ffff:10.0.0.0/104\n
    </span><span style="color:#323232;">|               ├── ::ffff:169.254.0.0/112\n
    </span><span style="color:#323232;">|               ├── ::ffff:172.16.0.0/108\n
    </span><span style="color:#323232;">|               └── ::ffff:192.168.0.0/112\n
    </span><span style="color:#323232;">├── Firewall settings:\n
    </span><span style="color:#323232;">|   └── Enabled: yes\n
    </span><span style="color:#323232;">├── Log settings:\n
    </span><span style="color:#323232;">|   └── Log level: INFO\n
    </span><span style="color:#323232;">├── Health settings:\n
    </span><span style="color:#323232;">|   ├── Server listening address: 127.0.0.1:9999\n
    </span><span style="color:#323232;">|   ├── Target address: cloudflare.com:443\n
    </span><span style="color:#323232;">|   ├── Duration to wait after success: 5s\n
    </span><span style="color:#323232;">|   ├── Read header timeout: 100ms\n
    </span><span style="color:#323232;">|   ├── Read timeout: 500ms\n
    </span><span style="color:#323232;">|   └── VPN wait durations:\n
    </span><span style="color:#323232;">|       ├── Initial duration: 6s\n
    </span><span style="color:#323232;">|       └── Additional duration: 5s\n
    </span><span style="color:#323232;">├── Shadowsocks server settings:\n
    </span><span style="color:#323232;">|   └── Enabled: no\n
    </span><span style="color:#323232;">├── HTTP proxy settings:\n
    </span><span style="color:#323232;">|   └── Enabled: no\n
    </span><span style="color:#323232;">├── Control server settings:\n
    </span><span style="color:#323232;">|   ├── Listening address: :8000\n
    </span><span style="color:#323232;">|   └── Logging: yes\n
    </span><span style="color:#323232;">├── OS Alpine settings:\n
    </span><span style="color:#323232;">|   ├── Process UID: 1000\n
    </span><span style="color:#323232;">|   └── Process GID: 1000\n
    </span><span style="color:#323232;">├── Public IP settings:\n
    </span><span style="color:#323232;">|   ├── Fetching: every 12h0m0s\n
    </span><span style="color:#323232;">|   └── IP file path: /tmp/gluetun/ip\n
    </span><span style="color:#323232;">└── Version settings:\n
    </span><span style="color:#323232;">└── Enabled: yes\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [routing] default route found: interface eth0, gateway 172.29.0.1, assigned IP 172.29.0.2 and family v4\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [routing] adding route for 0.0.0.0/0\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [firewall] setting allowed subnets...\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [routing] default route found: interface eth0, gateway 172.29.0.1, assigned IP 172.29.0.2 and family v4\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO TUN device is not available: open /dev/net/tun: no such file or directory; creating it...\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [dns] using plaintext DNS at address 1.1.1.1\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [http server] http server listening on [::]:8000\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [healthcheck] listening on 127.0.0.1:9999\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [firewall] allowing VPN connection...\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] OpenVPN 2.5.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Nov  2 2022\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] library versions: OpenSSL 3.1.4 24 Oct 2023, LZO 2.10\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]192.40.57.231:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] UDP link local: (not bound)\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] UDP link remote: [AF_INET]192.40.57.231:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [healthcheck] program has been unhealthy for 6s: restarting VPN (see https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md)\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [vpn] stopping\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [vpn] starting\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [firewall] allowing VPN connection...\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] OpenVPN 2.5.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Nov  2 2022\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] library versions: OpenSSL 3.1.4 24 Oct 2023, LZO 2.10\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]185.107.56.235:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] UDP link local: (not bound)\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] UDP link remote: [AF_INET]185.107.56.235:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z WARN [openvpn] 'link-mtu' is used inconsistently, local='link-mtu 1633', remote='link-mtu 1634'\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z WARN [openvpn] 'tun-mtu' is used inconsistently, local='tun-mtu 1532', remote='tun-mtu 1500'\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z WARN [openvpn] 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo'\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z INFO [openvpn] [node-nl-164.protonvpn.net] Peer Connection Initiated with [AF_INET]185.107.56.235:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] setsockopt TCP_NODELAY=1 failed\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] TUN/TAP device tun0 opened\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] /sbin/ip link set dev tun0 up\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] /sbin/ip addr add dev tun0 10.25.0.5/16\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] UID set to nonrootuser\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] Initialization Sequence Completed\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [dns] downloading DNS over TLS cryptographic files\n
    </span><span style="color:#323232;">2024-01-22T19:07:24Z INFO [healthcheck] healthy!\n
    </span><span style="color:#323232;">2024-01-22T19:07:24Z INFO [dns] downloading hostnames and IP block lists\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [healthcheck] unhealthy: dialing: dial tcp4: lookup cloudflare.com: i/o timeout\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [dns] init module 0: validator\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [dns] init module 1: iterator\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [dns] start of service (unbound 1.17.1).\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [dns] generate keytag query _ta-4a5c-4f66. NULL IN\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [healthcheck] healthy!\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [dns] ready\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [vpn] You are running on the bleeding edge of latest!\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [ip getter] Public IP address is 185.107.56.251 (Netherlands, North Holland, Amsterdam)\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727959050 {#2449
    date: 2024-10-03 14:37:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2487 …}
  +votes: Doctrine\ORM\PersistentCollection {#1841 …}
  +reports: Doctrine\ORM\PersistentCollection {#60 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2488 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2489 …}
  +badges: Doctrine\ORM\PersistentCollection {#2474 …}
  +children: []
  -id: 32464
  -titleTs: "'doubt':1 'gluetun':3 'qbittorr':4 'setup':5"
  -bodyTs: "'-01':289,521,542,555,566,587,608,622,636,648,659,687,704,722,735,750,770,779,788,799,827,844,862,875,890,914,938,963,980,993,1005,1021,1035,1050,1062,1073,1087,1096,1110,1126,1138,1150,1163,1180,1189,1198,1215 '-22':290,522,543,556,567,588,609,623,637,649,660,688,705,723,736,751,771,780,789,800,828,845,863,876,891,915,939,964,981,994,1006,1022,1036,1051,1063,1074,1088,1097,1111,1127,1139,1151,1164,1181,1190,1199,1216 '/0':391,392,553 '/10':422 '/104':425,428 '/108':434 '/112':431,437 '/12':413 '/16':415,417,1048 '/7':420 '/8':409,411 '/config':265 '/dev/net/tun':599 '/docker/gluetun/gluetun':232 '/docker/qbittorrent/config':264 '/docker/qbittorrent/downloads':266 '/downloads':267 '/gluetun':233 '/gluetun-docker-guide/)':49 '/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md)':768 '/r/selfhosted/comments/15oe631/gluetun_and_qbittorrent_correct_setup_in/)':29 '/sbin/ip':1012,1028,1042 '/tmp/gluetun/ip':515 '0':380,384,1135 '0.0.0.0':390,552 '024':288 '07':292,524,545,558,569,590,611,625,639,651,662,690,707,725,738,753,773,782,791,802,830,847,865,878,893,917,941,966,983,996,1008,1024,1038,1053,1065,1076,1090,1099,1113,1129,1141,1153,1166,1183,1192,1201,1218 '1':134,341,376,990,1147 '1.1.1.1':620 '1.17.1':1161 '1/128':418 '10.0.0.0':410,427 '10.25.0.5':1047 '1000':255,257,502,505 '100ms':466 '1194':720,748,860,888,978 '127.0.0.1':354,408,424,452,645 '12h0m0s':511 '1500':936,1019 '1532':931 '15z':293,525,546,559,570,591,612,626,640,652,663,691,708,726,739 '1633':907 '1634':912 '169.254.0.0':416,430 '172.16.0.0':412,433 '172.29.0.1':534,579 '172.29.0.2':537,582 '185.107.56.235':859,887,977 '185.107.56.251':1227 '192.168.0.0':414,436 '192.40.57.231':719,747 '2':156,684,824 '2.10':702,842 '2.5':326 '2.5.8':667,807 '2022':685,825 '2023':700,840 '2024':520,541,554,565,586,607,621,635,647,658,686,703,721,734,749,769,778,787,798,826,843,861,874,889,913,937,962,979,992,1004,1020,1034,1049,1061,1072,1086,1095,1109,1125,1137,1149,1162,1179,1188,1197,1214 '21z':754,774,783,792,803,831,848,866,879 '22z':894,918,942,967 '23z':984,997,1009,1025,1039,1054,1066,1077 '24':698,838 '24h0m0s':364 '24z':1091,1100 '3':180,202,244 '3.1.4':697,837 '32z':1114,1130,1142,1154 '33z':1167,1184,1193,1202,1219 '4a5c':1175 '4f66':1176 '4mb/s':94 '500ms':469 '5s':462,478 '64':669,809 '6881':35,147,275,276,277 '6881/udp':37,278 '6s':475,762 '8000':494,634 '8080':34,53,60,235,236,262,273,274 '9999':453,646 'access':126 'account':21 'ad':400,549 'add':211,1044 'addit':476 'addr':1043 'address':351,451,455,493,619,716,856,1225 'admin':213 'aead':680,820 'af':717,745,857,885,975 'allow':388,563,655,795 'alpin':498,671,811 'alpine-linux-musl':670,810 'amsterdam':1231 'assign':535,580 'authorit':367 'avail':597 'away':177 'b/s':105 'bk':331 'bleed':1210 'block':396,399,402,405,1107 'bound':733,873 'built':681,821 'bypass':154 'cach':370 'cap':210 'case':186 'cloudflar':369 'cloudflare.com':1122 'cloudflare.com:443':456 'comp':946,960 'comp-lzo':945,959 'complet':1071 'compos':13 'config':952,957 'configur':183 'connect':166,657,797,972 'contain':122,207,250,270 'control':489 'countri':226,310 'creat':605 'cryptograph':1084 'default':528,573 'detail':378 'dev':1015,1031,1045 'devic':594,1001 'dial':1118,1119 'directori':604 'dns':342,349,355,393,614,617,1079,1081,1102,1132,1144,1156,1169,1195 'docker':12 'docker-compose.yml':199 'download':81,97,1080,1103 'durat':457,472,474,477 'edg':1211 'enabl':359,440,482,487,518 'endeavouro':71 'environ':214,253 'epol':678,818 'eth0':532,577 'europe/rome':259 'everi':363,510 'exist':345 'expos':55,58,153 'extrem':100 'fail':129,189,991 'famili':539,584 'fc00':419 'fe80':421 'fetch':509 'ffff':423,426,429,432,435 'file':200,513,602,1085 'filter':394 'firewal':438,561,654,794 'fl':330 'follow':46 'found':530,575 'free':20,228,312 'gateway':533,578 'generat':1170 'getter':1222 'gid':504 'github.com':767 'github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md)':766 'gluetun':10,41,143,155,188,204,209,271 'go':176 'got':112 'guid':44 'header':464 'health':447 'healthcheck':642,756,1093,1116,1186 'healthi':1094,1187 'hello':1 'holland':1230 'home':16 'hostnam':1104 'http':484,628,630 'i/o':1123 'imag':73,205,247 'inconsist':902,926 'inet':718,746,858,886,976 'info':294,446,526,547,560,571,592,613,627,641,653,664,692,709,727,740,755,775,784,793,804,832,849,867,880,968,985,998,1010,1026,1040,1055,1067,1078,1092,1101,1115,1131,1143,1155,1168,1185,1194,1203,1220 'init':1133,1145 'initi':473,973,1069 'instead':50 'interfac':333,531,576 'internet':125,165 'ip':151,192,406,507,512,536,581,1106,1221,1224 'ipv6':372 'iso':72 'iter':1148 'keep':344 'keytag':1171 'laptop':76 'latest':249,1213 'launch':67 'leak':194 'level':340,375,379,383,445 'librari':694,834 'link':730,743,870,883,898,905,910,1013,1029 'link-mtu':897,904,909 'linux':672,812 'linux.org':128 'linuxserver/qbittorrent':248 'list':1108 'listen':450,492,632,643 'local':731,871,903,927,956 'log':287,382,442,444,495 'lookup':1121 'low':101 'lz4':677,817 'lzo':676,701,816,841,947,961 'm':3 'malici':397 'mh/pktinfo':679,819 'minut':85 'miss':954 'mode':269 'modul':1134,1146 'mtu':899,906,911,923,930,935,1018 'musl':673,813 'mypasswordher':224 'myuserher':221 'name':208,251,302 'nameserv':346 'need':139 'net':212 'netherland':227,311,1228 'network':268,332,389,407 'node-nl-164.protonvpn.net':970 'nodelay':989 'nonrootus':1060 'north':1229 'nov':683,823 'null':1177 'oct':699,839 'often':179 'open':39,141,146,598,1003 'openssl':675,696,815,836 'openvpn':219,222,309,316,322,324,336,665,666,693,710,728,741,805,806,833,850,868,881,896,920,944,969,986,999,1011,1027,1041,1056,1068 'os':497 'password':223,329 'path':514 'peer':89,971 'period':362 'pgid':256 'ping':127 'plaintext':616 'plenti':87 'port':33,52,59,136,234,261,272 'post':26 'present':949 'preserv':712,852 'process':500,503 'program':757 'protocol':320 'protonvpn':23,218,303 'provid':217,300 'proxi':485 'public':506,1223 'puid':254 'qbittorr':8,121,237,246,252 'qmcgaw/gluetun':206 'queri':1172 'question':132 'read':463,467 'readi':1196 'recent':713,853 'remot':715,744,855,884,908,932,951,958 'restart':238,279,763 'root':338,387 'rout':527,529,548,550,572,574 'run':335,1207 'second':109 'secur':184 'see':31,765 'seed':91 'select':305,318 'sequenc':1070 'server':17,225,304,314,317,350,368,449,480,490,629,631 'servic':203,216,245,1159 'set':6,295,298,301,306,319,323,328,343,358,366,395,439,443,448,481,486,491,499,508,517,562,1014,1030,1058 'setsockopt':987 'setup':162 'shadowsock':479 'slow':168 'speed':102 'ssl':674,814 'stall':115,119 'start':786,1157 'stop':241,282,777 'stuck':113 'subnet':564 'success':461 'summari':296 'surveil':403 'system':385 't19':291,523,544,557,568,589,610,624,638,650,661,689,706,724,737,752,772,781,790,801,829,846,864,877,892,916,940,965,982,995,1007,1023,1037,1052,1064,1075,1089,1098,1112,1128,1140,1152,1165,1182,1191,1200,1217 'ta':1174 'ta-4a5c-4f66':1173 'target':454 'tcp':988 'tcp/udp':711,851 'tcp4':1120 'teddit.zaggy.nl':28 'teddit.zaggy.nl/r/selfhosted/comments/15oe631/gluetun_and_qbittorrent_correct_setup_in/)':27 'timeout':465,468,1124 'tls':357,1083 'torrent':69 'tri':4 'tun':593,922,929,934 'tun-mtu':921,928,933 'tun/tap':1000 'tun0':334,1002,1016,1032,1046 'two':198 'type':308 'tz':258 'udp':321,729,742,869,882 'uid':501,1057 'unbound':365,1160 'unhealthi':760,1117 'unless':240,281 'unless-stop':239,280 'updat':361 'use':11,18,353,615,714,854,901,925 'user':220,327,386 'v4':540,585 'valid':381,1136 'verbos':339,374,377 'version':201,243,325,516,695,835 'volum':231,263 'vpn':80,215,297,299,307,470,656,764,776,785,796,1204 'wait':459,471 'warn':895,919,943 'webui':260 'work':65 'would':190 'wouldn':148 'wrong':159 'www.smarthomebeginner.com':48 'www.smarthomebeginner.com/gluetun-docker-guide/)':47 'x86':668,808 'yes':315,360,371,398,441,496,519"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706021753
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/709331"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705952253 {#2477
    date: 2024-01-22 20:37:33.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2483
  +user: Proxies\__CG__\App\Entity\User {#2354 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2358 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2357 …}
  +slug: "Doubts-over-Gluetun-QBitTorrent-setup"
  +title: "Doubts over Gluetun + QBitTorrent setup"
  +url: null
  +body: """
    Hello! I’m trying to set up qbittorrent and gluetun using docker compose on my home server, using the free account of ProtonVPN.\n
    \n
    on some [posts](https://teddit.zaggy.nl/r/selfhosted/comments/15oe631/gluetun_and_qbittorrent_correct_setup_in/) I see that ports 8080, 6881 and 6881/UDP are open in gluetun. in [the guide I followed](https://www.smarthomebeginner.com/gluetun-docker-guide/) instead only port 8080 is exposed. So I exposed port 8080 and it is not working. I launched the torrent of endeavourOS iso image (that my laptop (with the same vpn) downloads in a few minutes with plenty of peers and seeds at about 4Mb/s), and it downloaded at an EXTREME low speed (a few B/s) for a few seconds, and then got stuck at stalled. When it is stalled, the qbittorrent container has no internet access (`ping linux.org` fails).\n
    \n
    So my questions are:\n
    \n
    1. Which ports do I need to open on gluetun? if I open 6881 wouldn’t my IP be exposed bypassing gluetun?\n
    2. What’s wrong with my setup? Why is internet connection so slow when there is, and why does it go away so often?\n
    3. Is this configuration secure? in case of gluetun fail, would my IP be leaked?\n
    \n
    here’s the two docker-compose.yml files:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">version: "3"\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">services:\n
    </span><span style="color:#323232;">    gluetun:\n
    </span><span style="color:#323232;">        image: qmcgaw/gluetun\n
    </span><span style="color:#323232;">        container_name: gluetun\n
    </span><span style="color:#323232;">        cap_add:\n
    </span><span style="color:#323232;">            - NET_ADMIN\n
    </span><span style="color:#323232;">        environment:\n
    </span><span style="color:#323232;">            - VPN_SERVICE_PROVIDER=protonvpn\n
    </span><span style="color:#323232;">            - OPENVPN_USER=MYUSERHERE\n
    </span><span style="color:#323232;">            - OPENVPN_PASSWORD=MYPASSWORDHERE\n
    </span><span style="color:#323232;">            - SERVER_COUNTRIES=Netherlands\n
    </span><span style="color:#323232;">            - FREE_ONLY=on\n
    </span><span style="color:#323232;">        volumes:\n
    </span><span style="color:#323232;">            - ~/docker/gluetun/gluetun:/gluetun\n
    </span><span style="color:#323232;">        ports:\n
    </span><span style="color:#323232;">            - 8080:8080 # qBittorrent\n
    </span><span style="color:#323232;">        restart: unless-stopped\n
    </span>\n
    ```\n
    \n
    and\n
    \n
    ```\n
    \n
    <span style="color:#323232;">version: "3"\n
    </span><span style="color:#323232;">services:\n
    </span><span style="color:#323232;">  qbittorrent:\n
    </span><span style="color:#323232;">    image: linuxserver/qbittorrent:latest\n
    </span><span style="color:#323232;">    container_name: qbittorrent\n
    </span><span style="color:#323232;">    environment:\n
    </span><span style="color:#323232;">      - PUID=1000\n
    </span><span style="color:#323232;">      - PGID=1000\n
    </span><span style="color:#323232;">      - TZ=Europe/Rome\n
    </span><span style="color:#323232;">      - WEBUI_PORT=8080\n
    </span><span style="color:#323232;">    volumes:\n
    </span><span style="color:#323232;">      - ~/docker/qbittorrent/config:/config\n
    </span><span style="color:#323232;">      - ~/docker/qbittorrent/downloads:/downloads\n
    </span><span style="color:#323232;">    network_mode: "container:gluetun"\n
    </span><span style="color:#323232;">    #ports:\n
    </span><span style="color:#323232;">    #  - 8080:8080\n
    </span><span style="color:#323232;">    #  - 6881:6881\n
    </span><span style="color:#323232;">    #  - 6881:6881/udp\n
    </span><span style="color:#323232;">    restart: unless-stopped\n
    </span>\n
    ```\n
    \n
    and here’s some logs:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">024-01-22T19:07:15Z INFO Settings summary:\n
    </span><span style="color:#323232;">├── VPN settings:\n
    </span><span style="color:#323232;">|   ├── VPN provider settings:\n
    </span><span style="color:#323232;">|   |   ├── Name: protonvpn\n
    </span><span style="color:#323232;">|   |   └── Server selection settings:\n
    </span><span style="color:#323232;">|   |       ├── VPN type: openvpn\n
    </span><span style="color:#323232;">|   |       ├── Countries: netherlands\n
    </span><span style="color:#323232;">|   |       ├── Free only servers: yes\n
    </span><span style="color:#323232;">|   |       └── OpenVPN server selection settings:\n
    </span><span style="color:#323232;">|   |           └── Protocol: UDP\n
    </span><span style="color:#323232;">|   └── OpenVPN settings:\n
    </span><span style="color:#323232;">|       ├── OpenVPN version: 2.5\n
    </span><span style="color:#323232;">|       ├── User: [set]\n
    </span><span style="color:#323232;">|       ├── Password: fL...BK\n
    </span><span style="color:#323232;">|       ├── Network interface: tun0\n
    </span><span style="color:#323232;">|       ├── Run OpenVPN as: root\n
    </span><span style="color:#323232;">|       └── Verbosity level: 1\n
    </span><span style="color:#323232;">├── DNS settings:\n
    </span><span style="color:#323232;">|   ├── Keep existing nameserver(s): no\n
    </span><span style="color:#323232;">|   ├── DNS server address to use: 127.0.0.1\n
    </span><span style="color:#323232;">|   └── DNS over TLS settings:\n
    </span><span style="color:#323232;">|       ├── Enabled: yes\n
    </span><span style="color:#323232;">|       ├── Update period: every 24h0m0s\n
    </span><span style="color:#323232;">|       ├── Unbound settings:\n
    </span><span style="color:#323232;">|       |   ├── Authoritative servers:\n
    </span><span style="color:#323232;">|       |   |   └── cloudflare\n
    </span><span style="color:#323232;">|       |   ├── Caching: yes\n
    </span><span style="color:#323232;">|       |   ├── IPv6: no\n
    </span><span style="color:#323232;">|       |   ├── Verbosity level: 1\n
    </span><span style="color:#323232;">|       |   ├── Verbosity details level: 0\n
    </span><span style="color:#323232;">|       |   ├── Validation log level: 0\n
    </span><span style="color:#323232;">|       |   ├── System user: root\n
    </span><span style="color:#323232;">|       |   └── Allowed networks:\n
    </span><span style="color:#323232;">|       |       ├── 0.0.0.0/0\n
    </span><span style="color:#323232;">|       |       └── ::/0\n
    </span><span style="color:#323232;">|       └── DNS filtering settings:\n
    </span><span style="color:#323232;">|           ├── Block malicious: yes\n
    </span><span style="color:#323232;">|           ├── Block ads: no\n
    </span><span style="color:#323232;">|           ├── Block surveillance: no\n
    </span><span style="color:#323232;">|           └── Blocked IP networks:\n
    </span><span style="color:#323232;">|               ├── 127.0.0.1/8\n
    </span><span style="color:#323232;">|               ├── 10.0.0.0/8\n
    </span><span style="color:#323232;">|               ├── 172.16.0.0/12\n
    </span><span style="color:#323232;">|               ├── 192.168.0.0/16\n
    </span><span style="color:#323232;">|               ├── 169.254.0.0/16\n
    </span><span style="color:#323232;">|               ├── ::1/128\n
    </span><span style="color:#323232;">|               ├── fc00::/7\n
    </span><span style="color:#323232;">|               ├── fe80::/10\n
    </span><span style="color:#323232;">|               ├── ::ffff:127.0.0.1/104\n
    </span><span style="color:#323232;">|               ├── ::ffff:10.0.0.0/104\n
    </span><span style="color:#323232;">|               ├── ::ffff:169.254.0.0/112\n
    </span><span style="color:#323232;">|               ├── ::ffff:172.16.0.0/108\n
    </span><span style="color:#323232;">|               └── ::ffff:192.168.0.0/112\n
    </span><span style="color:#323232;">├── Firewall settings:\n
    </span><span style="color:#323232;">|   └── Enabled: yes\n
    </span><span style="color:#323232;">├── Log settings:\n
    </span><span style="color:#323232;">|   └── Log level: INFO\n
    </span><span style="color:#323232;">├── Health settings:\n
    </span><span style="color:#323232;">|   ├── Server listening address: 127.0.0.1:9999\n
    </span><span style="color:#323232;">|   ├── Target address: cloudflare.com:443\n
    </span><span style="color:#323232;">|   ├── Duration to wait after success: 5s\n
    </span><span style="color:#323232;">|   ├── Read header timeout: 100ms\n
    </span><span style="color:#323232;">|   ├── Read timeout: 500ms\n
    </span><span style="color:#323232;">|   └── VPN wait durations:\n
    </span><span style="color:#323232;">|       ├── Initial duration: 6s\n
    </span><span style="color:#323232;">|       └── Additional duration: 5s\n
    </span><span style="color:#323232;">├── Shadowsocks server settings:\n
    </span><span style="color:#323232;">|   └── Enabled: no\n
    </span><span style="color:#323232;">├── HTTP proxy settings:\n
    </span><span style="color:#323232;">|   └── Enabled: no\n
    </span><span style="color:#323232;">├── Control server settings:\n
    </span><span style="color:#323232;">|   ├── Listening address: :8000\n
    </span><span style="color:#323232;">|   └── Logging: yes\n
    </span><span style="color:#323232;">├── OS Alpine settings:\n
    </span><span style="color:#323232;">|   ├── Process UID: 1000\n
    </span><span style="color:#323232;">|   └── Process GID: 1000\n
    </span><span style="color:#323232;">├── Public IP settings:\n
    </span><span style="color:#323232;">|   ├── Fetching: every 12h0m0s\n
    </span><span style="color:#323232;">|   └── IP file path: /tmp/gluetun/ip\n
    </span><span style="color:#323232;">└── Version settings:\n
    </span><span style="color:#323232;">└── Enabled: yes\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [routing] default route found: interface eth0, gateway 172.29.0.1, assigned IP 172.29.0.2 and family v4\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [routing] adding route for 0.0.0.0/0\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [firewall] setting allowed subnets...\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [routing] default route found: interface eth0, gateway 172.29.0.1, assigned IP 172.29.0.2 and family v4\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO TUN device is not available: open /dev/net/tun: no such file or directory; creating it...\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [dns] using plaintext DNS at address 1.1.1.1\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [http server] http server listening on [::]:8000\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [healthcheck] listening on 127.0.0.1:9999\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [firewall] allowing VPN connection...\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] OpenVPN 2.5.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Nov  2 2022\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] library versions: OpenSSL 3.1.4 24 Oct 2023, LZO 2.10\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]192.40.57.231:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] UDP link local: (not bound)\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] UDP link remote: [AF_INET]192.40.57.231:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [healthcheck] program has been unhealthy for 6s: restarting VPN (see https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md)\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [vpn] stopping\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [vpn] starting\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [firewall] allowing VPN connection...\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] OpenVPN 2.5.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Nov  2 2022\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] library versions: OpenSSL 3.1.4 24 Oct 2023, LZO 2.10\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]185.107.56.235:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] UDP link local: (not bound)\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] UDP link remote: [AF_INET]185.107.56.235:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z WARN [openvpn] 'link-mtu' is used inconsistently, local='link-mtu 1633', remote='link-mtu 1634'\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z WARN [openvpn] 'tun-mtu' is used inconsistently, local='tun-mtu 1532', remote='tun-mtu 1500'\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z WARN [openvpn] 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo'\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z INFO [openvpn] [node-nl-164.protonvpn.net] Peer Connection Initiated with [AF_INET]185.107.56.235:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] setsockopt TCP_NODELAY=1 failed\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] TUN/TAP device tun0 opened\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] /sbin/ip link set dev tun0 up\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] /sbin/ip addr add dev tun0 10.25.0.5/16\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] UID set to nonrootuser\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] Initialization Sequence Completed\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [dns] downloading DNS over TLS cryptographic files\n
    </span><span style="color:#323232;">2024-01-22T19:07:24Z INFO [healthcheck] healthy!\n
    </span><span style="color:#323232;">2024-01-22T19:07:24Z INFO [dns] downloading hostnames and IP block lists\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [healthcheck] unhealthy: dialing: dial tcp4: lookup cloudflare.com: i/o timeout\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [dns] init module 0: validator\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [dns] init module 1: iterator\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [dns] start of service (unbound 1.17.1).\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [dns] generate keytag query _ta-4a5c-4f66. NULL IN\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [healthcheck] healthy!\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [dns] ready\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [vpn] You are running on the bleeding edge of latest!\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [ip getter] Public IP address is 185.107.56.251 (Netherlands, North Holland, Amsterdam)\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727959050 {#2449
    date: 2024-10-03 14:37:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2487 …}
  +votes: Doctrine\ORM\PersistentCollection {#1841 …}
  +reports: Doctrine\ORM\PersistentCollection {#60 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2488 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2489 …}
  +badges: Doctrine\ORM\PersistentCollection {#2474 …}
  +children: []
  -id: 32464
  -titleTs: "'doubt':1 'gluetun':3 'qbittorr':4 'setup':5"
  -bodyTs: "'-01':289,521,542,555,566,587,608,622,636,648,659,687,704,722,735,750,770,779,788,799,827,844,862,875,890,914,938,963,980,993,1005,1021,1035,1050,1062,1073,1087,1096,1110,1126,1138,1150,1163,1180,1189,1198,1215 '-22':290,522,543,556,567,588,609,623,637,649,660,688,705,723,736,751,771,780,789,800,828,845,863,876,891,915,939,964,981,994,1006,1022,1036,1051,1063,1074,1088,1097,1111,1127,1139,1151,1164,1181,1190,1199,1216 '/0':391,392,553 '/10':422 '/104':425,428 '/108':434 '/112':431,437 '/12':413 '/16':415,417,1048 '/7':420 '/8':409,411 '/config':265 '/dev/net/tun':599 '/docker/gluetun/gluetun':232 '/docker/qbittorrent/config':264 '/docker/qbittorrent/downloads':266 '/downloads':267 '/gluetun':233 '/gluetun-docker-guide/)':49 '/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md)':768 '/r/selfhosted/comments/15oe631/gluetun_and_qbittorrent_correct_setup_in/)':29 '/sbin/ip':1012,1028,1042 '/tmp/gluetun/ip':515 '0':380,384,1135 '0.0.0.0':390,552 '024':288 '07':292,524,545,558,569,590,611,625,639,651,662,690,707,725,738,753,773,782,791,802,830,847,865,878,893,917,941,966,983,996,1008,1024,1038,1053,1065,1076,1090,1099,1113,1129,1141,1153,1166,1183,1192,1201,1218 '1':134,341,376,990,1147 '1.1.1.1':620 '1.17.1':1161 '1/128':418 '10.0.0.0':410,427 '10.25.0.5':1047 '1000':255,257,502,505 '100ms':466 '1194':720,748,860,888,978 '127.0.0.1':354,408,424,452,645 '12h0m0s':511 '1500':936,1019 '1532':931 '15z':293,525,546,559,570,591,612,626,640,652,663,691,708,726,739 '1633':907 '1634':912 '169.254.0.0':416,430 '172.16.0.0':412,433 '172.29.0.1':534,579 '172.29.0.2':537,582 '185.107.56.235':859,887,977 '185.107.56.251':1227 '192.168.0.0':414,436 '192.40.57.231':719,747 '2':156,684,824 '2.10':702,842 '2.5':326 '2.5.8':667,807 '2022':685,825 '2023':700,840 '2024':520,541,554,565,586,607,621,635,647,658,686,703,721,734,749,769,778,787,798,826,843,861,874,889,913,937,962,979,992,1004,1020,1034,1049,1061,1072,1086,1095,1109,1125,1137,1149,1162,1179,1188,1197,1214 '21z':754,774,783,792,803,831,848,866,879 '22z':894,918,942,967 '23z':984,997,1009,1025,1039,1054,1066,1077 '24':698,838 '24h0m0s':364 '24z':1091,1100 '3':180,202,244 '3.1.4':697,837 '32z':1114,1130,1142,1154 '33z':1167,1184,1193,1202,1219 '4a5c':1175 '4f66':1176 '4mb/s':94 '500ms':469 '5s':462,478 '64':669,809 '6881':35,147,275,276,277 '6881/udp':37,278 '6s':475,762 '8000':494,634 '8080':34,53,60,235,236,262,273,274 '9999':453,646 'access':126 'account':21 'ad':400,549 'add':211,1044 'addit':476 'addr':1043 'address':351,451,455,493,619,716,856,1225 'admin':213 'aead':680,820 'af':717,745,857,885,975 'allow':388,563,655,795 'alpin':498,671,811 'alpine-linux-musl':670,810 'amsterdam':1231 'assign':535,580 'authorit':367 'avail':597 'away':177 'b/s':105 'bk':331 'bleed':1210 'block':396,399,402,405,1107 'bound':733,873 'built':681,821 'bypass':154 'cach':370 'cap':210 'case':186 'cloudflar':369 'cloudflare.com':1122 'cloudflare.com:443':456 'comp':946,960 'comp-lzo':945,959 'complet':1071 'compos':13 'config':952,957 'configur':183 'connect':166,657,797,972 'contain':122,207,250,270 'control':489 'countri':226,310 'creat':605 'cryptograph':1084 'default':528,573 'detail':378 'dev':1015,1031,1045 'devic':594,1001 'dial':1118,1119 'directori':604 'dns':342,349,355,393,614,617,1079,1081,1102,1132,1144,1156,1169,1195 'docker':12 'docker-compose.yml':199 'download':81,97,1080,1103 'durat':457,472,474,477 'edg':1211 'enabl':359,440,482,487,518 'endeavouro':71 'environ':214,253 'epol':678,818 'eth0':532,577 'europe/rome':259 'everi':363,510 'exist':345 'expos':55,58,153 'extrem':100 'fail':129,189,991 'famili':539,584 'fc00':419 'fe80':421 'fetch':509 'ffff':423,426,429,432,435 'file':200,513,602,1085 'filter':394 'firewal':438,561,654,794 'fl':330 'follow':46 'found':530,575 'free':20,228,312 'gateway':533,578 'generat':1170 'getter':1222 'gid':504 'github.com':767 'github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md)':766 'gluetun':10,41,143,155,188,204,209,271 'go':176 'got':112 'guid':44 'header':464 'health':447 'healthcheck':642,756,1093,1116,1186 'healthi':1094,1187 'hello':1 'holland':1230 'home':16 'hostnam':1104 'http':484,628,630 'i/o':1123 'imag':73,205,247 'inconsist':902,926 'inet':718,746,858,886,976 'info':294,446,526,547,560,571,592,613,627,641,653,664,692,709,727,740,755,775,784,793,804,832,849,867,880,968,985,998,1010,1026,1040,1055,1067,1078,1092,1101,1115,1131,1143,1155,1168,1185,1194,1203,1220 'init':1133,1145 'initi':473,973,1069 'instead':50 'interfac':333,531,576 'internet':125,165 'ip':151,192,406,507,512,536,581,1106,1221,1224 'ipv6':372 'iso':72 'iter':1148 'keep':344 'keytag':1171 'laptop':76 'latest':249,1213 'launch':67 'leak':194 'level':340,375,379,383,445 'librari':694,834 'link':730,743,870,883,898,905,910,1013,1029 'link-mtu':897,904,909 'linux':672,812 'linux.org':128 'linuxserver/qbittorrent':248 'list':1108 'listen':450,492,632,643 'local':731,871,903,927,956 'log':287,382,442,444,495 'lookup':1121 'low':101 'lz4':677,817 'lzo':676,701,816,841,947,961 'm':3 'malici':397 'mh/pktinfo':679,819 'minut':85 'miss':954 'mode':269 'modul':1134,1146 'mtu':899,906,911,923,930,935,1018 'musl':673,813 'mypasswordher':224 'myuserher':221 'name':208,251,302 'nameserv':346 'need':139 'net':212 'netherland':227,311,1228 'network':268,332,389,407 'node-nl-164.protonvpn.net':970 'nodelay':989 'nonrootus':1060 'north':1229 'nov':683,823 'null':1177 'oct':699,839 'often':179 'open':39,141,146,598,1003 'openssl':675,696,815,836 'openvpn':219,222,309,316,322,324,336,665,666,693,710,728,741,805,806,833,850,868,881,896,920,944,969,986,999,1011,1027,1041,1056,1068 'os':497 'password':223,329 'path':514 'peer':89,971 'period':362 'pgid':256 'ping':127 'plaintext':616 'plenti':87 'port':33,52,59,136,234,261,272 'post':26 'present':949 'preserv':712,852 'process':500,503 'program':757 'protocol':320 'protonvpn':23,218,303 'provid':217,300 'proxi':485 'public':506,1223 'puid':254 'qbittorr':8,121,237,246,252 'qmcgaw/gluetun':206 'queri':1172 'question':132 'read':463,467 'readi':1196 'recent':713,853 'remot':715,744,855,884,908,932,951,958 'restart':238,279,763 'root':338,387 'rout':527,529,548,550,572,574 'run':335,1207 'second':109 'secur':184 'see':31,765 'seed':91 'select':305,318 'sequenc':1070 'server':17,225,304,314,317,350,368,449,480,490,629,631 'servic':203,216,245,1159 'set':6,295,298,301,306,319,323,328,343,358,366,395,439,443,448,481,486,491,499,508,517,562,1014,1030,1058 'setsockopt':987 'setup':162 'shadowsock':479 'slow':168 'speed':102 'ssl':674,814 'stall':115,119 'start':786,1157 'stop':241,282,777 'stuck':113 'subnet':564 'success':461 'summari':296 'surveil':403 'system':385 't19':291,523,544,557,568,589,610,624,638,650,661,689,706,724,737,752,772,781,790,801,829,846,864,877,892,916,940,965,982,995,1007,1023,1037,1052,1064,1075,1089,1098,1112,1128,1140,1152,1165,1182,1191,1200,1217 'ta':1174 'ta-4a5c-4f66':1173 'target':454 'tcp':988 'tcp/udp':711,851 'tcp4':1120 'teddit.zaggy.nl':28 'teddit.zaggy.nl/r/selfhosted/comments/15oe631/gluetun_and_qbittorrent_correct_setup_in/)':27 'timeout':465,468,1124 'tls':357,1083 'torrent':69 'tri':4 'tun':593,922,929,934 'tun-mtu':921,928,933 'tun/tap':1000 'tun0':334,1002,1016,1032,1046 'two':198 'type':308 'tz':258 'udp':321,729,742,869,882 'uid':501,1057 'unbound':365,1160 'unhealthi':760,1117 'unless':240,281 'unless-stop':239,280 'updat':361 'use':11,18,353,615,714,854,901,925 'user':220,327,386 'v4':540,585 'valid':381,1136 'verbos':339,374,377 'version':201,243,325,516,695,835 'volum':231,263 'vpn':80,215,297,299,307,470,656,764,776,785,796,1204 'wait':459,471 'warn':895,919,943 'webui':260 'work':65 'would':190 'wouldn':148 'wrong':159 'www.smarthomebeginner.com':48 'www.smarthomebeginner.com/gluetun-docker-guide/)':47 'x86':668,808 'yes':315,360,371,398,441,496,519"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706021753
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/709331"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705952253 {#2477
    date: 2024-01-22 20:37:33.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\Entry {#2481
  +user: Proxies\__CG__\App\Entity\User {#1399 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1512 …}
  +image: Proxies\__CG__\App\Entity\Image {#1508 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1394 …}
  +slug: "Lemmy-in-nutshell"
  +title: "Lemmy in nutshell?"
  +url: "https://lemm.ee/pictrs/image/0c3bd5e2-ca93-4224-8133-419678f32b07.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 606
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706019720 {#2484
    date: 2024-01-23 15:22:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1524 …}
  +votes: Doctrine\ORM\PersistentCollection {#1500 …}
  +reports: Doctrine\ORM\PersistentCollection {#1514 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1502 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1544 …}
  +badges: Doctrine\ORM\PersistentCollection {#1547 …}
  +children: []
  -id: 32382
  -titleTs: "'lemmi':1 'nutshel':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706020941
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21574771"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705934541 {#1391
    date: 2024-01-22 15:42:21.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\Entry {#2481
  +user: Proxies\__CG__\App\Entity\User {#1399 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1512 …}
  +image: Proxies\__CG__\App\Entity\Image {#1508 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1394 …}
  +slug: "Lemmy-in-nutshell"
  +title: "Lemmy in nutshell?"
  +url: "https://lemm.ee/pictrs/image/0c3bd5e2-ca93-4224-8133-419678f32b07.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 606
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706019720 {#2484
    date: 2024-01-23 15:22:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1524 …}
  +votes: Doctrine\ORM\PersistentCollection {#1500 …}
  +reports: Doctrine\ORM\PersistentCollection {#1514 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1502 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1544 …}
  +badges: Doctrine\ORM\PersistentCollection {#1547 …}
  +children: []
  -id: 32382
  -titleTs: "'lemmi':1 'nutshel':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706020941
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21574771"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705934541 {#1391
    date: 2024-01-22 15:42:21.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\Entry {#2481
  +user: Proxies\__CG__\App\Entity\User {#1399 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1512 …}
  +image: Proxies\__CG__\App\Entity\Image {#1508 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1394 …}
  +slug: "Lemmy-in-nutshell"
  +title: "Lemmy in nutshell?"
  +url: "https://lemm.ee/pictrs/image/0c3bd5e2-ca93-4224-8133-419678f32b07.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 606
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706019720 {#2484
    date: 2024-01-23 15:22:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1524 …}
  +votes: Doctrine\ORM\PersistentCollection {#1500 …}
  +reports: Doctrine\ORM\PersistentCollection {#1514 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1502 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1544 …}
  +badges: Doctrine\ORM\PersistentCollection {#1547 …}
  +children: []
  -id: 32382
  -titleTs: "'lemmi':1 'nutshel':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706020941
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21574771"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705934541 {#1391
    date: 2024-01-22 15:42:21.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
App\Entity\Entry {#1523
  +user: Proxies\__CG__\App\Entity\User {#1480 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1522 …}
  +image: Proxies\__CG__\App\Entity\Image {#1510 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1394 …}
  +slug: "In-the-most-literal-and-original-sense-of-the-word"
  +title: "In the most literal and original sense of the word, this is a meme."
  +url: "https://lemm.ee/pictrs/image/b9800a3c-fab8-432e-8edc-01520bda7a1e.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727835346 {#1482
    date: 2024-10-02 04:15:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1506 …}
  +votes: Doctrine\ORM\PersistentCollection {#1504 …}
  +reports: Doctrine\ORM\PersistentCollection {#1505 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1532 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1534 …}
  +badges: Doctrine\ORM\PersistentCollection {#1540 …}
  +children: []
  -id: 32505
  -titleTs: "'liter':4 'meme':14 'origin':6 'sens':7 'word':10"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706020531
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21617211"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705971531 {#1511
    date: 2024-01-23 01:58:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
App\Entity\Entry {#1523
  +user: Proxies\__CG__\App\Entity\User {#1480 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1522 …}
  +image: Proxies\__CG__\App\Entity\Image {#1510 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1394 …}
  +slug: "In-the-most-literal-and-original-sense-of-the-word"
  +title: "In the most literal and original sense of the word, this is a meme."
  +url: "https://lemm.ee/pictrs/image/b9800a3c-fab8-432e-8edc-01520bda7a1e.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727835346 {#1482
    date: 2024-10-02 04:15:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1506 …}
  +votes: Doctrine\ORM\PersistentCollection {#1504 …}
  +reports: Doctrine\ORM\PersistentCollection {#1505 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1532 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1534 …}
  +badges: Doctrine\ORM\PersistentCollection {#1540 …}
  +children: []
  -id: 32505
  -titleTs: "'liter':4 'meme':14 'origin':6 'sens':7 'word':10"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706020531
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21617211"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705971531 {#1511
    date: 2024-01-23 01:58:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
App\Entity\Entry {#1523
  +user: Proxies\__CG__\App\Entity\User {#1480 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1522 …}
  +image: Proxies\__CG__\App\Entity\Image {#1510 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1394 …}
  +slug: "In-the-most-literal-and-original-sense-of-the-word"
  +title: "In the most literal and original sense of the word, this is a meme."
  +url: "https://lemm.ee/pictrs/image/b9800a3c-fab8-432e-8edc-01520bda7a1e.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727835346 {#1482
    date: 2024-10-02 04:15:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1506 …}
  +votes: Doctrine\ORM\PersistentCollection {#1504 …}
  +reports: Doctrine\ORM\PersistentCollection {#1505 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1532 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1534 …}
  +badges: Doctrine\ORM\PersistentCollection {#1540 …}
  +children: []
  -id: 32505
  -titleTs: "'liter':4 'meme':14 'origin':6 'sens':7 'word':10"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706020531
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21617211"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705971531 {#1511
    date: 2024-01-23 01:58:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
App\Entity\Entry {#1541
  +user: Proxies\__CG__\App\Entity\User {#1529 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1531 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2357 …}
  +slug: "Microsoft-Copilot-Pro"
  +title: "Microsoft Copilot Pro"
  +url: null
  +body: "I recently stumbled upon [this announcement](https://www.microsoft.com/en-us/store/b/copilotpro) of the long awaited Copilot Pro. I need to prepare a PowerPoint presentation this week so any capacity to use this for free would be tremendous. Thanks y’all!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 22
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728424088 {#1533
    date: 2024-10-08 23:48:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1530 …}
  +votes: Doctrine\ORM\PersistentCollection {#1536 …}
  +reports: Doctrine\ORM\PersistentCollection {#1516 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1519 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1517 …}
  +badges: Doctrine\ORM\PersistentCollection {#1623 …}
  +children: []
  -id: 32381
  -titleTs: "'copilot':2 'microsoft':1 'pro':3"
  -bodyTs: "'/en-us/store/b/copilotpro)':9 'announc':6 'await':13 'capac':27 'copilot':14 'free':32 'long':12 'need':17 'powerpoint':21 'prepar':19 'present':22 'pro':15 'recent':2 'stumbl':3 'thank':36 'tremend':35 'upon':4 'use':29 'week':24 'would':33 'www.microsoft.com':8 'www.microsoft.com/en-us/store/b/copilotpro)':7 'y':37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706020180
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13269392"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705933780 {#1539
    date: 2024-01-22 15:29: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
43 DENIED edit
App\Entity\Entry {#1541
  +user: Proxies\__CG__\App\Entity\User {#1529 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1531 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2357 …}
  +slug: "Microsoft-Copilot-Pro"
  +title: "Microsoft Copilot Pro"
  +url: null
  +body: "I recently stumbled upon [this announcement](https://www.microsoft.com/en-us/store/b/copilotpro) of the long awaited Copilot Pro. I need to prepare a PowerPoint presentation this week so any capacity to use this for free would be tremendous. Thanks y’all!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 22
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728424088 {#1533
    date: 2024-10-08 23:48:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1530 …}
  +votes: Doctrine\ORM\PersistentCollection {#1536 …}
  +reports: Doctrine\ORM\PersistentCollection {#1516 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1519 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1517 …}
  +badges: Doctrine\ORM\PersistentCollection {#1623 …}
  +children: []
  -id: 32381
  -titleTs: "'copilot':2 'microsoft':1 'pro':3"
  -bodyTs: "'/en-us/store/b/copilotpro)':9 'announc':6 'await':13 'capac':27 'copilot':14 'free':32 'long':12 'need':17 'powerpoint':21 'prepar':19 'present':22 'pro':15 'recent':2 'stumbl':3 'thank':36 'tremend':35 'upon':4 'use':29 'week':24 'would':33 'www.microsoft.com':8 'www.microsoft.com/en-us/store/b/copilotpro)':7 'y':37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706020180
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13269392"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705933780 {#1539
    date: 2024-01-22 15:29: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
44 DENIED moderate
App\Entity\Entry {#1541
  +user: Proxies\__CG__\App\Entity\User {#1529 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1531 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2357 …}
  +slug: "Microsoft-Copilot-Pro"
  +title: "Microsoft Copilot Pro"
  +url: null
  +body: "I recently stumbled upon [this announcement](https://www.microsoft.com/en-us/store/b/copilotpro) of the long awaited Copilot Pro. I need to prepare a PowerPoint presentation this week so any capacity to use this for free would be tremendous. Thanks y’all!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 22
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728424088 {#1533
    date: 2024-10-08 23:48:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1530 …}
  +votes: Doctrine\ORM\PersistentCollection {#1536 …}
  +reports: Doctrine\ORM\PersistentCollection {#1516 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1519 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1517 …}
  +badges: Doctrine\ORM\PersistentCollection {#1623 …}
  +children: []
  -id: 32381
  -titleTs: "'copilot':2 'microsoft':1 'pro':3"
  -bodyTs: "'/en-us/store/b/copilotpro)':9 'announc':6 'await':13 'capac':27 'copilot':14 'free':32 'long':12 'need':17 'powerpoint':21 'prepar':19 'present':22 'pro':15 'recent':2 'stumbl':3 'thank':36 'tremend':35 'upon':4 'use':29 'week':24 'would':33 'www.microsoft.com':8 'www.microsoft.com/en-us/store/b/copilotpro)':7 'y':37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706020180
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13269392"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705933780 {#1539
    date: 2024-01-22 15:29: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
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 {#1713
  +user: Proxies\__CG__\App\Entity\User {#1712 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1710 …}
  +image: Proxies\__CG__\App\Entity\Image {#1706 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1742 …}
  +slug: "Please-clap"
  +title: "Please clap"
  +url: "https://lemmy.today/pictrs/image/84ea045f-6557-4296-b113-e06c9e3f83aa.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 7
  +favouriteCount: 432
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727793897 {#1406
    date: 2024-10-01 16:44:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1657 …}
  +votes: Doctrine\ORM\PersistentCollection {#1745 …}
  +reports: Doctrine\ORM\PersistentCollection {#1738 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1746 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1750 …}
  +badges: Doctrine\ORM\PersistentCollection {#1468 …}
  +children: []
  -id: 32380
  -titleTs: "'clap':2 'pleas':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706020044
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/5508940"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705933644 {#1704
    date: 2024-01-22 15:27:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\Entry {#1713
  +user: Proxies\__CG__\App\Entity\User {#1712 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1710 …}
  +image: Proxies\__CG__\App\Entity\Image {#1706 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1742 …}
  +slug: "Please-clap"
  +title: "Please clap"
  +url: "https://lemmy.today/pictrs/image/84ea045f-6557-4296-b113-e06c9e3f83aa.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 7
  +favouriteCount: 432
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727793897 {#1406
    date: 2024-10-01 16:44:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1657 …}
  +votes: Doctrine\ORM\PersistentCollection {#1745 …}
  +reports: Doctrine\ORM\PersistentCollection {#1738 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1746 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1750 …}
  +badges: Doctrine\ORM\PersistentCollection {#1468 …}
  +children: []
  -id: 32380
  -titleTs: "'clap':2 'pleas':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706020044
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/5508940"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705933644 {#1704
    date: 2024-01-22 15:27:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\Entry {#1713
  +user: Proxies\__CG__\App\Entity\User {#1712 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1710 …}
  +image: Proxies\__CG__\App\Entity\Image {#1706 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1742 …}
  +slug: "Please-clap"
  +title: "Please clap"
  +url: "https://lemmy.today/pictrs/image/84ea045f-6557-4296-b113-e06c9e3f83aa.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 7
  +favouriteCount: 432
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727793897 {#1406
    date: 2024-10-01 16:44:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1657 …}
  +votes: Doctrine\ORM\PersistentCollection {#1745 …}
  +reports: Doctrine\ORM\PersistentCollection {#1738 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1746 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1750 …}
  +badges: Doctrine\ORM\PersistentCollection {#1468 …}
  +children: []
  -id: 32380
  -titleTs: "'clap':2 'pleas':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706020044
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/5508940"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705933644 {#1704
    date: 2024-01-22 15:27:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1470
  +user: Proxies\__CG__\App\Entity\User {#1469 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1710 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2357 …}
  +slug: "The-cumming-will-continue-until-the-spankings-stop"
  +title: "The cumming will continue until the spankings stop."
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727976785 {#1472
    date: 2024-10-03 19:33:05.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1473 …}
  +votes: Doctrine\ORM\PersistentCollection {#1483 …}
  +reports: Doctrine\ORM\PersistentCollection {#1484 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1488 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1485 …}
  +badges: Doctrine\ORM\PersistentCollection {#1496 …}
  +children: []
  -id: 32378
  -titleTs: "'continu':4 'cum':2 'spank':7 'stop':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706019996
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13269292"
  +editedAt: DateTimeImmutable @1727654449 {#1471
    date: 2024-09-30 02:00:49.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705933596 {#1467
    date: 2024-01-22 15:26:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\Entry {#1470
  +user: Proxies\__CG__\App\Entity\User {#1469 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1710 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2357 …}
  +slug: "The-cumming-will-continue-until-the-spankings-stop"
  +title: "The cumming will continue until the spankings stop."
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727976785 {#1472
    date: 2024-10-03 19:33:05.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1473 …}
  +votes: Doctrine\ORM\PersistentCollection {#1483 …}
  +reports: Doctrine\ORM\PersistentCollection {#1484 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1488 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1485 …}
  +badges: Doctrine\ORM\PersistentCollection {#1496 …}
  +children: []
  -id: 32378
  -titleTs: "'continu':4 'cum':2 'spank':7 'stop':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706019996
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13269292"
  +editedAt: DateTimeImmutable @1727654449 {#1471
    date: 2024-09-30 02:00:49.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705933596 {#1467
    date: 2024-01-22 15:26:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\Entry {#1470
  +user: Proxies\__CG__\App\Entity\User {#1469 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1710 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2357 …}
  +slug: "The-cumming-will-continue-until-the-spankings-stop"
  +title: "The cumming will continue until the spankings stop."
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727976785 {#1472
    date: 2024-10-03 19:33:05.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1473 …}
  +votes: Doctrine\ORM\PersistentCollection {#1483 …}
  +reports: Doctrine\ORM\PersistentCollection {#1484 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1488 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1485 …}
  +badges: Doctrine\ORM\PersistentCollection {#1496 …}
  +children: []
  -id: 32378
  -titleTs: "'continu':4 'cum':2 'spank':7 'stop':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706019996
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13269292"
  +editedAt: DateTimeImmutable @1727654449 {#1471
    date: 2024-09-30 02:00:49.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705933596 {#1467
    date: 2024-01-22 15:26:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1493
  +user: Proxies\__CG__\App\Entity\User {#1495 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1492 …}
  +image: Proxies\__CG__\App\Entity\Image {#1475 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1477 …}
  +slug: "DISC-Noa-senpai-wa-Tomodachi-chapter-13"
  +title: "[DISC] Noa-senpai wa Tomodachi - chapter 13"
  +url: "https://mangadex.org/chapter/bb57b872-3c73-4dd0-a744-23c989d97ad0/1"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706006067 {#1490
    date: 2024-01-23 11:34:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1476 …}
  +votes: Doctrine\ORM\PersistentCollection {#1758 …}
  +reports: Doctrine\ORM\PersistentCollection {#1755 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1757 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1756 …}
  +badges: Doctrine\ORM\PersistentCollection {#1759 …}
  +children: []
  -id: 32560
  -titleTs: "'13':8 'chapter':7 'disc':1 'noa':3 'noa-senpai':2 'senpai':4 'tomodachi':6 'wa':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706019567
  +visibility: "visible             "
  +apId: "https://lemmy.wtf/post/3769740"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706006067 {#1491
    date: 2024-01-23 11:34:27.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\Entry {#1493
  +user: Proxies\__CG__\App\Entity\User {#1495 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1492 …}
  +image: Proxies\__CG__\App\Entity\Image {#1475 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1477 …}
  +slug: "DISC-Noa-senpai-wa-Tomodachi-chapter-13"
  +title: "[DISC] Noa-senpai wa Tomodachi - chapter 13"
  +url: "https://mangadex.org/chapter/bb57b872-3c73-4dd0-a744-23c989d97ad0/1"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706006067 {#1490
    date: 2024-01-23 11:34:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1476 …}
  +votes: Doctrine\ORM\PersistentCollection {#1758 …}
  +reports: Doctrine\ORM\PersistentCollection {#1755 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1757 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1756 …}
  +badges: Doctrine\ORM\PersistentCollection {#1759 …}
  +children: []
  -id: 32560
  -titleTs: "'13':8 'chapter':7 'disc':1 'noa':3 'noa-senpai':2 'senpai':4 'tomodachi':6 'wa':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706019567
  +visibility: "visible             "
  +apId: "https://lemmy.wtf/post/3769740"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706006067 {#1491
    date: 2024-01-23 11:34:27.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\Entry {#1493
  +user: Proxies\__CG__\App\Entity\User {#1495 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1492 …}
  +image: Proxies\__CG__\App\Entity\Image {#1475 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1477 …}
  +slug: "DISC-Noa-senpai-wa-Tomodachi-chapter-13"
  +title: "[DISC] Noa-senpai wa Tomodachi - chapter 13"
  +url: "https://mangadex.org/chapter/bb57b872-3c73-4dd0-a744-23c989d97ad0/1"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1706006067 {#1490
    date: 2024-01-23 11:34:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1476 …}
  +votes: Doctrine\ORM\PersistentCollection {#1758 …}
  +reports: Doctrine\ORM\PersistentCollection {#1755 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1757 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1756 …}
  +badges: Doctrine\ORM\PersistentCollection {#1759 …}
  +children: []
  -id: 32560
  -titleTs: "'13':8 'chapter':7 'disc':1 'noa':3 'noa-senpai':2 'senpai':4 'tomodachi':6 'wa':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706019567
  +visibility: "visible             "
  +apId: "https://lemmy.wtf/post/3769740"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706006067 {#1491
    date: 2024-01-23 11:34:27.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1772
  +user: Proxies\__CG__\App\Entity\User {#1779 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1512 …}
  +image: Proxies\__CG__\App\Entity\Image {#1778 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1787 …}
  +slug: "Jack-of-all"
  +title: "Jack of all"
  +url: "https://lemmy.zip/pictrs/image/03d65367-1ceb-4e38-8399-2c10e5bdab5f.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 7
  +favouriteCount: 260
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727724503 {#1751
    date: 2024-09-30 21:28:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1777 …}
  +votes: Doctrine\ORM\PersistentCollection {#1773 …}
  +reports: Doctrine\ORM\PersistentCollection {#1776 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1782 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1785 …}
  +badges: Doctrine\ORM\PersistentCollection {#1786 …}
  +children: []
  -id: 32375
  -titleTs: "'jack':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706018975
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8784263"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705932575 {#1788
    date: 2024-01-22 15:09:35.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
App\Entity\Entry {#1772
  +user: Proxies\__CG__\App\Entity\User {#1779 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1512 …}
  +image: Proxies\__CG__\App\Entity\Image {#1778 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1787 …}
  +slug: "Jack-of-all"
  +title: "Jack of all"
  +url: "https://lemmy.zip/pictrs/image/03d65367-1ceb-4e38-8399-2c10e5bdab5f.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 7
  +favouriteCount: 260
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727724503 {#1751
    date: 2024-09-30 21:28:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1777 …}
  +votes: Doctrine\ORM\PersistentCollection {#1773 …}
  +reports: Doctrine\ORM\PersistentCollection {#1776 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1782 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1785 …}
  +badges: Doctrine\ORM\PersistentCollection {#1786 …}
  +children: []
  -id: 32375
  -titleTs: "'jack':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706018975
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8784263"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705932575 {#1788
    date: 2024-01-22 15:09:35.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
App\Entity\Entry {#1772
  +user: Proxies\__CG__\App\Entity\User {#1779 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1512 …}
  +image: Proxies\__CG__\App\Entity\Image {#1778 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1787 …}
  +slug: "Jack-of-all"
  +title: "Jack of all"
  +url: "https://lemmy.zip/pictrs/image/03d65367-1ceb-4e38-8399-2c10e5bdab5f.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 7
  +favouriteCount: 260
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727724503 {#1751
    date: 2024-09-30 21:28:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1777 …}
  +votes: Doctrine\ORM\PersistentCollection {#1773 …}
  +reports: Doctrine\ORM\PersistentCollection {#1776 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1782 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1785 …}
  +badges: Doctrine\ORM\PersistentCollection {#1786 …}
  +children: []
  -id: 32375
  -titleTs: "'jack':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706018975
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8784263"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705932575 {#1788
    date: 2024-01-22 15:09:35.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1766
  +user: Proxies\__CG__\App\Entity\User {#1682 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1681 …}
  +image: Proxies\__CG__\App\Entity\Image {#1444 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1466 …}
  +slug: "Hong-Kong-UN-human-rights-experts-call-for-immediate-release"
  +title: "Hong Kong: UN human rights experts call for immediate release of Jimmy Lai"
  +url: "https://news.un.org/en/story/2024/01/1145777"
  +body: "A group of independent UN human rights experts on Monday called on the authorities in Hong Kong to drop all charges against pro-democracy media entrepreneur Jimmy Lai and release him immediately."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705996224 {#1764
    date: 2024-01-23 08:50:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1452 …}
  +votes: Doctrine\ORM\PersistentCollection {#1465 …}
  +reports: Doctrine\ORM\PersistentCollection {#1637 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1644 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1622 …}
  +badges: Doctrine\ORM\PersistentCollection {#1627 …}
  +children: []
  -id: 32547
  -titleTs: "'call':7 'expert':6 'hong':1 'human':4 'immedi':9 'jimmi':12 'kong':2 'lai':13 'releas':10 'right':5 'un':3"
  -bodyTs: "'author':14 'call':11 'charg':21 'democraci':25 'drop':19 'entrepreneur':27 'expert':8 'group':2 'hong':16 'human':6 'immedi':33 'independ':4 'jimmi':28 'kong':17 'lai':29 'media':26 'monday':10 'pro':24 'pro-democraci':23 'releas':31 'right':7 'un':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706018724
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/11266821"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705996224 {#1765
    date: 2024-01-23 08:50:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\Entry {#1766
  +user: Proxies\__CG__\App\Entity\User {#1682 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1681 …}
  +image: Proxies\__CG__\App\Entity\Image {#1444 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1466 …}
  +slug: "Hong-Kong-UN-human-rights-experts-call-for-immediate-release"
  +title: "Hong Kong: UN human rights experts call for immediate release of Jimmy Lai"
  +url: "https://news.un.org/en/story/2024/01/1145777"
  +body: "A group of independent UN human rights experts on Monday called on the authorities in Hong Kong to drop all charges against pro-democracy media entrepreneur Jimmy Lai and release him immediately."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705996224 {#1764
    date: 2024-01-23 08:50:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1452 …}
  +votes: Doctrine\ORM\PersistentCollection {#1465 …}
  +reports: Doctrine\ORM\PersistentCollection {#1637 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1644 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1622 …}
  +badges: Doctrine\ORM\PersistentCollection {#1627 …}
  +children: []
  -id: 32547
  -titleTs: "'call':7 'expert':6 'hong':1 'human':4 'immedi':9 'jimmi':12 'kong':2 'lai':13 'releas':10 'right':5 'un':3"
  -bodyTs: "'author':14 'call':11 'charg':21 'democraci':25 'drop':19 'entrepreneur':27 'expert':8 'group':2 'hong':16 'human':6 'immedi':33 'independ':4 'jimmi':28 'kong':17 'lai':29 'media':26 'monday':10 'pro':24 'pro-democraci':23 'releas':31 'right':7 'un':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706018724
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/11266821"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705996224 {#1765
    date: 2024-01-23 08:50:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\Entry {#1766
  +user: Proxies\__CG__\App\Entity\User {#1682 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1681 …}
  +image: Proxies\__CG__\App\Entity\Image {#1444 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1466 …}
  +slug: "Hong-Kong-UN-human-rights-experts-call-for-immediate-release"
  +title: "Hong Kong: UN human rights experts call for immediate release of Jimmy Lai"
  +url: "https://news.un.org/en/story/2024/01/1145777"
  +body: "A group of independent UN human rights experts on Monday called on the authorities in Hong Kong to drop all charges against pro-democracy media entrepreneur Jimmy Lai and release him immediately."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705996224 {#1764
    date: 2024-01-23 08:50:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1452 …}
  +votes: Doctrine\ORM\PersistentCollection {#1465 …}
  +reports: Doctrine\ORM\PersistentCollection {#1637 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1644 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1622 …}
  +badges: Doctrine\ORM\PersistentCollection {#1627 …}
  +children: []
  -id: 32547
  -titleTs: "'call':7 'expert':6 'hong':1 'human':4 'immedi':9 'jimmi':12 'kong':2 'lai':13 'releas':10 'right':5 'un':3"
  -bodyTs: "'author':14 'call':11 'charg':21 'democraci':25 'drop':19 'entrepreneur':27 'expert':8 'group':2 'hong':16 'human':6 'immedi':33 'independ':4 'jimmi':28 'kong':17 'lai':29 'media':26 'monday':10 'pro':24 'pro-democraci':23 'releas':31 'right':7 'un':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706018724
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/11266821"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705996224 {#1765
    date: 2024-01-23 08:50:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1635
  +user: Proxies\__CG__\App\Entity\User {#1660 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1409 …}
  +image: Proxies\__CG__\App\Entity\Image {#1450 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1449 …}
  +slug: "Koepp-Set-To-Write-New-Jurassic-World-Dark-Horizons"
  +title: "Koepp Set To Write New "Jurassic World" - Dark Horizons"
  +url: "https://www.darkhorizons.com/koepp-set-to-write-new-jurassic-world/"
  +body: "Well, they make so much money, it’s no surprise I guess. But what can they do with the franchise after six films?"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727830732 {#1634
    date: 2024-10-02 02:58:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1421 …}
  +votes: Doctrine\ORM\PersistentCollection {#1446 …}
  +reports: Doctrine\ORM\PersistentCollection {#1424 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1420 …}
  +badges: Doctrine\ORM\PersistentCollection {#1451 …}
  +children: []
  -id: 32475
  -titleTs: "'dark':8 'horizon':9 'jurass':6 'koepp':1 'new':5 'set':2 'world':7 'write':4"
  -bodyTs: "'film':23 'franchis':20 'guess':12 'make':3 'money':6 'much':5 'six':22 'surpris':10 'well':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706018724
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/6993637"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705957724 {#1636
    date: 2024-01-22 22:08:44.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
App\Entity\Entry {#1635
  +user: Proxies\__CG__\App\Entity\User {#1660 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1409 …}
  +image: Proxies\__CG__\App\Entity\Image {#1450 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1449 …}
  +slug: "Koepp-Set-To-Write-New-Jurassic-World-Dark-Horizons"
  +title: "Koepp Set To Write New "Jurassic World" - Dark Horizons"
  +url: "https://www.darkhorizons.com/koepp-set-to-write-new-jurassic-world/"
  +body: "Well, they make so much money, it’s no surprise I guess. But what can they do with the franchise after six films?"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727830732 {#1634
    date: 2024-10-02 02:58:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1421 …}
  +votes: Doctrine\ORM\PersistentCollection {#1446 …}
  +reports: Doctrine\ORM\PersistentCollection {#1424 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1420 …}
  +badges: Doctrine\ORM\PersistentCollection {#1451 …}
  +children: []
  -id: 32475
  -titleTs: "'dark':8 'horizon':9 'jurass':6 'koepp':1 'new':5 'set':2 'world':7 'write':4"
  -bodyTs: "'film':23 'franchis':20 'guess':12 'make':3 'money':6 'much':5 'six':22 'surpris':10 'well':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706018724
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/6993637"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705957724 {#1636
    date: 2024-01-22 22:08:44.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
App\Entity\Entry {#1635
  +user: Proxies\__CG__\App\Entity\User {#1660 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1409 …}
  +image: Proxies\__CG__\App\Entity\Image {#1450 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1449 …}
  +slug: "Koepp-Set-To-Write-New-Jurassic-World-Dark-Horizons"
  +title: "Koepp Set To Write New "Jurassic World" - Dark Horizons"
  +url: "https://www.darkhorizons.com/koepp-set-to-write-new-jurassic-world/"
  +body: "Well, they make so much money, it’s no surprise I guess. But what can they do with the franchise after six films?"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727830732 {#1634
    date: 2024-10-02 02:58:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1421 …}
  +votes: Doctrine\ORM\PersistentCollection {#1446 …}
  +reports: Doctrine\ORM\PersistentCollection {#1424 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1420 …}
  +badges: Doctrine\ORM\PersistentCollection {#1451 …}
  +children: []
  -id: 32475
  -titleTs: "'dark':8 'horizon':9 'jurass':6 'koepp':1 'new':5 'set':2 'world':7 'write':4"
  -bodyTs: "'film':23 'franchis':20 'guess':12 'make':3 'money':6 'much':5 'six':22 'surpris':10 'well':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706018724
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/6993637"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705957724 {#1636
    date: 2024-01-22 22:08:44.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1411
  +user: Proxies\__CG__\App\Entity\User {#1412 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1903 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2357 …}
  +slug: "Webmail-server-with-multiple-mail-accounts"
  +title: "Webmail server with multiple mail accounts"
  +url: null
  +body: """
    I like using thunderbird to have all my emails in the same place, in a unified inbox. This doesn’t allow me to access my inbox on my phone etc though, so I’m looking for a FOSS way to solve this problem.\n
    \n
    My idea would be to selfhost a website, like a webmail site, that has the functionality of connecting to different mail servers and unifying the inbox to get all my mail in the same place. Should be accessible by android phones and iPads.\n
    \n
    Is there a better way to do this? Maybe with nextcloud? If anyone has an idea, let me know.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728603911 {#1417
    date: 2024-10-11 01:45:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1441 …}
  +votes: Doctrine\ORM\PersistentCollection {#1418 …}
  +reports: Doctrine\ORM\PersistentCollection {#1425 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1427 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1454 …}
  +badges: Doctrine\ORM\PersistentCollection {#1462 …}
  +children: []
  -id: 32373
  -titleTs: "'account':6 'mail':5 'multipl':4 'server':2 'webmail':1"
  -bodyTs: "'access':24,81 'allow':21 'android':83 'anyon':99 'better':90 'connect':61 'differ':63 'doesn':19 'email':9 'etc':30 'foss':38 'function':59 'get':71 'idea':45,102 'inbox':17,26,69 'ipad':86 'know':105 'let':103 'like':2,52 'look':35 'm':34 'mail':64,74 'mayb':95 'nextcloud':97 'phone':29,84 'place':13,78 'problem':43 'selfhost':49 'server':65 'site':55 'solv':41 'though':31 'thunderbird':4 'unifi':16,67 'use':3 'way':39,91 'webmail':54 'websit':51 'would':46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706018440
  +visibility: "visible             "
  +apId: "https://lemmy.ohaa.xyz/post/1568350"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705932040 {#1414
    date: 2024-01-22 15:00: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
71 DENIED edit
App\Entity\Entry {#1411
  +user: Proxies\__CG__\App\Entity\User {#1412 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1903 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2357 …}
  +slug: "Webmail-server-with-multiple-mail-accounts"
  +title: "Webmail server with multiple mail accounts"
  +url: null
  +body: """
    I like using thunderbird to have all my emails in the same place, in a unified inbox. This doesn’t allow me to access my inbox on my phone etc though, so I’m looking for a FOSS way to solve this problem.\n
    \n
    My idea would be to selfhost a website, like a webmail site, that has the functionality of connecting to different mail servers and unifying the inbox to get all my mail in the same place. Should be accessible by android phones and iPads.\n
    \n
    Is there a better way to do this? Maybe with nextcloud? If anyone has an idea, let me know.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728603911 {#1417
    date: 2024-10-11 01:45:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1441 …}
  +votes: Doctrine\ORM\PersistentCollection {#1418 …}
  +reports: Doctrine\ORM\PersistentCollection {#1425 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1427 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1454 …}
  +badges: Doctrine\ORM\PersistentCollection {#1462 …}
  +children: []
  -id: 32373
  -titleTs: "'account':6 'mail':5 'multipl':4 'server':2 'webmail':1"
  -bodyTs: "'access':24,81 'allow':21 'android':83 'anyon':99 'better':90 'connect':61 'differ':63 'doesn':19 'email':9 'etc':30 'foss':38 'function':59 'get':71 'idea':45,102 'inbox':17,26,69 'ipad':86 'know':105 'let':103 'like':2,52 'look':35 'm':34 'mail':64,74 'mayb':95 'nextcloud':97 'phone':29,84 'place':13,78 'problem':43 'selfhost':49 'server':65 'site':55 'solv':41 'though':31 'thunderbird':4 'unifi':16,67 'use':3 'way':39,91 'webmail':54 'websit':51 'would':46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706018440
  +visibility: "visible             "
  +apId: "https://lemmy.ohaa.xyz/post/1568350"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705932040 {#1414
    date: 2024-01-22 15:00: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
72 DENIED moderate
App\Entity\Entry {#1411
  +user: Proxies\__CG__\App\Entity\User {#1412 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1903 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2357 …}
  +slug: "Webmail-server-with-multiple-mail-accounts"
  +title: "Webmail server with multiple mail accounts"
  +url: null
  +body: """
    I like using thunderbird to have all my emails in the same place, in a unified inbox. This doesn’t allow me to access my inbox on my phone etc though, so I’m looking for a FOSS way to solve this problem.\n
    \n
    My idea would be to selfhost a website, like a webmail site, that has the functionality of connecting to different mail servers and unifying the inbox to get all my mail in the same place. Should be accessible by android phones and iPads.\n
    \n
    Is there a better way to do this? Maybe with nextcloud? If anyone has an idea, let me know.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728603911 {#1417
    date: 2024-10-11 01:45:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1441 …}
  +votes: Doctrine\ORM\PersistentCollection {#1418 …}
  +reports: Doctrine\ORM\PersistentCollection {#1425 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1427 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1454 …}
  +badges: Doctrine\ORM\PersistentCollection {#1462 …}
  +children: []
  -id: 32373
  -titleTs: "'account':6 'mail':5 'multipl':4 'server':2 'webmail':1"
  -bodyTs: "'access':24,81 'allow':21 'android':83 'anyon':99 'better':90 'connect':61 'differ':63 'doesn':19 'email':9 'etc':30 'foss':38 'function':59 'get':71 'idea':45,102 'inbox':17,26,69 'ipad':86 'know':105 'let':103 'like':2,52 'look':35 'm':34 'mail':64,74 'mayb':95 'nextcloud':97 'phone':29,84 'place':13,78 'problem':43 'selfhost':49 'server':65 'site':55 'solv':41 'though':31 'thunderbird':4 'unifi':16,67 'use':3 'way':39,91 'webmail':54 'websit':51 'would':46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706018440
  +visibility: "visible             "
  +apId: "https://lemmy.ohaa.xyz/post/1568350"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705932040 {#1414
    date: 2024-01-22 15:00: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
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 {#1455
  +user: Proxies\__CG__\App\Entity\User {#1453 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1710 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1460 …}
  +slug: "Great-Scott-Vern"
  +title: "Great Scott, Vern!"
  +url: "https://lemmy.world/pictrs/image/e0c06e20-b38a-41a7-9285-56c7ae539ab1.png"
  +body: "Ernest Goes Back to the Future."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 12
  +favouriteCount: 175
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727860843 {#1464
    date: 2024-10-02 11:20:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1458 …}
  +votes: Doctrine\ORM\PersistentCollection {#1432 …}
  +reports: Doctrine\ORM\PersistentCollection {#1433 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1436 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1435 …}
  +badges: Doctrine\ORM\PersistentCollection {#1434 …}
  +children: []
  -id: 32371
  -titleTs: "'great':1 'scott':2 'vern':3"
  -bodyTs: "'back':3 'ernest':1 'futur':6 'goe':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706018382
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11039490"
  +editedAt: DateTimeImmutable @1727649615 {#1448
    date: 2024-09-30 00:40:15.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705931982 {#1457
    date: 2024-01-22 14:59: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
75 DENIED edit
App\Entity\Entry {#1455
  +user: Proxies\__CG__\App\Entity\User {#1453 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1710 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1460 …}
  +slug: "Great-Scott-Vern"
  +title: "Great Scott, Vern!"
  +url: "https://lemmy.world/pictrs/image/e0c06e20-b38a-41a7-9285-56c7ae539ab1.png"
  +body: "Ernest Goes Back to the Future."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 12
  +favouriteCount: 175
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727860843 {#1464
    date: 2024-10-02 11:20:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1458 …}
  +votes: Doctrine\ORM\PersistentCollection {#1432 …}
  +reports: Doctrine\ORM\PersistentCollection {#1433 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1436 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1435 …}
  +badges: Doctrine\ORM\PersistentCollection {#1434 …}
  +children: []
  -id: 32371
  -titleTs: "'great':1 'scott':2 'vern':3"
  -bodyTs: "'back':3 'ernest':1 'futur':6 'goe':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706018382
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11039490"
  +editedAt: DateTimeImmutable @1727649615 {#1448
    date: 2024-09-30 00:40:15.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705931982 {#1457
    date: 2024-01-22 14:59: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
76 DENIED moderate
App\Entity\Entry {#1455
  +user: Proxies\__CG__\App\Entity\User {#1453 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1710 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1460 …}
  +slug: "Great-Scott-Vern"
  +title: "Great Scott, Vern!"
  +url: "https://lemmy.world/pictrs/image/e0c06e20-b38a-41a7-9285-56c7ae539ab1.png"
  +body: "Ernest Goes Back to the Future."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 12
  +favouriteCount: 175
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727860843 {#1464
    date: 2024-10-02 11:20:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1458 …}
  +votes: Doctrine\ORM\PersistentCollection {#1432 …}
  +reports: Doctrine\ORM\PersistentCollection {#1433 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1436 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1435 …}
  +badges: Doctrine\ORM\PersistentCollection {#1434 …}
  +children: []
  -id: 32371
  -titleTs: "'great':1 'scott':2 'vern':3"
  -bodyTs: "'back':3 'ernest':1 'futur':6 'goe':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706018382
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11039490"
  +editedAt: DateTimeImmutable @1727649615 {#1448
    date: 2024-09-30 00:40:15.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705931982 {#1457
    date: 2024-01-22 14:59: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
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 {#1429
  +user: Proxies\__CG__\App\Entity\User {#1699 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1531 …}
  +image: Proxies\__CG__\App\Entity\Image {#1694 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1703 …}
  +slug: "Warner-Bros-Wants-Tumblr-to-Identify-Beetlejuice-2-Leaker"
  +title: "Warner Bros. Wants Tumblr to Identify Beetlejuice 2 ‘Leaker’"
  +url: "https://torrentfreak.com/warner-bros-wants-tumblr-to-identify-beetlejuice-2-leaker-240122/"
  +body: "The image, which has since been removed, doesn’t give away too much. However. Warner Bros. is clearly alarmed by the leak. The movie studio has a history of cracking down on the unauthorized distribution of leaked material and this is no exception."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 110
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728605751 {#1440
    date: 2024-10-11 02:15:51.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: 32370
  -titleTs: "'2':8 'beetlejuic':7 'bros':2 'identifi':6 'leaker':9 'tumblr':4 'want':3 'warner':1"
  -bodyTs: "'alarm':19 'away':11 'bros':16 'clear':18 'crack':30 'distribut':35 'doesn':8 'except':43 'give':10 'histori':28 'howev':14 'imag':2 'leak':22,37 'materi':38 'movi':24 'much':13 'remov':7 'sinc':5 'studio':25 'unauthor':34 'warner':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706018014
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11039193"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705931614 {#1438
    date: 2024-01-22 14:53: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
79 DENIED edit
App\Entity\Entry {#1429
  +user: Proxies\__CG__\App\Entity\User {#1699 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1531 …}
  +image: Proxies\__CG__\App\Entity\Image {#1694 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1703 …}
  +slug: "Warner-Bros-Wants-Tumblr-to-Identify-Beetlejuice-2-Leaker"
  +title: "Warner Bros. Wants Tumblr to Identify Beetlejuice 2 ‘Leaker’"
  +url: "https://torrentfreak.com/warner-bros-wants-tumblr-to-identify-beetlejuice-2-leaker-240122/"
  +body: "The image, which has since been removed, doesn’t give away too much. However. Warner Bros. is clearly alarmed by the leak. The movie studio has a history of cracking down on the unauthorized distribution of leaked material and this is no exception."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 110
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728605751 {#1440
    date: 2024-10-11 02:15:51.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: 32370
  -titleTs: "'2':8 'beetlejuic':7 'bros':2 'identifi':6 'leaker':9 'tumblr':4 'want':3 'warner':1"
  -bodyTs: "'alarm':19 'away':11 'bros':16 'clear':18 'crack':30 'distribut':35 'doesn':8 'except':43 'give':10 'histori':28 'howev':14 'imag':2 'leak':22,37 'materi':38 'movi':24 'much':13 'remov':7 'sinc':5 'studio':25 'unauthor':34 'warner':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706018014
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11039193"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705931614 {#1438
    date: 2024-01-22 14:53: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
80 DENIED moderate
App\Entity\Entry {#1429
  +user: Proxies\__CG__\App\Entity\User {#1699 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1531 …}
  +image: Proxies\__CG__\App\Entity\Image {#1694 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1703 …}
  +slug: "Warner-Bros-Wants-Tumblr-to-Identify-Beetlejuice-2-Leaker"
  +title: "Warner Bros. Wants Tumblr to Identify Beetlejuice 2 ‘Leaker’"
  +url: "https://torrentfreak.com/warner-bros-wants-tumblr-to-identify-beetlejuice-2-leaker-240122/"
  +body: "The image, which has since been removed, doesn’t give away too much. However. Warner Bros. is clearly alarmed by the leak. The movie studio has a history of cracking down on the unauthorized distribution of leaked material and this is no exception."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 110
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728605751 {#1440
    date: 2024-10-11 02:15:51.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: 32370
  -titleTs: "'2':8 'beetlejuic':7 'bros':2 'identifi':6 'leaker':9 'tumblr':4 'want':3 'warner':1"
  -bodyTs: "'alarm':19 'away':11 'bros':16 'clear':18 'crack':30 'distribut':35 'doesn':8 'except':43 'give':10 'histori':28 'howev':14 'imag':2 'leak':22,37 'materi':38 'movi':24 'much':13 'remov':7 'sinc':5 'studio':25 'unauthor':34 'warner':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706018014
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11039193"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705931614 {#1438
    date: 2024-01-22 14:53: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
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 {#1615
  +user: Proxies\__CG__\App\Entity\User {#1743 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1752 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2357 …}
  +slug: "Accurate-smart-oil-sensor"
  +title: "Accurate/smart oil sensor?"
  +url: null
  +body: """
    We heat our house with oil (grumble grumble grumble) but our float sensor is not a very accurate measure and it’s out of the way to actually *see*. Has anyone come across a sensor that works with HA and has been reliable? Bonus points for something that still has an “analog” view in case of problem\n
    \n
    I’ve seen some sensors on Amazon but I’m skeptical of anything through there.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727996180 {#1614
    date: 2024-10-04 00:56:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1744 …}
  +votes: Doctrine\ORM\PersistentCollection {#1646 …}
  +reports: Doctrine\ORM\PersistentCollection {#1645 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1641 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1665 …}
  +badges: Doctrine\ORM\PersistentCollection {#1674 …}
  +children: []
  -id: 32416
  -titleTs: "'accurate/smart':1 'oil':2 'sensor':3"
  -bodyTs: "'accur':18 'across':33 'actual':28 'amazon':64 'analog':52 'anyon':31 'anyth':70 'bonus':44 'case':55 'come':32 'float':12 'grumbl':7,8,9 'ha':39 'heat':2 'hous':4 'm':67 'measur':19 'oil':6 'point':45 'problem':57 'reliabl':43 'see':29 'seen':60 'sensor':13,35,62 'skeptic':68 'someth':47 'still':49 've':59 'view':53 'way':26 'work':37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706017798
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9673575"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705942298 {#1612
    date: 2024-01-22 17:51:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\Entry {#1615
  +user: Proxies\__CG__\App\Entity\User {#1743 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1752 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2357 …}
  +slug: "Accurate-smart-oil-sensor"
  +title: "Accurate/smart oil sensor?"
  +url: null
  +body: """
    We heat our house with oil (grumble grumble grumble) but our float sensor is not a very accurate measure and it’s out of the way to actually *see*. Has anyone come across a sensor that works with HA and has been reliable? Bonus points for something that still has an “analog” view in case of problem\n
    \n
    I’ve seen some sensors on Amazon but I’m skeptical of anything through there.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727996180 {#1614
    date: 2024-10-04 00:56:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1744 …}
  +votes: Doctrine\ORM\PersistentCollection {#1646 …}
  +reports: Doctrine\ORM\PersistentCollection {#1645 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1641 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1665 …}
  +badges: Doctrine\ORM\PersistentCollection {#1674 …}
  +children: []
  -id: 32416
  -titleTs: "'accurate/smart':1 'oil':2 'sensor':3"
  -bodyTs: "'accur':18 'across':33 'actual':28 'amazon':64 'analog':52 'anyon':31 'anyth':70 'bonus':44 'case':55 'come':32 'float':12 'grumbl':7,8,9 'ha':39 'heat':2 'hous':4 'm':67 'measur':19 'oil':6 'point':45 'problem':57 'reliabl':43 'see':29 'seen':60 'sensor':13,35,62 'skeptic':68 'someth':47 'still':49 've':59 'view':53 'way':26 'work':37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706017798
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9673575"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705942298 {#1612
    date: 2024-01-22 17:51:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\Entry {#1615
  +user: Proxies\__CG__\App\Entity\User {#1743 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1752 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2357 …}
  +slug: "Accurate-smart-oil-sensor"
  +title: "Accurate/smart oil sensor?"
  +url: null
  +body: """
    We heat our house with oil (grumble grumble grumble) but our float sensor is not a very accurate measure and it’s out of the way to actually *see*. Has anyone come across a sensor that works with HA and has been reliable? Bonus points for something that still has an “analog” view in case of problem\n
    \n
    I’ve seen some sensors on Amazon but I’m skeptical of anything through there.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727996180 {#1614
    date: 2024-10-04 00:56:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1744 …}
  +votes: Doctrine\ORM\PersistentCollection {#1646 …}
  +reports: Doctrine\ORM\PersistentCollection {#1645 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1641 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1665 …}
  +badges: Doctrine\ORM\PersistentCollection {#1674 …}
  +children: []
  -id: 32416
  -titleTs: "'accurate/smart':1 'oil':2 'sensor':3"
  -bodyTs: "'accur':18 'across':33 'actual':28 'amazon':64 'analog':52 'anyon':31 'anyth':70 'bonus':44 'case':55 'come':32 'float':12 'grumbl':7,8,9 'ha':39 'heat':2 'hous':4 'm':67 'measur':19 'oil':6 'point':45 'problem':57 'reliabl':43 'see':29 'seen':60 'sensor':13,35,62 'skeptic':68 'someth':47 'still':49 've':59 'view':53 'way':26 'work':37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706017798
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9673575"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705942298 {#1612
    date: 2024-01-22 17:51:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1677
  +user: Proxies\__CG__\App\Entity\User {#1678 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2436 …}
  +image: Proxies\__CG__\App\Entity\Image {#1669 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1670 …}
  +slug: "Bitwarden-Privacy-Software-Stack-Survey"
  +title: "Bitwarden Privacy Software Stack Survey"
  +url: "https://forms.bitwarden.com/privacy"
  +body: """
    From their Masto acct:\n
    \n
    "It’s almost #DataPrivacyWeek - vote now for your favorite data privacy tools in this 1-minute survey! "
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 110
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727892396 {#1672
    date: 2024-10-02 20:06:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1666 …}
  +votes: Doctrine\ORM\PersistentCollection {#1668 …}
  +reports: Doctrine\ORM\PersistentCollection {#1679 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1654 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
  +badges: Doctrine\ORM\PersistentCollection {#1651 …}
  +children: []
  -id: 32368
  -titleTs: "'bitwarden':1 'privaci':2 'softwar':3 'stack':4 'survey':5"
  -bodyTs: "'1':19 'acct':4 'almost':7 'data':14 'dataprivacyweek':8 'favorit':13 'masto':3 'minut':20 'privaci':15 'survey':21 'tool':16 'vote':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706017478
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/7885828"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705931078 {#1673
    date: 2024-01-22 14:44:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
87 DENIED edit
App\Entity\Entry {#1677
  +user: Proxies\__CG__\App\Entity\User {#1678 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2436 …}
  +image: Proxies\__CG__\App\Entity\Image {#1669 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1670 …}
  +slug: "Bitwarden-Privacy-Software-Stack-Survey"
  +title: "Bitwarden Privacy Software Stack Survey"
  +url: "https://forms.bitwarden.com/privacy"
  +body: """
    From their Masto acct:\n
    \n
    "It’s almost #DataPrivacyWeek - vote now for your favorite data privacy tools in this 1-minute survey! "
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 110
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727892396 {#1672
    date: 2024-10-02 20:06:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1666 …}
  +votes: Doctrine\ORM\PersistentCollection {#1668 …}
  +reports: Doctrine\ORM\PersistentCollection {#1679 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1654 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
  +badges: Doctrine\ORM\PersistentCollection {#1651 …}
  +children: []
  -id: 32368
  -titleTs: "'bitwarden':1 'privaci':2 'softwar':3 'stack':4 'survey':5"
  -bodyTs: "'1':19 'acct':4 'almost':7 'data':14 'dataprivacyweek':8 'favorit':13 'masto':3 'minut':20 'privaci':15 'survey':21 'tool':16 'vote':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706017478
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/7885828"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705931078 {#1673
    date: 2024-01-22 14:44:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
88 DENIED moderate
App\Entity\Entry {#1677
  +user: Proxies\__CG__\App\Entity\User {#1678 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2436 …}
  +image: Proxies\__CG__\App\Entity\Image {#1669 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1670 …}
  +slug: "Bitwarden-Privacy-Software-Stack-Survey"
  +title: "Bitwarden Privacy Software Stack Survey"
  +url: "https://forms.bitwarden.com/privacy"
  +body: """
    From their Masto acct:\n
    \n
    "It’s almost #DataPrivacyWeek - vote now for your favorite data privacy tools in this 1-minute survey! "
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 110
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727892396 {#1672
    date: 2024-10-02 20:06:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1666 …}
  +votes: Doctrine\ORM\PersistentCollection {#1668 …}
  +reports: Doctrine\ORM\PersistentCollection {#1679 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1654 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
  +badges: Doctrine\ORM\PersistentCollection {#1651 …}
  +children: []
  -id: 32368
  -titleTs: "'bitwarden':1 'privaci':2 'softwar':3 'stack':4 'survey':5"
  -bodyTs: "'1':19 'acct':4 'almost':7 'data':14 'dataprivacyweek':8 'favorit':13 'masto':3 'minut':20 'privaci':15 'survey':21 'tool':16 'vote':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706017478
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/7885828"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705931078 {#1673
    date: 2024-01-22 14:44:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1662
  +user: Proxies\__CG__\App\Entity\User {#1663 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1512 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1460 …}
  +slug: "Why-the-hell-did-that-stop"
  +title: "Why the hell did that stop"
  +url: "https://lemmy.world/pictrs/image/6bfca75d-df10-447d-8d16-054b84321185.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 161
  +favouriteCount: 1056
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728298438 {#1656
    date: 2024-10-07 12:53:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1553 …}
  +votes: Doctrine\ORM\PersistentCollection {#1590 …}
  +reports: Doctrine\ORM\PersistentCollection {#1591 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1589 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1582 …}
  +badges: Doctrine\ORM\PersistentCollection {#1583 …}
  +children: []
  -id: 32367
  -titleTs: "'hell':3 'stop':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706017437
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11038619"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705931037 {#1661
    date: 2024-01-22 14:43: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
91 DENIED edit
App\Entity\Entry {#1662
  +user: Proxies\__CG__\App\Entity\User {#1663 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1512 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1460 …}
  +slug: "Why-the-hell-did-that-stop"
  +title: "Why the hell did that stop"
  +url: "https://lemmy.world/pictrs/image/6bfca75d-df10-447d-8d16-054b84321185.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 161
  +favouriteCount: 1056
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728298438 {#1656
    date: 2024-10-07 12:53:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1553 …}
  +votes: Doctrine\ORM\PersistentCollection {#1590 …}
  +reports: Doctrine\ORM\PersistentCollection {#1591 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1589 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1582 …}
  +badges: Doctrine\ORM\PersistentCollection {#1583 …}
  +children: []
  -id: 32367
  -titleTs: "'hell':3 'stop':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706017437
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11038619"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705931037 {#1661
    date: 2024-01-22 14:43: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
92 DENIED moderate
App\Entity\Entry {#1662
  +user: Proxies\__CG__\App\Entity\User {#1663 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1512 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1460 …}
  +slug: "Why-the-hell-did-that-stop"
  +title: "Why the hell did that stop"
  +url: "https://lemmy.world/pictrs/image/6bfca75d-df10-447d-8d16-054b84321185.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 161
  +favouriteCount: 1056
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728298438 {#1656
    date: 2024-10-07 12:53:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1553 …}
  +votes: Doctrine\ORM\PersistentCollection {#1590 …}
  +reports: Doctrine\ORM\PersistentCollection {#1591 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1589 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1582 …}
  +badges: Doctrine\ORM\PersistentCollection {#1583 …}
  +children: []
  -id: 32367
  -titleTs: "'hell':3 'stop':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706017437
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11038619"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705931037 {#1661
    date: 2024-01-22 14:43: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
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 {#1584
  +user: Proxies\__CG__\App\Entity\User {#1663 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: Proxies\__CG__\App\Entity\Image {#1588 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1460 …}
  +slug: "Absolutely-not"
  +title: "Absolutely not"
  +url: "https://lemmy.world/pictrs/image/00999295-837c-4b19-be52-42a1ac296e92.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 9
  +favouriteCount: 218
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727786454 {#1580
    date: 2024-10-01 14:40:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1575 …}
  +reports: Doctrine\ORM\PersistentCollection {#1586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
  +badges: Doctrine\ORM\PersistentCollection {#1560 …}
  +children: []
  -id: 32366
  -titleTs: "'absolut':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706017431
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11038615"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705931031 {#1579
    date: 2024-01-22 14:43:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
95 DENIED edit
App\Entity\Entry {#1584
  +user: Proxies\__CG__\App\Entity\User {#1663 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: Proxies\__CG__\App\Entity\Image {#1588 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1460 …}
  +slug: "Absolutely-not"
  +title: "Absolutely not"
  +url: "https://lemmy.world/pictrs/image/00999295-837c-4b19-be52-42a1ac296e92.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 9
  +favouriteCount: 218
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727786454 {#1580
    date: 2024-10-01 14:40:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1575 …}
  +reports: Doctrine\ORM\PersistentCollection {#1586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
  +badges: Doctrine\ORM\PersistentCollection {#1560 …}
  +children: []
  -id: 32366
  -titleTs: "'absolut':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706017431
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11038615"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705931031 {#1579
    date: 2024-01-22 14:43:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
96 DENIED moderate
App\Entity\Entry {#1584
  +user: Proxies\__CG__\App\Entity\User {#1663 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: Proxies\__CG__\App\Entity\Image {#1588 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1460 …}
  +slug: "Absolutely-not"
  +title: "Absolutely not"
  +url: "https://lemmy.world/pictrs/image/00999295-837c-4b19-be52-42a1ac296e92.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 9
  +favouriteCount: 218
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727786454 {#1580
    date: 2024-10-01 14:40:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1575 …}
  +reports: Doctrine\ORM\PersistentCollection {#1586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
  +badges: Doctrine\ORM\PersistentCollection {#1560 …}
  +children: []
  -id: 32366
  -titleTs: "'absolut':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706017431
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11038615"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705931031 {#1579
    date: 2024-01-22 14:43:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1527
  +user: Proxies\__CG__\App\Entity\User {#1663 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1710 …}
  +image: Proxies\__CG__\App\Entity\Image {#1561 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1460 …}
  +slug: "Need-some-help-bro"
  +title: "Need some help bro?"
  +url: "https://lemmy.world/pictrs/image/943e6820-3f58-4671-a98f-4c370aeff2ab.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 182
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727853565 {#1526
    date: 2024-10-02 09:19:25.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1525 …}
  +votes: Doctrine\ORM\PersistentCollection {#1550 …}
  +reports: Doctrine\ORM\PersistentCollection {#1548 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1562 …}
  +badges: Doctrine\ORM\PersistentCollection {#1554 …}
  +children: []
  -id: 32365
  -titleTs: "'bro':4 'help':3 'need':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706017422
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11038611"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705931022 {#1528
    date: 2024-01-22 14:43:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
99 DENIED edit
App\Entity\Entry {#1527
  +user: Proxies\__CG__\App\Entity\User {#1663 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1710 …}
  +image: Proxies\__CG__\App\Entity\Image {#1561 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1460 …}
  +slug: "Need-some-help-bro"
  +title: "Need some help bro?"
  +url: "https://lemmy.world/pictrs/image/943e6820-3f58-4671-a98f-4c370aeff2ab.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 182
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727853565 {#1526
    date: 2024-10-02 09:19:25.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1525 …}
  +votes: Doctrine\ORM\PersistentCollection {#1550 …}
  +reports: Doctrine\ORM\PersistentCollection {#1548 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1562 …}
  +badges: Doctrine\ORM\PersistentCollection {#1554 …}
  +children: []
  -id: 32365
  -titleTs: "'bro':4 'help':3 'need':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706017422
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11038611"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705931022 {#1528
    date: 2024-01-22 14:43:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
100 DENIED moderate
App\Entity\Entry {#1527
  +user: Proxies\__CG__\App\Entity\User {#1663 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1710 …}
  +image: Proxies\__CG__\App\Entity\Image {#1561 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1460 …}
  +slug: "Need-some-help-bro"
  +title: "Need some help bro?"
  +url: "https://lemmy.world/pictrs/image/943e6820-3f58-4671-a98f-4c370aeff2ab.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 182
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727853565 {#1526
    date: 2024-10-02 09:19:25.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1525 …}
  +votes: Doctrine\ORM\PersistentCollection {#1550 …}
  +reports: Doctrine\ORM\PersistentCollection {#1548 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1562 …}
  +badges: Doctrine\ORM\PersistentCollection {#1554 …}
  +children: []
  -id: 32365
  -titleTs: "'bro':4 'help':3 'need':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706017422
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11038611"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705931022 {#1528
    date: 2024-01-22 14:43: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