GET https://kbin.spritesserver.nl/index.php/u/@Esca@lemmy.one/commented

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

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1585
  +user: Proxies\__CG__\App\Entity\User {#1723 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1576 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2385 …}
  +slug: "Backing-up-Single-Board-Computer"
  +title: "Backing-up Single Board Computer"
  +url: null
  +body: """
    Hello everyone!\n
    \n
    I have a small OrangePi running some small services on it (some with Docker and some without Docker).\n
    \n
    And I’d love to know **how do you backup your single-board computers**.\n
    \n
    Do you just rsync the system to a storage server ? Do you plug in a USB drive and rsync on it ? Do you save only the important data or the whole system ?\n
    \n
    For now my SBC is not backed-up and I’d like to get a good backup solution up and running quickly! (I don’t trust SD cards to last long…)\n
    \n
    I have access to USB drives and disks and also another big server with 20TB of storage which I can make the backup to if needed!\n
    \n
    Thanks for your help !
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726556041 {#1613
    date: 2024-09-17 08:54:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2382 …}
  +votes: Doctrine\ORM\PersistentCollection {#2386 …}
  +reports: Doctrine\ORM\PersistentCollection {#1563 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1907 …}
  +badges: Doctrine\ORM\PersistentCollection {#1385 …}
  +children: [
    App\Entity\EntryComment {#1549
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1585 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1576 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +body: "I love that idea, and I’d love to implement that. But I honestly can never figure out how people are working with services that enables the user to change settings (for example, to set their location to get their local weather) while still maintaining a read-only system."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705241544 {#1673
        date: 2024-01-14 15:12:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Krafting@lemmy.world"
        "@DontNoodles@discuss.tchncs.de"
        "@Krafting@lemmy.world"
        "@DontNoodles@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1795 …}
      +nested: Doctrine\ORM\PersistentCollection {#1686 …}
      +votes: Doctrine\ORM\PersistentCollection {#1680 …}
      +reports: Doctrine\ORM\PersistentCollection {#1683 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1596 …}
      -id: 307975
      -bodyTs: "'chang':30 'd':7 'enabl':26 'exampl':33 'figur':17 'get':39 'honest':14 'idea':4 'implement':10 'local':41 'locat':37 'love':2,8 'maintain':45 'never':16 'peopl':20 'read':48 'read-on':47 'servic':24 'set':31,35 'still':44 'system':50 'user':28 'weather':42 'work':22"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.one/comment/6206820"
      +editedAt: DateTimeImmutable @1723557773 {#1560
        date: 2024-08-13 16:02:53.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705241544 {#1568
        date: 2024-01-14 15:12:24.0 +01:00
      }
      +"title": 307975
    }
  ]
  -id: 30237
  -titleTs: "'back':2 'backing-up':1 'board':5 'comput':6 'singl':4"
  -bodyTs: "'20tb':114 'access':102 'also':109 'anoth':110 'back':75 'backed-up':74 'backup':30,85,122 'big':111 'board':34 'card':96 'comput':35 'd':23,79 'data':63 'disk':107 'docker':16,20 'drive':52,105 'everyon':2 'get':82 'good':84 'hello':1 'help':129 'import':62 'know':26 'last':98 'like':80 'long':99 'love':24 'make':120 'need':125 'orangepi':7 'plug':48 'quick':90 'rsync':39,54 'run':8,89 'save':59 'sbc':71 'sd':95 'server':45,112 'servic':11 'singl':33 'single-board':32 'small':6,10 'solut':86 'storag':44,116 'system':41,67 'thank':126 'trust':94 'usb':51,104 'whole':66 'without':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705258077
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10672338"
  +editedAt: DateTimeImmutable @1722792619 {#1724
    date: 2024-08-04 19:30:19.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705171677 {#1719
    date: 2024-01-13 19:47:57.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#1585
  +user: Proxies\__CG__\App\Entity\User {#1723 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1576 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2385 …}
  +slug: "Backing-up-Single-Board-Computer"
  +title: "Backing-up Single Board Computer"
  +url: null
  +body: """
    Hello everyone!\n
    \n
    I have a small OrangePi running some small services on it (some with Docker and some without Docker).\n
    \n
    And I’d love to know **how do you backup your single-board computers**.\n
    \n
    Do you just rsync the system to a storage server ? Do you plug in a USB drive and rsync on it ? Do you save only the important data or the whole system ?\n
    \n
    For now my SBC is not backed-up and I’d like to get a good backup solution up and running quickly! (I don’t trust SD cards to last long…)\n
    \n
    I have access to USB drives and disks and also another big server with 20TB of storage which I can make the backup to if needed!\n
    \n
    Thanks for your help !
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726556041 {#1613
    date: 2024-09-17 08:54:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2382 …}
  +votes: Doctrine\ORM\PersistentCollection {#2386 …}
  +reports: Doctrine\ORM\PersistentCollection {#1563 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1907 …}
  +badges: Doctrine\ORM\PersistentCollection {#1385 …}
  +children: [
    App\Entity\EntryComment {#1549
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1585 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1576 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +body: "I love that idea, and I’d love to implement that. But I honestly can never figure out how people are working with services that enables the user to change settings (for example, to set their location to get their local weather) while still maintaining a read-only system."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705241544 {#1673
        date: 2024-01-14 15:12:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Krafting@lemmy.world"
        "@DontNoodles@discuss.tchncs.de"
        "@Krafting@lemmy.world"
        "@DontNoodles@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1795 …}
      +nested: Doctrine\ORM\PersistentCollection {#1686 …}
      +votes: Doctrine\ORM\PersistentCollection {#1680 …}
      +reports: Doctrine\ORM\PersistentCollection {#1683 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1596 …}
      -id: 307975
      -bodyTs: "'chang':30 'd':7 'enabl':26 'exampl':33 'figur':17 'get':39 'honest':14 'idea':4 'implement':10 'local':41 'locat':37 'love':2,8 'maintain':45 'never':16 'peopl':20 'read':48 'read-on':47 'servic':24 'set':31,35 'still':44 'system':50 'user':28 'weather':42 'work':22"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.one/comment/6206820"
      +editedAt: DateTimeImmutable @1723557773 {#1560
        date: 2024-08-13 16:02:53.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705241544 {#1568
        date: 2024-01-14 15:12:24.0 +01:00
      }
      +"title": 307975
    }
  ]
  -id: 30237
  -titleTs: "'back':2 'backing-up':1 'board':5 'comput':6 'singl':4"
  -bodyTs: "'20tb':114 'access':102 'also':109 'anoth':110 'back':75 'backed-up':74 'backup':30,85,122 'big':111 'board':34 'card':96 'comput':35 'd':23,79 'data':63 'disk':107 'docker':16,20 'drive':52,105 'everyon':2 'get':82 'good':84 'hello':1 'help':129 'import':62 'know':26 'last':98 'like':80 'long':99 'love':24 'make':120 'need':125 'orangepi':7 'plug':48 'quick':90 'rsync':39,54 'run':8,89 'save':59 'sbc':71 'sd':95 'server':45,112 'servic':11 'singl':33 'single-board':32 'small':6,10 'solut':86 'storag':44,116 'system':41,67 'thank':126 'trust':94 'usb':51,104 'whole':66 'without':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705258077
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10672338"
  +editedAt: DateTimeImmutable @1722792619 {#1724
    date: 2024-08-04 19:30:19.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705171677 {#1719
    date: 2024-01-13 19:47:57.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#1585
  +user: Proxies\__CG__\App\Entity\User {#1723 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1576 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2385 …}
  +slug: "Backing-up-Single-Board-Computer"
  +title: "Backing-up Single Board Computer"
  +url: null
  +body: """
    Hello everyone!\n
    \n
    I have a small OrangePi running some small services on it (some with Docker and some without Docker).\n
    \n
    And I’d love to know **how do you backup your single-board computers**.\n
    \n
    Do you just rsync the system to a storage server ? Do you plug in a USB drive and rsync on it ? Do you save only the important data or the whole system ?\n
    \n
    For now my SBC is not backed-up and I’d like to get a good backup solution up and running quickly! (I don’t trust SD cards to last long…)\n
    \n
    I have access to USB drives and disks and also another big server with 20TB of storage which I can make the backup to if needed!\n
    \n
    Thanks for your help !
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726556041 {#1613
    date: 2024-09-17 08:54:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2382 …}
  +votes: Doctrine\ORM\PersistentCollection {#2386 …}
  +reports: Doctrine\ORM\PersistentCollection {#1563 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1907 …}
  +badges: Doctrine\ORM\PersistentCollection {#1385 …}
  +children: [
    App\Entity\EntryComment {#1549
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1585 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1576 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +body: "I love that idea, and I’d love to implement that. But I honestly can never figure out how people are working with services that enables the user to change settings (for example, to set their location to get their local weather) while still maintaining a read-only system."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705241544 {#1673
        date: 2024-01-14 15:12:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Krafting@lemmy.world"
        "@DontNoodles@discuss.tchncs.de"
        "@Krafting@lemmy.world"
        "@DontNoodles@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1795 …}
      +nested: Doctrine\ORM\PersistentCollection {#1686 …}
      +votes: Doctrine\ORM\PersistentCollection {#1680 …}
      +reports: Doctrine\ORM\PersistentCollection {#1683 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1596 …}
      -id: 307975
      -bodyTs: "'chang':30 'd':7 'enabl':26 'exampl':33 'figur':17 'get':39 'honest':14 'idea':4 'implement':10 'local':41 'locat':37 'love':2,8 'maintain':45 'never':16 'peopl':20 'read':48 'read-on':47 'servic':24 'set':31,35 'still':44 'system':50 'user':28 'weather':42 'work':22"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.one/comment/6206820"
      +editedAt: DateTimeImmutable @1723557773 {#1560
        date: 2024-08-13 16:02:53.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705241544 {#1568
        date: 2024-01-14 15:12:24.0 +01:00
      }
      +"title": 307975
    }
  ]
  -id: 30237
  -titleTs: "'back':2 'backing-up':1 'board':5 'comput':6 'singl':4"
  -bodyTs: "'20tb':114 'access':102 'also':109 'anoth':110 'back':75 'backed-up':74 'backup':30,85,122 'big':111 'board':34 'card':96 'comput':35 'd':23,79 'data':63 'disk':107 'docker':16,20 'drive':52,105 'everyon':2 'get':82 'good':84 'hello':1 'help':129 'import':62 'know':26 'last':98 'like':80 'long':99 'love':24 'make':120 'need':125 'orangepi':7 'plug':48 'quick':90 'rsync':39,54 'run':8,89 'save':59 'sbc':71 'sd':95 'server':45,112 'servic':11 'singl':33 'single-board':32 'small':6,10 'solut':86 'storag':44,116 'system':41,67 'thank':126 'trust':94 'usb':51,104 'whole':66 'without':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705258077
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10672338"
  +editedAt: DateTimeImmutable @1722792619 {#1724
    date: 2024-08-04 19:30:19.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705171677 {#1719
    date: 2024-01-13 19:47:57.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\EntryComment {#1549
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1585
    +user: Proxies\__CG__\App\Entity\User {#1723 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1576 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2385 …}
    +slug: "Backing-up-Single-Board-Computer"
    +title: "Backing-up Single Board Computer"
    +url: null
    +body: """
      Hello everyone!\n
      \n
      I have a small OrangePi running some small services on it (some with Docker and some without Docker).\n
      \n
      And I’d love to know **how do you backup your single-board computers**.\n
      \n
      Do you just rsync the system to a storage server ? Do you plug in a USB drive and rsync on it ? Do you save only the important data or the whole system ?\n
      \n
      For now my SBC is not backed-up and I’d like to get a good backup solution up and running quickly! (I don’t trust SD cards to last long…)\n
      \n
      I have access to USB drives and disks and also another big server with 20TB of storage which I can make the backup to if needed!\n
      \n
      Thanks for your help !
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 29
    +favouriteCount: 32
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726556041 {#1613
      date: 2024-09-17 08:54:01.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2382 …}
    +votes: Doctrine\ORM\PersistentCollection {#2386 …}
    +reports: Doctrine\ORM\PersistentCollection {#1563 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1907 …}
    +badges: Doctrine\ORM\PersistentCollection {#1385 …}
    +children: [
      App\Entity\EntryComment {#1549}
    ]
    -id: 30237
    -titleTs: "'back':2 'backing-up':1 'board':5 'comput':6 'singl':4"
    -bodyTs: "'20tb':114 'access':102 'also':109 'anoth':110 'back':75 'backed-up':74 'backup':30,85,122 'big':111 'board':34 'card':96 'comput':35 'd':23,79 'data':63 'disk':107 'docker':16,20 'drive':52,105 'everyon':2 'get':82 'good':84 'hello':1 'help':129 'import':62 'know':26 'last':98 'like':80 'long':99 'love':24 'make':120 'need':125 'orangepi':7 'plug':48 'quick':90 'rsync':39,54 'run':8,89 'save':59 'sbc':71 'sd':95 'server':45,112 'servic':11 'singl':33 'single-board':32 'small':6,10 'solut':86 'storag':44,116 'system':41,67 'thank':126 'trust':94 'usb':51,104 'whole':66 'without':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705258077
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10672338"
    +editedAt: DateTimeImmutable @1722792619 {#1724
      date: 2024-08-04 19:30:19.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705171677 {#1719
      date: 2024-01-13 19:47:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1576 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +body: "I love that idea, and I’d love to implement that. But I honestly can never figure out how people are working with services that enables the user to change settings (for example, to set their location to get their local weather) while still maintaining a read-only system."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705241544 {#1673
    date: 2024-01-14 15:12:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Krafting@lemmy.world"
    "@DontNoodles@discuss.tchncs.de"
    "@Krafting@lemmy.world"
    "@DontNoodles@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1795 …}
  +nested: Doctrine\ORM\PersistentCollection {#1686 …}
  +votes: Doctrine\ORM\PersistentCollection {#1680 …}
  +reports: Doctrine\ORM\PersistentCollection {#1683 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1596 …}
  -id: 307975
  -bodyTs: "'chang':30 'd':7 'enabl':26 'exampl':33 'figur':17 'get':39 'honest':14 'idea':4 'implement':10 'local':41 'locat':37 'love':2,8 'maintain':45 'never':16 'peopl':20 'read':48 'read-on':47 'servic':24 'set':31,35 'still':44 'system':50 'user':28 'weather':42 'work':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.one/comment/6206820"
  +editedAt: DateTimeImmutable @1723557773 {#1560
    date: 2024-08-13 16:02:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705241544 {#1568
    date: 2024-01-14 15:12:24.0 +01:00
  }
  +"title": 307975
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
7 DENIED edit
App\Entity\EntryComment {#1549
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1585
    +user: Proxies\__CG__\App\Entity\User {#1723 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1576 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2385 …}
    +slug: "Backing-up-Single-Board-Computer"
    +title: "Backing-up Single Board Computer"
    +url: null
    +body: """
      Hello everyone!\n
      \n
      I have a small OrangePi running some small services on it (some with Docker and some without Docker).\n
      \n
      And I’d love to know **how do you backup your single-board computers**.\n
      \n
      Do you just rsync the system to a storage server ? Do you plug in a USB drive and rsync on it ? Do you save only the important data or the whole system ?\n
      \n
      For now my SBC is not backed-up and I’d like to get a good backup solution up and running quickly! (I don’t trust SD cards to last long…)\n
      \n
      I have access to USB drives and disks and also another big server with 20TB of storage which I can make the backup to if needed!\n
      \n
      Thanks for your help !
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 29
    +favouriteCount: 32
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726556041 {#1613
      date: 2024-09-17 08:54:01.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2382 …}
    +votes: Doctrine\ORM\PersistentCollection {#2386 …}
    +reports: Doctrine\ORM\PersistentCollection {#1563 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1907 …}
    +badges: Doctrine\ORM\PersistentCollection {#1385 …}
    +children: [
      App\Entity\EntryComment {#1549}
    ]
    -id: 30237
    -titleTs: "'back':2 'backing-up':1 'board':5 'comput':6 'singl':4"
    -bodyTs: "'20tb':114 'access':102 'also':109 'anoth':110 'back':75 'backed-up':74 'backup':30,85,122 'big':111 'board':34 'card':96 'comput':35 'd':23,79 'data':63 'disk':107 'docker':16,20 'drive':52,105 'everyon':2 'get':82 'good':84 'hello':1 'help':129 'import':62 'know':26 'last':98 'like':80 'long':99 'love':24 'make':120 'need':125 'orangepi':7 'plug':48 'quick':90 'rsync':39,54 'run':8,89 'save':59 'sbc':71 'sd':95 'server':45,112 'servic':11 'singl':33 'single-board':32 'small':6,10 'solut':86 'storag':44,116 'system':41,67 'thank':126 'trust':94 'usb':51,104 'whole':66 'without':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705258077
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10672338"
    +editedAt: DateTimeImmutable @1722792619 {#1724
      date: 2024-08-04 19:30:19.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705171677 {#1719
      date: 2024-01-13 19:47:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1576 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +body: "I love that idea, and I’d love to implement that. But I honestly can never figure out how people are working with services that enables the user to change settings (for example, to set their location to get their local weather) while still maintaining a read-only system."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705241544 {#1673
    date: 2024-01-14 15:12:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Krafting@lemmy.world"
    "@DontNoodles@discuss.tchncs.de"
    "@Krafting@lemmy.world"
    "@DontNoodles@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1795 …}
  +nested: Doctrine\ORM\PersistentCollection {#1686 …}
  +votes: Doctrine\ORM\PersistentCollection {#1680 …}
  +reports: Doctrine\ORM\PersistentCollection {#1683 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1596 …}
  -id: 307975
  -bodyTs: "'chang':30 'd':7 'enabl':26 'exampl':33 'figur':17 'get':39 'honest':14 'idea':4 'implement':10 'local':41 'locat':37 'love':2,8 'maintain':45 'never':16 'peopl':20 'read':48 'read-on':47 'servic':24 'set':31,35 'still':44 'system':50 'user':28 'weather':42 'work':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.one/comment/6206820"
  +editedAt: DateTimeImmutable @1723557773 {#1560
    date: 2024-08-13 16:02:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705241544 {#1568
    date: 2024-01-14 15:12:24.0 +01:00
  }
  +"title": 307975
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
8 DENIED moderate
App\Entity\EntryComment {#1549
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1585
    +user: Proxies\__CG__\App\Entity\User {#1723 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1576 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2385 …}
    +slug: "Backing-up-Single-Board-Computer"
    +title: "Backing-up Single Board Computer"
    +url: null
    +body: """
      Hello everyone!\n
      \n
      I have a small OrangePi running some small services on it (some with Docker and some without Docker).\n
      \n
      And I’d love to know **how do you backup your single-board computers**.\n
      \n
      Do you just rsync the system to a storage server ? Do you plug in a USB drive and rsync on it ? Do you save only the important data or the whole system ?\n
      \n
      For now my SBC is not backed-up and I’d like to get a good backup solution up and running quickly! (I don’t trust SD cards to last long…)\n
      \n
      I have access to USB drives and disks and also another big server with 20TB of storage which I can make the backup to if needed!\n
      \n
      Thanks for your help !
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 29
    +favouriteCount: 32
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726556041 {#1613
      date: 2024-09-17 08:54:01.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2382 …}
    +votes: Doctrine\ORM\PersistentCollection {#2386 …}
    +reports: Doctrine\ORM\PersistentCollection {#1563 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2391 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1907 …}
    +badges: Doctrine\ORM\PersistentCollection {#1385 …}
    +children: [
      App\Entity\EntryComment {#1549}
    ]
    -id: 30237
    -titleTs: "'back':2 'backing-up':1 'board':5 'comput':6 'singl':4"
    -bodyTs: "'20tb':114 'access':102 'also':109 'anoth':110 'back':75 'backed-up':74 'backup':30,85,122 'big':111 'board':34 'card':96 'comput':35 'd':23,79 'data':63 'disk':107 'docker':16,20 'drive':52,105 'everyon':2 'get':82 'good':84 'hello':1 'help':129 'import':62 'know':26 'last':98 'like':80 'long':99 'love':24 'make':120 'need':125 'orangepi':7 'plug':48 'quick':90 'rsync':39,54 'run':8,89 'save':59 'sbc':71 'sd':95 'server':45,112 'servic':11 'singl':33 'single-board':32 'small':6,10 'solut':86 'storag':44,116 'system':41,67 'thank':126 'trust':94 'usb':51,104 'whole':66 'without':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705258077
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10672338"
    +editedAt: DateTimeImmutable @1722792619 {#1724
      date: 2024-08-04 19:30:19.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705171677 {#1719
      date: 2024-01-13 19:47:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1576 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +body: "I love that idea, and I’d love to implement that. But I honestly can never figure out how people are working with services that enables the user to change settings (for example, to set their location to get their local weather) while still maintaining a read-only system."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705241544 {#1673
    date: 2024-01-14 15:12:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Krafting@lemmy.world"
    "@DontNoodles@discuss.tchncs.de"
    "@Krafting@lemmy.world"
    "@DontNoodles@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1795 …}
  +nested: Doctrine\ORM\PersistentCollection {#1686 …}
  +votes: Doctrine\ORM\PersistentCollection {#1680 …}
  +reports: Doctrine\ORM\PersistentCollection {#1683 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1702 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1596 …}
  -id: 307975
  -bodyTs: "'chang':30 'd':7 'enabl':26 'exampl':33 'figur':17 'get':39 'honest':14 'idea':4 'implement':10 'local':41 'locat':37 'love':2,8 'maintain':45 'never':16 'peopl':20 'read':48 'read-on':47 'servic':24 'set':31,35 'still':44 'system':50 'user':28 'weather':42 'work':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.one/comment/6206820"
  +editedAt: DateTimeImmutable @1723557773 {#1560
    date: 2024-08-13 16:02:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705241544 {#1568
    date: 2024-01-14 15:12:24.0 +01:00
  }
  +"title": 307975
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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
Proxies\__CG__\App\Entity\Entry {#1591
  +user: Proxies\__CG__\App\Entity\User {#1730 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: Proxies\__CG__\App\Entity\Image {#2036 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2031 …}
  +slug: "KDE-Connect-is-the-best-Also-why-isn-t-the-app"
  +title: "KDE Connect is the best! Also why isn't the app called KDE Konnekt 🤣"
  +url: "https://lemmy.world/pictrs/image/c3214169-c859-4ad2-b6ea-d8cc4a76f6fb.webp"
  +body: "meme stolen"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1691702531 {#1383
    date: 2023-08-10 23:22:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2035 …}
  +votes: Doctrine\ORM\PersistentCollection {#2079 …}
  +reports: Doctrine\ORM\PersistentCollection {#2037 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2061 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2078 …}
  +badges: Doctrine\ORM\PersistentCollection {#2097 …}
  +children: [
    App\Entity\EntryComment {#1695
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: null
      +root: null
      +body: "The first time it paused my YouTube video inside Firefox when a call came in on my phone, it blew my mind. And then when the call ended, it just casually resumed the video. I love it. That, the clipboard syncing and easy sharing of files between devices make it absolutely awesome to have."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1691684533 {#1433
        date: 2023-08-10 18:22:13.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BearPear@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1579 …}
      +nested: Doctrine\ORM\PersistentCollection {#1577 …}
      +votes: Doctrine\ORM\PersistentCollection {#1578 …}
      +reports: Doctrine\ORM\PersistentCollection {#1571 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1667 …}
      -id: 203800
      -bodyTs: "'absolut':51 'awesom':52 'blew':20 'call':13,27 'came':14 'casual':31 'clipboard':40 'devic':48 'easi':43 'end':28 'file':46 'firefox':10 'first':2 'insid':9 'love':36 'make':49 'mind':22 'paus':5 'phone':18 'resum':32 'share':44 'sync':41 'time':3 'video':8,34 'youtub':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.one/comment/1854841"
      +editedAt: null
      +createdAt: DateTimeImmutable @1691684533 {#1430
        date: 2023-08-10 18:22:13.0 +02:00
      }
      +"title": 203800
    }
  ]
  -id: 12235
  -titleTs: "'also':6 'app':11 'best':5 'call':12 'connect':2 'isn':8 'kde':1,13 'konnekt':14"
  -bodyTs: "'meme':1 'stolen':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691715755
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/2976970"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691678255 {#1725
    date: 2023-08-10 16:37:35.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#1591
  +user: Proxies\__CG__\App\Entity\User {#1730 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: Proxies\__CG__\App\Entity\Image {#2036 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2031 …}
  +slug: "KDE-Connect-is-the-best-Also-why-isn-t-the-app"
  +title: "KDE Connect is the best! Also why isn't the app called KDE Konnekt 🤣"
  +url: "https://lemmy.world/pictrs/image/c3214169-c859-4ad2-b6ea-d8cc4a76f6fb.webp"
  +body: "meme stolen"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1691702531 {#1383
    date: 2023-08-10 23:22:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2035 …}
  +votes: Doctrine\ORM\PersistentCollection {#2079 …}
  +reports: Doctrine\ORM\PersistentCollection {#2037 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2061 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2078 …}
  +badges: Doctrine\ORM\PersistentCollection {#2097 …}
  +children: [
    App\Entity\EntryComment {#1695
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: null
      +root: null
      +body: "The first time it paused my YouTube video inside Firefox when a call came in on my phone, it blew my mind. And then when the call ended, it just casually resumed the video. I love it. That, the clipboard syncing and easy sharing of files between devices make it absolutely awesome to have."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1691684533 {#1433
        date: 2023-08-10 18:22:13.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BearPear@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1579 …}
      +nested: Doctrine\ORM\PersistentCollection {#1577 …}
      +votes: Doctrine\ORM\PersistentCollection {#1578 …}
      +reports: Doctrine\ORM\PersistentCollection {#1571 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1667 …}
      -id: 203800
      -bodyTs: "'absolut':51 'awesom':52 'blew':20 'call':13,27 'came':14 'casual':31 'clipboard':40 'devic':48 'easi':43 'end':28 'file':46 'firefox':10 'first':2 'insid':9 'love':36 'make':49 'mind':22 'paus':5 'phone':18 'resum':32 'share':44 'sync':41 'time':3 'video':8,34 'youtub':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.one/comment/1854841"
      +editedAt: null
      +createdAt: DateTimeImmutable @1691684533 {#1430
        date: 2023-08-10 18:22:13.0 +02:00
      }
      +"title": 203800
    }
  ]
  -id: 12235
  -titleTs: "'also':6 'app':11 'best':5 'call':12 'connect':2 'isn':8 'kde':1,13 'konnekt':14"
  -bodyTs: "'meme':1 'stolen':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691715755
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/2976970"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691678255 {#1725
    date: 2023-08-10 16:37:35.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#1591
  +user: Proxies\__CG__\App\Entity\User {#1730 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: Proxies\__CG__\App\Entity\Image {#2036 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2031 …}
  +slug: "KDE-Connect-is-the-best-Also-why-isn-t-the-app"
  +title: "KDE Connect is the best! Also why isn't the app called KDE Konnekt 🤣"
  +url: "https://lemmy.world/pictrs/image/c3214169-c859-4ad2-b6ea-d8cc4a76f6fb.webp"
  +body: "meme stolen"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1691702531 {#1383
    date: 2023-08-10 23:22:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2035 …}
  +votes: Doctrine\ORM\PersistentCollection {#2079 …}
  +reports: Doctrine\ORM\PersistentCollection {#2037 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2061 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2078 …}
  +badges: Doctrine\ORM\PersistentCollection {#2097 …}
  +children: [
    App\Entity\EntryComment {#1695
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: null
      +root: null
      +body: "The first time it paused my YouTube video inside Firefox when a call came in on my phone, it blew my mind. And then when the call ended, it just casually resumed the video. I love it. That, the clipboard syncing and easy sharing of files between devices make it absolutely awesome to have."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1691684533 {#1433
        date: 2023-08-10 18:22:13.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BearPear@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1579 …}
      +nested: Doctrine\ORM\PersistentCollection {#1577 …}
      +votes: Doctrine\ORM\PersistentCollection {#1578 …}
      +reports: Doctrine\ORM\PersistentCollection {#1571 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1667 …}
      -id: 203800
      -bodyTs: "'absolut':51 'awesom':52 'blew':20 'call':13,27 'came':14 'casual':31 'clipboard':40 'devic':48 'easi':43 'end':28 'file':46 'firefox':10 'first':2 'insid':9 'love':36 'make':49 'mind':22 'paus':5 'phone':18 'resum':32 'share':44 'sync':41 'time':3 'video':8,34 'youtub':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.one/comment/1854841"
      +editedAt: null
      +createdAt: DateTimeImmutable @1691684533 {#1430
        date: 2023-08-10 18:22:13.0 +02:00
      }
      +"title": 203800
    }
  ]
  -id: 12235
  -titleTs: "'also':6 'app':11 'best':5 'call':12 'connect':2 'isn':8 'kde':1,13 'konnekt':14"
  -bodyTs: "'meme':1 'stolen':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691715755
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/2976970"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691678255 {#1725
    date: 2023-08-10 16:37:35.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\EntryComment {#1695
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#1730 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: Proxies\__CG__\App\Entity\Image {#2036 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2031 …}
    +slug: "KDE-Connect-is-the-best-Also-why-isn-t-the-app"
    +title: "KDE Connect is the best! Also why isn't the app called KDE Konnekt 🤣"
    +url: "https://lemmy.world/pictrs/image/c3214169-c859-4ad2-b6ea-d8cc4a76f6fb.webp"
    +body: "meme stolen"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 3
    +favouriteCount: 9
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1691702531 {#1383
      date: 2023-08-10 23:22:11.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2035 …}
    +votes: Doctrine\ORM\PersistentCollection {#2079 …}
    +reports: Doctrine\ORM\PersistentCollection {#2037 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2061 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2078 …}
    +badges: Doctrine\ORM\PersistentCollection {#2097 …}
    +children: [
      App\Entity\EntryComment {#1695}
    ]
    -id: 12235
    -titleTs: "'also':6 'app':11 'best':5 'call':12 'connect':2 'isn':8 'kde':1,13 'konnekt':14"
    -bodyTs: "'meme':1 'stolen':2"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1691715755
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/2976970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1691678255 {#1725
      date: 2023-08-10 16:37:35.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: null
  +root: null
  +body: "The first time it paused my YouTube video inside Firefox when a call came in on my phone, it blew my mind. And then when the call ended, it just casually resumed the video. I love it. That, the clipboard syncing and easy sharing of files between devices make it absolutely awesome to have."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1691684533 {#1433
    date: 2023-08-10 18:22:13.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BearPear@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1579 …}
  +nested: Doctrine\ORM\PersistentCollection {#1577 …}
  +votes: Doctrine\ORM\PersistentCollection {#1578 …}
  +reports: Doctrine\ORM\PersistentCollection {#1571 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1667 …}
  -id: 203800
  -bodyTs: "'absolut':51 'awesom':52 'blew':20 'call':13,27 'came':14 'casual':31 'clipboard':40 'devic':48 'easi':43 'end':28 'file':46 'firefox':10 'first':2 'insid':9 'love':36 'make':49 'mind':22 'paus':5 'phone':18 'resum':32 'share':44 'sync':41 'time':3 'video':8,34 'youtub':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.one/comment/1854841"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691684533 {#1430
    date: 2023-08-10 18:22:13.0 +02:00
  }
  +"title": 203800
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
15 DENIED edit
App\Entity\EntryComment {#1695
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#1730 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: Proxies\__CG__\App\Entity\Image {#2036 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2031 …}
    +slug: "KDE-Connect-is-the-best-Also-why-isn-t-the-app"
    +title: "KDE Connect is the best! Also why isn't the app called KDE Konnekt 🤣"
    +url: "https://lemmy.world/pictrs/image/c3214169-c859-4ad2-b6ea-d8cc4a76f6fb.webp"
    +body: "meme stolen"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 3
    +favouriteCount: 9
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1691702531 {#1383
      date: 2023-08-10 23:22:11.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2035 …}
    +votes: Doctrine\ORM\PersistentCollection {#2079 …}
    +reports: Doctrine\ORM\PersistentCollection {#2037 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2061 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2078 …}
    +badges: Doctrine\ORM\PersistentCollection {#2097 …}
    +children: [
      App\Entity\EntryComment {#1695}
    ]
    -id: 12235
    -titleTs: "'also':6 'app':11 'best':5 'call':12 'connect':2 'isn':8 'kde':1,13 'konnekt':14"
    -bodyTs: "'meme':1 'stolen':2"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1691715755
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/2976970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1691678255 {#1725
      date: 2023-08-10 16:37:35.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: null
  +root: null
  +body: "The first time it paused my YouTube video inside Firefox when a call came in on my phone, it blew my mind. And then when the call ended, it just casually resumed the video. I love it. That, the clipboard syncing and easy sharing of files between devices make it absolutely awesome to have."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1691684533 {#1433
    date: 2023-08-10 18:22:13.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BearPear@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1579 …}
  +nested: Doctrine\ORM\PersistentCollection {#1577 …}
  +votes: Doctrine\ORM\PersistentCollection {#1578 …}
  +reports: Doctrine\ORM\PersistentCollection {#1571 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1667 …}
  -id: 203800
  -bodyTs: "'absolut':51 'awesom':52 'blew':20 'call':13,27 'came':14 'casual':31 'clipboard':40 'devic':48 'easi':43 'end':28 'file':46 'firefox':10 'first':2 'insid':9 'love':36 'make':49 'mind':22 'paus':5 'phone':18 'resum':32 'share':44 'sync':41 'time':3 'video':8,34 'youtub':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.one/comment/1854841"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691684533 {#1430
    date: 2023-08-10 18:22:13.0 +02:00
  }
  +"title": 203800
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
16 DENIED moderate
App\Entity\EntryComment {#1695
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#1730 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: Proxies\__CG__\App\Entity\Image {#2036 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2031 …}
    +slug: "KDE-Connect-is-the-best-Also-why-isn-t-the-app"
    +title: "KDE Connect is the best! Also why isn't the app called KDE Konnekt 🤣"
    +url: "https://lemmy.world/pictrs/image/c3214169-c859-4ad2-b6ea-d8cc4a76f6fb.webp"
    +body: "meme stolen"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 3
    +favouriteCount: 9
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1691702531 {#1383
      date: 2023-08-10 23:22:11.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2035 …}
    +votes: Doctrine\ORM\PersistentCollection {#2079 …}
    +reports: Doctrine\ORM\PersistentCollection {#2037 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2061 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2078 …}
    +badges: Doctrine\ORM\PersistentCollection {#2097 …}
    +children: [
      App\Entity\EntryComment {#1695}
    ]
    -id: 12235
    -titleTs: "'also':6 'app':11 'best':5 'call':12 'connect':2 'isn':8 'kde':1,13 'konnekt':14"
    -bodyTs: "'meme':1 'stolen':2"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1691715755
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/2976970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1691678255 {#1725
      date: 2023-08-10 16:37:35.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: null
  +root: null
  +body: "The first time it paused my YouTube video inside Firefox when a call came in on my phone, it blew my mind. And then when the call ended, it just casually resumed the video. I love it. That, the clipboard syncing and easy sharing of files between devices make it absolutely awesome to have."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1691684533 {#1433
    date: 2023-08-10 18:22:13.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BearPear@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1579 …}
  +nested: Doctrine\ORM\PersistentCollection {#1577 …}
  +votes: Doctrine\ORM\PersistentCollection {#1578 …}
  +reports: Doctrine\ORM\PersistentCollection {#1571 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1667 …}
  -id: 203800
  -bodyTs: "'absolut':51 'awesom':52 'blew':20 'call':13,27 'came':14 'casual':31 'clipboard':40 'devic':48 'easi':43 'end':28 'file':46 'firefox':10 'first':2 'insid':9 'love':36 'make':49 'mind':22 'paus':5 'phone':18 'resum':32 'share':44 'sync':41 'time':3 'video':8,34 'youtub':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.one/comment/1854841"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691684533 {#1430
    date: 2023-08-10 18:22:13.0 +02:00
  }
  +"title": 203800
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
17 DENIED ROLE_ADMIN
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 ROLE_MODERATOR
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