GET https://kbin.spritesserver.nl/index.php/u/@exocortex@discuss.tchncs.de/comments/hot

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

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

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\EntryComment {#2104
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2325 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1723 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Oh, i have a brilliant one:\n
    \n
    A few years ago i spent a lot of time converting .flac-files into .ogg-files in order to put on my oldschool iPod. As I did a lot of repetitive typing - entering $dir / for file in *flac ; do convert etc / mkdir -p $somewhere/$artist/$album / mv $somewhere/*.ogg->$new_dir/ and so on - I thought: “hm lets just write a loop over loops for all the artists here and then all the albums and at the same time create the nested directories somewhere else… hm actually in the home directory… and later love everything on the iPod at once.”\n
    \n
    so i was in my music folder with the artists-folders i wanted to convert. i did something wrong\n
    \n
    So i did my complicated script directly in the shell. I made something wrong and instead of creating a folder “~/artist/album” I created 3 folders in my current working directory: “~”, “artist” and “album”. hmph dammit gotta try again… but first : i have to clean up these useless folders in the current dir. so i type *of course* this: "$ rm -r ~ artist album " after about 5 seconds of wondering why it took so long i realized my error. o_O I stopped the running command, but it was (of course) too late and i bricked my current installation. All the half-deleted config files made or impossible to start normally and extremely tedious to repair it by hand, so i reinstalled.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1705956331 {#2103
    date: 2024-01-22 21:45:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fl42v@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2329 …}
  +nested: Doctrine\ORM\PersistentCollection {#2323 …}
  +votes: Doctrine\ORM\PersistentCollection {#2340 …}
  +reports: Doctrine\ORM\PersistentCollection {#2342 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2055 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
  -id: 332513
  -bodyTs: "'/artist/album':149 '3':152 '5':193 'actual':95 'ago':10 'album':54,82,161,190 'artist':53,76,119,159,189 'artists-fold':118 'brick':222 'brilliant':5 'clean':172 'command':212 'complic':133 'config':231 'convert':17,48,124 'cours':185,217 'creat':88,146,151 'current':156,179,224 'dammit':163 'delet':230 'dir':42,59,180 'direct':135 'directori':91,99,158 'els':93 'enter':41 'error':205 'etc':49 'everyth':103 'extrem':240 'file':20,24,44,232 'first':168 'flac':19,46 'flac-fil':18 'folder':115,120,148,153,176 'gotta':164 'half':229 'half-delet':228 'hand':246 'hm':65,94 'hmph':162 'home':98 'imposs':235 'instal':225 'instead':144 'ipod':32,106 'late':219 'later':101 'let':66 'long':201 'loop':70,72 'lot':14,37 'love':102 'made':140,233 'mkdir':50 'music':114 'mv':55 'nest':90 'new':58 'normal':238 'o':206,207 'ogg':23,57 'ogg-fil':22 'oh':1 'oldschool':31 'one':6 'order':26 'p':51 'put':28 'r':188 'realiz':203 'reinstal':249 'repair':243 'repetit':39 'rm':187 'run':211 'script':134 'second':194 'shell':138 'someth':127,141 'somewher':52,56,92 'spent':12 'start':237 'stop':209 'tedious':241 'thought':64 'time':16,87 'took':199 'tri':165 'type':40,183 'useless':175 'want':122 'wonder':196 'work':157 'write':68 'wrong':128,142 'year':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6716724"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705956331 {#2327
    date: 2024-01-22 21:45:31.0 +01:00
  }
}
"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
3 DENIED edit
App\Entity\EntryComment {#2104
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2325 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1723 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Oh, i have a brilliant one:\n
    \n
    A few years ago i spent a lot of time converting .flac-files into .ogg-files in order to put on my oldschool iPod. As I did a lot of repetitive typing - entering $dir / for file in *flac ; do convert etc / mkdir -p $somewhere/$artist/$album / mv $somewhere/*.ogg->$new_dir/ and so on - I thought: “hm lets just write a loop over loops for all the artists here and then all the albums and at the same time create the nested directories somewhere else… hm actually in the home directory… and later love everything on the iPod at once.”\n
    \n
    so i was in my music folder with the artists-folders i wanted to convert. i did something wrong\n
    \n
    So i did my complicated script directly in the shell. I made something wrong and instead of creating a folder “~/artist/album” I created 3 folders in my current working directory: “~”, “artist” and “album”. hmph dammit gotta try again… but first : i have to clean up these useless folders in the current dir. so i type *of course* this: "$ rm -r ~ artist album " after about 5 seconds of wondering why it took so long i realized my error. o_O I stopped the running command, but it was (of course) too late and i bricked my current installation. All the half-deleted config files made or impossible to start normally and extremely tedious to repair it by hand, so i reinstalled.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1705956331 {#2103
    date: 2024-01-22 21:45:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fl42v@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2329 …}
  +nested: Doctrine\ORM\PersistentCollection {#2323 …}
  +votes: Doctrine\ORM\PersistentCollection {#2340 …}
  +reports: Doctrine\ORM\PersistentCollection {#2342 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2055 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
  -id: 332513
  -bodyTs: "'/artist/album':149 '3':152 '5':193 'actual':95 'ago':10 'album':54,82,161,190 'artist':53,76,119,159,189 'artists-fold':118 'brick':222 'brilliant':5 'clean':172 'command':212 'complic':133 'config':231 'convert':17,48,124 'cours':185,217 'creat':88,146,151 'current':156,179,224 'dammit':163 'delet':230 'dir':42,59,180 'direct':135 'directori':91,99,158 'els':93 'enter':41 'error':205 'etc':49 'everyth':103 'extrem':240 'file':20,24,44,232 'first':168 'flac':19,46 'flac-fil':18 'folder':115,120,148,153,176 'gotta':164 'half':229 'half-delet':228 'hand':246 'hm':65,94 'hmph':162 'home':98 'imposs':235 'instal':225 'instead':144 'ipod':32,106 'late':219 'later':101 'let':66 'long':201 'loop':70,72 'lot':14,37 'love':102 'made':140,233 'mkdir':50 'music':114 'mv':55 'nest':90 'new':58 'normal':238 'o':206,207 'ogg':23,57 'ogg-fil':22 'oh':1 'oldschool':31 'one':6 'order':26 'p':51 'put':28 'r':188 'realiz':203 'reinstal':249 'repair':243 'repetit':39 'rm':187 'run':211 'script':134 'second':194 'shell':138 'someth':127,141 'somewher':52,56,92 'spent':12 'start':237 'stop':209 'tedious':241 'thought':64 'time':16,87 'took':199 'tri':165 'type':40,183 'useless':175 'want':122 'wonder':196 'work':157 'write':68 'wrong':128,142 'year':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6716724"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705956331 {#2327
    date: 2024-01-22 21:45:31.0 +01:00
  }
}
"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
4 DENIED moderate
App\Entity\EntryComment {#2104
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2325 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1723 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Oh, i have a brilliant one:\n
    \n
    A few years ago i spent a lot of time converting .flac-files into .ogg-files in order to put on my oldschool iPod. As I did a lot of repetitive typing - entering $dir / for file in *flac ; do convert etc / mkdir -p $somewhere/$artist/$album / mv $somewhere/*.ogg->$new_dir/ and so on - I thought: “hm lets just write a loop over loops for all the artists here and then all the albums and at the same time create the nested directories somewhere else… hm actually in the home directory… and later love everything on the iPod at once.”\n
    \n
    so i was in my music folder with the artists-folders i wanted to convert. i did something wrong\n
    \n
    So i did my complicated script directly in the shell. I made something wrong and instead of creating a folder “~/artist/album” I created 3 folders in my current working directory: “~”, “artist” and “album”. hmph dammit gotta try again… but first : i have to clean up these useless folders in the current dir. so i type *of course* this: "$ rm -r ~ artist album " after about 5 seconds of wondering why it took so long i realized my error. o_O I stopped the running command, but it was (of course) too late and i bricked my current installation. All the half-deleted config files made or impossible to start normally and extremely tedious to repair it by hand, so i reinstalled.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1705956331 {#2103
    date: 2024-01-22 21:45:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fl42v@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2329 …}
  +nested: Doctrine\ORM\PersistentCollection {#2323 …}
  +votes: Doctrine\ORM\PersistentCollection {#2340 …}
  +reports: Doctrine\ORM\PersistentCollection {#2342 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2055 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
  -id: 332513
  -bodyTs: "'/artist/album':149 '3':152 '5':193 'actual':95 'ago':10 'album':54,82,161,190 'artist':53,76,119,159,189 'artists-fold':118 'brick':222 'brilliant':5 'clean':172 'command':212 'complic':133 'config':231 'convert':17,48,124 'cours':185,217 'creat':88,146,151 'current':156,179,224 'dammit':163 'delet':230 'dir':42,59,180 'direct':135 'directori':91,99,158 'els':93 'enter':41 'error':205 'etc':49 'everyth':103 'extrem':240 'file':20,24,44,232 'first':168 'flac':19,46 'flac-fil':18 'folder':115,120,148,153,176 'gotta':164 'half':229 'half-delet':228 'hand':246 'hm':65,94 'hmph':162 'home':98 'imposs':235 'instal':225 'instead':144 'ipod':32,106 'late':219 'later':101 'let':66 'long':201 'loop':70,72 'lot':14,37 'love':102 'made':140,233 'mkdir':50 'music':114 'mv':55 'nest':90 'new':58 'normal':238 'o':206,207 'ogg':23,57 'ogg-fil':22 'oh':1 'oldschool':31 'one':6 'order':26 'p':51 'put':28 'r':188 'realiz':203 'reinstal':249 'repair':243 'repetit':39 'rm':187 'run':211 'script':134 'second':194 'shell':138 'someth':127,141 'somewher':52,56,92 'spent':12 'start':237 'stop':209 'tedious':241 'thought':64 'time':16,87 'took':199 'tri':165 'type':40,183 'useless':175 'want':122 'wonder':196 'work':157 'write':68 'wrong':128,142 'year':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6716724"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705956331 {#2327
    date: 2024-01-22 21:45:31.0 +01:00
  }
}
"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
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 {#2141
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2164 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1723 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2225 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2192 …}
  +body: """
    I also usw Arch (,btw).\n
    \n
    But lately I thpught about checking out nix for a change. I’ve heard some good things about it, but didn’t dare use it.\n
    \n
    I feel like nix is kinda like the new arch in a way. Is that true?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704277338 {#2099
    date: 2024-01-03 11:22:18.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@markus99@lemmy.world"
    "@gerdesj@lemmy.ml"
    "@smileyhead@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2299 …}
  +nested: Doctrine\ORM\PersistentCollection {#2252 …}
  +votes: Doctrine\ORM\PersistentCollection {#2161 …}
  +reports: Doctrine\ORM\PersistentCollection {#2302 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2315 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2162 …}
  -id: 287122
  -bodyTs: "'also':2 'arch':4,40 'btw':5 'chang':16 'check':11 'dare':28 'didn':26 'feel':32 'good':21 'heard':19 'kinda':36 'late':7 'like':33,37 'new':39 'nix':13,34 'thing':22 'thpught':9 'true':46 'use':29 'usw':3 've':18 'way':43"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6096514"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704277338 {#2108
    date: 2024-01-03 11:22:18.0 +01:00
  }
}
"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 {#2141
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2164 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1723 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2225 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2192 …}
  +body: """
    I also usw Arch (,btw).\n
    \n
    But lately I thpught about checking out nix for a change. I’ve heard some good things about it, but didn’t dare use it.\n
    \n
    I feel like nix is kinda like the new arch in a way. Is that true?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704277338 {#2099
    date: 2024-01-03 11:22:18.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@markus99@lemmy.world"
    "@gerdesj@lemmy.ml"
    "@smileyhead@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2299 …}
  +nested: Doctrine\ORM\PersistentCollection {#2252 …}
  +votes: Doctrine\ORM\PersistentCollection {#2161 …}
  +reports: Doctrine\ORM\PersistentCollection {#2302 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2315 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2162 …}
  -id: 287122
  -bodyTs: "'also':2 'arch':4,40 'btw':5 'chang':16 'check':11 'dare':28 'didn':26 'feel':32 'good':21 'heard':19 'kinda':36 'late':7 'like':33,37 'new':39 'nix':13,34 'thing':22 'thpught':9 'true':46 'use':29 'usw':3 've':18 'way':43"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6096514"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704277338 {#2108
    date: 2024-01-03 11:22:18.0 +01:00
  }
}
"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 {#2141
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2164 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1723 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2225 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2192 …}
  +body: """
    I also usw Arch (,btw).\n
    \n
    But lately I thpught about checking out nix for a change. I’ve heard some good things about it, but didn’t dare use it.\n
    \n
    I feel like nix is kinda like the new arch in a way. Is that true?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704277338 {#2099
    date: 2024-01-03 11:22:18.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@markus99@lemmy.world"
    "@gerdesj@lemmy.ml"
    "@smileyhead@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2299 …}
  +nested: Doctrine\ORM\PersistentCollection {#2252 …}
  +votes: Doctrine\ORM\PersistentCollection {#2161 …}
  +reports: Doctrine\ORM\PersistentCollection {#2302 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2315 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2162 …}
  -id: 287122
  -bodyTs: "'also':2 'arch':4,40 'btw':5 'chang':16 'check':11 'dare':28 'didn':26 'feel':32 'good':21 'heard':19 'kinda':36 'late':7 'like':33,37 'new':39 'nix':13,34 'thing':22 'thpught':9 'true':46 'use':29 'usw':3 've':18 'way':43"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6096514"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704277338 {#2108
    date: 2024-01-03 11:22:18.0 +01:00
  }
}
"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
App\Entity\EntryComment {#2189
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2291 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2301 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I worked as a projectionist in 2009 when the cinema got its first digital projector in order to be able to show Avatar in 3D. At the start of the movie no one actually knew if it would work. Due to the movie being encrypted - with every cinema in Germany waiting eagerly for the password - No cinema was able to play the movie. But everywhere cinemas were packed with people. Because of fuckups somewhere in this incredibly stupid system the movie was delayed about half an hour (IIRC) nationwide. With no-one knowing if it would eventually work - especially nice for the people working at the cinema having to deal with angry audience members.\n
    \n
    At the same time the 2D 35mm film-version we also had started without any problems (it was massive and pretty dicey to carry it around).
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704228552 {#2060
    date: 2024-01-02 21:49:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Moonrise2473@feddit.it"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2297 …}
  +nested: Doctrine\ORM\PersistentCollection {#2132 …}
  +votes: Doctrine\ORM\PersistentCollection {#2040 …}
  +reports: Doctrine\ORM\PersistentCollection {#2350 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2346 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2347 …}
  -id: 287136
  -bodyTs: "'2009':7 '2d':121 '35mm':122 '3d':25 'abl':20,59 'actual':34 'also':127 'angri':113 'around':142 'audienc':114 'avatar':23 'carri':140 'cinema':10,48,57,66,108 'deal':111 'delay':83 'dicey':138 'digit':14 'due':40 'eager':52 'encrypt':45 'especi':100 'eventu':98 'everi':47 'everywher':65 'film':124 'film-vers':123 'first':13 'fuckup':73 'germani':50 'got':11 'half':85 'hour':87 'iirc':88 'incred':77 'knew':35 'know':94 'massiv':135 'member':115 'movi':31,43,63,81 'nationwid':89 'nice':101 'no-on':91 'one':33,93 'order':17 'pack':68 'password':55 'peopl':70,104 'play':61 'pretti':137 'problem':132 'projectionist':5 'projector':15 'show':22 'somewher':74 'start':28,129 'stupid':78 'system':79 'time':119 'version':125 'wait':51 'without':130 'work':2,39,99,105 'would':38,97"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6075358"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704228552 {#2049
    date: 2024-01-02 21:49:12.0 +01:00
  }
}
"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
11 DENIED edit
App\Entity\EntryComment {#2189
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2291 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2301 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I worked as a projectionist in 2009 when the cinema got its first digital projector in order to be able to show Avatar in 3D. At the start of the movie no one actually knew if it would work. Due to the movie being encrypted - with every cinema in Germany waiting eagerly for the password - No cinema was able to play the movie. But everywhere cinemas were packed with people. Because of fuckups somewhere in this incredibly stupid system the movie was delayed about half an hour (IIRC) nationwide. With no-one knowing if it would eventually work - especially nice for the people working at the cinema having to deal with angry audience members.\n
    \n
    At the same time the 2D 35mm film-version we also had started without any problems (it was massive and pretty dicey to carry it around).
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704228552 {#2060
    date: 2024-01-02 21:49:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Moonrise2473@feddit.it"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2297 …}
  +nested: Doctrine\ORM\PersistentCollection {#2132 …}
  +votes: Doctrine\ORM\PersistentCollection {#2040 …}
  +reports: Doctrine\ORM\PersistentCollection {#2350 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2346 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2347 …}
  -id: 287136
  -bodyTs: "'2009':7 '2d':121 '35mm':122 '3d':25 'abl':20,59 'actual':34 'also':127 'angri':113 'around':142 'audienc':114 'avatar':23 'carri':140 'cinema':10,48,57,66,108 'deal':111 'delay':83 'dicey':138 'digit':14 'due':40 'eager':52 'encrypt':45 'especi':100 'eventu':98 'everi':47 'everywher':65 'film':124 'film-vers':123 'first':13 'fuckup':73 'germani':50 'got':11 'half':85 'hour':87 'iirc':88 'incred':77 'knew':35 'know':94 'massiv':135 'member':115 'movi':31,43,63,81 'nationwid':89 'nice':101 'no-on':91 'one':33,93 'order':17 'pack':68 'password':55 'peopl':70,104 'play':61 'pretti':137 'problem':132 'projectionist':5 'projector':15 'show':22 'somewher':74 'start':28,129 'stupid':78 'system':79 'time':119 'version':125 'wait':51 'without':130 'work':2,39,99,105 'would':38,97"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6075358"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704228552 {#2049
    date: 2024-01-02 21:49:12.0 +01:00
  }
}
"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
12 DENIED moderate
App\Entity\EntryComment {#2189
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2291 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2301 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I worked as a projectionist in 2009 when the cinema got its first digital projector in order to be able to show Avatar in 3D. At the start of the movie no one actually knew if it would work. Due to the movie being encrypted - with every cinema in Germany waiting eagerly for the password - No cinema was able to play the movie. But everywhere cinemas were packed with people. Because of fuckups somewhere in this incredibly stupid system the movie was delayed about half an hour (IIRC) nationwide. With no-one knowing if it would eventually work - especially nice for the people working at the cinema having to deal with angry audience members.\n
    \n
    At the same time the 2D 35mm film-version we also had started without any problems (it was massive and pretty dicey to carry it around).
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704228552 {#2060
    date: 2024-01-02 21:49:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Moonrise2473@feddit.it"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2297 …}
  +nested: Doctrine\ORM\PersistentCollection {#2132 …}
  +votes: Doctrine\ORM\PersistentCollection {#2040 …}
  +reports: Doctrine\ORM\PersistentCollection {#2350 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2346 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2347 …}
  -id: 287136
  -bodyTs: "'2009':7 '2d':121 '35mm':122 '3d':25 'abl':20,59 'actual':34 'also':127 'angri':113 'around':142 'audienc':114 'avatar':23 'carri':140 'cinema':10,48,57,66,108 'deal':111 'delay':83 'dicey':138 'digit':14 'due':40 'eager':52 'encrypt':45 'especi':100 'eventu':98 'everi':47 'everywher':65 'film':124 'film-vers':123 'first':13 'fuckup':73 'germani':50 'got':11 'half':85 'hour':87 'iirc':88 'incred':77 'knew':35 'know':94 'massiv':135 'member':115 'movi':31,43,63,81 'nationwid':89 'nice':101 'no-on':91 'one':33,93 'order':17 'pack':68 'password':55 'peopl':70,104 'play':61 'pretti':137 'problem':132 'projectionist':5 'projector':15 'show':22 'somewher':74 'start':28,129 'stupid':78 'system':79 'time':119 'version':125 'wait':51 'without':130 'work':2,39,99,105 'would':38,97"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/6075358"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704228552 {#2049
    date: 2024-01-02 21:49:12.0 +01:00
  }
}
"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
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 {#2228
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2232 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1723 …}
  +image: null
  +parent: null
  +root: null
  +body: "One could ask in return “why do you use a mouse”. The answer is probably “I’ve always done it this way” and not “after trying out different methods it’s the one that i prefer”."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703444241 {#2231
    date: 2023-12-24 19:57:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Waffelson@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2229 …}
  +nested: Doctrine\ORM\PersistentCollection {#2198 …}
  +votes: Doctrine\ORM\PersistentCollection {#2216 …}
  +reports: Doctrine\ORM\PersistentCollection {#2223 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2224 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2215 …}
  -id: 249157
  -bodyTs: "'alway':18 'answer':13 'ask':3 'could':2 'differ':28 'done':19 'method':29 'mous':11 'one':1,33 'prefer':36 'probabl':15 'return':5 'tri':26 'use':9 've':17 'way':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/5914754"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703444241 {#2227
    date: 2023-12-24 19:57:21.0 +01:00
  }
}
"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 {#2228
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2232 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1723 …}
  +image: null
  +parent: null
  +root: null
  +body: "One could ask in return “why do you use a mouse”. The answer is probably “I’ve always done it this way” and not “after trying out different methods it’s the one that i prefer”."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703444241 {#2231
    date: 2023-12-24 19:57:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Waffelson@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2229 …}
  +nested: Doctrine\ORM\PersistentCollection {#2198 …}
  +votes: Doctrine\ORM\PersistentCollection {#2216 …}
  +reports: Doctrine\ORM\PersistentCollection {#2223 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2224 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2215 …}
  -id: 249157
  -bodyTs: "'alway':18 'answer':13 'ask':3 'could':2 'differ':28 'done':19 'method':29 'mous':11 'one':1,33 'prefer':36 'probabl':15 'return':5 'tri':26 'use':9 've':17 'way':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/5914754"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703444241 {#2227
    date: 2023-12-24 19:57:21.0 +01:00
  }
}
"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 {#2228
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2232 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1723 …}
  +image: null
  +parent: null
  +root: null
  +body: "One could ask in return “why do you use a mouse”. The answer is probably “I’ve always done it this way” and not “after trying out different methods it’s the one that i prefer”."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703444241 {#2231
    date: 2023-12-24 19:57:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Waffelson@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2229 …}
  +nested: Doctrine\ORM\PersistentCollection {#2198 …}
  +votes: Doctrine\ORM\PersistentCollection {#2216 …}
  +reports: Doctrine\ORM\PersistentCollection {#2223 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2224 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2215 …}
  -id: 249157
  -bodyTs: "'alway':18 'answer':13 'ask':3 'could':2 'differ':28 'done':19 'method':29 'mous':11 'one':1,33 'prefer':36 'probabl':15 'return':5 'tri':26 'use':9 've':17 'way':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/5914754"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703444241 {#2227
    date: 2023-12-24 19:57:21.0 +01:00
  }
}
"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
App\Entity\EntryComment {#2163
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2120 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2116 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2119 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2119 …}
  +body: "Now that you’ve got the idea apply it to everything in capitalist society. Especially if something is owned by shareholders."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 82
  +score: 0
  +lastActive: DateTime @1701255790 {#2311
    date: 2023-11-29 12:03:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@0x4E4F@infosec.pub"
    "@M500@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2123 …}
  +nested: Doctrine\ORM\PersistentCollection {#2115 …}
  +votes: Doctrine\ORM\PersistentCollection {#2121 …}
  +reports: Doctrine\ORM\PersistentCollection {#2118 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2107 …}
  -id: 176431
  -bodyTs: "'appli':8 'capitalist':13 'especi':15 'everyth':11 'got':5 'idea':7 'own':19 'sharehold':21 'societi':14 'someth':17 've':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/5273746"
  +editedAt: DateTimeImmutable @1702139036 {#2344
    date: 2023-12-09 17:23:56.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701255790 {#2109
    date: 2023-11-29 12:03:10.0 +01:00
  }
}
"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
19 DENIED edit
App\Entity\EntryComment {#2163
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2120 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2116 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2119 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2119 …}
  +body: "Now that you’ve got the idea apply it to everything in capitalist society. Especially if something is owned by shareholders."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 82
  +score: 0
  +lastActive: DateTime @1701255790 {#2311
    date: 2023-11-29 12:03:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@0x4E4F@infosec.pub"
    "@M500@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2123 …}
  +nested: Doctrine\ORM\PersistentCollection {#2115 …}
  +votes: Doctrine\ORM\PersistentCollection {#2121 …}
  +reports: Doctrine\ORM\PersistentCollection {#2118 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2107 …}
  -id: 176431
  -bodyTs: "'appli':8 'capitalist':13 'especi':15 'everyth':11 'got':5 'idea':7 'own':19 'sharehold':21 'societi':14 'someth':17 've':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/5273746"
  +editedAt: DateTimeImmutable @1702139036 {#2344
    date: 2023-12-09 17:23:56.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701255790 {#2109
    date: 2023-11-29 12:03:10.0 +01:00
  }
}
"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
20 DENIED moderate
App\Entity\EntryComment {#2163
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2120 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2116 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2119 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2119 …}
  +body: "Now that you’ve got the idea apply it to everything in capitalist society. Especially if something is owned by shareholders."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 82
  +score: 0
  +lastActive: DateTime @1701255790 {#2311
    date: 2023-11-29 12:03:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@0x4E4F@infosec.pub"
    "@M500@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2123 …}
  +nested: Doctrine\ORM\PersistentCollection {#2115 …}
  +votes: Doctrine\ORM\PersistentCollection {#2121 …}
  +reports: Doctrine\ORM\PersistentCollection {#2118 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2107 …}
  -id: 176431
  -bodyTs: "'appli':8 'capitalist':13 'especi':15 'everyth':11 'got':5 'idea':7 'own':19 'sharehold':21 'societi':14 'someth':17 've':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/5273746"
  +editedAt: DateTimeImmutable @1702139036 {#2344
    date: 2023-12-09 17:23:56.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701255790 {#2109
    date: 2023-11-29 12:03:10.0 +01:00
  }
}
"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
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 {#2312
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2307 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2306 …}
  +image: null
  +parent: null
  +root: null
  +body: "oof that was a let-down"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 23
  +score: 0
  +lastActive: DateTime @1700937357 {#2044
    date: 2023-11-25 19:35:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sag@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2308 …}
  +nested: Doctrine\ORM\PersistentCollection {#2304 …}
  +votes: Doctrine\ORM\PersistentCollection {#2319 …}
  +reports: Doctrine\ORM\PersistentCollection {#2318 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2316 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2294 …}
  -id: 163413
  -bodyTs: "'let':6 'let-down':5 'oof':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/5170368"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700937357 {#2128
    date: 2023-11-25 19:35:57.0 +01:00
  }
}
"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 {#2312
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2307 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2306 …}
  +image: null
  +parent: null
  +root: null
  +body: "oof that was a let-down"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 23
  +score: 0
  +lastActive: DateTime @1700937357 {#2044
    date: 2023-11-25 19:35:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sag@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2308 …}
  +nested: Doctrine\ORM\PersistentCollection {#2304 …}
  +votes: Doctrine\ORM\PersistentCollection {#2319 …}
  +reports: Doctrine\ORM\PersistentCollection {#2318 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2316 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2294 …}
  -id: 163413
  -bodyTs: "'let':6 'let-down':5 'oof':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/5170368"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700937357 {#2128
    date: 2023-11-25 19:35:57.0 +01:00
  }
}
"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 {#2312
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2307 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2306 …}
  +image: null
  +parent: null
  +root: null
  +body: "oof that was a let-down"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 23
  +score: 0
  +lastActive: DateTime @1700937357 {#2044
    date: 2023-11-25 19:35:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sag@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2308 …}
  +nested: Doctrine\ORM\PersistentCollection {#2304 …}
  +votes: Doctrine\ORM\PersistentCollection {#2319 …}
  +reports: Doctrine\ORM\PersistentCollection {#2318 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2316 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2294 …}
  -id: 163413
  -bodyTs: "'let':6 'let-down':5 'oof':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/5170368"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700937357 {#2128
    date: 2023-11-25 19:35:57.0 +01:00
  }
}
"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
App\Entity\EntryComment {#2281
  +user: App\Entity\User {#264 …}
  +entry: App\Entity\Entry {#2460 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2283 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2283 …}
  +body: """
    I honestly gotta say that I really liked JJ Abrams **Star Trek** from 2009. I say that as a huge Star Trek fan. It was like a reimagined of the good 'ol fable of captain Kirk and his brave little crew of adventurers. It had all the things that I normally hate (first and foremost: perpetually moving camera, too many lense flares), but in this movie it worked.\n
    \n
    His Ep7 would work if it could exist in isolation to the rest of the franchise.\n
    \n
    To be honest star wars has been shit for decades. the only exceptional Star Wars after the OG Trilogy was “Rogue One” and the exceptional “Andor”. The rest is for little children.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697816630 {#2310
    date: 2023-10-20 17:43:50.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@exocortex@discuss.tchncs.de"
    "@Brent@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2280 …}
  +nested: Doctrine\ORM\PersistentCollection {#2278 …}
  +votes: Doctrine\ORM\PersistentCollection {#2279 …}
  +reports: Doctrine\ORM\PersistentCollection {#2277 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2220 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2222 …}
  -id: 61350
  -bodyTs: "'2009':14 'abram':10 'adventur':43 'andor':110 'brave':39 'camera':58 'captain':35 'children':116 'could':75 'crew':41 'decad':94 'ep7':70 'except':97,109 'exist':76 'fabl':33 'fan':23 'first':53 'flare':62 'foremost':55 'franchis':84 'good':31 'gotta':3 'hate':52 'honest':2,87 'huge':20 'isol':78 'jj':9 'kirk':36 'lens':61 'like':8,26 'littl':40,115 'mani':60 'move':57 'movi':66 'normal':51 'og':102 'ol':32 'one':106 'perpetu':56 'realli':7 'reimagin':28 'rest':81,112 'rogu':105 'say':4,16 'shit':92 'star':11,21,88,98 'thing':48 'trek':12,22 'trilog':103 'war':89,99 'work':68,72 'would':71"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/4119128"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697816630 {#2106
    date: 2023-10-20 17:43:50.0 +02:00
  }
}
"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
27 DENIED edit
App\Entity\EntryComment {#2281
  +user: App\Entity\User {#264 …}
  +entry: App\Entity\Entry {#2460 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2283 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2283 …}
  +body: """
    I honestly gotta say that I really liked JJ Abrams **Star Trek** from 2009. I say that as a huge Star Trek fan. It was like a reimagined of the good 'ol fable of captain Kirk and his brave little crew of adventurers. It had all the things that I normally hate (first and foremost: perpetually moving camera, too many lense flares), but in this movie it worked.\n
    \n
    His Ep7 would work if it could exist in isolation to the rest of the franchise.\n
    \n
    To be honest star wars has been shit for decades. the only exceptional Star Wars after the OG Trilogy was “Rogue One” and the exceptional “Andor”. The rest is for little children.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697816630 {#2310
    date: 2023-10-20 17:43:50.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@exocortex@discuss.tchncs.de"
    "@Brent@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2280 …}
  +nested: Doctrine\ORM\PersistentCollection {#2278 …}
  +votes: Doctrine\ORM\PersistentCollection {#2279 …}
  +reports: Doctrine\ORM\PersistentCollection {#2277 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2220 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2222 …}
  -id: 61350
  -bodyTs: "'2009':14 'abram':10 'adventur':43 'andor':110 'brave':39 'camera':58 'captain':35 'children':116 'could':75 'crew':41 'decad':94 'ep7':70 'except':97,109 'exist':76 'fabl':33 'fan':23 'first':53 'flare':62 'foremost':55 'franchis':84 'good':31 'gotta':3 'hate':52 'honest':2,87 'huge':20 'isol':78 'jj':9 'kirk':36 'lens':61 'like':8,26 'littl':40,115 'mani':60 'move':57 'movi':66 'normal':51 'og':102 'ol':32 'one':106 'perpetu':56 'realli':7 'reimagin':28 'rest':81,112 'rogu':105 'say':4,16 'shit':92 'star':11,21,88,98 'thing':48 'trek':12,22 'trilog':103 'war':89,99 'work':68,72 'would':71"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/4119128"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697816630 {#2106
    date: 2023-10-20 17:43:50.0 +02:00
  }
}
"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
28 DENIED moderate
App\Entity\EntryComment {#2281
  +user: App\Entity\User {#264 …}
  +entry: App\Entity\Entry {#2460 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2283 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2283 …}
  +body: """
    I honestly gotta say that I really liked JJ Abrams **Star Trek** from 2009. I say that as a huge Star Trek fan. It was like a reimagined of the good 'ol fable of captain Kirk and his brave little crew of adventurers. It had all the things that I normally hate (first and foremost: perpetually moving camera, too many lense flares), but in this movie it worked.\n
    \n
    His Ep7 would work if it could exist in isolation to the rest of the franchise.\n
    \n
    To be honest star wars has been shit for decades. the only exceptional Star Wars after the OG Trilogy was “Rogue One” and the exceptional “Andor”. The rest is for little children.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697816630 {#2310
    date: 2023-10-20 17:43:50.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@exocortex@discuss.tchncs.de"
    "@Brent@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2280 …}
  +nested: Doctrine\ORM\PersistentCollection {#2278 …}
  +votes: Doctrine\ORM\PersistentCollection {#2279 …}
  +reports: Doctrine\ORM\PersistentCollection {#2277 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2220 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2222 …}
  -id: 61350
  -bodyTs: "'2009':14 'abram':10 'adventur':43 'andor':110 'brave':39 'camera':58 'captain':35 'children':116 'could':75 'crew':41 'decad':94 'ep7':70 'except':97,109 'exist':76 'fabl':33 'fan':23 'first':53 'flare':62 'foremost':55 'franchis':84 'good':31 'gotta':3 'hate':52 'honest':2,87 'huge':20 'isol':78 'jj':9 'kirk':36 'lens':61 'like':8,26 'littl':40,115 'mani':60 'move':57 'movi':66 'normal':51 'og':102 'ol':32 'one':106 'perpetu':56 'realli':7 'reimagin':28 'rest':81,112 'rogu':105 'say':4,16 'shit':92 'star':11,21,88,98 'thing':48 'trek':12,22 'trilog':103 'war':89,99 'work':68,72 'would':71"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/4119128"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697816630 {#2106
    date: 2023-10-20 17:43:50.0 +02:00
  }
}
"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
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 {#2196
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2199 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2301 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2194 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2194 …}
  +body: "I think Loki was nice. Au least it was nice to look at. For Star Wars I recommend “Andor” which is maybe the best Star Wars ever made (of one removes the nostalgia-factor from the original trilogy). But seeing the rest on Disney+ Andor seems like an incredibly unlikely fluke. The one thing that luckily sneaked by the Disney content police. The one thing that wasn’t dumbed down by endless focus-grouping and insertions of memberberry-characters and -items."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1697615456 {#2295
    date: 2023-10-18 09:50:56.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Waldemar_Firehammer@sh.itjust.works"
    "@AgentGrimstone@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2195 …}
  +nested: Doctrine\ORM\PersistentCollection {#2197 …}
  +votes: Doctrine\ORM\PersistentCollection {#2206 …}
  +reports: Doctrine\ORM\PersistentCollection {#2201 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2203 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2212 …}
  -id: 56209
  -bodyTs: "'andor':19,46 'au':6 'best':24 'charact':82 'content':62 'disney':45,61 'dumb':70 'endless':73 'ever':27 'factor':35 'fluke':52 'focus':75 'focus-group':74 'group':76 'incred':50 'insert':78 'item':84 'least':7 'like':48 'loki':3 'look':12 'luckili':57 'made':28 'mayb':22 'memberberri':81 'memberberry-charact':80 'nice':5,10 'nostalgia':34 'nostalgia-factor':33 'one':30,54,65 'origin':38 'polic':63 'recommend':18 'remov':31 'rest':43 'see':41 'seem':47 'sneak':58 'star':15,25 'thing':55,66 'think':2 'trilog':39 'unlik':51 'war':16,26 'wasn':68"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/4048579"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697615456 {#2296
    date: 2023-10-18 09:50:56.0 +02:00
  }
}
"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 {#2196
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2199 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2301 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2194 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2194 …}
  +body: "I think Loki was nice. Au least it was nice to look at. For Star Wars I recommend “Andor” which is maybe the best Star Wars ever made (of one removes the nostalgia-factor from the original trilogy). But seeing the rest on Disney+ Andor seems like an incredibly unlikely fluke. The one thing that luckily sneaked by the Disney content police. The one thing that wasn’t dumbed down by endless focus-grouping and insertions of memberberry-characters and -items."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1697615456 {#2295
    date: 2023-10-18 09:50:56.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Waldemar_Firehammer@sh.itjust.works"
    "@AgentGrimstone@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2195 …}
  +nested: Doctrine\ORM\PersistentCollection {#2197 …}
  +votes: Doctrine\ORM\PersistentCollection {#2206 …}
  +reports: Doctrine\ORM\PersistentCollection {#2201 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2203 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2212 …}
  -id: 56209
  -bodyTs: "'andor':19,46 'au':6 'best':24 'charact':82 'content':62 'disney':45,61 'dumb':70 'endless':73 'ever':27 'factor':35 'fluke':52 'focus':75 'focus-group':74 'group':76 'incred':50 'insert':78 'item':84 'least':7 'like':48 'loki':3 'look':12 'luckili':57 'made':28 'mayb':22 'memberberri':81 'memberberry-charact':80 'nice':5,10 'nostalgia':34 'nostalgia-factor':33 'one':30,54,65 'origin':38 'polic':63 'recommend':18 'remov':31 'rest':43 'see':41 'seem':47 'sneak':58 'star':15,25 'thing':55,66 'think':2 'trilog':39 'unlik':51 'war':16,26 'wasn':68"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/4048579"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697615456 {#2296
    date: 2023-10-18 09:50:56.0 +02:00
  }
}
"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 {#2196
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2199 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2301 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2194 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2194 …}
  +body: "I think Loki was nice. Au least it was nice to look at. For Star Wars I recommend “Andor” which is maybe the best Star Wars ever made (of one removes the nostalgia-factor from the original trilogy). But seeing the rest on Disney+ Andor seems like an incredibly unlikely fluke. The one thing that luckily sneaked by the Disney content police. The one thing that wasn’t dumbed down by endless focus-grouping and insertions of memberberry-characters and -items."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1697615456 {#2295
    date: 2023-10-18 09:50:56.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Waldemar_Firehammer@sh.itjust.works"
    "@AgentGrimstone@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2195 …}
  +nested: Doctrine\ORM\PersistentCollection {#2197 …}
  +votes: Doctrine\ORM\PersistentCollection {#2206 …}
  +reports: Doctrine\ORM\PersistentCollection {#2201 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2203 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2212 …}
  -id: 56209
  -bodyTs: "'andor':19,46 'au':6 'best':24 'charact':82 'content':62 'disney':45,61 'dumb':70 'endless':73 'ever':27 'factor':35 'fluke':52 'focus':75 'focus-group':74 'group':76 'incred':50 'insert':78 'item':84 'least':7 'like':48 'loki':3 'look':12 'luckili':57 'made':28 'mayb':22 'memberberri':81 'memberberry-charact':80 'nice':5,10 'nostalgia':34 'nostalgia-factor':33 'one':30,54,65 'origin':38 'polic':63 'recommend':18 'remov':31 'rest':43 'see':41 'seem':47 'sneak':58 'star':15,25 'thing':55,66 'think':2 'trilog':39 'unlik':51 'war':16,26 'wasn':68"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/4048579"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697615456 {#2296
    date: 2023-10-18 09:50:56.0 +02:00
  }
}
"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_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\EntryComment {#2200
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2211 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
  +image: null
  +parent: null
  +root: null
  +body: "Wow these are *actual* color photos from 1909 (not some AI-gimickry)! They were made by shooting 3 seperate images with different color-filters."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697444762 {#2217
    date: 2023-10-16 10:26:02.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@PugJesus@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2266 …}
  +nested: Doctrine\ORM\PersistentCollection {#2268 …}
  +votes: Doctrine\ORM\PersistentCollection {#2273 …}
  +reports: Doctrine\ORM\PersistentCollection {#2274 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2190 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2265 …}
  -id: 126130
  -bodyTs: "'1909':8 '3':19 'actual':4 'ai':12 'ai-gimickri':11 'color':5,25 'color-filt':24 'differ':23 'filter':26 'gimickri':13 'imag':21 'made':16 'photo':6 'seper':20 'shoot':18 'wow':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/3989369"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697444762 {#2219
    date: 2023-10-16 10:26:02.0 +02:00
  }
}
"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
35 DENIED edit
App\Entity\EntryComment {#2200
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2211 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
  +image: null
  +parent: null
  +root: null
  +body: "Wow these are *actual* color photos from 1909 (not some AI-gimickry)! They were made by shooting 3 seperate images with different color-filters."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697444762 {#2217
    date: 2023-10-16 10:26:02.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@PugJesus@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2266 …}
  +nested: Doctrine\ORM\PersistentCollection {#2268 …}
  +votes: Doctrine\ORM\PersistentCollection {#2273 …}
  +reports: Doctrine\ORM\PersistentCollection {#2274 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2190 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2265 …}
  -id: 126130
  -bodyTs: "'1909':8 '3':19 'actual':4 'ai':12 'ai-gimickri':11 'color':5,25 'color-filt':24 'differ':23 'filter':26 'gimickri':13 'imag':21 'made':16 'photo':6 'seper':20 'shoot':18 'wow':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/3989369"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697444762 {#2219
    date: 2023-10-16 10:26:02.0 +02:00
  }
}
"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
36 DENIED moderate
App\Entity\EntryComment {#2200
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2211 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
  +image: null
  +parent: null
  +root: null
  +body: "Wow these are *actual* color photos from 1909 (not some AI-gimickry)! They were made by shooting 3 seperate images with different color-filters."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697444762 {#2217
    date: 2023-10-16 10:26:02.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@PugJesus@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2266 …}
  +nested: Doctrine\ORM\PersistentCollection {#2268 …}
  +votes: Doctrine\ORM\PersistentCollection {#2273 …}
  +reports: Doctrine\ORM\PersistentCollection {#2274 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2190 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2265 …}
  -id: 126130
  -bodyTs: "'1909':8 '3':19 'actual':4 'ai':12 'ai-gimickri':11 'color':5,25 'color-filt':24 'differ':23 'filter':26 'gimickri':13 'imag':21 'made':16 'photo':6 'seper':20 'shoot':18 'wow':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/3989369"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697444762 {#2219
    date: 2023-10-16 10:26:02.0 +02:00
  }
}
"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
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
App\Entity\EntryComment {#2235
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2242 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2301 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Maybe it is time that we start to write our favourite youtubers to start developing alternative means of distributing their videos. Patreon and so on.\n
    \n
    I feel there will be a lot less people watching YouTube in the future and as a whole many youtubers will see their revenue drop significantly. Watching YouTube as a whole will become less and less bearable. I watch videos without ads on my pc, but on mobile i use the app and endure the videos (for now) as the app is just nicer to use compared to the browser.\n
    \n
    But if I have to see ads all the time (also these unskippable 20s ads) I think I’ll simply stop using YouTube all together. about 90% ofy YouTube use isn’t neccessary at all. I’ll just watch it, because I’m too lazy to do anything else.\n
    \n
    I could be should read a book instead. Maybe others will do that too in the future?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697207427 {#2204
    date: 2023-10-13 16:30:27.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Flatworm7591@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2239 …}
  +nested: Doctrine\ORM\PersistentCollection {#2236 …}
  +votes: Doctrine\ORM\PersistentCollection {#2226 …}
  +reports: Doctrine\ORM\PersistentCollection {#2238 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2249 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2259 …}
  -id: 45364
  -bodyTs: "'20s':109 '90':122 'ad':67,102,110 'also':106 'altern':16 'anyth':143 'app':77,86 'bearabl':62 'becom':58 'book':151 'browser':95 'compar':92 'could':146 'develop':15 'distribut':19 'drop':50 'els':144 'endur':79 'favourit':11 'feel':27 'futur':39,161 'instead':152 'isn':126 'lazi':140 'less':33,59,61 'll':114,132 'lot':32 'm':138 'mani':44 'mayb':1,153 'mean':17 'mobil':73 'neccessari':128 'nicer':89 'ofi':123 'other':154 'patreon':22 'pc':70 'peopl':34 'read':149 'revenu':49 'see':47,101 'signific':51 'simpli':115 'start':7,14 'stop':116 'think':112 'time':4,105 'togeth':120 'unskipp':108 'use':75,91,117,125 'video':21,65,81 'watch':35,52,64,134 'whole':43,56 'without':66 'write':9 'youtub':12,36,45,53,118,124"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/3874977"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697111284 {#2209
    date: 2023-10-12 13:48:04.0 +02:00
  }
}
"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
39 DENIED edit
App\Entity\EntryComment {#2235
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2242 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2301 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Maybe it is time that we start to write our favourite youtubers to start developing alternative means of distributing their videos. Patreon and so on.\n
    \n
    I feel there will be a lot less people watching YouTube in the future and as a whole many youtubers will see their revenue drop significantly. Watching YouTube as a whole will become less and less bearable. I watch videos without ads on my pc, but on mobile i use the app and endure the videos (for now) as the app is just nicer to use compared to the browser.\n
    \n
    But if I have to see ads all the time (also these unskippable 20s ads) I think I’ll simply stop using YouTube all together. about 90% ofy YouTube use isn’t neccessary at all. I’ll just watch it, because I’m too lazy to do anything else.\n
    \n
    I could be should read a book instead. Maybe others will do that too in the future?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697207427 {#2204
    date: 2023-10-13 16:30:27.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Flatworm7591@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2239 …}
  +nested: Doctrine\ORM\PersistentCollection {#2236 …}
  +votes: Doctrine\ORM\PersistentCollection {#2226 …}
  +reports: Doctrine\ORM\PersistentCollection {#2238 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2249 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2259 …}
  -id: 45364
  -bodyTs: "'20s':109 '90':122 'ad':67,102,110 'also':106 'altern':16 'anyth':143 'app':77,86 'bearabl':62 'becom':58 'book':151 'browser':95 'compar':92 'could':146 'develop':15 'distribut':19 'drop':50 'els':144 'endur':79 'favourit':11 'feel':27 'futur':39,161 'instead':152 'isn':126 'lazi':140 'less':33,59,61 'll':114,132 'lot':32 'm':138 'mani':44 'mayb':1,153 'mean':17 'mobil':73 'neccessari':128 'nicer':89 'ofi':123 'other':154 'patreon':22 'pc':70 'peopl':34 'read':149 'revenu':49 'see':47,101 'signific':51 'simpli':115 'start':7,14 'stop':116 'think':112 'time':4,105 'togeth':120 'unskipp':108 'use':75,91,117,125 'video':21,65,81 'watch':35,52,64,134 'whole':43,56 'without':66 'write':9 'youtub':12,36,45,53,118,124"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/3874977"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697111284 {#2209
    date: 2023-10-12 13:48:04.0 +02:00
  }
}
"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
40 DENIED moderate
App\Entity\EntryComment {#2235
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2242 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2301 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Maybe it is time that we start to write our favourite youtubers to start developing alternative means of distributing their videos. Patreon and so on.\n
    \n
    I feel there will be a lot less people watching YouTube in the future and as a whole many youtubers will see their revenue drop significantly. Watching YouTube as a whole will become less and less bearable. I watch videos without ads on my pc, but on mobile i use the app and endure the videos (for now) as the app is just nicer to use compared to the browser.\n
    \n
    But if I have to see ads all the time (also these unskippable 20s ads) I think I’ll simply stop using YouTube all together. about 90% ofy YouTube use isn’t neccessary at all. I’ll just watch it, because I’m too lazy to do anything else.\n
    \n
    I could be should read a book instead. Maybe others will do that too in the future?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697207427 {#2204
    date: 2023-10-13 16:30:27.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Flatworm7591@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2239 …}
  +nested: Doctrine\ORM\PersistentCollection {#2236 …}
  +votes: Doctrine\ORM\PersistentCollection {#2226 …}
  +reports: Doctrine\ORM\PersistentCollection {#2238 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2249 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2259 …}
  -id: 45364
  -bodyTs: "'20s':109 '90':122 'ad':67,102,110 'also':106 'altern':16 'anyth':143 'app':77,86 'bearabl':62 'becom':58 'book':151 'browser':95 'compar':92 'could':146 'develop':15 'distribut':19 'drop':50 'els':144 'endur':79 'favourit':11 'feel':27 'futur':39,161 'instead':152 'isn':126 'lazi':140 'less':33,59,61 'll':114,132 'lot':32 'm':138 'mani':44 'mayb':1,153 'mean':17 'mobil':73 'neccessari':128 'nicer':89 'ofi':123 'other':154 'patreon':22 'pc':70 'peopl':34 'read':149 'revenu':49 'see':47,101 'signific':51 'simpli':115 'start':7,14 'stop':116 'think':112 'time':4,105 'togeth':120 'unskipp':108 'use':75,91,117,125 'video':21,65,81 'watch':35,52,64,134 'whole':43,56 'without':66 'write':9 'youtub':12,36,45,53,118,124"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/3874977"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697111284 {#2209
    date: 2023-10-12 13:48:04.0 +02:00
  }
}
"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