GET https://kbin.spritesserver.nl/u/@scott@lem.free.as/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 …}
}
6.52 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.05 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 {#1560
  +user: Proxies\__CG__\App\Entity\User {#2337 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1548 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
  +slug: "Can-one-recover-from-an-accidental-rm-rf-of-system"
  +title: "Can one recover from an accidental rm -rf of system directories by copying those files back in from a backup?"
  +url: null
  +body: """
    Well I’ve joined the “accidentally trashing your system with rm -rf” club! Luckily I didn’t delete my home directory with all the things I care about, but I did delete /boot and /usr, and maybe /var (long story, boils down to me trying to delete non-system directories named those but reflexively adding the slash in front when I should not have). I have backups of those as well, so what are my prospects of recovering from this by just copying them back in using a live USB? Only issue is they’re stored in my server as belonging to the server user (I assume everything in those directories should belong to root and I can just use chown?) But I also don’t know if they retain the same permissions when backed up.\n
    \n
    Has anyone had any luck recovering a system in this way? I’m hoping not to have to reinstall everything because I had gotten pretty cozy with the current installation.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 38
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702197100 {#2300
    date: 2023-12-10 09:31:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2336 …}
  +votes: Doctrine\ORM\PersistentCollection {#2339 …}
  +reports: Doctrine\ORM\PersistentCollection {#2159 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
  +badges: Doctrine\ORM\PersistentCollection {#2068 …}
  +children: [
    App\Entity\EntryComment {#1675
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1560 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1548 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Yes but it’s hard work.\n
        \n
        I did it from the other side of the planet. I accidentally ran an `rm -rf …` command on a running system. Luckily I had an identical system running that I could use to copy over the files, devices, etc.\n
        \n
        Learning about inodes and `/proc/xxx/fd` works, I was able to recover enough files to then copy over the rest from the other system.\n
        \n
        Doing it over SSH from the other side of the world was a tough 14 hours.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1702167467 {#1610
        date: 2023-12-10 01:17:47.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@HiddenLayer5@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1559 …}
      +nested: Doctrine\ORM\PersistentCollection {#1567 …}
      +votes: Doctrine\ORM\PersistentCollection {#1561 …}
      +reports: Doctrine\ORM\PersistentCollection {#1528 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1582 …}
      -id: 215373
      -bodyTs: "'/proc/xxx/fd':50 '14':83 'abl':54 'accident':18 'command':23 'copi':40,61 'could':37 'devic':44 'enough':57 'etc':45 'file':43,58 'hard':5 'hour':84 'ident':32 'inod':48 'learn':46 'luckili':28 'planet':16 'ran':19 'recov':56 'rest':64 'rf':22 'rm':21 'run':26,34 'side':13,76 'ssh':72 'system':27,33,68 'tough':82 'use':38 'work':6,51 'world':79 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lem.free.as/comment/843224"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702167467 {#1615
        date: 2023-12-10 01:17:47.0 +01:00
      }
      +"title": 215373
    }
  ]
  -id: 21174
  -titleTs: "'accident':6 'back':16 'backup':20 'copi':13 'directori':11 'file':15 'one':2 'recov':3 'rf':8 'rm':7 'system':10"
  -bodyTs: "'/boot':33 '/usr':35 '/var':38 'accident':6 'ad':56 'also':125 'anyon':139 'assum':108 'back':86,136 'backup':68 'belong':102,114 'boil':41 'care':27 'chown':122 'club':13 'copi':84 'cozi':163 'current':166 'delet':18,32,47 'didn':16 'directori':21,51,112 'everyth':109,157 'front':60 'gotten':161 'home':20 'hope':151 'instal':167 'issu':93 'join':4 'know':128 'live':90 'long':39 'luck':142 'luckili':14 'm':150 'mayb':37 'name':52 'non':49 'non-system':48 'permiss':134 'pretti':162 'prospect':77 're':96 'recov':79,143 'reflex':55 'reinstal':156 'retain':131 'rf':12 'rm':11 'root':116 'server':100,105 'slash':58 'store':97 'stori':40 'system':9,50,145 'thing':25 'trash':7 'tri':45 'usb':91 'use':88,121 'user':106 've':3 'way':148 'well':1,72"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702115144
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9032262"
  +editedAt: DateTimeImmutable @1703484244 {#2060
    date: 2023-12-25 07:04:04.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702028744 {#2241
    date: 2023-12-08 10:45:44.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 {#1560
  +user: Proxies\__CG__\App\Entity\User {#2337 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1548 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
  +slug: "Can-one-recover-from-an-accidental-rm-rf-of-system"
  +title: "Can one recover from an accidental rm -rf of system directories by copying those files back in from a backup?"
  +url: null
  +body: """
    Well I’ve joined the “accidentally trashing your system with rm -rf” club! Luckily I didn’t delete my home directory with all the things I care about, but I did delete /boot and /usr, and maybe /var (long story, boils down to me trying to delete non-system directories named those but reflexively adding the slash in front when I should not have). I have backups of those as well, so what are my prospects of recovering from this by just copying them back in using a live USB? Only issue is they’re stored in my server as belonging to the server user (I assume everything in those directories should belong to root and I can just use chown?) But I also don’t know if they retain the same permissions when backed up.\n
    \n
    Has anyone had any luck recovering a system in this way? I’m hoping not to have to reinstall everything because I had gotten pretty cozy with the current installation.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 38
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702197100 {#2300
    date: 2023-12-10 09:31:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2336 …}
  +votes: Doctrine\ORM\PersistentCollection {#2339 …}
  +reports: Doctrine\ORM\PersistentCollection {#2159 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
  +badges: Doctrine\ORM\PersistentCollection {#2068 …}
  +children: [
    App\Entity\EntryComment {#1675
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1560 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1548 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Yes but it’s hard work.\n
        \n
        I did it from the other side of the planet. I accidentally ran an `rm -rf …` command on a running system. Luckily I had an identical system running that I could use to copy over the files, devices, etc.\n
        \n
        Learning about inodes and `/proc/xxx/fd` works, I was able to recover enough files to then copy over the rest from the other system.\n
        \n
        Doing it over SSH from the other side of the world was a tough 14 hours.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1702167467 {#1610
        date: 2023-12-10 01:17:47.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@HiddenLayer5@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1559 …}
      +nested: Doctrine\ORM\PersistentCollection {#1567 …}
      +votes: Doctrine\ORM\PersistentCollection {#1561 …}
      +reports: Doctrine\ORM\PersistentCollection {#1528 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1582 …}
      -id: 215373
      -bodyTs: "'/proc/xxx/fd':50 '14':83 'abl':54 'accident':18 'command':23 'copi':40,61 'could':37 'devic':44 'enough':57 'etc':45 'file':43,58 'hard':5 'hour':84 'ident':32 'inod':48 'learn':46 'luckili':28 'planet':16 'ran':19 'recov':56 'rest':64 'rf':22 'rm':21 'run':26,34 'side':13,76 'ssh':72 'system':27,33,68 'tough':82 'use':38 'work':6,51 'world':79 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lem.free.as/comment/843224"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702167467 {#1615
        date: 2023-12-10 01:17:47.0 +01:00
      }
      +"title": 215373
    }
  ]
  -id: 21174
  -titleTs: "'accident':6 'back':16 'backup':20 'copi':13 'directori':11 'file':15 'one':2 'recov':3 'rf':8 'rm':7 'system':10"
  -bodyTs: "'/boot':33 '/usr':35 '/var':38 'accident':6 'ad':56 'also':125 'anyon':139 'assum':108 'back':86,136 'backup':68 'belong':102,114 'boil':41 'care':27 'chown':122 'club':13 'copi':84 'cozi':163 'current':166 'delet':18,32,47 'didn':16 'directori':21,51,112 'everyth':109,157 'front':60 'gotten':161 'home':20 'hope':151 'instal':167 'issu':93 'join':4 'know':128 'live':90 'long':39 'luck':142 'luckili':14 'm':150 'mayb':37 'name':52 'non':49 'non-system':48 'permiss':134 'pretti':162 'prospect':77 're':96 'recov':79,143 'reflex':55 'reinstal':156 'retain':131 'rf':12 'rm':11 'root':116 'server':100,105 'slash':58 'store':97 'stori':40 'system':9,50,145 'thing':25 'trash':7 'tri':45 'usb':91 'use':88,121 'user':106 've':3 'way':148 'well':1,72"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702115144
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9032262"
  +editedAt: DateTimeImmutable @1703484244 {#2060
    date: 2023-12-25 07:04:04.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702028744 {#2241
    date: 2023-12-08 10:45:44.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 {#1560
  +user: Proxies\__CG__\App\Entity\User {#2337 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1548 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
  +slug: "Can-one-recover-from-an-accidental-rm-rf-of-system"
  +title: "Can one recover from an accidental rm -rf of system directories by copying those files back in from a backup?"
  +url: null
  +body: """
    Well I’ve joined the “accidentally trashing your system with rm -rf” club! Luckily I didn’t delete my home directory with all the things I care about, but I did delete /boot and /usr, and maybe /var (long story, boils down to me trying to delete non-system directories named those but reflexively adding the slash in front when I should not have). I have backups of those as well, so what are my prospects of recovering from this by just copying them back in using a live USB? Only issue is they’re stored in my server as belonging to the server user (I assume everything in those directories should belong to root and I can just use chown?) But I also don’t know if they retain the same permissions when backed up.\n
    \n
    Has anyone had any luck recovering a system in this way? I’m hoping not to have to reinstall everything because I had gotten pretty cozy with the current installation.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 38
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702197100 {#2300
    date: 2023-12-10 09:31:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2336 …}
  +votes: Doctrine\ORM\PersistentCollection {#2339 …}
  +reports: Doctrine\ORM\PersistentCollection {#2159 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
  +badges: Doctrine\ORM\PersistentCollection {#2068 …}
  +children: [
    App\Entity\EntryComment {#1675
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1560 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1548 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Yes but it’s hard work.\n
        \n
        I did it from the other side of the planet. I accidentally ran an `rm -rf …` command on a running system. Luckily I had an identical system running that I could use to copy over the files, devices, etc.\n
        \n
        Learning about inodes and `/proc/xxx/fd` works, I was able to recover enough files to then copy over the rest from the other system.\n
        \n
        Doing it over SSH from the other side of the world was a tough 14 hours.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1702167467 {#1610
        date: 2023-12-10 01:17:47.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@HiddenLayer5@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1559 …}
      +nested: Doctrine\ORM\PersistentCollection {#1567 …}
      +votes: Doctrine\ORM\PersistentCollection {#1561 …}
      +reports: Doctrine\ORM\PersistentCollection {#1528 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1582 …}
      -id: 215373
      -bodyTs: "'/proc/xxx/fd':50 '14':83 'abl':54 'accident':18 'command':23 'copi':40,61 'could':37 'devic':44 'enough':57 'etc':45 'file':43,58 'hard':5 'hour':84 'ident':32 'inod':48 'learn':46 'luckili':28 'planet':16 'ran':19 'recov':56 'rest':64 'rf':22 'rm':21 'run':26,34 'side':13,76 'ssh':72 'system':27,33,68 'tough':82 'use':38 'work':6,51 'world':79 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lem.free.as/comment/843224"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702167467 {#1615
        date: 2023-12-10 01:17:47.0 +01:00
      }
      +"title": 215373
    }
  ]
  -id: 21174
  -titleTs: "'accident':6 'back':16 'backup':20 'copi':13 'directori':11 'file':15 'one':2 'recov':3 'rf':8 'rm':7 'system':10"
  -bodyTs: "'/boot':33 '/usr':35 '/var':38 'accident':6 'ad':56 'also':125 'anyon':139 'assum':108 'back':86,136 'backup':68 'belong':102,114 'boil':41 'care':27 'chown':122 'club':13 'copi':84 'cozi':163 'current':166 'delet':18,32,47 'didn':16 'directori':21,51,112 'everyth':109,157 'front':60 'gotten':161 'home':20 'hope':151 'instal':167 'issu':93 'join':4 'know':128 'live':90 'long':39 'luck':142 'luckili':14 'm':150 'mayb':37 'name':52 'non':49 'non-system':48 'permiss':134 'pretti':162 'prospect':77 're':96 'recov':79,143 'reflex':55 'reinstal':156 'retain':131 'rf':12 'rm':11 'root':116 'server':100,105 'slash':58 'store':97 'stori':40 'system':9,50,145 'thing':25 'trash':7 'tri':45 'usb':91 'use':88,121 'user':106 've':3 'way':148 'well':1,72"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702115144
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9032262"
  +editedAt: DateTimeImmutable @1703484244 {#2060
    date: 2023-12-25 07:04:04.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702028744 {#2241
    date: 2023-12-08 10:45:44.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 {#1675
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1560
    +user: Proxies\__CG__\App\Entity\User {#2337 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1548 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
    +slug: "Can-one-recover-from-an-accidental-rm-rf-of-system"
    +title: "Can one recover from an accidental rm -rf of system directories by copying those files back in from a backup?"
    +url: null
    +body: """
      Well I’ve joined the “accidentally trashing your system with rm -rf” club! Luckily I didn’t delete my home directory with all the things I care about, but I did delete /boot and /usr, and maybe /var (long story, boils down to me trying to delete non-system directories named those but reflexively adding the slash in front when I should not have). I have backups of those as well, so what are my prospects of recovering from this by just copying them back in using a live USB? Only issue is they’re stored in my server as belonging to the server user (I assume everything in those directories should belong to root and I can just use chown?) But I also don’t know if they retain the same permissions when backed up.\n
      \n
      Has anyone had any luck recovering a system in this way? I’m hoping not to have to reinstall everything because I had gotten pretty cozy with the current installation.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702197100 {#2300
      date: 2023-12-10 09:31:40.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2336 …}
    +votes: Doctrine\ORM\PersistentCollection {#2339 …}
    +reports: Doctrine\ORM\PersistentCollection {#2159 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
    +badges: Doctrine\ORM\PersistentCollection {#2068 …}
    +children: [
      App\Entity\EntryComment {#1675}
    ]
    -id: 21174
    -titleTs: "'accident':6 'back':16 'backup':20 'copi':13 'directori':11 'file':15 'one':2 'recov':3 'rf':8 'rm':7 'system':10"
    -bodyTs: "'/boot':33 '/usr':35 '/var':38 'accident':6 'ad':56 'also':125 'anyon':139 'assum':108 'back':86,136 'backup':68 'belong':102,114 'boil':41 'care':27 'chown':122 'club':13 'copi':84 'cozi':163 'current':166 'delet':18,32,47 'didn':16 'directori':21,51,112 'everyth':109,157 'front':60 'gotten':161 'home':20 'hope':151 'instal':167 'issu':93 'join':4 'know':128 'live':90 'long':39 'luck':142 'luckili':14 'm':150 'mayb':37 'name':52 'non':49 'non-system':48 'permiss':134 'pretti':162 'prospect':77 're':96 'recov':79,143 'reflex':55 'reinstal':156 'retain':131 'rf':12 'rm':11 'root':116 'server':100,105 'slash':58 'store':97 'stori':40 'system':9,50,145 'thing':25 'trash':7 'tri':45 'usb':91 'use':88,121 'user':106 've':3 'way':148 'well':1,72"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702115144
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/9032262"
    +editedAt: DateTimeImmutable @1703484244 {#2060
      date: 2023-12-25 07:04:04.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702028744 {#2241
      date: 2023-12-08 10:45:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1548 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Yes but it’s hard work.\n
    \n
    I did it from the other side of the planet. I accidentally ran an `rm -rf …` command on a running system. Luckily I had an identical system running that I could use to copy over the files, devices, etc.\n
    \n
    Learning about inodes and `/proc/xxx/fd` works, I was able to recover enough files to then copy over the rest from the other system.\n
    \n
    Doing it over SSH from the other side of the world was a tough 14 hours.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1702167467 {#1610
    date: 2023-12-10 01:17:47.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@HiddenLayer5@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1559 …}
  +nested: Doctrine\ORM\PersistentCollection {#1567 …}
  +votes: Doctrine\ORM\PersistentCollection {#1561 …}
  +reports: Doctrine\ORM\PersistentCollection {#1528 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1582 …}
  -id: 215373
  -bodyTs: "'/proc/xxx/fd':50 '14':83 'abl':54 'accident':18 'command':23 'copi':40,61 'could':37 'devic':44 'enough':57 'etc':45 'file':43,58 'hard':5 'hour':84 'ident':32 'inod':48 'learn':46 'luckili':28 'planet':16 'ran':19 'recov':56 'rest':64 'rf':22 'rm':21 'run':26,34 'side':13,76 'ssh':72 'system':27,33,68 'tough':82 'use':38 'work':6,51 'world':79 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lem.free.as/comment/843224"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702167467 {#1615
    date: 2023-12-10 01:17:47.0 +01:00
  }
  +"title": 215373
}
"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 {#1675
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1560
    +user: Proxies\__CG__\App\Entity\User {#2337 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1548 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
    +slug: "Can-one-recover-from-an-accidental-rm-rf-of-system"
    +title: "Can one recover from an accidental rm -rf of system directories by copying those files back in from a backup?"
    +url: null
    +body: """
      Well I’ve joined the “accidentally trashing your system with rm -rf” club! Luckily I didn’t delete my home directory with all the things I care about, but I did delete /boot and /usr, and maybe /var (long story, boils down to me trying to delete non-system directories named those but reflexively adding the slash in front when I should not have). I have backups of those as well, so what are my prospects of recovering from this by just copying them back in using a live USB? Only issue is they’re stored in my server as belonging to the server user (I assume everything in those directories should belong to root and I can just use chown?) But I also don’t know if they retain the same permissions when backed up.\n
      \n
      Has anyone had any luck recovering a system in this way? I’m hoping not to have to reinstall everything because I had gotten pretty cozy with the current installation.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702197100 {#2300
      date: 2023-12-10 09:31:40.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2336 …}
    +votes: Doctrine\ORM\PersistentCollection {#2339 …}
    +reports: Doctrine\ORM\PersistentCollection {#2159 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
    +badges: Doctrine\ORM\PersistentCollection {#2068 …}
    +children: [
      App\Entity\EntryComment {#1675}
    ]
    -id: 21174
    -titleTs: "'accident':6 'back':16 'backup':20 'copi':13 'directori':11 'file':15 'one':2 'recov':3 'rf':8 'rm':7 'system':10"
    -bodyTs: "'/boot':33 '/usr':35 '/var':38 'accident':6 'ad':56 'also':125 'anyon':139 'assum':108 'back':86,136 'backup':68 'belong':102,114 'boil':41 'care':27 'chown':122 'club':13 'copi':84 'cozi':163 'current':166 'delet':18,32,47 'didn':16 'directori':21,51,112 'everyth':109,157 'front':60 'gotten':161 'home':20 'hope':151 'instal':167 'issu':93 'join':4 'know':128 'live':90 'long':39 'luck':142 'luckili':14 'm':150 'mayb':37 'name':52 'non':49 'non-system':48 'permiss':134 'pretti':162 'prospect':77 're':96 'recov':79,143 'reflex':55 'reinstal':156 'retain':131 'rf':12 'rm':11 'root':116 'server':100,105 'slash':58 'store':97 'stori':40 'system':9,50,145 'thing':25 'trash':7 'tri':45 'usb':91 'use':88,121 'user':106 've':3 'way':148 'well':1,72"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702115144
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/9032262"
    +editedAt: DateTimeImmutable @1703484244 {#2060
      date: 2023-12-25 07:04:04.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702028744 {#2241
      date: 2023-12-08 10:45:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1548 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Yes but it’s hard work.\n
    \n
    I did it from the other side of the planet. I accidentally ran an `rm -rf …` command on a running system. Luckily I had an identical system running that I could use to copy over the files, devices, etc.\n
    \n
    Learning about inodes and `/proc/xxx/fd` works, I was able to recover enough files to then copy over the rest from the other system.\n
    \n
    Doing it over SSH from the other side of the world was a tough 14 hours.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1702167467 {#1610
    date: 2023-12-10 01:17:47.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@HiddenLayer5@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1559 …}
  +nested: Doctrine\ORM\PersistentCollection {#1567 …}
  +votes: Doctrine\ORM\PersistentCollection {#1561 …}
  +reports: Doctrine\ORM\PersistentCollection {#1528 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1582 …}
  -id: 215373
  -bodyTs: "'/proc/xxx/fd':50 '14':83 'abl':54 'accident':18 'command':23 'copi':40,61 'could':37 'devic':44 'enough':57 'etc':45 'file':43,58 'hard':5 'hour':84 'ident':32 'inod':48 'learn':46 'luckili':28 'planet':16 'ran':19 'recov':56 'rest':64 'rf':22 'rm':21 'run':26,34 'side':13,76 'ssh':72 'system':27,33,68 'tough':82 'use':38 'work':6,51 'world':79 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lem.free.as/comment/843224"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702167467 {#1615
    date: 2023-12-10 01:17:47.0 +01:00
  }
  +"title": 215373
}
"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 {#1675
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1560
    +user: Proxies\__CG__\App\Entity\User {#2337 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1548 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
    +slug: "Can-one-recover-from-an-accidental-rm-rf-of-system"
    +title: "Can one recover from an accidental rm -rf of system directories by copying those files back in from a backup?"
    +url: null
    +body: """
      Well I’ve joined the “accidentally trashing your system with rm -rf” club! Luckily I didn’t delete my home directory with all the things I care about, but I did delete /boot and /usr, and maybe /var (long story, boils down to me trying to delete non-system directories named those but reflexively adding the slash in front when I should not have). I have backups of those as well, so what are my prospects of recovering from this by just copying them back in using a live USB? Only issue is they’re stored in my server as belonging to the server user (I assume everything in those directories should belong to root and I can just use chown?) But I also don’t know if they retain the same permissions when backed up.\n
      \n
      Has anyone had any luck recovering a system in this way? I’m hoping not to have to reinstall everything because I had gotten pretty cozy with the current installation.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702197100 {#2300
      date: 2023-12-10 09:31:40.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2336 …}
    +votes: Doctrine\ORM\PersistentCollection {#2339 …}
    +reports: Doctrine\ORM\PersistentCollection {#2159 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
    +badges: Doctrine\ORM\PersistentCollection {#2068 …}
    +children: [
      App\Entity\EntryComment {#1675}
    ]
    -id: 21174
    -titleTs: "'accident':6 'back':16 'backup':20 'copi':13 'directori':11 'file':15 'one':2 'recov':3 'rf':8 'rm':7 'system':10"
    -bodyTs: "'/boot':33 '/usr':35 '/var':38 'accident':6 'ad':56 'also':125 'anyon':139 'assum':108 'back':86,136 'backup':68 'belong':102,114 'boil':41 'care':27 'chown':122 'club':13 'copi':84 'cozi':163 'current':166 'delet':18,32,47 'didn':16 'directori':21,51,112 'everyth':109,157 'front':60 'gotten':161 'home':20 'hope':151 'instal':167 'issu':93 'join':4 'know':128 'live':90 'long':39 'luck':142 'luckili':14 'm':150 'mayb':37 'name':52 'non':49 'non-system':48 'permiss':134 'pretti':162 'prospect':77 're':96 'recov':79,143 'reflex':55 'reinstal':156 'retain':131 'rf':12 'rm':11 'root':116 'server':100,105 'slash':58 'store':97 'stori':40 'system':9,50,145 'thing':25 'trash':7 'tri':45 'usb':91 'use':88,121 'user':106 've':3 'way':148 'well':1,72"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702115144
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/9032262"
    +editedAt: DateTimeImmutable @1703484244 {#2060
      date: 2023-12-25 07:04:04.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702028744 {#2241
      date: 2023-12-08 10:45:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1548 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Yes but it’s hard work.\n
    \n
    I did it from the other side of the planet. I accidentally ran an `rm -rf …` command on a running system. Luckily I had an identical system running that I could use to copy over the files, devices, etc.\n
    \n
    Learning about inodes and `/proc/xxx/fd` works, I was able to recover enough files to then copy over the rest from the other system.\n
    \n
    Doing it over SSH from the other side of the world was a tough 14 hours.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1702167467 {#1610
    date: 2023-12-10 01:17:47.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@HiddenLayer5@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1559 …}
  +nested: Doctrine\ORM\PersistentCollection {#1567 …}
  +votes: Doctrine\ORM\PersistentCollection {#1561 …}
  +reports: Doctrine\ORM\PersistentCollection {#1528 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1582 …}
  -id: 215373
  -bodyTs: "'/proc/xxx/fd':50 '14':83 'abl':54 'accident':18 'command':23 'copi':40,61 'could':37 'devic':44 'enough':57 'etc':45 'file':43,58 'hard':5 'hour':84 'ident':32 'inod':48 'learn':46 'luckili':28 'planet':16 'ran':19 'recov':56 'rest':64 'rf':22 'rm':21 'run':26,34 'side':13,76 'ssh':72 'system':27,33,68 'tough':82 'use':38 'work':6,51 'world':79 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lem.free.as/comment/843224"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702167467 {#1615
    date: 2023-12-10 01:17:47.0 +01:00
  }
  +"title": 215373
}
"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 {#1620
  +user: Proxies\__CG__\App\Entity\User {#2091 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
  +slug: "Is-it-possible-to-self-host-Clarity"
  +title: "Is it possible to self-host Clarity?"
  +url: null
  +body: """
    I found out about [Clarity](https://clarity.microsoft.com/), it’s a Microsoft free product. It seems to be source available on [Github](https://github.com/microsoft/clarity)\n
    \n
    Does anyone know a way to self-host it without making requests to Microsoft? Or maybe an alternative with heatmaps without counting on matomo?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704899807 {#2064
    date: 2024-01-10 16:16:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2086 …}
  +votes: Doctrine\ORM\PersistentCollection {#2131 …}
  +reports: Doctrine\ORM\PersistentCollection {#2138 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2330 …}
  +badges: Doctrine\ORM\PersistentCollection {#2346 …}
  +children: [
    App\Entity\EntryComment {#1604
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1620 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
      +image: null
      +parent: null
      +root: null
      +body: "*Clarity*."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704759111 {#1590
        date: 2024-01-09 01:11:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@reactive_recall@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1555 …}
      +nested: Doctrine\ORM\PersistentCollection {#1619 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1687 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
      -id: 292307
      -bodyTs: "'clariti':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lem.free.as/comment/919130"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704759111 {#1613
        date: 2024-01-09 01:11:51.0 +01:00
      }
      +"title": 292307
    }
  ]
  -id: 28219
  -titleTs: "'clariti':8 'host':7 'possibl':3 'self':6 'self-host':5"
  -bodyTs: "'/),':8 '/microsoft/clarity)':25 'altern':44 'anyon':27 'avail':20 'clariti':5 'clarity.microsoft.com':7 'clarity.microsoft.com/),':6 'count':48 'found':2 'free':13 'github':22 'github.com':24 'github.com/microsoft/clarity)':23 'heatmap':46 'host':34 'know':28 'make':37 'matomo':50 'mayb':42 'microsoft':12,40 'product':14 'request':38 'seem':16 'self':33 'self-host':32 'sourc':19 'way':30 'without':36,47"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704827232
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10285380"
  +editedAt: DateTimeImmutable @1719279154 {#2377
    date: 2024-06-25 03:32:34.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704754232 {#2386
    date: 2024-01-08 23:50:32.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
11 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1620
  +user: Proxies\__CG__\App\Entity\User {#2091 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
  +slug: "Is-it-possible-to-self-host-Clarity"
  +title: "Is it possible to self-host Clarity?"
  +url: null
  +body: """
    I found out about [Clarity](https://clarity.microsoft.com/), it’s a Microsoft free product. It seems to be source available on [Github](https://github.com/microsoft/clarity)\n
    \n
    Does anyone know a way to self-host it without making requests to Microsoft? Or maybe an alternative with heatmaps without counting on matomo?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704899807 {#2064
    date: 2024-01-10 16:16:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2086 …}
  +votes: Doctrine\ORM\PersistentCollection {#2131 …}
  +reports: Doctrine\ORM\PersistentCollection {#2138 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2330 …}
  +badges: Doctrine\ORM\PersistentCollection {#2346 …}
  +children: [
    App\Entity\EntryComment {#1604
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1620 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
      +image: null
      +parent: null
      +root: null
      +body: "*Clarity*."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704759111 {#1590
        date: 2024-01-09 01:11:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@reactive_recall@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1555 …}
      +nested: Doctrine\ORM\PersistentCollection {#1619 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1687 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
      -id: 292307
      -bodyTs: "'clariti':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lem.free.as/comment/919130"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704759111 {#1613
        date: 2024-01-09 01:11:51.0 +01:00
      }
      +"title": 292307
    }
  ]
  -id: 28219
  -titleTs: "'clariti':8 'host':7 'possibl':3 'self':6 'self-host':5"
  -bodyTs: "'/),':8 '/microsoft/clarity)':25 'altern':44 'anyon':27 'avail':20 'clariti':5 'clarity.microsoft.com':7 'clarity.microsoft.com/),':6 'count':48 'found':2 'free':13 'github':22 'github.com':24 'github.com/microsoft/clarity)':23 'heatmap':46 'host':34 'know':28 'make':37 'matomo':50 'mayb':42 'microsoft':12,40 'product':14 'request':38 'seem':16 'self':33 'self-host':32 'sourc':19 'way':30 'without':36,47"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704827232
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10285380"
  +editedAt: DateTimeImmutable @1719279154 {#2377
    date: 2024-06-25 03:32:34.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704754232 {#2386
    date: 2024-01-08 23:50:32.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
12 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1620
  +user: Proxies\__CG__\App\Entity\User {#2091 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
  +slug: "Is-it-possible-to-self-host-Clarity"
  +title: "Is it possible to self-host Clarity?"
  +url: null
  +body: """
    I found out about [Clarity](https://clarity.microsoft.com/), it’s a Microsoft free product. It seems to be source available on [Github](https://github.com/microsoft/clarity)\n
    \n
    Does anyone know a way to self-host it without making requests to Microsoft? Or maybe an alternative with heatmaps without counting on matomo?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704899807 {#2064
    date: 2024-01-10 16:16:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2086 …}
  +votes: Doctrine\ORM\PersistentCollection {#2131 …}
  +reports: Doctrine\ORM\PersistentCollection {#2138 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2330 …}
  +badges: Doctrine\ORM\PersistentCollection {#2346 …}
  +children: [
    App\Entity\EntryComment {#1604
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1620 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
      +image: null
      +parent: null
      +root: null
      +body: "*Clarity*."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704759111 {#1590
        date: 2024-01-09 01:11:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@reactive_recall@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1555 …}
      +nested: Doctrine\ORM\PersistentCollection {#1619 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1687 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
      -id: 292307
      -bodyTs: "'clariti':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lem.free.as/comment/919130"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704759111 {#1613
        date: 2024-01-09 01:11:51.0 +01:00
      }
      +"title": 292307
    }
  ]
  -id: 28219
  -titleTs: "'clariti':8 'host':7 'possibl':3 'self':6 'self-host':5"
  -bodyTs: "'/),':8 '/microsoft/clarity)':25 'altern':44 'anyon':27 'avail':20 'clariti':5 'clarity.microsoft.com':7 'clarity.microsoft.com/),':6 'count':48 'found':2 'free':13 'github':22 'github.com':24 'github.com/microsoft/clarity)':23 'heatmap':46 'host':34 'know':28 'make':37 'matomo':50 'mayb':42 'microsoft':12,40 'product':14 'request':38 'seem':16 'self':33 'self-host':32 'sourc':19 'way':30 'without':36,47"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704827232
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10285380"
  +editedAt: DateTimeImmutable @1719279154 {#2377
    date: 2024-06-25 03:32:34.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704754232 {#2386
    date: 2024-01-08 23:50:32.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
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 {#1604
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1620
    +user: Proxies\__CG__\App\Entity\User {#2091 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
    +slug: "Is-it-possible-to-self-host-Clarity"
    +title: "Is it possible to self-host Clarity?"
    +url: null
    +body: """
      I found out about [Clarity](https://clarity.microsoft.com/), it’s a Microsoft free product. It seems to be source available on [Github](https://github.com/microsoft/clarity)\n
      \n
      Does anyone know a way to self-host it without making requests to Microsoft? Or maybe an alternative with heatmaps without counting on matomo?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 18
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704899807 {#2064
      date: 2024-01-10 16:16:47.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2086 …}
    +votes: Doctrine\ORM\PersistentCollection {#2131 …}
    +reports: Doctrine\ORM\PersistentCollection {#2138 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2330 …}
    +badges: Doctrine\ORM\PersistentCollection {#2346 …}
    +children: [
      App\Entity\EntryComment {#1604}
    ]
    -id: 28219
    -titleTs: "'clariti':8 'host':7 'possibl':3 'self':6 'self-host':5"
    -bodyTs: "'/),':8 '/microsoft/clarity)':25 'altern':44 'anyon':27 'avail':20 'clariti':5 'clarity.microsoft.com':7 'clarity.microsoft.com/),':6 'count':48 'found':2 'free':13 'github':22 'github.com':24 'github.com/microsoft/clarity)':23 'heatmap':46 'host':34 'know':28 'make':37 'matomo':50 'mayb':42 'microsoft':12,40 'product':14 'request':38 'seem':16 'self':33 'self-host':32 'sourc':19 'way':30 'without':36,47"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704827232
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10285380"
    +editedAt: DateTimeImmutable @1719279154 {#2377
      date: 2024-06-25 03:32:34.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704754232 {#2386
      date: 2024-01-08 23:50:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
  +image: null
  +parent: null
  +root: null
  +body: "*Clarity*."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704759111 {#1590
    date: 2024-01-09 01:11:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@reactive_recall@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1555 …}
  +nested: Doctrine\ORM\PersistentCollection {#1619 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1687 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
  -id: 292307
  -bodyTs: "'clariti':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lem.free.as/comment/919130"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704759111 {#1613
    date: 2024-01-09 01:11:51.0 +01:00
  }
  +"title": 292307
}
"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 {#1604
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1620
    +user: Proxies\__CG__\App\Entity\User {#2091 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
    +slug: "Is-it-possible-to-self-host-Clarity"
    +title: "Is it possible to self-host Clarity?"
    +url: null
    +body: """
      I found out about [Clarity](https://clarity.microsoft.com/), it’s a Microsoft free product. It seems to be source available on [Github](https://github.com/microsoft/clarity)\n
      \n
      Does anyone know a way to self-host it without making requests to Microsoft? Or maybe an alternative with heatmaps without counting on matomo?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 18
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704899807 {#2064
      date: 2024-01-10 16:16:47.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2086 …}
    +votes: Doctrine\ORM\PersistentCollection {#2131 …}
    +reports: Doctrine\ORM\PersistentCollection {#2138 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2330 …}
    +badges: Doctrine\ORM\PersistentCollection {#2346 …}
    +children: [
      App\Entity\EntryComment {#1604}
    ]
    -id: 28219
    -titleTs: "'clariti':8 'host':7 'possibl':3 'self':6 'self-host':5"
    -bodyTs: "'/),':8 '/microsoft/clarity)':25 'altern':44 'anyon':27 'avail':20 'clariti':5 'clarity.microsoft.com':7 'clarity.microsoft.com/),':6 'count':48 'found':2 'free':13 'github':22 'github.com':24 'github.com/microsoft/clarity)':23 'heatmap':46 'host':34 'know':28 'make':37 'matomo':50 'mayb':42 'microsoft':12,40 'product':14 'request':38 'seem':16 'self':33 'self-host':32 'sourc':19 'way':30 'without':36,47"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704827232
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10285380"
    +editedAt: DateTimeImmutable @1719279154 {#2377
      date: 2024-06-25 03:32:34.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704754232 {#2386
      date: 2024-01-08 23:50:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
  +image: null
  +parent: null
  +root: null
  +body: "*Clarity*."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704759111 {#1590
    date: 2024-01-09 01:11:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@reactive_recall@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1555 …}
  +nested: Doctrine\ORM\PersistentCollection {#1619 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1687 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
  -id: 292307
  -bodyTs: "'clariti':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lem.free.as/comment/919130"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704759111 {#1613
    date: 2024-01-09 01:11:51.0 +01:00
  }
  +"title": 292307
}
"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 {#1604
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1620
    +user: Proxies\__CG__\App\Entity\User {#2091 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
    +slug: "Is-it-possible-to-self-host-Clarity"
    +title: "Is it possible to self-host Clarity?"
    +url: null
    +body: """
      I found out about [Clarity](https://clarity.microsoft.com/), it’s a Microsoft free product. It seems to be source available on [Github](https://github.com/microsoft/clarity)\n
      \n
      Does anyone know a way to self-host it without making requests to Microsoft? Or maybe an alternative with heatmaps without counting on matomo?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 18
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704899807 {#2064
      date: 2024-01-10 16:16:47.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2086 …}
    +votes: Doctrine\ORM\PersistentCollection {#2131 …}
    +reports: Doctrine\ORM\PersistentCollection {#2138 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2330 …}
    +badges: Doctrine\ORM\PersistentCollection {#2346 …}
    +children: [
      App\Entity\EntryComment {#1604}
    ]
    -id: 28219
    -titleTs: "'clariti':8 'host':7 'possibl':3 'self':6 'self-host':5"
    -bodyTs: "'/),':8 '/microsoft/clarity)':25 'altern':44 'anyon':27 'avail':20 'clariti':5 'clarity.microsoft.com':7 'clarity.microsoft.com/),':6 'count':48 'found':2 'free':13 'github':22 'github.com':24 'github.com/microsoft/clarity)':23 'heatmap':46 'host':34 'know':28 'make':37 'matomo':50 'mayb':42 'microsoft':12,40 'product':14 'request':38 'seem':16 'self':33 'self-host':32 'sourc':19 'way':30 'without':36,47"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704827232
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10285380"
    +editedAt: DateTimeImmutable @1719279154 {#2377
      date: 2024-06-25 03:32:34.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704754232 {#2386
      date: 2024-01-08 23:50:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1557 …}
  +image: null
  +parent: null
  +root: null
  +body: "*Clarity*."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704759111 {#1590
    date: 2024-01-09 01:11:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@reactive_recall@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1555 …}
  +nested: Doctrine\ORM\PersistentCollection {#1619 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1687 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
  -id: 292307
  -bodyTs: "'clariti':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lem.free.as/comment/919130"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704759111 {#1613
    date: 2024-01-09 01:11:51.0 +01:00
  }
  +"title": 292307
}
"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_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
Proxies\__CG__\App\Entity\Entry {#1616
  +user: Proxies\__CG__\App\Entity\User {#2382 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: Proxies\__CG__\App\Entity\Image {#2141 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
  +slug: "Google-Cloud-Waves-Exit-Fees"
  +title: "Google Cloud Waves Exit Fees"
  +url: "https://insidehpc.com/2024/01/google-cloud-waves-exit-fees/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722927156 {#2347
    date: 2024-08-06 08:52:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2331 …}
  +votes: Doctrine\ORM\PersistentCollection {#2289 …}
  +reports: Doctrine\ORM\PersistentCollection {#2326 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2325 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2329 …}
  +badges: Doctrine\ORM\PersistentCollection {#2323 …}
  +children: [
    App\Entity\EntryComment {#1711
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
      +image: null
      +parent: null
      +root: null
      +body: "*waives"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1722927156 {#1795
        date: 2024-08-06 08:52:36.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ylai@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1598 …}
      +nested: Doctrine\ORM\PersistentCollection {#1629 …}
      +votes: Doctrine\ORM\PersistentCollection {#1626 …}
      +reports: Doctrine\ORM\PersistentCollection {#1618 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1597 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
      -id: 306482
      -bodyTs: "'waiv':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lem.free.as/comment/934178"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705187535 {#1705
        date: 2024-01-14 00:12:15.0 +01:00
      }
      +"title": 306482
    }
  ]
  -id: 30240
  -titleTs: "'cloud':2 'exit':4 'fee':5 'googl':1 'wave':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705203261
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10500826"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705172261 {#2093
    date: 2024-01-13 19:57:41.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
19 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1616
  +user: Proxies\__CG__\App\Entity\User {#2382 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: Proxies\__CG__\App\Entity\Image {#2141 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
  +slug: "Google-Cloud-Waves-Exit-Fees"
  +title: "Google Cloud Waves Exit Fees"
  +url: "https://insidehpc.com/2024/01/google-cloud-waves-exit-fees/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722927156 {#2347
    date: 2024-08-06 08:52:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2331 …}
  +votes: Doctrine\ORM\PersistentCollection {#2289 …}
  +reports: Doctrine\ORM\PersistentCollection {#2326 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2325 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2329 …}
  +badges: Doctrine\ORM\PersistentCollection {#2323 …}
  +children: [
    App\Entity\EntryComment {#1711
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
      +image: null
      +parent: null
      +root: null
      +body: "*waives"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1722927156 {#1795
        date: 2024-08-06 08:52:36.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ylai@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1598 …}
      +nested: Doctrine\ORM\PersistentCollection {#1629 …}
      +votes: Doctrine\ORM\PersistentCollection {#1626 …}
      +reports: Doctrine\ORM\PersistentCollection {#1618 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1597 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
      -id: 306482
      -bodyTs: "'waiv':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lem.free.as/comment/934178"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705187535 {#1705
        date: 2024-01-14 00:12:15.0 +01:00
      }
      +"title": 306482
    }
  ]
  -id: 30240
  -titleTs: "'cloud':2 'exit':4 'fee':5 'googl':1 'wave':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705203261
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10500826"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705172261 {#2093
    date: 2024-01-13 19:57:41.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
20 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1616
  +user: Proxies\__CG__\App\Entity\User {#2382 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: Proxies\__CG__\App\Entity\Image {#2141 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
  +slug: "Google-Cloud-Waves-Exit-Fees"
  +title: "Google Cloud Waves Exit Fees"
  +url: "https://insidehpc.com/2024/01/google-cloud-waves-exit-fees/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722927156 {#2347
    date: 2024-08-06 08:52:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2331 …}
  +votes: Doctrine\ORM\PersistentCollection {#2289 …}
  +reports: Doctrine\ORM\PersistentCollection {#2326 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2325 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2329 …}
  +badges: Doctrine\ORM\PersistentCollection {#2323 …}
  +children: [
    App\Entity\EntryComment {#1711
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
      +image: null
      +parent: null
      +root: null
      +body: "*waives"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1722927156 {#1795
        date: 2024-08-06 08:52:36.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ylai@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1598 …}
      +nested: Doctrine\ORM\PersistentCollection {#1629 …}
      +votes: Doctrine\ORM\PersistentCollection {#1626 …}
      +reports: Doctrine\ORM\PersistentCollection {#1618 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1597 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
      -id: 306482
      -bodyTs: "'waiv':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lem.free.as/comment/934178"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705187535 {#1705
        date: 2024-01-14 00:12:15.0 +01:00
      }
      +"title": 306482
    }
  ]
  -id: 30240
  -titleTs: "'cloud':2 'exit':4 'fee':5 'googl':1 'wave':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705203261
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10500826"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705172261 {#2093
    date: 2024-01-13 19:57:41.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
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\EntryComment {#1711
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1616
    +user: Proxies\__CG__\App\Entity\User {#2382 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
    +image: Proxies\__CG__\App\Entity\Image {#2141 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
    +slug: "Google-Cloud-Waves-Exit-Fees"
    +title: "Google Cloud Waves Exit Fees"
    +url: "https://insidehpc.com/2024/01/google-cloud-waves-exit-fees/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 2
    +favouriteCount: 8
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722927156 {#2347
      date: 2024-08-06 08:52:36.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2331 …}
    +votes: Doctrine\ORM\PersistentCollection {#2289 …}
    +reports: Doctrine\ORM\PersistentCollection {#2326 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2325 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2329 …}
    +badges: Doctrine\ORM\PersistentCollection {#2323 …}
    +children: [
      App\Entity\EntryComment {#1711}
    ]
    -id: 30240
    -titleTs: "'cloud':2 'exit':4 'fee':5 'googl':1 'wave':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705203261
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10500826"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705172261 {#2093
      date: 2024-01-13 19:57:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: null
  +parent: null
  +root: null
  +body: "*waives"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1722927156 {#1795
    date: 2024-08-06 08:52:36.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ylai@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1598 …}
  +nested: Doctrine\ORM\PersistentCollection {#1629 …}
  +votes: Doctrine\ORM\PersistentCollection {#1626 …}
  +reports: Doctrine\ORM\PersistentCollection {#1618 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1597 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
  -id: 306482
  -bodyTs: "'waiv':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lem.free.as/comment/934178"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705187535 {#1705
    date: 2024-01-14 00:12:15.0 +01:00
  }
  +"title": 306482
}
"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
23 DENIED edit
App\Entity\EntryComment {#1711
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1616
    +user: Proxies\__CG__\App\Entity\User {#2382 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
    +image: Proxies\__CG__\App\Entity\Image {#2141 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
    +slug: "Google-Cloud-Waves-Exit-Fees"
    +title: "Google Cloud Waves Exit Fees"
    +url: "https://insidehpc.com/2024/01/google-cloud-waves-exit-fees/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 2
    +favouriteCount: 8
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722927156 {#2347
      date: 2024-08-06 08:52:36.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2331 …}
    +votes: Doctrine\ORM\PersistentCollection {#2289 …}
    +reports: Doctrine\ORM\PersistentCollection {#2326 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2325 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2329 …}
    +badges: Doctrine\ORM\PersistentCollection {#2323 …}
    +children: [
      App\Entity\EntryComment {#1711}
    ]
    -id: 30240
    -titleTs: "'cloud':2 'exit':4 'fee':5 'googl':1 'wave':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705203261
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10500826"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705172261 {#2093
      date: 2024-01-13 19:57:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: null
  +parent: null
  +root: null
  +body: "*waives"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1722927156 {#1795
    date: 2024-08-06 08:52:36.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ylai@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1598 …}
  +nested: Doctrine\ORM\PersistentCollection {#1629 …}
  +votes: Doctrine\ORM\PersistentCollection {#1626 …}
  +reports: Doctrine\ORM\PersistentCollection {#1618 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1597 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
  -id: 306482
  -bodyTs: "'waiv':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lem.free.as/comment/934178"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705187535 {#1705
    date: 2024-01-14 00:12:15.0 +01:00
  }
  +"title": 306482
}
"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
24 DENIED moderate
App\Entity\EntryComment {#1711
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1616
    +user: Proxies\__CG__\App\Entity\User {#2382 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
    +image: Proxies\__CG__\App\Entity\Image {#2141 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
    +slug: "Google-Cloud-Waves-Exit-Fees"
    +title: "Google Cloud Waves Exit Fees"
    +url: "https://insidehpc.com/2024/01/google-cloud-waves-exit-fees/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 2
    +favouriteCount: 8
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722927156 {#2347
      date: 2024-08-06 08:52:36.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2331 …}
    +votes: Doctrine\ORM\PersistentCollection {#2289 …}
    +reports: Doctrine\ORM\PersistentCollection {#2326 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2325 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2329 …}
    +badges: Doctrine\ORM\PersistentCollection {#2323 …}
    +children: [
      App\Entity\EntryComment {#1711}
    ]
    -id: 30240
    -titleTs: "'cloud':2 'exit':4 'fee':5 'googl':1 'wave':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705203261
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10500826"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705172261 {#2093
      date: 2024-01-13 19:57:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: null
  +parent: null
  +root: null
  +body: "*waives"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1722927156 {#1795
    date: 2024-08-06 08:52:36.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ylai@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1598 …}
  +nested: Doctrine\ORM\PersistentCollection {#1629 …}
  +votes: Doctrine\ORM\PersistentCollection {#1626 …}
  +reports: Doctrine\ORM\PersistentCollection {#1618 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1597 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
  -id: 306482
  -bodyTs: "'waiv':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lem.free.as/comment/934178"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705187535 {#1705
    date: 2024-01-14 00:12:15.0 +01:00
  }
  +"title": 306482
}
"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
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
Proxies\__CG__\App\Entity\Entry {#1726
  +user: Proxies\__CG__\App\Entity\User {#2394 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
  +slug: "Looking-for-a-Calendar-Syncing-Solution-with-support-for-subscribing-to"
  +title: "Looking for a Calendar-Syncing Solution with support for subscribing to external Ical Calendars."
  +url: null
  +body: """
    Hey there. I am looking for a Calendar-Syncing-Solution that can:\n
    \n
    1. Sync CalDav Calendars between Phone, Laptop and Desktop\n
    2. share certain Calendars with other Users on my Server\n
    3. subscribe to external Ical Calendars and make them available to (certain) Users\n
    \n
    but nothing i looked at seems to support my Point Nr. 3. anyone know a good solution for me?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723235444 {#1714
    date: 2024-08-09 22:30:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2029 …}
  +votes: Doctrine\ORM\PersistentCollection {#2463 …}
  +reports: Doctrine\ORM\PersistentCollection {#2461 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2083 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
  +badges: Doctrine\ORM\PersistentCollection {#2095 …}
  +children: [
    App\Entity\EntryComment {#1721
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1726 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: "Nextcloud does all of this."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1723235444 {#1723
        date: 2024-08-09 22:30:44.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Neon@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1736 …}
      +nested: Doctrine\ORM\PersistentCollection {#1737 …}
      +votes: Doctrine\ORM\PersistentCollection {#1732 …}
      +reports: Doctrine\ORM\PersistentCollection {#1735 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1729 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1719 …}
      -id: 306487
      -bodyTs: "'nextcloud':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lem.free.as/comment/934187"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705187721 {#1722
        date: 2024-01-14 00:15:21.0 +01:00
      }
      +"title": 306487
    }
  ]
  -id: 30197
  -titleTs: "'calendar':5,15 'calendar-sync':4 'extern':13 'ical':14 'look':1 'solut':7 'subscrib':11 'support':9 'sync':6"
  -bodyTs: "'1':14 '2':23 '3':33,57 'anyon':58 'avail':42 'caldav':16 'calendar':9,17,26,38 'calendar-syncing-solut':8 'certain':25,44 'desktop':22 'extern':36 'good':61 'hey':1 'ical':37 'know':59 'laptop':20 'look':5,49 'make':40 'noth':47 'nr':56 'phone':19 'point':55 'seem':51 'server':32 'share':24 'solut':11,62 'subscrib':34 'support':53 'sync':10,15 'user':29,45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705214915
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10668783"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705165915 {#1910
    date: 2024-01-13 18:11:55.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
27 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1726
  +user: Proxies\__CG__\App\Entity\User {#2394 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
  +slug: "Looking-for-a-Calendar-Syncing-Solution-with-support-for-subscribing-to"
  +title: "Looking for a Calendar-Syncing Solution with support for subscribing to external Ical Calendars."
  +url: null
  +body: """
    Hey there. I am looking for a Calendar-Syncing-Solution that can:\n
    \n
    1. Sync CalDav Calendars between Phone, Laptop and Desktop\n
    2. share certain Calendars with other Users on my Server\n
    3. subscribe to external Ical Calendars and make them available to (certain) Users\n
    \n
    but nothing i looked at seems to support my Point Nr. 3. anyone know a good solution for me?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723235444 {#1714
    date: 2024-08-09 22:30:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2029 …}
  +votes: Doctrine\ORM\PersistentCollection {#2463 …}
  +reports: Doctrine\ORM\PersistentCollection {#2461 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2083 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
  +badges: Doctrine\ORM\PersistentCollection {#2095 …}
  +children: [
    App\Entity\EntryComment {#1721
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1726 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: "Nextcloud does all of this."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1723235444 {#1723
        date: 2024-08-09 22:30:44.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Neon@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1736 …}
      +nested: Doctrine\ORM\PersistentCollection {#1737 …}
      +votes: Doctrine\ORM\PersistentCollection {#1732 …}
      +reports: Doctrine\ORM\PersistentCollection {#1735 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1729 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1719 …}
      -id: 306487
      -bodyTs: "'nextcloud':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lem.free.as/comment/934187"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705187721 {#1722
        date: 2024-01-14 00:15:21.0 +01:00
      }
      +"title": 306487
    }
  ]
  -id: 30197
  -titleTs: "'calendar':5,15 'calendar-sync':4 'extern':13 'ical':14 'look':1 'solut':7 'subscrib':11 'support':9 'sync':6"
  -bodyTs: "'1':14 '2':23 '3':33,57 'anyon':58 'avail':42 'caldav':16 'calendar':9,17,26,38 'calendar-syncing-solut':8 'certain':25,44 'desktop':22 'extern':36 'good':61 'hey':1 'ical':37 'know':59 'laptop':20 'look':5,49 'make':40 'noth':47 'nr':56 'phone':19 'point':55 'seem':51 'server':32 'share':24 'solut':11,62 'subscrib':34 'support':53 'sync':10,15 'user':29,45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705214915
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10668783"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705165915 {#1910
    date: 2024-01-13 18:11:55.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
28 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1726
  +user: Proxies\__CG__\App\Entity\User {#2394 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
  +slug: "Looking-for-a-Calendar-Syncing-Solution-with-support-for-subscribing-to"
  +title: "Looking for a Calendar-Syncing Solution with support for subscribing to external Ical Calendars."
  +url: null
  +body: """
    Hey there. I am looking for a Calendar-Syncing-Solution that can:\n
    \n
    1. Sync CalDav Calendars between Phone, Laptop and Desktop\n
    2. share certain Calendars with other Users on my Server\n
    3. subscribe to external Ical Calendars and make them available to (certain) Users\n
    \n
    but nothing i looked at seems to support my Point Nr. 3. anyone know a good solution for me?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723235444 {#1714
    date: 2024-08-09 22:30:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2029 …}
  +votes: Doctrine\ORM\PersistentCollection {#2463 …}
  +reports: Doctrine\ORM\PersistentCollection {#2461 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2083 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
  +badges: Doctrine\ORM\PersistentCollection {#2095 …}
  +children: [
    App\Entity\EntryComment {#1721
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1726 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
      +image: null
      +parent: null
      +root: null
      +body: "Nextcloud does all of this."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1723235444 {#1723
        date: 2024-08-09 22:30:44.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Neon@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1736 …}
      +nested: Doctrine\ORM\PersistentCollection {#1737 …}
      +votes: Doctrine\ORM\PersistentCollection {#1732 …}
      +reports: Doctrine\ORM\PersistentCollection {#1735 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1729 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1719 …}
      -id: 306487
      -bodyTs: "'nextcloud':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lem.free.as/comment/934187"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705187721 {#1722
        date: 2024-01-14 00:15:21.0 +01:00
      }
      +"title": 306487
    }
  ]
  -id: 30197
  -titleTs: "'calendar':5,15 'calendar-sync':4 'extern':13 'ical':14 'look':1 'solut':7 'subscrib':11 'support':9 'sync':6"
  -bodyTs: "'1':14 '2':23 '3':33,57 'anyon':58 'avail':42 'caldav':16 'calendar':9,17,26,38 'calendar-syncing-solut':8 'certain':25,44 'desktop':22 'extern':36 'good':61 'hey':1 'ical':37 'know':59 'laptop':20 'look':5,49 'make':40 'noth':47 'nr':56 'phone':19 'point':55 'seem':51 'server':32 'share':24 'solut':11,62 'subscrib':34 'support':53 'sync':10,15 'user':29,45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705214915
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10668783"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705165915 {#1910
    date: 2024-01-13 18:11:55.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
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\EntryComment {#1721
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1726
    +user: Proxies\__CG__\App\Entity\User {#2394 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
    +slug: "Looking-for-a-Calendar-Syncing-Solution-with-support-for-subscribing-to"
    +title: "Looking for a Calendar-Syncing Solution with support for subscribing to external Ical Calendars."
    +url: null
    +body: """
      Hey there. I am looking for a Calendar-Syncing-Solution that can:\n
      \n
      1. Sync CalDav Calendars between Phone, Laptop and Desktop\n
      2. share certain Calendars with other Users on my Server\n
      3. subscribe to external Ical Calendars and make them available to (certain) Users\n
      \n
      but nothing i looked at seems to support my Point Nr. 3. anyone know a good solution for me?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 2
    +favouriteCount: 16
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723235444 {#1714
      date: 2024-08-09 22:30:44.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2029 …}
    +votes: Doctrine\ORM\PersistentCollection {#2463 …}
    +reports: Doctrine\ORM\PersistentCollection {#2461 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2083 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
    +badges: Doctrine\ORM\PersistentCollection {#2095 …}
    +children: [
      App\Entity\EntryComment {#1721}
    ]
    -id: 30197
    -titleTs: "'calendar':5,15 'calendar-sync':4 'extern':13 'ical':14 'look':1 'solut':7 'subscrib':11 'support':9 'sync':6"
    -bodyTs: "'1':14 '2':23 '3':33,57 'anyon':58 'avail':42 'caldav':16 'calendar':9,17,26,38 'calendar-syncing-solut':8 'certain':25,44 'desktop':22 'extern':36 'good':61 'hey':1 'ical':37 'know':59 'laptop':20 'look':5,49 'make':40 'noth':47 'nr':56 'phone':19 'point':55 'seem':51 'server':32 'share':24 'solut':11,62 'subscrib':34 'support':53 'sync':10,15 'user':29,45"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705214915
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10668783"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705165915 {#1910
      date: 2024-01-13 18:11:55.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: "Nextcloud does all of this."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1723235444 {#1723
    date: 2024-08-09 22:30:44.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Neon@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1736 …}
  +nested: Doctrine\ORM\PersistentCollection {#1737 …}
  +votes: Doctrine\ORM\PersistentCollection {#1732 …}
  +reports: Doctrine\ORM\PersistentCollection {#1735 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1729 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1719 …}
  -id: 306487
  -bodyTs: "'nextcloud':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lem.free.as/comment/934187"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705187721 {#1722
    date: 2024-01-14 00:15:21.0 +01:00
  }
  +"title": 306487
}
"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
31 DENIED edit
App\Entity\EntryComment {#1721
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1726
    +user: Proxies\__CG__\App\Entity\User {#2394 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
    +slug: "Looking-for-a-Calendar-Syncing-Solution-with-support-for-subscribing-to"
    +title: "Looking for a Calendar-Syncing Solution with support for subscribing to external Ical Calendars."
    +url: null
    +body: """
      Hey there. I am looking for a Calendar-Syncing-Solution that can:\n
      \n
      1. Sync CalDav Calendars between Phone, Laptop and Desktop\n
      2. share certain Calendars with other Users on my Server\n
      3. subscribe to external Ical Calendars and make them available to (certain) Users\n
      \n
      but nothing i looked at seems to support my Point Nr. 3. anyone know a good solution for me?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 2
    +favouriteCount: 16
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723235444 {#1714
      date: 2024-08-09 22:30:44.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2029 …}
    +votes: Doctrine\ORM\PersistentCollection {#2463 …}
    +reports: Doctrine\ORM\PersistentCollection {#2461 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2083 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
    +badges: Doctrine\ORM\PersistentCollection {#2095 …}
    +children: [
      App\Entity\EntryComment {#1721}
    ]
    -id: 30197
    -titleTs: "'calendar':5,15 'calendar-sync':4 'extern':13 'ical':14 'look':1 'solut':7 'subscrib':11 'support':9 'sync':6"
    -bodyTs: "'1':14 '2':23 '3':33,57 'anyon':58 'avail':42 'caldav':16 'calendar':9,17,26,38 'calendar-syncing-solut':8 'certain':25,44 'desktop':22 'extern':36 'good':61 'hey':1 'ical':37 'know':59 'laptop':20 'look':5,49 'make':40 'noth':47 'nr':56 'phone':19 'point':55 'seem':51 'server':32 'share':24 'solut':11,62 'subscrib':34 'support':53 'sync':10,15 'user':29,45"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705214915
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10668783"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705165915 {#1910
      date: 2024-01-13 18:11:55.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: "Nextcloud does all of this."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1723235444 {#1723
    date: 2024-08-09 22:30:44.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Neon@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1736 …}
  +nested: Doctrine\ORM\PersistentCollection {#1737 …}
  +votes: Doctrine\ORM\PersistentCollection {#1732 …}
  +reports: Doctrine\ORM\PersistentCollection {#1735 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1729 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1719 …}
  -id: 306487
  -bodyTs: "'nextcloud':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lem.free.as/comment/934187"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705187721 {#1722
    date: 2024-01-14 00:15:21.0 +01:00
  }
  +"title": 306487
}
"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
32 DENIED moderate
App\Entity\EntryComment {#1721
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1726
    +user: Proxies\__CG__\App\Entity\User {#2394 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
    +slug: "Looking-for-a-Calendar-Syncing-Solution-with-support-for-subscribing-to"
    +title: "Looking for a Calendar-Syncing Solution with support for subscribing to external Ical Calendars."
    +url: null
    +body: """
      Hey there. I am looking for a Calendar-Syncing-Solution that can:\n
      \n
      1. Sync CalDav Calendars between Phone, Laptop and Desktop\n
      2. share certain Calendars with other Users on my Server\n
      3. subscribe to external Ical Calendars and make them available to (certain) Users\n
      \n
      but nothing i looked at seems to support my Point Nr. 3. anyone know a good solution for me?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 2
    +favouriteCount: 16
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723235444 {#1714
      date: 2024-08-09 22:30:44.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2029 …}
    +votes: Doctrine\ORM\PersistentCollection {#2463 …}
    +reports: Doctrine\ORM\PersistentCollection {#2461 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2083 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
    +badges: Doctrine\ORM\PersistentCollection {#2095 …}
    +children: [
      App\Entity\EntryComment {#1721}
    ]
    -id: 30197
    -titleTs: "'calendar':5,15 'calendar-sync':4 'extern':13 'ical':14 'look':1 'solut':7 'subscrib':11 'support':9 'sync':6"
    -bodyTs: "'1':14 '2':23 '3':33,57 'anyon':58 'avail':42 'caldav':16 'calendar':9,17,26,38 'calendar-syncing-solut':8 'certain':25,44 'desktop':22 'extern':36 'good':61 'hey':1 'ical':37 'know':59 'laptop':20 'look':5,49 'make':40 'noth':47 'nr':56 'phone':19 'point':55 'seem':51 'server':32 'share':24 'solut':11,62 'subscrib':34 'support':53 'sync':10,15 'user':29,45"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705214915
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10668783"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705165915 {#1910
      date: 2024-01-13 18:11:55.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1728 …}
  +image: null
  +parent: null
  +root: null
  +body: "Nextcloud does all of this."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1723235444 {#1723
    date: 2024-08-09 22:30:44.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Neon@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1736 …}
  +nested: Doctrine\ORM\PersistentCollection {#1737 …}
  +votes: Doctrine\ORM\PersistentCollection {#1732 …}
  +reports: Doctrine\ORM\PersistentCollection {#1735 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1729 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1719 …}
  -id: 306487
  -bodyTs: "'nextcloud':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lem.free.as/comment/934187"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705187721 {#1722
    date: 2024-01-14 00:15:21.0 +01:00
  }
  +"title": 306487
}
"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
33 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
34 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