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

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

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\Entry {#199
  +user: Proxies\__CG__\App\Entity\User {#2403 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "help-docker-conflicts-with-host-network-causing-no-internet-connectivity"
  +title: "[help] docker conflicts with host network, causing no internet connectivity"
  +url: null
  +body: """
    Hello! Thanks to everyone who helped me [yesterday](https://lemmy.kde.social/post/690336), but I could not solve the issue. I however identified the problem. I opened a new thread to better focus on the real problem.\n
    \n
    I just set up a debian server, installed docker from the official repo and then immich using docker compose. When I run `docker compose up -d` (after a few seconds) my server loses internet connectivity: it can access local addresses (I can ssh into it) but cannot access the internet: `ping linux.org` fails.\n
    \n
    if I put down immich (`docker compose down`) it starts working again. the issue is probably that docker is creating a network bridge that conflicts with the host.\n
    \n
    After searching the web, I tried to create `/etc/docker/daemon.json` like this:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">{\n
    </span><span style="color:#323232;">  </span><span style="font-weight:bold;color:#183691;">"bip"</span><span style="color:#323232;">: "172.18.0.1/24",\n
    </span><span style="color:#323232;">  </span><span style="font-weight:bold;color:#183691;">"default-address-pools"</span><span style="color:#323232;">: [\n
    </span><span style="color:#323232;">    {</span><span style="font-weight:bold;color:#183691;">"base"</span><span style="color:#323232;">: "172.19.0.0/16", </span><span style="font-weight:bold;color:#183691;">"size"</span><span style="color:#323232;">: </span><span style="color:#0086b3;">24</span><span style="color:#323232;">}\n
    </span><span style="color:#323232;">  ]\n
    </span><span style="color:#323232;">}\n
    </span>\n
    ```\n
    \n
    after the changes `systemctl restart docker`, then wait 10 seconds for everything to restart correctly.  \n
    I tried different configurations of addresses here (every stackoverflow answer gave different values, so I tried all of them), but none of them worked. I don’t know how to get which values to put here (if this is actually the solution)\n
    \n
    a strange behavior I observed is that running `ip route flush 0/0` temporary solves the problem, until the restart of docker, and Immich works normally (at least the “normal” behavior, I don’t know if this affects some functionalities)\n
    \n
    Any tips? This is my really first experience in self hosting and I have to admit it, I thought it would have been easier :P\n
    \n
    In case you’ll need it, here’s the output of `ip addr show`:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">0.0.0.0 dev veth4c84e92 scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev veth1f88dcc scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev vethda721de scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev vethd123481 scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev veth23a05f6 scope link\n
    </span><span style="color:#323232;">default dev veth4c84e92 scope link # this line and the line below disappear after the flush\n
    </span><span style="color:#323232;">default dev veth1f88dcc scope link # (this one)\n
    </span><span style="color:#323232;">default via 192.168.1.1 dev enp1s0\n
    </span><span style="color:#323232;">169.254.0.0/16 dev veth23a05f6 proto kernel scope link src 169.254.6.247\n
    </span><span style="color:#323232;">169.254.0.0/16 dev vethd123481 proto kernel scope link src 169.254.226.60\n
    </span><span style="color:#323232;">169.254.0.0/16 dev vethda721de proto kernel scope link src 169.254.248.163\n
    </span><span style="color:#323232;">169.254.0.0/16 dev veth1f88dcc proto kernel scope link src 169.254.136.146\n
    </span><span style="color:#323232;">169.254.0.0/16 dev veth4c84e92 proto kernel scope link src 169.254.29.133\n
    </span><span style="color:#323232;">169.254.0.0/16 dev enp1s0 scope link metric 1000\n
    </span><span style="color:#323232;">172.16.0.0/20 dev br-237d14e56e71 proto kernel scope link src 172.16.0.1\n
    </span><span style="color:#323232;">172.18.0.0/24 dev docker0 proto kernel scope link src 172.18.0.1 linkdown\n
    </span><span style="color:#323232;">192.168.1.0/24 dev enp1s0 proto kernel scope link src 192.168.1.4\n
    </span><span style="color:#323232;">192.168.1.1 dev enp1s0 scope link\n
    </span>\n
    ```\n
    \n
    EDIT: I gave up. I removed debian and installed fedora, and now it all works like a charm
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727367223 {#191
    date: 2024-09-26 18:13:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#227 …}
  +votes: Doctrine\ORM\PersistentCollection {#1839 …}
  +reports: Doctrine\ORM\PersistentCollection {#2400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2398 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1879 …}
  +badges: Doctrine\ORM\PersistentCollection {#1865 …}
  +children: []
  -id: 31676
  -titleTs: "'caus':7 'conflict':3 'connect':10 'docker':2 'help':1 'host':5 'internet':9 'network':6"
  -bodyTs: "'/16':137,328,338,348,358,368,378 '/20':386 '/24':130,398,409 '/etc/docker/daemon.json':125 '/post/690336),':11 '0.0.0.0':275,280,285,290,295 '0/0':208 '10':148 '1000':384 '169.254.0.0':327,337,347,357,367,377 '169.254.136.146':366 '169.254.226.60':346 '169.254.248.163':356 '169.254.29.133':376 '169.254.6.247':336 '172.16.0.0':385 '172.16.0.1':396 '172.18.0.0':397 '172.18.0.1':129,406 '172.19.0.0':136 '192.168.1.0':408 '192.168.1.1':324,418 '192.168.1.4':417 '237d14e56e71':390 '24':139 'access':73,83 'actual':194 'addr':273 'address':75,133,160 'admit':251 'affect':233 'answer':164 'base':135 'behavior':199,226 'better':30 'bip':128 'br':389 'br-237d14e56e71':388 'bridg':111 'cannot':82 'case':262 'chang':142 'charm':440 'compos':54,59,95 'configur':158 'conflict':113 'connect':70 'correct':154 'could':14 'creat':108,124 'd':61 'debian':41,429 'default':132,300,315,322 'default-address-pool':131 'dev':276,281,286,291,296,301,316,325,329,339,349,359,369,379,387,399,410,419 'differ':157,166 'disappear':311 'docker':44,53,58,94,106,145,217 'docker0':400 'easier':259 'edit':423 'enp1s0':326,380,411,420 'everi':162 'everyon':4 'everyth':151 'experi':243 'fail':88 'fedora':432 'first':242 'flush':207,314 'focus':31 'function':235 'gave':165,425 'get':185 'hello':1 'help':6 'host':116,246 'howev':20 'identifi':21 'immich':51,93,219 'instal':43,431 'internet':69,85 'ip':205,272 'issu':18,102 'kernel':332,342,352,362,372,392,402,413 'know':182,230 'least':223 'lemmy.kde.social':10 'lemmy.kde.social/post/690336),':9 'like':126,438 'line':306,309 'link':279,284,289,294,299,304,319,334,344,354,364,374,382,394,404,415,422 'linkdown':407 'linux.org':87 'll':264 'local':74 'lose':68 'metric':383 'need':265 'network':110 'new':27 'none':175 'normal':221,225 'observ':201 'offici':47 'one':321 'open':25 'output':270 'p':260 'ping':86 'pool':134 'probabl':104 'problem':23,35,212 'proto':331,341,351,361,371,391,401,412 'put':91,189 'real':34 'realli':241 'remov':428 'repo':48 'restart':144,153,215 'rout':206 'run':57,204 'scope':278,283,288,293,298,303,318,333,343,353,363,373,381,393,403,414,421 'search':118 'second':65,149 'self':245 'server':42,67 'set':38 'show':274 'size':138 'solut':196 'solv':16,210 'src':335,345,355,365,375,395,405,416 'ssh':78 'stackoverflow':163 'start':98 'strang':198 'systemctl':143 'temporari':209 'thank':2 'thought':254 'thread':28 'tip':237 'tri':122,156,170 'use':52 'valu':167,187 'veth1f88dcc':282,317,360 'veth23a05f6':297,330 'veth4c84e92':277,302,370 'vethd123481':292,340 'vethda721de':287,350 'via':323 'wait':147 'web':120 'work':99,178,220,437 'would':256 'yesterday':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705719340
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/693278"
  +editedAt: DateTimeImmutable @1726892929 {#242
    date: 2024-09-21 06:28:49.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705657840 {#269
    date: 2024-01-19 10:50:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\Entry {#199
  +user: Proxies\__CG__\App\Entity\User {#2403 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "help-docker-conflicts-with-host-network-causing-no-internet-connectivity"
  +title: "[help] docker conflicts with host network, causing no internet connectivity"
  +url: null
  +body: """
    Hello! Thanks to everyone who helped me [yesterday](https://lemmy.kde.social/post/690336), but I could not solve the issue. I however identified the problem. I opened a new thread to better focus on the real problem.\n
    \n
    I just set up a debian server, installed docker from the official repo and then immich using docker compose. When I run `docker compose up -d` (after a few seconds) my server loses internet connectivity: it can access local addresses (I can ssh into it) but cannot access the internet: `ping linux.org` fails.\n
    \n
    if I put down immich (`docker compose down`) it starts working again. the issue is probably that docker is creating a network bridge that conflicts with the host.\n
    \n
    After searching the web, I tried to create `/etc/docker/daemon.json` like this:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">{\n
    </span><span style="color:#323232;">  </span><span style="font-weight:bold;color:#183691;">"bip"</span><span style="color:#323232;">: "172.18.0.1/24",\n
    </span><span style="color:#323232;">  </span><span style="font-weight:bold;color:#183691;">"default-address-pools"</span><span style="color:#323232;">: [\n
    </span><span style="color:#323232;">    {</span><span style="font-weight:bold;color:#183691;">"base"</span><span style="color:#323232;">: "172.19.0.0/16", </span><span style="font-weight:bold;color:#183691;">"size"</span><span style="color:#323232;">: </span><span style="color:#0086b3;">24</span><span style="color:#323232;">}\n
    </span><span style="color:#323232;">  ]\n
    </span><span style="color:#323232;">}\n
    </span>\n
    ```\n
    \n
    after the changes `systemctl restart docker`, then wait 10 seconds for everything to restart correctly.  \n
    I tried different configurations of addresses here (every stackoverflow answer gave different values, so I tried all of them), but none of them worked. I don’t know how to get which values to put here (if this is actually the solution)\n
    \n
    a strange behavior I observed is that running `ip route flush 0/0` temporary solves the problem, until the restart of docker, and Immich works normally (at least the “normal” behavior, I don’t know if this affects some functionalities)\n
    \n
    Any tips? This is my really first experience in self hosting and I have to admit it, I thought it would have been easier :P\n
    \n
    In case you’ll need it, here’s the output of `ip addr show`:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">0.0.0.0 dev veth4c84e92 scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev veth1f88dcc scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev vethda721de scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev vethd123481 scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev veth23a05f6 scope link\n
    </span><span style="color:#323232;">default dev veth4c84e92 scope link # this line and the line below disappear after the flush\n
    </span><span style="color:#323232;">default dev veth1f88dcc scope link # (this one)\n
    </span><span style="color:#323232;">default via 192.168.1.1 dev enp1s0\n
    </span><span style="color:#323232;">169.254.0.0/16 dev veth23a05f6 proto kernel scope link src 169.254.6.247\n
    </span><span style="color:#323232;">169.254.0.0/16 dev vethd123481 proto kernel scope link src 169.254.226.60\n
    </span><span style="color:#323232;">169.254.0.0/16 dev vethda721de proto kernel scope link src 169.254.248.163\n
    </span><span style="color:#323232;">169.254.0.0/16 dev veth1f88dcc proto kernel scope link src 169.254.136.146\n
    </span><span style="color:#323232;">169.254.0.0/16 dev veth4c84e92 proto kernel scope link src 169.254.29.133\n
    </span><span style="color:#323232;">169.254.0.0/16 dev enp1s0 scope link metric 1000\n
    </span><span style="color:#323232;">172.16.0.0/20 dev br-237d14e56e71 proto kernel scope link src 172.16.0.1\n
    </span><span style="color:#323232;">172.18.0.0/24 dev docker0 proto kernel scope link src 172.18.0.1 linkdown\n
    </span><span style="color:#323232;">192.168.1.0/24 dev enp1s0 proto kernel scope link src 192.168.1.4\n
    </span><span style="color:#323232;">192.168.1.1 dev enp1s0 scope link\n
    </span>\n
    ```\n
    \n
    EDIT: I gave up. I removed debian and installed fedora, and now it all works like a charm
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727367223 {#191
    date: 2024-09-26 18:13:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#227 …}
  +votes: Doctrine\ORM\PersistentCollection {#1839 …}
  +reports: Doctrine\ORM\PersistentCollection {#2400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2398 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1879 …}
  +badges: Doctrine\ORM\PersistentCollection {#1865 …}
  +children: []
  -id: 31676
  -titleTs: "'caus':7 'conflict':3 'connect':10 'docker':2 'help':1 'host':5 'internet':9 'network':6"
  -bodyTs: "'/16':137,328,338,348,358,368,378 '/20':386 '/24':130,398,409 '/etc/docker/daemon.json':125 '/post/690336),':11 '0.0.0.0':275,280,285,290,295 '0/0':208 '10':148 '1000':384 '169.254.0.0':327,337,347,357,367,377 '169.254.136.146':366 '169.254.226.60':346 '169.254.248.163':356 '169.254.29.133':376 '169.254.6.247':336 '172.16.0.0':385 '172.16.0.1':396 '172.18.0.0':397 '172.18.0.1':129,406 '172.19.0.0':136 '192.168.1.0':408 '192.168.1.1':324,418 '192.168.1.4':417 '237d14e56e71':390 '24':139 'access':73,83 'actual':194 'addr':273 'address':75,133,160 'admit':251 'affect':233 'answer':164 'base':135 'behavior':199,226 'better':30 'bip':128 'br':389 'br-237d14e56e71':388 'bridg':111 'cannot':82 'case':262 'chang':142 'charm':440 'compos':54,59,95 'configur':158 'conflict':113 'connect':70 'correct':154 'could':14 'creat':108,124 'd':61 'debian':41,429 'default':132,300,315,322 'default-address-pool':131 'dev':276,281,286,291,296,301,316,325,329,339,349,359,369,379,387,399,410,419 'differ':157,166 'disappear':311 'docker':44,53,58,94,106,145,217 'docker0':400 'easier':259 'edit':423 'enp1s0':326,380,411,420 'everi':162 'everyon':4 'everyth':151 'experi':243 'fail':88 'fedora':432 'first':242 'flush':207,314 'focus':31 'function':235 'gave':165,425 'get':185 'hello':1 'help':6 'host':116,246 'howev':20 'identifi':21 'immich':51,93,219 'instal':43,431 'internet':69,85 'ip':205,272 'issu':18,102 'kernel':332,342,352,362,372,392,402,413 'know':182,230 'least':223 'lemmy.kde.social':10 'lemmy.kde.social/post/690336),':9 'like':126,438 'line':306,309 'link':279,284,289,294,299,304,319,334,344,354,364,374,382,394,404,415,422 'linkdown':407 'linux.org':87 'll':264 'local':74 'lose':68 'metric':383 'need':265 'network':110 'new':27 'none':175 'normal':221,225 'observ':201 'offici':47 'one':321 'open':25 'output':270 'p':260 'ping':86 'pool':134 'probabl':104 'problem':23,35,212 'proto':331,341,351,361,371,391,401,412 'put':91,189 'real':34 'realli':241 'remov':428 'repo':48 'restart':144,153,215 'rout':206 'run':57,204 'scope':278,283,288,293,298,303,318,333,343,353,363,373,381,393,403,414,421 'search':118 'second':65,149 'self':245 'server':42,67 'set':38 'show':274 'size':138 'solut':196 'solv':16,210 'src':335,345,355,365,375,395,405,416 'ssh':78 'stackoverflow':163 'start':98 'strang':198 'systemctl':143 'temporari':209 'thank':2 'thought':254 'thread':28 'tip':237 'tri':122,156,170 'use':52 'valu':167,187 'veth1f88dcc':282,317,360 'veth23a05f6':297,330 'veth4c84e92':277,302,370 'vethd123481':292,340 'vethda721de':287,350 'via':323 'wait':147 'web':120 'work':99,178,220,437 'would':256 'yesterday':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705719340
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/693278"
  +editedAt: DateTimeImmutable @1726892929 {#242
    date: 2024-09-21 06:28:49.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705657840 {#269
    date: 2024-01-19 10:50:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\Entry {#199
  +user: Proxies\__CG__\App\Entity\User {#2403 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "help-docker-conflicts-with-host-network-causing-no-internet-connectivity"
  +title: "[help] docker conflicts with host network, causing no internet connectivity"
  +url: null
  +body: """
    Hello! Thanks to everyone who helped me [yesterday](https://lemmy.kde.social/post/690336), but I could not solve the issue. I however identified the problem. I opened a new thread to better focus on the real problem.\n
    \n
    I just set up a debian server, installed docker from the official repo and then immich using docker compose. When I run `docker compose up -d` (after a few seconds) my server loses internet connectivity: it can access local addresses (I can ssh into it) but cannot access the internet: `ping linux.org` fails.\n
    \n
    if I put down immich (`docker compose down`) it starts working again. the issue is probably that docker is creating a network bridge that conflicts with the host.\n
    \n
    After searching the web, I tried to create `/etc/docker/daemon.json` like this:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">{\n
    </span><span style="color:#323232;">  </span><span style="font-weight:bold;color:#183691;">"bip"</span><span style="color:#323232;">: "172.18.0.1/24",\n
    </span><span style="color:#323232;">  </span><span style="font-weight:bold;color:#183691;">"default-address-pools"</span><span style="color:#323232;">: [\n
    </span><span style="color:#323232;">    {</span><span style="font-weight:bold;color:#183691;">"base"</span><span style="color:#323232;">: "172.19.0.0/16", </span><span style="font-weight:bold;color:#183691;">"size"</span><span style="color:#323232;">: </span><span style="color:#0086b3;">24</span><span style="color:#323232;">}\n
    </span><span style="color:#323232;">  ]\n
    </span><span style="color:#323232;">}\n
    </span>\n
    ```\n
    \n
    after the changes `systemctl restart docker`, then wait 10 seconds for everything to restart correctly.  \n
    I tried different configurations of addresses here (every stackoverflow answer gave different values, so I tried all of them), but none of them worked. I don’t know how to get which values to put here (if this is actually the solution)\n
    \n
    a strange behavior I observed is that running `ip route flush 0/0` temporary solves the problem, until the restart of docker, and Immich works normally (at least the “normal” behavior, I don’t know if this affects some functionalities)\n
    \n
    Any tips? This is my really first experience in self hosting and I have to admit it, I thought it would have been easier :P\n
    \n
    In case you’ll need it, here’s the output of `ip addr show`:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">0.0.0.0 dev veth4c84e92 scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev veth1f88dcc scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev vethda721de scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev vethd123481 scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev veth23a05f6 scope link\n
    </span><span style="color:#323232;">default dev veth4c84e92 scope link # this line and the line below disappear after the flush\n
    </span><span style="color:#323232;">default dev veth1f88dcc scope link # (this one)\n
    </span><span style="color:#323232;">default via 192.168.1.1 dev enp1s0\n
    </span><span style="color:#323232;">169.254.0.0/16 dev veth23a05f6 proto kernel scope link src 169.254.6.247\n
    </span><span style="color:#323232;">169.254.0.0/16 dev vethd123481 proto kernel scope link src 169.254.226.60\n
    </span><span style="color:#323232;">169.254.0.0/16 dev vethda721de proto kernel scope link src 169.254.248.163\n
    </span><span style="color:#323232;">169.254.0.0/16 dev veth1f88dcc proto kernel scope link src 169.254.136.146\n
    </span><span style="color:#323232;">169.254.0.0/16 dev veth4c84e92 proto kernel scope link src 169.254.29.133\n
    </span><span style="color:#323232;">169.254.0.0/16 dev enp1s0 scope link metric 1000\n
    </span><span style="color:#323232;">172.16.0.0/20 dev br-237d14e56e71 proto kernel scope link src 172.16.0.1\n
    </span><span style="color:#323232;">172.18.0.0/24 dev docker0 proto kernel scope link src 172.18.0.1 linkdown\n
    </span><span style="color:#323232;">192.168.1.0/24 dev enp1s0 proto kernel scope link src 192.168.1.4\n
    </span><span style="color:#323232;">192.168.1.1 dev enp1s0 scope link\n
    </span>\n
    ```\n
    \n
    EDIT: I gave up. I removed debian and installed fedora, and now it all works like a charm
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727367223 {#191
    date: 2024-09-26 18:13:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#227 …}
  +votes: Doctrine\ORM\PersistentCollection {#1839 …}
  +reports: Doctrine\ORM\PersistentCollection {#2400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2398 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1879 …}
  +badges: Doctrine\ORM\PersistentCollection {#1865 …}
  +children: []
  -id: 31676
  -titleTs: "'caus':7 'conflict':3 'connect':10 'docker':2 'help':1 'host':5 'internet':9 'network':6"
  -bodyTs: "'/16':137,328,338,348,358,368,378 '/20':386 '/24':130,398,409 '/etc/docker/daemon.json':125 '/post/690336),':11 '0.0.0.0':275,280,285,290,295 '0/0':208 '10':148 '1000':384 '169.254.0.0':327,337,347,357,367,377 '169.254.136.146':366 '169.254.226.60':346 '169.254.248.163':356 '169.254.29.133':376 '169.254.6.247':336 '172.16.0.0':385 '172.16.0.1':396 '172.18.0.0':397 '172.18.0.1':129,406 '172.19.0.0':136 '192.168.1.0':408 '192.168.1.1':324,418 '192.168.1.4':417 '237d14e56e71':390 '24':139 'access':73,83 'actual':194 'addr':273 'address':75,133,160 'admit':251 'affect':233 'answer':164 'base':135 'behavior':199,226 'better':30 'bip':128 'br':389 'br-237d14e56e71':388 'bridg':111 'cannot':82 'case':262 'chang':142 'charm':440 'compos':54,59,95 'configur':158 'conflict':113 'connect':70 'correct':154 'could':14 'creat':108,124 'd':61 'debian':41,429 'default':132,300,315,322 'default-address-pool':131 'dev':276,281,286,291,296,301,316,325,329,339,349,359,369,379,387,399,410,419 'differ':157,166 'disappear':311 'docker':44,53,58,94,106,145,217 'docker0':400 'easier':259 'edit':423 'enp1s0':326,380,411,420 'everi':162 'everyon':4 'everyth':151 'experi':243 'fail':88 'fedora':432 'first':242 'flush':207,314 'focus':31 'function':235 'gave':165,425 'get':185 'hello':1 'help':6 'host':116,246 'howev':20 'identifi':21 'immich':51,93,219 'instal':43,431 'internet':69,85 'ip':205,272 'issu':18,102 'kernel':332,342,352,362,372,392,402,413 'know':182,230 'least':223 'lemmy.kde.social':10 'lemmy.kde.social/post/690336),':9 'like':126,438 'line':306,309 'link':279,284,289,294,299,304,319,334,344,354,364,374,382,394,404,415,422 'linkdown':407 'linux.org':87 'll':264 'local':74 'lose':68 'metric':383 'need':265 'network':110 'new':27 'none':175 'normal':221,225 'observ':201 'offici':47 'one':321 'open':25 'output':270 'p':260 'ping':86 'pool':134 'probabl':104 'problem':23,35,212 'proto':331,341,351,361,371,391,401,412 'put':91,189 'real':34 'realli':241 'remov':428 'repo':48 'restart':144,153,215 'rout':206 'run':57,204 'scope':278,283,288,293,298,303,318,333,343,353,363,373,381,393,403,414,421 'search':118 'second':65,149 'self':245 'server':42,67 'set':38 'show':274 'size':138 'solut':196 'solv':16,210 'src':335,345,355,365,375,395,405,416 'ssh':78 'stackoverflow':163 'start':98 'strang':198 'systemctl':143 'temporari':209 'thank':2 'thought':254 'thread':28 'tip':237 'tri':122,156,170 'use':52 'valu':167,187 'veth1f88dcc':282,317,360 'veth23a05f6':297,330 'veth4c84e92':277,302,370 'vethd123481':292,340 'vethda721de':287,350 'via':323 'wait':147 'web':120 'work':99,178,220,437 'would':256 'yesterday':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705719340
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/693278"
  +editedAt: DateTimeImmutable @1726892929 {#242
    date: 2024-09-21 06:28:49.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705657840 {#269
    date: 2024-01-19 10:50:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\Entry {#1408
  +user: Proxies\__CG__\App\Entity\User {#1876 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1905 …}
  +image: Proxies\__CG__\App\Entity\Image {#1395 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "Raspberry-pi-400-Print-server-permission-problems"
  +title: "Raspberry pi 400 Print server, permission problems?"
  +url: "https://sh.itjust.works/pictrs/image/5987a9e3-790f-4858-9051-4f75cf008bfc.jpeg"
  +body: """
    ok, so i have recently took the plunge into self hosting with my raspberry pi. i got an SMB share Running with anonimus permissions (so anybody on the network can access the drive) and i install CUPS and the necessary driver for my Epson ET-2800 (btw download it via apt, i spent 4 days trying to get it to work from Epson website, which BTW was useless because it had x86 driver and arm v6 and my pi 400 is arm v7.) anyway i digress, so the main problem and i cant find any documentation (at least some i can understand) is that i add my printer via gnome “printer settings” and it add it and shows up fine. but when i go to print it cancels job? however i know the driver and cups works alteast of the pi server, if i ssh into it. and run “lp testdoc.txt” (which is a text file i made to check if im loosing my marbles) and it prints without a hitch. i have also done “sudo usermod -aG lpadmin root” so i believe it has something to do with cups permissions. any help would be very appreciated.\n
    \n
    my cups config file\n
    \n
    LogLevel warn PageLogFormat MaxLogSize 0\n
    \n
    Allow remote access\n
    ===================\n
    \n
    Port 631 Listen /run/cups/cups.sock Browsing On BrowseLocalProtocols dnssd DefaultAuthType Basic WebInterface Yes\n
    \n
    Allow remote access…\n
    ====================\n
    \n
    Order allow,deny Allow all\n
    \n
    AuthType Default Require user @SYSTEM\n
    \n
    AuthType Default Require user @SYSTEM\n
    \n
    JobPrivateAccess default JobPrivateValues default SubscriptionPrivateAccess default SubscriptionPrivateValues default\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Require user @OWNER @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span>\n
    ```\n
    \n
    Browsing On BrowseOrder allow,deny BrowseAllow all\n
    \n
    ```\n
    \n
    <span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Require user @OWNER @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span>\n
    ```\n
    \n
    JobPrivateAccess default JobPrivateValues default SubscriptionPrivateAccess default SubscriptionPrivateValues default\n
    \n
    ```\n
    \n
    <span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @OWNER @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @OWNER @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span>\n
    ```\n
    \n
    JobPrivateAccess default JobPrivateValues default SubscriptionPrivateAccess default SubscriptionPrivateValues default\n
    \n
    ```\n
    \n
    <span style="color:#323232;">AuthType Negotiate\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Negotiate\n
    </span><span style="color:#323232;">Require user @OWNER @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Negotiate\n
    </span><span style="color:#323232;">Require user @OWNER @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span>\n
    ```
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705692337 {#1867
    date: 2024-01-19 20:25:37.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@SYSTEM"
    "@OWNER"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1897 …}
  +votes: Doctrine\ORM\PersistentCollection {#1954 …}
  +reports: Doctrine\ORM\PersistentCollection {#1950 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1944 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1977 …}
  +badges: Doctrine\ORM\PersistentCollection {#1967 …}
  +children: []
  -id: 31793
  -titleTs: "'400':3 'permiss':6 'pi':2 'print':4 'problem':7 'raspberri':1 'server':5"
  -bodyTs: "'-2800':46 '/run/cups/cups.sock':213 '0':206 '4':54 '400':80 '631':211 'access':31,209,224 'add':106,115 'ag':178 'allow':207,222,226,228,250,257,261,272,280,287,290,303,312,320,328,337,340,353,362,370,378,387,390 'also':174 'alteast':138 'anonimus':23 'anybodi':26 'anyway':84 'appreci':197 'apt':51 'arm':75,82 'authtyp':230,235,265,273,299,304,313,321,329,349,354,363,371,379 'basic':219 'believ':183 'brows':214,258 'browseallow':263 'browselocalprotocol':216 'browseord':260 'btw':47,66 'cancel':128 'cant':93 'check':160 'config':200 'cup':37,136,190,199 'day':55 'default':231,236,241,243,245,247,266,274,292,294,296,298,300,305,314,322,330,342,344,346,348,364,372 'defaultauthtyp':218 'deni':227,249,256,262,271,279,286,289,302,311,319,327,336,339,352,361,369,377,386,389 'digress':86 'dnssd':217 'document':96 'done':175 'download':48 'drive':33 'driver':41,73,134 'epson':44,63 'et':45 'file':156,201 'find':94 'fine':120 'get':58 'gnome':110 'go':124 'got':17 'help':193 'hitch':171 'host':11 'howev':130 'im':162 'instal':36 'job':129 'jobprivateaccess':240,291,341 'jobprivatevalu':242,293,343 'know':132 'least':98 'listen':212 'loglevel':202 'loos':163 'lp':150 'lpadmin':179 'made':158 'main':89 'marbl':165 'maxlogs':205 'necessari':40 'negoti':350,355,380 'network':29 'ok':1 'order':225,248,255,270,278,285,288,301,310,318,326,335,338,351,360,368,376,385,388 'owner':253,283,308,333,358,383 'pagelogformat':204 'permiss':24,191 'pi':15,79,141 'plung':8 'port':210 'print':126,168 'printer':108,111 'problem':90 'raspberri':14 'recent':5 'remot':208,223 'requir':232,237,251,267,275,281,306,315,323,331,356,365,373,381 'root':180 'run':21,149 'self':10 'server':142 'set':112 'share':20 'show':118 'smb':19 'someth':186 'spent':53 'ssh':145 'subscriptionprivateaccess':244,295,345 'subscriptionprivatevalu':246,297,347 'sudo':176 'system':234,239,254,269,277,284,309,317,325,334,359,367,375,384 'testdoc.txt':151 'text':155 'took':6 'tri':56 'understand':102 'useless':68 'user':233,238,252,268,276,282,307,316,324,332,357,366,374,382 'usermod':177 'v6':76 'v7':83 'via':50,109 'warn':203 'webinterfac':220 'websit':64 'without':169 'work':61,137 'would':194 'x86':72 'yes':221"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705719337
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13094078"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705692337 {#1913
    date: 2024-01-19 20:25:37.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\Entry {#1408
  +user: Proxies\__CG__\App\Entity\User {#1876 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1905 …}
  +image: Proxies\__CG__\App\Entity\Image {#1395 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "Raspberry-pi-400-Print-server-permission-problems"
  +title: "Raspberry pi 400 Print server, permission problems?"
  +url: "https://sh.itjust.works/pictrs/image/5987a9e3-790f-4858-9051-4f75cf008bfc.jpeg"
  +body: """
    ok, so i have recently took the plunge into self hosting with my raspberry pi. i got an SMB share Running with anonimus permissions (so anybody on the network can access the drive) and i install CUPS and the necessary driver for my Epson ET-2800 (btw download it via apt, i spent 4 days trying to get it to work from Epson website, which BTW was useless because it had x86 driver and arm v6 and my pi 400 is arm v7.) anyway i digress, so the main problem and i cant find any documentation (at least some i can understand) is that i add my printer via gnome “printer settings” and it add it and shows up fine. but when i go to print it cancels job? however i know the driver and cups works alteast of the pi server, if i ssh into it. and run “lp testdoc.txt” (which is a text file i made to check if im loosing my marbles) and it prints without a hitch. i have also done “sudo usermod -aG lpadmin root” so i believe it has something to do with cups permissions. any help would be very appreciated.\n
    \n
    my cups config file\n
    \n
    LogLevel warn PageLogFormat MaxLogSize 0\n
    \n
    Allow remote access\n
    ===================\n
    \n
    Port 631 Listen /run/cups/cups.sock Browsing On BrowseLocalProtocols dnssd DefaultAuthType Basic WebInterface Yes\n
    \n
    Allow remote access…\n
    ====================\n
    \n
    Order allow,deny Allow all\n
    \n
    AuthType Default Require user @SYSTEM\n
    \n
    AuthType Default Require user @SYSTEM\n
    \n
    JobPrivateAccess default JobPrivateValues default SubscriptionPrivateAccess default SubscriptionPrivateValues default\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Require user @OWNER @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span>\n
    ```\n
    \n
    Browsing On BrowseOrder allow,deny BrowseAllow all\n
    \n
    ```\n
    \n
    <span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Require user @OWNER @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span>\n
    ```\n
    \n
    JobPrivateAccess default JobPrivateValues default SubscriptionPrivateAccess default SubscriptionPrivateValues default\n
    \n
    ```\n
    \n
    <span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @OWNER @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @OWNER @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span>\n
    ```\n
    \n
    JobPrivateAccess default JobPrivateValues default SubscriptionPrivateAccess default SubscriptionPrivateValues default\n
    \n
    ```\n
    \n
    <span style="color:#323232;">AuthType Negotiate\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Negotiate\n
    </span><span style="color:#323232;">Require user @OWNER @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Negotiate\n
    </span><span style="color:#323232;">Require user @OWNER @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span>\n
    ```
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705692337 {#1867
    date: 2024-01-19 20:25:37.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@SYSTEM"
    "@OWNER"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1897 …}
  +votes: Doctrine\ORM\PersistentCollection {#1954 …}
  +reports: Doctrine\ORM\PersistentCollection {#1950 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1944 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1977 …}
  +badges: Doctrine\ORM\PersistentCollection {#1967 …}
  +children: []
  -id: 31793
  -titleTs: "'400':3 'permiss':6 'pi':2 'print':4 'problem':7 'raspberri':1 'server':5"
  -bodyTs: "'-2800':46 '/run/cups/cups.sock':213 '0':206 '4':54 '400':80 '631':211 'access':31,209,224 'add':106,115 'ag':178 'allow':207,222,226,228,250,257,261,272,280,287,290,303,312,320,328,337,340,353,362,370,378,387,390 'also':174 'alteast':138 'anonimus':23 'anybodi':26 'anyway':84 'appreci':197 'apt':51 'arm':75,82 'authtyp':230,235,265,273,299,304,313,321,329,349,354,363,371,379 'basic':219 'believ':183 'brows':214,258 'browseallow':263 'browselocalprotocol':216 'browseord':260 'btw':47,66 'cancel':128 'cant':93 'check':160 'config':200 'cup':37,136,190,199 'day':55 'default':231,236,241,243,245,247,266,274,292,294,296,298,300,305,314,322,330,342,344,346,348,364,372 'defaultauthtyp':218 'deni':227,249,256,262,271,279,286,289,302,311,319,327,336,339,352,361,369,377,386,389 'digress':86 'dnssd':217 'document':96 'done':175 'download':48 'drive':33 'driver':41,73,134 'epson':44,63 'et':45 'file':156,201 'find':94 'fine':120 'get':58 'gnome':110 'go':124 'got':17 'help':193 'hitch':171 'host':11 'howev':130 'im':162 'instal':36 'job':129 'jobprivateaccess':240,291,341 'jobprivatevalu':242,293,343 'know':132 'least':98 'listen':212 'loglevel':202 'loos':163 'lp':150 'lpadmin':179 'made':158 'main':89 'marbl':165 'maxlogs':205 'necessari':40 'negoti':350,355,380 'network':29 'ok':1 'order':225,248,255,270,278,285,288,301,310,318,326,335,338,351,360,368,376,385,388 'owner':253,283,308,333,358,383 'pagelogformat':204 'permiss':24,191 'pi':15,79,141 'plung':8 'port':210 'print':126,168 'printer':108,111 'problem':90 'raspberri':14 'recent':5 'remot':208,223 'requir':232,237,251,267,275,281,306,315,323,331,356,365,373,381 'root':180 'run':21,149 'self':10 'server':142 'set':112 'share':20 'show':118 'smb':19 'someth':186 'spent':53 'ssh':145 'subscriptionprivateaccess':244,295,345 'subscriptionprivatevalu':246,297,347 'sudo':176 'system':234,239,254,269,277,284,309,317,325,334,359,367,375,384 'testdoc.txt':151 'text':155 'took':6 'tri':56 'understand':102 'useless':68 'user':233,238,252,268,276,282,307,316,324,332,357,366,374,382 'usermod':177 'v6':76 'v7':83 'via':50,109 'warn':203 'webinterfac':220 'websit':64 'without':169 'work':61,137 'would':194 'x86':72 'yes':221"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705719337
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13094078"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705692337 {#1913
    date: 2024-01-19 20:25:37.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\Entry {#1408
  +user: Proxies\__CG__\App\Entity\User {#1876 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1905 …}
  +image: Proxies\__CG__\App\Entity\Image {#1395 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "Raspberry-pi-400-Print-server-permission-problems"
  +title: "Raspberry pi 400 Print server, permission problems?"
  +url: "https://sh.itjust.works/pictrs/image/5987a9e3-790f-4858-9051-4f75cf008bfc.jpeg"
  +body: """
    ok, so i have recently took the plunge into self hosting with my raspberry pi. i got an SMB share Running with anonimus permissions (so anybody on the network can access the drive) and i install CUPS and the necessary driver for my Epson ET-2800 (btw download it via apt, i spent 4 days trying to get it to work from Epson website, which BTW was useless because it had x86 driver and arm v6 and my pi 400 is arm v7.) anyway i digress, so the main problem and i cant find any documentation (at least some i can understand) is that i add my printer via gnome “printer settings” and it add it and shows up fine. but when i go to print it cancels job? however i know the driver and cups works alteast of the pi server, if i ssh into it. and run “lp testdoc.txt” (which is a text file i made to check if im loosing my marbles) and it prints without a hitch. i have also done “sudo usermod -aG lpadmin root” so i believe it has something to do with cups permissions. any help would be very appreciated.\n
    \n
    my cups config file\n
    \n
    LogLevel warn PageLogFormat MaxLogSize 0\n
    \n
    Allow remote access\n
    ===================\n
    \n
    Port 631 Listen /run/cups/cups.sock Browsing On BrowseLocalProtocols dnssd DefaultAuthType Basic WebInterface Yes\n
    \n
    Allow remote access…\n
    ====================\n
    \n
    Order allow,deny Allow all\n
    \n
    AuthType Default Require user @SYSTEM\n
    \n
    AuthType Default Require user @SYSTEM\n
    \n
    JobPrivateAccess default JobPrivateValues default SubscriptionPrivateAccess default SubscriptionPrivateValues default\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Require user @OWNER @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span>\n
    ```\n
    \n
    Browsing On BrowseOrder allow,deny BrowseAllow all\n
    \n
    ```\n
    \n
    <span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Require user @OWNER @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span>\n
    ```\n
    \n
    JobPrivateAccess default JobPrivateValues default SubscriptionPrivateAccess default SubscriptionPrivateValues default\n
    \n
    ```\n
    \n
    <span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @OWNER @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @OWNER @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span>\n
    ```\n
    \n
    JobPrivateAccess default JobPrivateValues default SubscriptionPrivateAccess default SubscriptionPrivateValues default\n
    \n
    ```\n
    \n
    <span style="color:#323232;">AuthType Negotiate\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Negotiate\n
    </span><span style="color:#323232;">Require user @OWNER @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Default\n
    </span><span style="color:#323232;">Require user @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">AuthType Negotiate\n
    </span><span style="color:#323232;">Require user @OWNER @SYSTEM\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Order deny,allow\n
    </span>\n
    ```
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705692337 {#1867
    date: 2024-01-19 20:25:37.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@SYSTEM"
    "@OWNER"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1897 …}
  +votes: Doctrine\ORM\PersistentCollection {#1954 …}
  +reports: Doctrine\ORM\PersistentCollection {#1950 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1944 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1977 …}
  +badges: Doctrine\ORM\PersistentCollection {#1967 …}
  +children: []
  -id: 31793
  -titleTs: "'400':3 'permiss':6 'pi':2 'print':4 'problem':7 'raspberri':1 'server':5"
  -bodyTs: "'-2800':46 '/run/cups/cups.sock':213 '0':206 '4':54 '400':80 '631':211 'access':31,209,224 'add':106,115 'ag':178 'allow':207,222,226,228,250,257,261,272,280,287,290,303,312,320,328,337,340,353,362,370,378,387,390 'also':174 'alteast':138 'anonimus':23 'anybodi':26 'anyway':84 'appreci':197 'apt':51 'arm':75,82 'authtyp':230,235,265,273,299,304,313,321,329,349,354,363,371,379 'basic':219 'believ':183 'brows':214,258 'browseallow':263 'browselocalprotocol':216 'browseord':260 'btw':47,66 'cancel':128 'cant':93 'check':160 'config':200 'cup':37,136,190,199 'day':55 'default':231,236,241,243,245,247,266,274,292,294,296,298,300,305,314,322,330,342,344,346,348,364,372 'defaultauthtyp':218 'deni':227,249,256,262,271,279,286,289,302,311,319,327,336,339,352,361,369,377,386,389 'digress':86 'dnssd':217 'document':96 'done':175 'download':48 'drive':33 'driver':41,73,134 'epson':44,63 'et':45 'file':156,201 'find':94 'fine':120 'get':58 'gnome':110 'go':124 'got':17 'help':193 'hitch':171 'host':11 'howev':130 'im':162 'instal':36 'job':129 'jobprivateaccess':240,291,341 'jobprivatevalu':242,293,343 'know':132 'least':98 'listen':212 'loglevel':202 'loos':163 'lp':150 'lpadmin':179 'made':158 'main':89 'marbl':165 'maxlogs':205 'necessari':40 'negoti':350,355,380 'network':29 'ok':1 'order':225,248,255,270,278,285,288,301,310,318,326,335,338,351,360,368,376,385,388 'owner':253,283,308,333,358,383 'pagelogformat':204 'permiss':24,191 'pi':15,79,141 'plung':8 'port':210 'print':126,168 'printer':108,111 'problem':90 'raspberri':14 'recent':5 'remot':208,223 'requir':232,237,251,267,275,281,306,315,323,331,356,365,373,381 'root':180 'run':21,149 'self':10 'server':142 'set':112 'share':20 'show':118 'smb':19 'someth':186 'spent':53 'ssh':145 'subscriptionprivateaccess':244,295,345 'subscriptionprivatevalu':246,297,347 'sudo':176 'system':234,239,254,269,277,284,309,317,325,334,359,367,375,384 'testdoc.txt':151 'text':155 'took':6 'tri':56 'understand':102 'useless':68 'user':233,238,252,268,276,282,307,316,324,332,357,366,374,382 'usermod':177 'v6':76 'v7':83 'via':50,109 'warn':203 'webinterfac':220 'websit':64 'without':169 'work':61,137 'would':194 'x86':72 'yes':221"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705719337
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13094078"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705692337 {#1913
    date: 2024-01-19 20:25:37.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\Entry {#1943
  +user: Proxies\__CG__\App\Entity\User {#1970 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1905 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "What-software-does-the-Internet-Archive-run"
  +title: "What software does the Internet Archive run?"
  +url: null
  +body: "Is there an open source package that the Internet Archive runs? What is it? I assume sites like archive.is run the same. I’d like to know if I can also run it for self-hosted archiving."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 52
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726976998 {#1953
    date: 2024-09-22 05:49:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1978 …}
  +votes: Doctrine\ORM\PersistentCollection {#1966 …}
  +reports: Doctrine\ORM\PersistentCollection {#1934 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1932 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1933 …}
  +badges: Doctrine\ORM\PersistentCollection {#1390 …}
  +children: []
  -id: 31642
  -titleTs: "'archiv':6 'internet':5 'run':7 'softwar':2"
  -bodyTs: "'also':31 'archiv':10,38 'archive.is':19 'assum':16 'd':24 'host':37 'internet':9 'know':27 'like':18,25 'open':4 'packag':6 'run':11,20,32 'self':36 'self-host':35 'site':17 'sourc':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705719250
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13578451"
  +editedAt: DateTimeImmutable @1726559015 {#1937
    date: 2024-09-17 09:43:35.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705632850 {#1962
    date: 2024-01-19 03:54:10.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\Entry {#1943
  +user: Proxies\__CG__\App\Entity\User {#1970 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1905 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "What-software-does-the-Internet-Archive-run"
  +title: "What software does the Internet Archive run?"
  +url: null
  +body: "Is there an open source package that the Internet Archive runs? What is it? I assume sites like archive.is run the same. I’d like to know if I can also run it for self-hosted archiving."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 52
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726976998 {#1953
    date: 2024-09-22 05:49:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1978 …}
  +votes: Doctrine\ORM\PersistentCollection {#1966 …}
  +reports: Doctrine\ORM\PersistentCollection {#1934 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1932 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1933 …}
  +badges: Doctrine\ORM\PersistentCollection {#1390 …}
  +children: []
  -id: 31642
  -titleTs: "'archiv':6 'internet':5 'run':7 'softwar':2"
  -bodyTs: "'also':31 'archiv':10,38 'archive.is':19 'assum':16 'd':24 'host':37 'internet':9 'know':27 'like':18,25 'open':4 'packag':6 'run':11,20,32 'self':36 'self-host':35 'site':17 'sourc':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705719250
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13578451"
  +editedAt: DateTimeImmutable @1726559015 {#1937
    date: 2024-09-17 09:43:35.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705632850 {#1962
    date: 2024-01-19 03:54:10.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\Entry {#1943
  +user: Proxies\__CG__\App\Entity\User {#1970 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1905 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "What-software-does-the-Internet-Archive-run"
  +title: "What software does the Internet Archive run?"
  +url: null
  +body: "Is there an open source package that the Internet Archive runs? What is it? I assume sites like archive.is run the same. I’d like to know if I can also run it for self-hosted archiving."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 52
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726976998 {#1953
    date: 2024-09-22 05:49:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1978 …}
  +votes: Doctrine\ORM\PersistentCollection {#1966 …}
  +reports: Doctrine\ORM\PersistentCollection {#1934 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1932 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1933 …}
  +badges: Doctrine\ORM\PersistentCollection {#1390 …}
  +children: []
  -id: 31642
  -titleTs: "'archiv':6 'internet':5 'run':7 'softwar':2"
  -bodyTs: "'also':31 'archiv':10,38 'archive.is':19 'assum':16 'd':24 'host':37 'internet':9 'know':27 'like':18,25 'open':4 'packag':6 'run':11,20,32 'self':36 'self-host':35 'site':17 'sourc':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705719250
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13578451"
  +editedAt: DateTimeImmutable @1726559015 {#1937
    date: 2024-09-17 09:43:35.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705632850 {#1962
    date: 2024-01-19 03:54:10.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\Entry {#1387
  +user: Proxies\__CG__\App\Entity\User {#1892 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: Proxies\__CG__\App\Entity\Image {#1890 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "If-it-fits"
  +title: "If it fits..."
  +url: "https://lemmy.world/pictrs/image/80c5a001-c21e-4779-bb48-8946d92cd8a5.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 6
  +favouriteCount: 445
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726932480 {#1397
    date: 2024-09-21 17:28:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1935 …}
  +votes: Doctrine\ORM\PersistentCollection {#1392 …}
  +reports: Doctrine\ORM\PersistentCollection {#1393 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1936 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1938 …}
  +badges: Doctrine\ORM\PersistentCollection {#1945 …}
  +children: []
  -id: 31641
  -titleTs: "'fit':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705718867
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10891049"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705632467 {#1388
    date: 2024-01-19 03:47:47.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\Entry {#1387
  +user: Proxies\__CG__\App\Entity\User {#1892 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: Proxies\__CG__\App\Entity\Image {#1890 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "If-it-fits"
  +title: "If it fits..."
  +url: "https://lemmy.world/pictrs/image/80c5a001-c21e-4779-bb48-8946d92cd8a5.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 6
  +favouriteCount: 445
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726932480 {#1397
    date: 2024-09-21 17:28:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1935 …}
  +votes: Doctrine\ORM\PersistentCollection {#1392 …}
  +reports: Doctrine\ORM\PersistentCollection {#1393 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1936 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1938 …}
  +badges: Doctrine\ORM\PersistentCollection {#1945 …}
  +children: []
  -id: 31641
  -titleTs: "'fit':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705718867
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10891049"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705632467 {#1388
    date: 2024-01-19 03:47:47.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\Entry {#1387
  +user: Proxies\__CG__\App\Entity\User {#1892 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: Proxies\__CG__\App\Entity\Image {#1890 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "If-it-fits"
  +title: "If it fits..."
  +url: "https://lemmy.world/pictrs/image/80c5a001-c21e-4779-bb48-8946d92cd8a5.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 6
  +favouriteCount: 445
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726932480 {#1397
    date: 2024-09-21 17:28:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1935 …}
  +votes: Doctrine\ORM\PersistentCollection {#1392 …}
  +reports: Doctrine\ORM\PersistentCollection {#1393 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1936 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1938 …}
  +badges: Doctrine\ORM\PersistentCollection {#1945 …}
  +children: []
  -id: 31641
  -titleTs: "'fit':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705718867
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10891049"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705632467 {#1388
    date: 2024-01-19 03:47:47.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
App\Entity\Entry {#1971
  +user: Proxies\__CG__\App\Entity\User {#1927 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1368 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "If-you-could-travel-to-a-place-and-time-while"
  +title: "If you could travel to a place and time while you're a certain age - where would you go?"
  +url: null
  +body: """
    For me I would be a young adult during the late 80s early 90s in New York. Something about the city and music.\n
    \n
    Travelling is awesome, to travel to a place and time and live out some years would be even better.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726909926 {#1941
    date: 2024-09-21 11:12:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1399 …}
  +votes: Doctrine\ORM\PersistentCollection {#1394 …}
  +reports: Doctrine\ORM\PersistentCollection {#1374 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1369 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1370 …}
  +badges: Doctrine\ORM\PersistentCollection {#1375 …}
  +children: []
  -id: 31637
  -titleTs: "'age':15 'certain':14 'could':3 'go':19 'place':7 're':12 'time':9 'travel':4 'would':17"
  -bodyTs: "'80s':12 '90s':14 'adult':8 'awesom':26 'better':42 'citi':21 'earli':13 'even':41 'late':11 'live':35 'music':23 'new':16 'place':31 'someth':18 'time':33 'travel':24,28 'would':4,39 'year':38 'york':17 'young':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705718625
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10891018"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705632225 {#1942
    date: 2024-01-19 03:43:45.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\Entry {#1971
  +user: Proxies\__CG__\App\Entity\User {#1927 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1368 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "If-you-could-travel-to-a-place-and-time-while"
  +title: "If you could travel to a place and time while you're a certain age - where would you go?"
  +url: null
  +body: """
    For me I would be a young adult during the late 80s early 90s in New York. Something about the city and music.\n
    \n
    Travelling is awesome, to travel to a place and time and live out some years would be even better.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726909926 {#1941
    date: 2024-09-21 11:12:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1399 …}
  +votes: Doctrine\ORM\PersistentCollection {#1394 …}
  +reports: Doctrine\ORM\PersistentCollection {#1374 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1369 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1370 …}
  +badges: Doctrine\ORM\PersistentCollection {#1375 …}
  +children: []
  -id: 31637
  -titleTs: "'age':15 'certain':14 'could':3 'go':19 'place':7 're':12 'time':9 'travel':4 'would':17"
  -bodyTs: "'80s':12 '90s':14 'adult':8 'awesom':26 'better':42 'citi':21 'earli':13 'even':41 'late':11 'live':35 'music':23 'new':16 'place':31 'someth':18 'time':33 'travel':24,28 'would':4,39 'year':38 'york':17 'young':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705718625
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10891018"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705632225 {#1942
    date: 2024-01-19 03:43:45.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\Entry {#1971
  +user: Proxies\__CG__\App\Entity\User {#1927 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1368 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "If-you-could-travel-to-a-place-and-time-while"
  +title: "If you could travel to a place and time while you're a certain age - where would you go?"
  +url: null
  +body: """
    For me I would be a young adult during the late 80s early 90s in New York. Something about the city and music.\n
    \n
    Travelling is awesome, to travel to a place and time and live out some years would be even better.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726909926 {#1941
    date: 2024-09-21 11:12:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1399 …}
  +votes: Doctrine\ORM\PersistentCollection {#1394 …}
  +reports: Doctrine\ORM\PersistentCollection {#1374 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1369 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1370 …}
  +badges: Doctrine\ORM\PersistentCollection {#1375 …}
  +children: []
  -id: 31637
  -titleTs: "'age':15 'certain':14 'could':3 'go':19 'place':7 're':12 'time':9 'travel':4 'would':17"
  -bodyTs: "'80s':12 '90s':14 'adult':8 'awesom':26 'better':42 'citi':21 'earli':13 'even':41 'late':11 'live':35 'music':23 'new':16 'place':31 'someth':18 'time':33 'travel':24,28 'would':4,39 'year':38 'york':17 'young':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705718625
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10891018"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705632225 {#1942
    date: 2024-01-19 03:43:45.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\Entry {#1902
  +user: Proxies\__CG__\App\Entity\User {#1898 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1368 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Have-you-ever-learned-anything-on-the-spot"
  +title: "Have you ever learned anything on the spot?"
  +url: null
  +body: "Yesterday I accidentally learned that you can reposition the closed captions on YouTube videos. I waa at the Smartboard talking about how the cursor and my finger were a couple of inches apart, and I accidentally dragged the captions of a YouTube video that we were watching."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 59
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727802278 {#1400
    date: 2024-10-01 19:04:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1891 …}
  +votes: Doctrine\ORM\PersistentCollection {#1956 …}
  +reports: Doctrine\ORM\PersistentCollection {#1848 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2429 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2424 …}
  +badges: Doctrine\ORM\PersistentCollection {#2428 …}
  +children: []
  -id: 31635
  -titleTs: "'anyth':5 'ever':3 'learn':4 'spot':8"
  -bodyTs: "'accident':3,36 'apart':33 'caption':11,39 'close':10 'coupl':30 'cursor':24 'drag':37 'finger':27 'inch':32 'learn':4 'reposit':8 'smartboard':19 'talk':20 'video':14,43 'waa':16 'watch':47 'yesterday':1 'youtub':13,42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705718424
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10890978"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705632024 {#1367
    date: 2024-01-19 03:40:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\Entry {#1902
  +user: Proxies\__CG__\App\Entity\User {#1898 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1368 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Have-you-ever-learned-anything-on-the-spot"
  +title: "Have you ever learned anything on the spot?"
  +url: null
  +body: "Yesterday I accidentally learned that you can reposition the closed captions on YouTube videos. I waa at the Smartboard talking about how the cursor and my finger were a couple of inches apart, and I accidentally dragged the captions of a YouTube video that we were watching."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 59
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727802278 {#1400
    date: 2024-10-01 19:04:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1891 …}
  +votes: Doctrine\ORM\PersistentCollection {#1956 …}
  +reports: Doctrine\ORM\PersistentCollection {#1848 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2429 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2424 …}
  +badges: Doctrine\ORM\PersistentCollection {#2428 …}
  +children: []
  -id: 31635
  -titleTs: "'anyth':5 'ever':3 'learn':4 'spot':8"
  -bodyTs: "'accident':3,36 'apart':33 'caption':11,39 'close':10 'coupl':30 'cursor':24 'drag':37 'finger':27 'inch':32 'learn':4 'reposit':8 'smartboard':19 'talk':20 'video':14,43 'waa':16 'watch':47 'yesterday':1 'youtub':13,42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705718424
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10890978"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705632024 {#1367
    date: 2024-01-19 03:40:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\Entry {#1902
  +user: Proxies\__CG__\App\Entity\User {#1898 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1368 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Have-you-ever-learned-anything-on-the-spot"
  +title: "Have you ever learned anything on the spot?"
  +url: null
  +body: "Yesterday I accidentally learned that you can reposition the closed captions on YouTube videos. I waa at the Smartboard talking about how the cursor and my finger were a couple of inches apart, and I accidentally dragged the captions of a YouTube video that we were watching."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 59
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727802278 {#1400
    date: 2024-10-01 19:04:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1891 …}
  +votes: Doctrine\ORM\PersistentCollection {#1956 …}
  +reports: Doctrine\ORM\PersistentCollection {#1848 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2429 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2424 …}
  +badges: Doctrine\ORM\PersistentCollection {#2428 …}
  +children: []
  -id: 31635
  -titleTs: "'anyth':5 'ever':3 'learn':4 'spot':8"
  -bodyTs: "'accident':3,36 'apart':33 'caption':11,39 'close':10 'coupl':30 'cursor':24 'drag':37 'finger':27 'inch':32 'learn':4 'reposit':8 'smartboard':19 'talk':20 'video':14,43 'waa':16 'watch':47 'yesterday':1 'youtub':13,42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705718424
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10890978"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705632024 {#1367
    date: 2024-01-19 03:40:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\Entry {#2443
  +user: Proxies\__CG__\App\Entity\User {#2442 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2426 …}
  +image: Proxies\__CG__\App\Entity\Image {#2440 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2439 …}
  +slug: "Will-the-new-judicial-ruling-in-the-Vizio-lawsuit-strengthen"
  +title: "Will the new judicial ruling in the Vizio lawsuit strengthen the GPL?"
  +url: "https://blog.tidelift.com/will-the-new-judicial-ruling-in-the-vizio-lawsuit-strengthen-the-gpl"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 111
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727019780 {#2433
    date: 2024-09-22 17:43:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2436 …}
  +votes: Doctrine\ORM\PersistentCollection {#2166 …}
  +reports: Doctrine\ORM\PersistentCollection {#2288 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2466 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2356 …}
  +badges: Doctrine\ORM\PersistentCollection {#2353 …}
  +children: []
  -id: 31634
  -titleTs: "'gpl':12 'judici':4 'lawsuit':9 'new':3 'rule':5 'strengthen':10 'vizio':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705718225
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10890860"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705631825 {#2432
    date: 2024-01-19 03:37:05.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\Entry {#2443
  +user: Proxies\__CG__\App\Entity\User {#2442 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2426 …}
  +image: Proxies\__CG__\App\Entity\Image {#2440 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2439 …}
  +slug: "Will-the-new-judicial-ruling-in-the-Vizio-lawsuit-strengthen"
  +title: "Will the new judicial ruling in the Vizio lawsuit strengthen the GPL?"
  +url: "https://blog.tidelift.com/will-the-new-judicial-ruling-in-the-vizio-lawsuit-strengthen-the-gpl"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 111
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727019780 {#2433
    date: 2024-09-22 17:43:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2436 …}
  +votes: Doctrine\ORM\PersistentCollection {#2166 …}
  +reports: Doctrine\ORM\PersistentCollection {#2288 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2466 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2356 …}
  +badges: Doctrine\ORM\PersistentCollection {#2353 …}
  +children: []
  -id: 31634
  -titleTs: "'gpl':12 'judici':4 'lawsuit':9 'new':3 'rule':5 'strengthen':10 'vizio':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705718225
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10890860"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705631825 {#2432
    date: 2024-01-19 03:37:05.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\Entry {#2443
  +user: Proxies\__CG__\App\Entity\User {#2442 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2426 …}
  +image: Proxies\__CG__\App\Entity\Image {#2440 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2439 …}
  +slug: "Will-the-new-judicial-ruling-in-the-Vizio-lawsuit-strengthen"
  +title: "Will the new judicial ruling in the Vizio lawsuit strengthen the GPL?"
  +url: "https://blog.tidelift.com/will-the-new-judicial-ruling-in-the-vizio-lawsuit-strengthen-the-gpl"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 111
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727019780 {#2433
    date: 2024-09-22 17:43:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2436 …}
  +votes: Doctrine\ORM\PersistentCollection {#2166 …}
  +reports: Doctrine\ORM\PersistentCollection {#2288 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2466 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2356 …}
  +badges: Doctrine\ORM\PersistentCollection {#2353 …}
  +children: []
  -id: 31634
  -titleTs: "'gpl':12 'judici':4 'lawsuit':9 'new':3 'rule':5 'strengthen':10 'vizio':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705718225
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10890860"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705631825 {#2432
    date: 2024-01-19 03:37:05.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\Entry {#2449
  +user: Proxies\__CG__\App\Entity\User {#2477 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Nifty-terminal-command-xdg-open"
  +title: "Nifty terminal command: xdg-open"
  +url: null
  +body: """
    *Just sharing something neat I learned today about Linux…*\n
    \n
    In Windows, I used to do this a lot:  \n
    – Be at a command prompt, in some directory, e.g.: C:\my files\more files  \n
    – When I need to see that same folder in the Windows GUI, I’d type: start . (note the period, meaning “this directory”)  \n
    – The Windows file manager would open in a new window, focused on that same folder as the path.\n
    \n
    I realized today I didn’t know how to do that in Linux (I’m on Ubuntu) so I searched around and found the `xdg-open` command.\n
    \n
    The man page for `xdg-open` says:\n
    \n
    > xdg-open opens a file or URL in the user’s preferred application. If a URL is provided the URL will be opened in the user’s preferred web browser.\n
    \n
    At any terminal prompt, I type something like:\n
    \n
    `xdg-open .`\n
    \n
    or `xdg-open ~/Documents`\n
    \n
    And boom! A new KDE Dolphin files window appears, focused on that path.\n
    \n
    or this works too, but with a browser:\n
    \n
    `xdg-open http://eff.org`\n
    \n
    Rock and/or roll!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 156
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727183633 {#2472
    date: 2024-09-24 15:13:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2483 …}
  +votes: Doctrine\ORM\PersistentCollection {#2358 …}
  +reports: Doctrine\ORM\PersistentCollection {#2485 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2409 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1359 …}
  +badges: Doctrine\ORM\PersistentCollection {#2490 …}
  +children: []
  -id: 31633
  -titleTs: "'command':3 'nifti':1 'open':6 'termin':2 'xdg':5 'xdg-open':4"
  -bodyTs: "'/documents':155 'and/or':182 'appear':164 'applic':122 'around':93 'boom':157 'browser':139,176 'c':28 'command':22,100 'd':46 'didn':77 'directori':26,54 'dolphin':161 'e.g':27 'eff.org':180 'file':30,32,57,114,162 'focus':65,165 'folder':40,69 'found':95 'gui':44 'kde':160 'know':79 'learn':6 'like':147 'linux':9,85 'lot':18 'm':87 'man':102 'manag':58 'mean':52 'neat':4 'need':35 'new':63,159 'note':49 'open':60,99,107,111,112,132,150,154,179 'page':103 'path':72,168 'period':51 'prefer':121,137 'prompt':23,143 'provid':127 'realiz':74 'rock':181 'roll':183 'say':108 'search':92 'see':37 'share':2 'someth':3,146 'start':48 'termin':142 'today':7,75 'type':47,145 'ubuntu':89 'url':116,125,129 'use':13 'user':119,135 'web':138 'window':11,43,56,64,163 'work':171 'would':59 'xdg':98,106,110,149,153,178 'xdg-open':97,105,109,148,152,177"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705717972
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21276159"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705631572 {#2450
    date: 2024-01-19 03:32:52.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
App\Entity\Entry {#2449
  +user: Proxies\__CG__\App\Entity\User {#2477 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Nifty-terminal-command-xdg-open"
  +title: "Nifty terminal command: xdg-open"
  +url: null
  +body: """
    *Just sharing something neat I learned today about Linux…*\n
    \n
    In Windows, I used to do this a lot:  \n
    – Be at a command prompt, in some directory, e.g.: C:\my files\more files  \n
    – When I need to see that same folder in the Windows GUI, I’d type: start . (note the period, meaning “this directory”)  \n
    – The Windows file manager would open in a new window, focused on that same folder as the path.\n
    \n
    I realized today I didn’t know how to do that in Linux (I’m on Ubuntu) so I searched around and found the `xdg-open` command.\n
    \n
    The man page for `xdg-open` says:\n
    \n
    > xdg-open opens a file or URL in the user’s preferred application. If a URL is provided the URL will be opened in the user’s preferred web browser.\n
    \n
    At any terminal prompt, I type something like:\n
    \n
    `xdg-open .`\n
    \n
    or `xdg-open ~/Documents`\n
    \n
    And boom! A new KDE Dolphin files window appears, focused on that path.\n
    \n
    or this works too, but with a browser:\n
    \n
    `xdg-open http://eff.org`\n
    \n
    Rock and/or roll!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 156
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727183633 {#2472
    date: 2024-09-24 15:13:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2483 …}
  +votes: Doctrine\ORM\PersistentCollection {#2358 …}
  +reports: Doctrine\ORM\PersistentCollection {#2485 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2409 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1359 …}
  +badges: Doctrine\ORM\PersistentCollection {#2490 …}
  +children: []
  -id: 31633
  -titleTs: "'command':3 'nifti':1 'open':6 'termin':2 'xdg':5 'xdg-open':4"
  -bodyTs: "'/documents':155 'and/or':182 'appear':164 'applic':122 'around':93 'boom':157 'browser':139,176 'c':28 'command':22,100 'd':46 'didn':77 'directori':26,54 'dolphin':161 'e.g':27 'eff.org':180 'file':30,32,57,114,162 'focus':65,165 'folder':40,69 'found':95 'gui':44 'kde':160 'know':79 'learn':6 'like':147 'linux':9,85 'lot':18 'm':87 'man':102 'manag':58 'mean':52 'neat':4 'need':35 'new':63,159 'note':49 'open':60,99,107,111,112,132,150,154,179 'page':103 'path':72,168 'period':51 'prefer':121,137 'prompt':23,143 'provid':127 'realiz':74 'rock':181 'roll':183 'say':108 'search':92 'see':37 'share':2 'someth':3,146 'start':48 'termin':142 'today':7,75 'type':47,145 'ubuntu':89 'url':116,125,129 'use':13 'user':119,135 'web':138 'window':11,43,56,64,163 'work':171 'would':59 'xdg':98,106,110,149,153,178 'xdg-open':97,105,109,148,152,177"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705717972
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21276159"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705631572 {#2450
    date: 2024-01-19 03:32:52.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
App\Entity\Entry {#2449
  +user: Proxies\__CG__\App\Entity\User {#2477 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Nifty-terminal-command-xdg-open"
  +title: "Nifty terminal command: xdg-open"
  +url: null
  +body: """
    *Just sharing something neat I learned today about Linux…*\n
    \n
    In Windows, I used to do this a lot:  \n
    – Be at a command prompt, in some directory, e.g.: C:\my files\more files  \n
    – When I need to see that same folder in the Windows GUI, I’d type: start . (note the period, meaning “this directory”)  \n
    – The Windows file manager would open in a new window, focused on that same folder as the path.\n
    \n
    I realized today I didn’t know how to do that in Linux (I’m on Ubuntu) so I searched around and found the `xdg-open` command.\n
    \n
    The man page for `xdg-open` says:\n
    \n
    > xdg-open opens a file or URL in the user’s preferred application. If a URL is provided the URL will be opened in the user’s preferred web browser.\n
    \n
    At any terminal prompt, I type something like:\n
    \n
    `xdg-open .`\n
    \n
    or `xdg-open ~/Documents`\n
    \n
    And boom! A new KDE Dolphin files window appears, focused on that path.\n
    \n
    or this works too, but with a browser:\n
    \n
    `xdg-open http://eff.org`\n
    \n
    Rock and/or roll!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 156
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727183633 {#2472
    date: 2024-09-24 15:13:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2483 …}
  +votes: Doctrine\ORM\PersistentCollection {#2358 …}
  +reports: Doctrine\ORM\PersistentCollection {#2485 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2409 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1359 …}
  +badges: Doctrine\ORM\PersistentCollection {#2490 …}
  +children: []
  -id: 31633
  -titleTs: "'command':3 'nifti':1 'open':6 'termin':2 'xdg':5 'xdg-open':4"
  -bodyTs: "'/documents':155 'and/or':182 'appear':164 'applic':122 'around':93 'boom':157 'browser':139,176 'c':28 'command':22,100 'd':46 'didn':77 'directori':26,54 'dolphin':161 'e.g':27 'eff.org':180 'file':30,32,57,114,162 'focus':65,165 'folder':40,69 'found':95 'gui':44 'kde':160 'know':79 'learn':6 'like':147 'linux':9,85 'lot':18 'm':87 'man':102 'manag':58 'mean':52 'neat':4 'need':35 'new':63,159 'note':49 'open':60,99,107,111,112,132,150,154,179 'page':103 'path':72,168 'period':51 'prefer':121,137 'prompt':23,143 'provid':127 'realiz':74 'rock':181 'roll':183 'say':108 'search':92 'see':37 'share':2 'someth':3,146 'start':48 'termin':142 'today':7,75 'type':47,145 'ubuntu':89 'url':116,125,129 'use':13 'user':119,135 'web':138 'window':11,43,56,64,163 'work':171 'would':59 'xdg':98,106,110,149,153,178 'xdg-open':97,105,109,148,152,177"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705717972
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21276159"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705631572 {#2450
    date: 2024-01-19 03:32:52.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\Entry {#1923
  +user: Proxies\__CG__\App\Entity\User {#2484 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1391 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2481 …}
  +slug: "Twist-ending"
  +title: "Twist ending"
  +url: "https://lemmy.sdf.org/pictrs/image/5f769916-35cc-4c7a-911e-b78eee1f1ed0.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727082533 {#2473
    date: 2024-09-23 11:08:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1512 …}
  +votes: Doctrine\ORM\PersistentCollection {#1524 …}
  +reports: Doctrine\ORM\PersistentCollection {#1500 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1514 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1502 …}
  +badges: Doctrine\ORM\PersistentCollection {#1544 …}
  +children: []
  -id: 31630
  -titleTs: "'end':2 'twist':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705716243
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/10861506"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705629843 {#2474
    date: 2024-01-19 03:04:03.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\Entry {#1923
  +user: Proxies\__CG__\App\Entity\User {#2484 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1391 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2481 …}
  +slug: "Twist-ending"
  +title: "Twist ending"
  +url: "https://lemmy.sdf.org/pictrs/image/5f769916-35cc-4c7a-911e-b78eee1f1ed0.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727082533 {#2473
    date: 2024-09-23 11:08:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1512 …}
  +votes: Doctrine\ORM\PersistentCollection {#1524 …}
  +reports: Doctrine\ORM\PersistentCollection {#1500 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1514 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1502 …}
  +badges: Doctrine\ORM\PersistentCollection {#1544 …}
  +children: []
  -id: 31630
  -titleTs: "'end':2 'twist':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705716243
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/10861506"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705629843 {#2474
    date: 2024-01-19 03:04:03.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\Entry {#1923
  +user: Proxies\__CG__\App\Entity\User {#2484 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1391 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2481 …}
  +slug: "Twist-ending"
  +title: "Twist ending"
  +url: "https://lemmy.sdf.org/pictrs/image/5f769916-35cc-4c7a-911e-b78eee1f1ed0.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727082533 {#2473
    date: 2024-09-23 11:08:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1512 …}
  +votes: Doctrine\ORM\PersistentCollection {#1524 …}
  +reports: Doctrine\ORM\PersistentCollection {#1500 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1514 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1502 …}
  +badges: Doctrine\ORM\PersistentCollection {#1544 …}
  +children: []
  -id: 31630
  -titleTs: "'end':2 'twist':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705716243
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/10861506"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705629843 {#2474
    date: 2024-01-19 03:04:03.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
App\Entity\Entry {#1482
  +user: Proxies\__CG__\App\Entity\User {#1511 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1523 …}
  +image: Proxies\__CG__\App\Entity\Image {#1480 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "i-made-Red-Beans-and-amp-Potato-Salad"
  +title: "[i made] Red Beans &amp; Potato Salad"
  +url: "https://lemmy.world/pictrs/image/15bee26d-e134-4d74-9c43-55edbffc6674.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 9
  +favouriteCount: 143
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727109199 {#1547
    date: 2024-09-23 18:33:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1522 …}
  +votes: Doctrine\ORM\PersistentCollection {#1506 …}
  +reports: Doctrine\ORM\PersistentCollection {#1504 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1505 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1532 …}
  +badges: Doctrine\ORM\PersistentCollection {#1534 …}
  +children: []
  -id: 31629
  -titleTs: "'bean':4 'made':2 'potato':5 'red':3 'salad':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705715984
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10890274"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705629584 {#1481
    date: 2024-01-19 02:59:44.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
App\Entity\Entry {#1482
  +user: Proxies\__CG__\App\Entity\User {#1511 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1523 …}
  +image: Proxies\__CG__\App\Entity\Image {#1480 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "i-made-Red-Beans-and-amp-Potato-Salad"
  +title: "[i made] Red Beans &amp; Potato Salad"
  +url: "https://lemmy.world/pictrs/image/15bee26d-e134-4d74-9c43-55edbffc6674.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 9
  +favouriteCount: 143
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727109199 {#1547
    date: 2024-09-23 18:33:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1522 …}
  +votes: Doctrine\ORM\PersistentCollection {#1506 …}
  +reports: Doctrine\ORM\PersistentCollection {#1504 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1505 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1532 …}
  +badges: Doctrine\ORM\PersistentCollection {#1534 …}
  +children: []
  -id: 31629
  -titleTs: "'bean':4 'made':2 'potato':5 'red':3 'salad':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705715984
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10890274"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705629584 {#1481
    date: 2024-01-19 02:59:44.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
App\Entity\Entry {#1482
  +user: Proxies\__CG__\App\Entity\User {#1511 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1523 …}
  +image: Proxies\__CG__\App\Entity\Image {#1480 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "i-made-Red-Beans-and-amp-Potato-Salad"
  +title: "[i made] Red Beans &amp; Potato Salad"
  +url: "https://lemmy.world/pictrs/image/15bee26d-e134-4d74-9c43-55edbffc6674.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 9
  +favouriteCount: 143
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727109199 {#1547
    date: 2024-09-23 18:33:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1522 …}
  +votes: Doctrine\ORM\PersistentCollection {#1506 …}
  +reports: Doctrine\ORM\PersistentCollection {#1504 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1505 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1532 …}
  +badges: Doctrine\ORM\PersistentCollection {#1534 …}
  +children: []
  -id: 31629
  -titleTs: "'bean':4 'made':2 'potato':5 'red':3 'salad':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705715984
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10890274"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705629584 {#1481
    date: 2024-01-19 02:59:44.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
App\Entity\Entry {#1533
  +user: Proxies\__CG__\App\Entity\User {#1539 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1541 …}
  +slug: "Weekly-Updates-from-Fedora-s-Marketer-Week-1"
  +title: "Weekly Updates from Fedora's Marketer ‒ Week 1"
  +url: "https://ko-fi.com/post/Weekly-Updates-from-Fedoras-Marketer-Week-1-Y8Y6TH7PT"
  +body: """
    Hey guys, I’ve finally started exploring talking about the work I’m doing with the Fedora Project as part of the marketing team and now as part of the design and magazine teams too! I really enjoy the “This Week in” style of weekly reports on all the work that is being done, so I’m looking forwards to sharing it like that!\n
    \n
    I’m also pushing to get this officially in the project (for more teams to do this weekly/monthly report) so we can actually create a project-wide newsletter, [something at least akin to a This Week in Fedora](https://discussion.fedoraproject.org/t/this-week-month-in-fedora-could-we-do-it/100768), and I’d really appreciate your feedback.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705679863 {#1540
    date: 2024-01-19 16:57:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1529 …}
  +votes: Doctrine\ORM\PersistentCollection {#1530 …}
  +reports: Doctrine\ORM\PersistentCollection {#1536 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1516 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1519 …}
  +badges: Doctrine\ORM\PersistentCollection {#1517 …}
  +children: []
  -id: 31735
  -titleTs: "'1':8 'fedora':4 'market':6 'updat':2 'week':1,7"
  -bodyTs: "'/t/this-week-month-in-fedora-could-we-do-it/100768),':106 'actual':87 'akin':97 'also':67 'appreci':111 'creat':88 'd':109 'design':31 'discussion.fedoraproject.org':105 'discussion.fedoraproject.org/t/this-week-month-in-fedora-could-we-do-it/100768),':104 'done':54 'enjoy':38 'explor':7 'fedora':17,103 'feedback':113 'final':5 'forward':59 'get':70 'guy':2 'hey':1 'least':96 'like':63 'look':58 'm':13,57,66 'magazin':33 'market':23 'newslett':93 'offici':72 'part':20,28 'project':18,75,91 'project-wid':90 'push':68 'realli':37,110 'report':46,83 'share':61 'someth':94 'start':6 'style':43 'talk':8 'team':24,34,78 've':4 'week':41,45,101 'weekly/monthly':82 'wide':92 'work':11,50"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705715863
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10758642"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705679863 {#1538
    date: 2024-01-19 16:57:43.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\Entry {#1533
  +user: Proxies\__CG__\App\Entity\User {#1539 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1541 …}
  +slug: "Weekly-Updates-from-Fedora-s-Marketer-Week-1"
  +title: "Weekly Updates from Fedora's Marketer ‒ Week 1"
  +url: "https://ko-fi.com/post/Weekly-Updates-from-Fedoras-Marketer-Week-1-Y8Y6TH7PT"
  +body: """
    Hey guys, I’ve finally started exploring talking about the work I’m doing with the Fedora Project as part of the marketing team and now as part of the design and magazine teams too! I really enjoy the “This Week in” style of weekly reports on all the work that is being done, so I’m looking forwards to sharing it like that!\n
    \n
    I’m also pushing to get this officially in the project (for more teams to do this weekly/monthly report) so we can actually create a project-wide newsletter, [something at least akin to a This Week in Fedora](https://discussion.fedoraproject.org/t/this-week-month-in-fedora-could-we-do-it/100768), and I’d really appreciate your feedback.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705679863 {#1540
    date: 2024-01-19 16:57:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1529 …}
  +votes: Doctrine\ORM\PersistentCollection {#1530 …}
  +reports: Doctrine\ORM\PersistentCollection {#1536 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1516 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1519 …}
  +badges: Doctrine\ORM\PersistentCollection {#1517 …}
  +children: []
  -id: 31735
  -titleTs: "'1':8 'fedora':4 'market':6 'updat':2 'week':1,7"
  -bodyTs: "'/t/this-week-month-in-fedora-could-we-do-it/100768),':106 'actual':87 'akin':97 'also':67 'appreci':111 'creat':88 'd':109 'design':31 'discussion.fedoraproject.org':105 'discussion.fedoraproject.org/t/this-week-month-in-fedora-could-we-do-it/100768),':104 'done':54 'enjoy':38 'explor':7 'fedora':17,103 'feedback':113 'final':5 'forward':59 'get':70 'guy':2 'hey':1 'least':96 'like':63 'look':58 'm':13,57,66 'magazin':33 'market':23 'newslett':93 'offici':72 'part':20,28 'project':18,75,91 'project-wid':90 'push':68 'realli':37,110 'report':46,83 'share':61 'someth':94 'start':6 'style':43 'talk':8 'team':24,34,78 've':4 'week':41,45,101 'weekly/monthly':82 'wide':92 'work':11,50"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705715863
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10758642"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705679863 {#1538
    date: 2024-01-19 16:57:43.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\Entry {#1533
  +user: Proxies\__CG__\App\Entity\User {#1539 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1541 …}
  +slug: "Weekly-Updates-from-Fedora-s-Marketer-Week-1"
  +title: "Weekly Updates from Fedora's Marketer ‒ Week 1"
  +url: "https://ko-fi.com/post/Weekly-Updates-from-Fedoras-Marketer-Week-1-Y8Y6TH7PT"
  +body: """
    Hey guys, I’ve finally started exploring talking about the work I’m doing with the Fedora Project as part of the marketing team and now as part of the design and magazine teams too! I really enjoy the “This Week in” style of weekly reports on all the work that is being done, so I’m looking forwards to sharing it like that!\n
    \n
    I’m also pushing to get this officially in the project (for more teams to do this weekly/monthly report) so we can actually create a project-wide newsletter, [something at least akin to a This Week in Fedora](https://discussion.fedoraproject.org/t/this-week-month-in-fedora-could-we-do-it/100768), and I’d really appreciate your feedback.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705679863 {#1540
    date: 2024-01-19 16:57:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1529 …}
  +votes: Doctrine\ORM\PersistentCollection {#1530 …}
  +reports: Doctrine\ORM\PersistentCollection {#1536 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1516 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1519 …}
  +badges: Doctrine\ORM\PersistentCollection {#1517 …}
  +children: []
  -id: 31735
  -titleTs: "'1':8 'fedora':4 'market':6 'updat':2 'week':1,7"
  -bodyTs: "'/t/this-week-month-in-fedora-could-we-do-it/100768),':106 'actual':87 'akin':97 'also':67 'appreci':111 'creat':88 'd':109 'design':31 'discussion.fedoraproject.org':105 'discussion.fedoraproject.org/t/this-week-month-in-fedora-could-we-do-it/100768),':104 'done':54 'enjoy':38 'explor':7 'fedora':17,103 'feedback':113 'final':5 'forward':59 'get':70 'guy':2 'hey':1 'least':96 'like':63 'look':58 'm':13,57,66 'magazin':33 'market':23 'newslett':93 'offici':72 'part':20,28 'project':18,75,91 'project-wid':90 'push':68 'realli':37,110 'report':46,83 'share':61 'someth':94 'start':6 'style':43 'talk':8 'team':24,34,78 've':4 'week':41,45,101 'weekly/monthly':82 'wide':92 'work':11,50"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705715863
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10758642"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705679863 {#1538
    date: 2024-01-19 16:57:43.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\Entry {#1406
  +user: Proxies\__CG__\App\Entity\User {#1704 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1713 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Where-on-earth-are-the-settings-account-management"
  +title: "Where on earth are the settings / account management?"
  +url: null
  +body: "I just came back to this app after a bit, trying to sign in but I for the life of me cannot find them. The three bottom buttons don’t have them, neither does the kebab menu up top"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705726156 {#1623
    date: 2024-01-20 05:49:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1712 …}
  +votes: Doctrine\ORM\PersistentCollection {#1706 …}
  +reports: Doctrine\ORM\PersistentCollection {#1657 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1745 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1738 …}
  +badges: Doctrine\ORM\PersistentCollection {#1746 …}
  +children: []
  -id: 31818
  -titleTs: "'account':7 'earth':3 'manag':8 'set':6"
  -bodyTs: "'app':7 'back':4 'bit':10 'bottom':27 'button':28 'came':3 'cannot':22 'find':23 'kebab':36 'life':19 'menu':37 'neither':33 'sign':13 'three':26 'top':39 'tri':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705715253
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10775920"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705703753 {#1631
    date: 2024-01-19 23:35:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\Entry {#1406
  +user: Proxies\__CG__\App\Entity\User {#1704 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1713 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Where-on-earth-are-the-settings-account-management"
  +title: "Where on earth are the settings / account management?"
  +url: null
  +body: "I just came back to this app after a bit, trying to sign in but I for the life of me cannot find them. The three bottom buttons don’t have them, neither does the kebab menu up top"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705726156 {#1623
    date: 2024-01-20 05:49:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1712 …}
  +votes: Doctrine\ORM\PersistentCollection {#1706 …}
  +reports: Doctrine\ORM\PersistentCollection {#1657 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1745 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1738 …}
  +badges: Doctrine\ORM\PersistentCollection {#1746 …}
  +children: []
  -id: 31818
  -titleTs: "'account':7 'earth':3 'manag':8 'set':6"
  -bodyTs: "'app':7 'back':4 'bit':10 'bottom':27 'button':28 'came':3 'cannot':22 'find':23 'kebab':36 'life':19 'menu':37 'neither':33 'sign':13 'three':26 'top':39 'tri':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705715253
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10775920"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705703753 {#1631
    date: 2024-01-19 23:35:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\Entry {#1406
  +user: Proxies\__CG__\App\Entity\User {#1704 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1713 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Where-on-earth-are-the-settings-account-management"
  +title: "Where on earth are the settings / account management?"
  +url: null
  +body: "I just came back to this app after a bit, trying to sign in but I for the life of me cannot find them. The three bottom buttons don’t have them, neither does the kebab menu up top"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705726156 {#1623
    date: 2024-01-20 05:49:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1712 …}
  +votes: Doctrine\ORM\PersistentCollection {#1706 …}
  +reports: Doctrine\ORM\PersistentCollection {#1657 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1745 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1738 …}
  +badges: Doctrine\ORM\PersistentCollection {#1746 …}
  +children: []
  -id: 31818
  -titleTs: "'account':7 'earth':3 'manag':8 'set':6"
  -bodyTs: "'app':7 'back':4 'bit':10 'bottom':27 'button':28 'came':3 'cannot':22 'find':23 'kebab':36 'life':19 'menu':37 'neither':33 'sign':13 'three':26 'top':39 'tri':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705715253
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10775920"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705703753 {#1631
    date: 2024-01-19 23:35:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
App\Entity\Entry {#1468
  +user: Proxies\__CG__\App\Entity\User {#1474 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1472 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1471 …}
  +slug: "In-Search-of-Anonymity-How-to-Ensure-Freedom-of-Expression"
  +title: "In Search of Anonymity: How to Ensure Freedom of Expression Online"
  +url: "https://www.thecanary.co/feature/2024/01/19/how-to-protect-online-privacy/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705692726 {#1750
    date: 2024-01-19 20:32:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1467 …}
  +votes: Doctrine\ORM\PersistentCollection {#1469 …}
  +reports: Doctrine\ORM\PersistentCollection {#1498 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1497 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1486 …}
  +badges: Doctrine\ORM\PersistentCollection {#1487 …}
  +children: []
  -id: 31796
  -titleTs: "'anonym':4 'ensur':7 'express':10 'freedom':8 'onlin':11 'search':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705715226
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10766370"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705692726 {#1748
    date: 2024-01-19 20:32:06.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\Entry {#1468
  +user: Proxies\__CG__\App\Entity\User {#1474 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1472 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1471 …}
  +slug: "In-Search-of-Anonymity-How-to-Ensure-Freedom-of-Expression"
  +title: "In Search of Anonymity: How to Ensure Freedom of Expression Online"
  +url: "https://www.thecanary.co/feature/2024/01/19/how-to-protect-online-privacy/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705692726 {#1750
    date: 2024-01-19 20:32:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1467 …}
  +votes: Doctrine\ORM\PersistentCollection {#1469 …}
  +reports: Doctrine\ORM\PersistentCollection {#1498 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1497 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1486 …}
  +badges: Doctrine\ORM\PersistentCollection {#1487 …}
  +children: []
  -id: 31796
  -titleTs: "'anonym':4 'ensur':7 'express':10 'freedom':8 'onlin':11 'search':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705715226
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10766370"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705692726 {#1748
    date: 2024-01-19 20:32:06.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\Entry {#1468
  +user: Proxies\__CG__\App\Entity\User {#1474 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1472 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1471 …}
  +slug: "In-Search-of-Anonymity-How-to-Ensure-Freedom-of-Expression"
  +title: "In Search of Anonymity: How to Ensure Freedom of Expression Online"
  +url: "https://www.thecanary.co/feature/2024/01/19/how-to-protect-online-privacy/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705692726 {#1750
    date: 2024-01-19 20:32:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1467 …}
  +votes: Doctrine\ORM\PersistentCollection {#1469 …}
  +reports: Doctrine\ORM\PersistentCollection {#1498 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1497 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1486 …}
  +badges: Doctrine\ORM\PersistentCollection {#1487 …}
  +children: []
  -id: 31796
  -titleTs: "'anonym':4 'ensur':7 'express':10 'freedom':8 'onlin':11 'search':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705715226
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10766370"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705692726 {#1748
    date: 2024-01-19 20:32:06.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
App\Entity\Entry {#1494
  +user: Proxies\__CG__\App\Entity\User {#1490 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Getting-graphics-artifacting-on-my-7840HS-laptop-even-after-a"
  +title: "Getting graphics artifacting on my 7840HS laptop, even after a motherboard replacement. Is it a driver thing?"
  +url: null
  +body: "I’ve installed Pop!OS after getting my Lenovo Ideapad Pro 5 back from the warranty repair. Supposedly they changed the motherboard (which I don’t doubt, it was waiting a week for new parts apparently), but even after that I’m still getting graphical errors and bugs when moving between desktops and other window animations. I know X11 can be a bit buggy at best, so it could just be that on top of the newer SoC."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726699481 {#1489
    date: 2024-09-19 00:44:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1491 …}
  +votes: Doctrine\ORM\PersistentCollection {#1495 …}
  +reports: Doctrine\ORM\PersistentCollection {#1475 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1476 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1758 …}
  +badges: Doctrine\ORM\PersistentCollection {#1755 …}
  +children: []
  -id: 31668
  -titleTs: "'7840hs':6 'artifact':3 'driver':16 'even':8 'get':1 'graphic':2 'laptop':7 'motherboard':11 'replac':12 'thing':17"
  -bodyTs: "'5':12 'anim':56 'appar':36 'back':13 'best':66 'bit':63 'bug':48 'buggi':64 'chang':20 'could':69 'desktop':52 'doubt':27 'error':46 'even':38 'get':7,44 'graphic':45 'ideapad':10 'instal':3 'know':58 'lenovo':9 'm':42 'motherboard':22 'move':50 'new':34 'newer':77 'os':5 'part':35 'pop':4 'pro':11 'repair':17 'soc':78 'still':43 'suppos':18 'top':74 've':2 'wait':30 'warranti':16 'week':32 'window':55 'x11':59"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705714906
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10900406"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705654906 {#1496
    date: 2024-01-19 10:01:46.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\Entry {#1494
  +user: Proxies\__CG__\App\Entity\User {#1490 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Getting-graphics-artifacting-on-my-7840HS-laptop-even-after-a"
  +title: "Getting graphics artifacting on my 7840HS laptop, even after a motherboard replacement. Is it a driver thing?"
  +url: null
  +body: "I’ve installed Pop!OS after getting my Lenovo Ideapad Pro 5 back from the warranty repair. Supposedly they changed the motherboard (which I don’t doubt, it was waiting a week for new parts apparently), but even after that I’m still getting graphical errors and bugs when moving between desktops and other window animations. I know X11 can be a bit buggy at best, so it could just be that on top of the newer SoC."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726699481 {#1489
    date: 2024-09-19 00:44:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1491 …}
  +votes: Doctrine\ORM\PersistentCollection {#1495 …}
  +reports: Doctrine\ORM\PersistentCollection {#1475 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1476 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1758 …}
  +badges: Doctrine\ORM\PersistentCollection {#1755 …}
  +children: []
  -id: 31668
  -titleTs: "'7840hs':6 'artifact':3 'driver':16 'even':8 'get':1 'graphic':2 'laptop':7 'motherboard':11 'replac':12 'thing':17"
  -bodyTs: "'5':12 'anim':56 'appar':36 'back':13 'best':66 'bit':63 'bug':48 'buggi':64 'chang':20 'could':69 'desktop':52 'doubt':27 'error':46 'even':38 'get':7,44 'graphic':45 'ideapad':10 'instal':3 'know':58 'lenovo':9 'm':42 'motherboard':22 'move':50 'new':34 'newer':77 'os':5 'part':35 'pop':4 'pro':11 'repair':17 'soc':78 'still':43 'suppos':18 'top':74 've':2 'wait':30 'warranti':16 'week':32 'window':55 'x11':59"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705714906
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10900406"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705654906 {#1496
    date: 2024-01-19 10:01:46.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\Entry {#1494
  +user: Proxies\__CG__\App\Entity\User {#1490 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Getting-graphics-artifacting-on-my-7840HS-laptop-even-after-a"
  +title: "Getting graphics artifacting on my 7840HS laptop, even after a motherboard replacement. Is it a driver thing?"
  +url: null
  +body: "I’ve installed Pop!OS after getting my Lenovo Ideapad Pro 5 back from the warranty repair. Supposedly they changed the motherboard (which I don’t doubt, it was waiting a week for new parts apparently), but even after that I’m still getting graphical errors and bugs when moving between desktops and other window animations. I know X11 can be a bit buggy at best, so it could just be that on top of the newer SoC."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726699481 {#1489
    date: 2024-09-19 00:44:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1491 …}
  +votes: Doctrine\ORM\PersistentCollection {#1495 …}
  +reports: Doctrine\ORM\PersistentCollection {#1475 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1476 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1758 …}
  +badges: Doctrine\ORM\PersistentCollection {#1755 …}
  +children: []
  -id: 31668
  -titleTs: "'7840hs':6 'artifact':3 'driver':16 'even':8 'get':1 'graphic':2 'laptop':7 'motherboard':11 'replac':12 'thing':17"
  -bodyTs: "'5':12 'anim':56 'appar':36 'back':13 'best':66 'bit':63 'bug':48 'buggi':64 'chang':20 'could':69 'desktop':52 'doubt':27 'error':46 'even':38 'get':7,44 'graphic':45 'ideapad':10 'instal':3 'know':58 'lenovo':9 'm':42 'motherboard':22 'move':50 'new':34 'newer':77 'os':5 'part':35 'pop':4 'pro':11 'repair':17 'soc':78 'still':43 'suppos':18 'top':74 've':2 'wait':30 'warranti':16 'week':32 'window':55 'x11':59"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705714906
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10900406"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705654906 {#1496
    date: 2024-01-19 10:01:46.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
57 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
58 DENIED moderate
App\Entity\Entry {#1756
  +user: Proxies\__CG__\App\Entity\User {#1767 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: Proxies\__CG__\App\Entity\Image {#1759 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1762 …}
  +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
  +title: "Reddit API blew up and now I run Linux?"
  +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
  +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 207
  +favouriteCount: 1079
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728560743 {#1757
    date: 2024-10-10 13:45:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1751 …}
  +votes: Doctrine\ORM\PersistentCollection {#1772 …}
  +reports: Doctrine\ORM\PersistentCollection {#1778 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1777 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1773 …}
  +badges: Doctrine\ORM\PersistentCollection {#1776 …}
  +children: []
  -id: 31627
  -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
  -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705714670
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12616253"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705628270 {#1763
    date: 2024-01-19 02:37:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
App\Entity\Entry {#1756
  +user: Proxies\__CG__\App\Entity\User {#1767 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: Proxies\__CG__\App\Entity\Image {#1759 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1762 …}
  +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
  +title: "Reddit API blew up and now I run Linux?"
  +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
  +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 207
  +favouriteCount: 1079
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728560743 {#1757
    date: 2024-10-10 13:45:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1751 …}
  +votes: Doctrine\ORM\PersistentCollection {#1772 …}
  +reports: Doctrine\ORM\PersistentCollection {#1778 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1777 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1773 …}
  +badges: Doctrine\ORM\PersistentCollection {#1776 …}
  +children: []
  -id: 31627
  -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
  -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705714670
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12616253"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705628270 {#1763
    date: 2024-01-19 02:37:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
App\Entity\Entry {#1756
  +user: Proxies\__CG__\App\Entity\User {#1767 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#234 …}
  +image: Proxies\__CG__\App\Entity\Image {#1759 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1762 …}
  +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
  +title: "Reddit API blew up and now I run Linux?"
  +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
  +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 207
  +favouriteCount: 1079
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728560743 {#1757
    date: 2024-10-10 13:45:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1751 …}
  +votes: Doctrine\ORM\PersistentCollection {#1772 …}
  +reports: Doctrine\ORM\PersistentCollection {#1778 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1777 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1773 …}
  +badges: Doctrine\ORM\PersistentCollection {#1776 …}
  +children: []
  -id: 31627
  -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
  -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705714670
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12616253"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705628270 {#1763
    date: 2024-01-19 02:37:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
61 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED moderate
App\Entity\Entry {#1785
  +user: Proxies\__CG__\App\Entity\User {#1784 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1368 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "What-are-some-must-have-Firefox-plugins"
  +title: "What are some must have Firefox plugins?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 116
  +favouriteCount: 273
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729042132 {#1782
    date: 2024-10-16 03:28:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1786 …}
  +votes: Doctrine\ORM\PersistentCollection {#1764 …}
  +reports: Doctrine\ORM\PersistentCollection {#1766 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1681 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1466 …}
  +badges: Doctrine\ORM\PersistentCollection {#1445 …}
  +children: []
  -id: 31625
  -titleTs: "'firefox':6 'must':4 'plugin':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705713894
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10889359"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705627494 {#1783
    date: 2024-01-19 02:24:54.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\Entry {#1785
  +user: Proxies\__CG__\App\Entity\User {#1784 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1368 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "What-are-some-must-have-Firefox-plugins"
  +title: "What are some must have Firefox plugins?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 116
  +favouriteCount: 273
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729042132 {#1782
    date: 2024-10-16 03:28:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1786 …}
  +votes: Doctrine\ORM\PersistentCollection {#1764 …}
  +reports: Doctrine\ORM\PersistentCollection {#1766 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1681 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1466 …}
  +badges: Doctrine\ORM\PersistentCollection {#1445 …}
  +children: []
  -id: 31625
  -titleTs: "'firefox':6 'must':4 'plugin':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705713894
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10889359"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705627494 {#1783
    date: 2024-01-19 02:24:54.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\Entry {#1785
  +user: Proxies\__CG__\App\Entity\User {#1784 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1368 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "What-are-some-must-have-Firefox-plugins"
  +title: "What are some must have Firefox plugins?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 116
  +favouriteCount: 273
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729042132 {#1782
    date: 2024-10-16 03:28:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1786 …}
  +votes: Doctrine\ORM\PersistentCollection {#1764 …}
  +reports: Doctrine\ORM\PersistentCollection {#1766 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1681 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1466 …}
  +badges: Doctrine\ORM\PersistentCollection {#1445 …}
  +children: []
  -id: 31625
  -titleTs: "'firefox':6 'must':4 'plugin':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705713894
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10889359"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705627494 {#1783
    date: 2024-01-19 02:24:54.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
65 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
66 DENIED moderate
App\Entity\Entry {#1644
  +user: Proxies\__CG__\App\Entity\User {#1643 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1905 …}
  +image: Proxies\__CG__\App\Entity\Image {#1622 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1633 …}
  +slug: "Haier-hits-Home-Assistant-plugin-dev-with-takedown-notice"
  +title: "Haier hits Home Assistant plugin dev with takedown notice"
  +url: "https://www.bleepingcomputer.com/news/security/haier-hits-home-assistant-plugin-dev-with-takedown-notice/"
  +body: """
    I’m not really big on “let’s make a movement”, but this independent dev has been hit with a cease-and-desist from making a FOSS Home Assistant addon for their Haier air conditioners.\n
    \n
    Haier claims that they are losing out on millions of dollars due to this plugin which… lets you control their air conditions from home assistant. They haven’t bothered to explain *how* that’s possibly worth millions of dollars - they’re just claiming it.\n
    \n
    So of course they hit the Streisand button and are demanding that he takes it down. He of course is complying… in a couple of days. Maybe you see where this is going.\n
    \n
    It would be an absolute shame if any of you just happened to create a fork, or clone the code, or mirror it in your own instance. An absolute shame.\n
    \n
    Just so everyone here knows which repositories NOT to clone or fork, here are the two links:\n
    \n
    - [github.com/Andre0512/hon](https://github.com/Andre0512/hon)\n
    - [github.com/Andre0512/pyhOn](https://github.com/Andre0512/pyhOn)\n
    \n
    and please, don’t repost this anywhere, or share it in other communities, or anything like that. It’s a shame that so many people already know and are making clones. I’m just letting you know so you don’t do anything like telling others who may make their own copies.\n
    \n
    (*sidenote: Haier owns GE Appliance, so for our American folks it may affect you folks too*)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 519
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727016561 {#1638
    date: 2024-09-22 16:49:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1627 …}
  +votes: Doctrine\ORM\PersistentCollection {#1634 …}
  +reports: Doctrine\ORM\PersistentCollection {#1635 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1409 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1449 …}
  +badges: Doctrine\ORM\PersistentCollection {#1422 …}
  +children: []
  -id: 31622
  -titleTs: "'assist':4 'dev':6 'haier':1 'hit':2 'home':3 'notic':9 'plugin':5 'takedown':8"
  -bodyTs: "'/andre0512/hon](https://github.com/andre0512/hon)':163 '/andre0512/pyhon](https://github.com/andre0512/pyhon)':166 'absolut':118,142 'addon':31 'affect':231 'air':35,57 'alreadi':192 'american':227 'anyth':181,209 'anywher':173 'applianc':223 'assist':30,61 'big':5 'bother':65 'button':88 'ceas':22 'cease-and-desist':21 'claim':38,79 'clone':131,153,197 'code':133 'communiti':179 'compli':101 'condit':58 'condition':36 'control':55 'copi':218 'coupl':104 'cours':83,99 'creat':127 'day':106 'demand':91 'desist':24 'dev':15 'dollar':47,75 'due':48 'everyon':146 'explain':67 'folk':228,233 'fork':129,155 'foss':28 'ge':222 'github.com':162,165 'github.com/andre0512/hon](https://github.com/andre0512/hon)':161 'github.com/andre0512/pyhon](https://github.com/andre0512/pyhon)':164 'go':113 'haier':34,37,220 'happen':125 'haven':63 'hit':18,85 'home':29,60 'independ':14 'instanc':140 'know':148,193,203 'let':7,53,201 'like':182,210 'link':160 'lose':42 'm':2,199 'make':9,26,196,215 'mani':190 'may':214,230 'mayb':107 'million':45,73 'mirror':135 'movement':11 'other':212 'own':221 'peopl':191 'pleas':168 'plugin':51 'possibl':71 're':77 'realli':4 'repositori':150 'repost':171 'see':109 'shame':119,143,187 'share':175 'sidenot':219 'streisand':87 'take':94 'tell':211 'two':159 'worth':72 'would':115"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705711855
  +visibility: "visible             "
  +apId: "https://poptalk.scrubbles.tech/post/567593"
  +editedAt: DateTimeImmutable @1726542662 {#1637
    date: 2024-09-17 05:11:02.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705625455 {#1642
    date: 2024-01-19 01:50:55.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
App\Entity\Entry {#1644
  +user: Proxies\__CG__\App\Entity\User {#1643 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1905 …}
  +image: Proxies\__CG__\App\Entity\Image {#1622 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1633 …}
  +slug: "Haier-hits-Home-Assistant-plugin-dev-with-takedown-notice"
  +title: "Haier hits Home Assistant plugin dev with takedown notice"
  +url: "https://www.bleepingcomputer.com/news/security/haier-hits-home-assistant-plugin-dev-with-takedown-notice/"
  +body: """
    I’m not really big on “let’s make a movement”, but this independent dev has been hit with a cease-and-desist from making a FOSS Home Assistant addon for their Haier air conditioners.\n
    \n
    Haier claims that they are losing out on millions of dollars due to this plugin which… lets you control their air conditions from home assistant. They haven’t bothered to explain *how* that’s possibly worth millions of dollars - they’re just claiming it.\n
    \n
    So of course they hit the Streisand button and are demanding that he takes it down. He of course is complying… in a couple of days. Maybe you see where this is going.\n
    \n
    It would be an absolute shame if any of you just happened to create a fork, or clone the code, or mirror it in your own instance. An absolute shame.\n
    \n
    Just so everyone here knows which repositories NOT to clone or fork, here are the two links:\n
    \n
    - [github.com/Andre0512/hon](https://github.com/Andre0512/hon)\n
    - [github.com/Andre0512/pyhOn](https://github.com/Andre0512/pyhOn)\n
    \n
    and please, don’t repost this anywhere, or share it in other communities, or anything like that. It’s a shame that so many people already know and are making clones. I’m just letting you know so you don’t do anything like telling others who may make their own copies.\n
    \n
    (*sidenote: Haier owns GE Appliance, so for our American folks it may affect you folks too*)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 519
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727016561 {#1638
    date: 2024-09-22 16:49:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1627 …}
  +votes: Doctrine\ORM\PersistentCollection {#1634 …}
  +reports: Doctrine\ORM\PersistentCollection {#1635 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1409 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1449 …}
  +badges: Doctrine\ORM\PersistentCollection {#1422 …}
  +children: []
  -id: 31622
  -titleTs: "'assist':4 'dev':6 'haier':1 'hit':2 'home':3 'notic':9 'plugin':5 'takedown':8"
  -bodyTs: "'/andre0512/hon](https://github.com/andre0512/hon)':163 '/andre0512/pyhon](https://github.com/andre0512/pyhon)':166 'absolut':118,142 'addon':31 'affect':231 'air':35,57 'alreadi':192 'american':227 'anyth':181,209 'anywher':173 'applianc':223 'assist':30,61 'big':5 'bother':65 'button':88 'ceas':22 'cease-and-desist':21 'claim':38,79 'clone':131,153,197 'code':133 'communiti':179 'compli':101 'condit':58 'condition':36 'control':55 'copi':218 'coupl':104 'cours':83,99 'creat':127 'day':106 'demand':91 'desist':24 'dev':15 'dollar':47,75 'due':48 'everyon':146 'explain':67 'folk':228,233 'fork':129,155 'foss':28 'ge':222 'github.com':162,165 'github.com/andre0512/hon](https://github.com/andre0512/hon)':161 'github.com/andre0512/pyhon](https://github.com/andre0512/pyhon)':164 'go':113 'haier':34,37,220 'happen':125 'haven':63 'hit':18,85 'home':29,60 'independ':14 'instanc':140 'know':148,193,203 'let':7,53,201 'like':182,210 'link':160 'lose':42 'm':2,199 'make':9,26,196,215 'mani':190 'may':214,230 'mayb':107 'million':45,73 'mirror':135 'movement':11 'other':212 'own':221 'peopl':191 'pleas':168 'plugin':51 'possibl':71 're':77 'realli':4 'repositori':150 'repost':171 'see':109 'shame':119,143,187 'share':175 'sidenot':219 'streisand':87 'take':94 'tell':211 'two':159 'worth':72 'would':115"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705711855
  +visibility: "visible             "
  +apId: "https://poptalk.scrubbles.tech/post/567593"
  +editedAt: DateTimeImmutable @1726542662 {#1637
    date: 2024-09-17 05:11:02.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705625455 {#1642
    date: 2024-01-19 01:50:55.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
App\Entity\Entry {#1644
  +user: Proxies\__CG__\App\Entity\User {#1643 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1905 …}
  +image: Proxies\__CG__\App\Entity\Image {#1622 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1633 …}
  +slug: "Haier-hits-Home-Assistant-plugin-dev-with-takedown-notice"
  +title: "Haier hits Home Assistant plugin dev with takedown notice"
  +url: "https://www.bleepingcomputer.com/news/security/haier-hits-home-assistant-plugin-dev-with-takedown-notice/"
  +body: """
    I’m not really big on “let’s make a movement”, but this independent dev has been hit with a cease-and-desist from making a FOSS Home Assistant addon for their Haier air conditioners.\n
    \n
    Haier claims that they are losing out on millions of dollars due to this plugin which… lets you control their air conditions from home assistant. They haven’t bothered to explain *how* that’s possibly worth millions of dollars - they’re just claiming it.\n
    \n
    So of course they hit the Streisand button and are demanding that he takes it down. He of course is complying… in a couple of days. Maybe you see where this is going.\n
    \n
    It would be an absolute shame if any of you just happened to create a fork, or clone the code, or mirror it in your own instance. An absolute shame.\n
    \n
    Just so everyone here knows which repositories NOT to clone or fork, here are the two links:\n
    \n
    - [github.com/Andre0512/hon](https://github.com/Andre0512/hon)\n
    - [github.com/Andre0512/pyhOn](https://github.com/Andre0512/pyhOn)\n
    \n
    and please, don’t repost this anywhere, or share it in other communities, or anything like that. It’s a shame that so many people already know and are making clones. I’m just letting you know so you don’t do anything like telling others who may make their own copies.\n
    \n
    (*sidenote: Haier owns GE Appliance, so for our American folks it may affect you folks too*)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 519
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727016561 {#1638
    date: 2024-09-22 16:49:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1627 …}
  +votes: Doctrine\ORM\PersistentCollection {#1634 …}
  +reports: Doctrine\ORM\PersistentCollection {#1635 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1409 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1449 …}
  +badges: Doctrine\ORM\PersistentCollection {#1422 …}
  +children: []
  -id: 31622
  -titleTs: "'assist':4 'dev':6 'haier':1 'hit':2 'home':3 'notic':9 'plugin':5 'takedown':8"
  -bodyTs: "'/andre0512/hon](https://github.com/andre0512/hon)':163 '/andre0512/pyhon](https://github.com/andre0512/pyhon)':166 'absolut':118,142 'addon':31 'affect':231 'air':35,57 'alreadi':192 'american':227 'anyth':181,209 'anywher':173 'applianc':223 'assist':30,61 'big':5 'bother':65 'button':88 'ceas':22 'cease-and-desist':21 'claim':38,79 'clone':131,153,197 'code':133 'communiti':179 'compli':101 'condit':58 'condition':36 'control':55 'copi':218 'coupl':104 'cours':83,99 'creat':127 'day':106 'demand':91 'desist':24 'dev':15 'dollar':47,75 'due':48 'everyon':146 'explain':67 'folk':228,233 'fork':129,155 'foss':28 'ge':222 'github.com':162,165 'github.com/andre0512/hon](https://github.com/andre0512/hon)':161 'github.com/andre0512/pyhon](https://github.com/andre0512/pyhon)':164 'go':113 'haier':34,37,220 'happen':125 'haven':63 'hit':18,85 'home':29,60 'independ':14 'instanc':140 'know':148,193,203 'let':7,53,201 'like':182,210 'link':160 'lose':42 'm':2,199 'make':9,26,196,215 'mani':190 'may':214,230 'mayb':107 'million':45,73 'mirror':135 'movement':11 'other':212 'own':221 'peopl':191 'pleas':168 'plugin':51 'possibl':71 're':77 'realli':4 'repositori':150 'repost':171 'see':109 'shame':119,143,187 'share':175 'sidenot':219 'streisand':87 'take':94 'tell':211 'two':159 'worth':72 'would':115"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705711855
  +visibility: "visible             "
  +apId: "https://poptalk.scrubbles.tech/post/567593"
  +editedAt: DateTimeImmutable @1726542662 {#1637
    date: 2024-09-17 05:11:02.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705625455 {#1642
    date: 2024-01-19 01:50:55.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
69 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
70 DENIED moderate
App\Entity\Entry {#1423
  +user: Proxies\__CG__\App\Entity\User {#1442 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1415 …}
  +image: Proxies\__CG__\App\Entity\Image {#1420 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1426 …}
  +slug: "Fingertip-oxygen-sensors-can-fail-on-dark-skin-now-a"
  +title: "Fingertip oxygen sensors can fail on dark skin — now a physician is suing"
  +url: "https://www.nature.com/articles/d41586-024-00089-6"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 43
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705625131 {#1447
    date: 2024-01-19 01:45:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1451 …}
  +votes: Doctrine\ORM\PersistentCollection {#1417 …}
  +reports: Doctrine\ORM\PersistentCollection {#1411 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1441 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1418 …}
  +badges: Doctrine\ORM\PersistentCollection {#1425 …}
  +children: []
  -id: 31620
  -titleTs: "'dark':7 'fail':5 'fingertip':1 'oxygen':2 'physician':11 'sensor':3 'skin':8 'su':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705711531
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/8618547"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705625131 {#1424
    date: 2024-01-19 01:45:31.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\Entry {#1423
  +user: Proxies\__CG__\App\Entity\User {#1442 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1415 …}
  +image: Proxies\__CG__\App\Entity\Image {#1420 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1426 …}
  +slug: "Fingertip-oxygen-sensors-can-fail-on-dark-skin-now-a"
  +title: "Fingertip oxygen sensors can fail on dark skin — now a physician is suing"
  +url: "https://www.nature.com/articles/d41586-024-00089-6"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 43
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705625131 {#1447
    date: 2024-01-19 01:45:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1451 …}
  +votes: Doctrine\ORM\PersistentCollection {#1417 …}
  +reports: Doctrine\ORM\PersistentCollection {#1411 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1441 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1418 …}
  +badges: Doctrine\ORM\PersistentCollection {#1425 …}
  +children: []
  -id: 31620
  -titleTs: "'dark':7 'fail':5 'fingertip':1 'oxygen':2 'physician':11 'sensor':3 'skin':8 'su':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705711531
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/8618547"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705625131 {#1424
    date: 2024-01-19 01:45:31.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\Entry {#1423
  +user: Proxies\__CG__\App\Entity\User {#1442 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1415 …}
  +image: Proxies\__CG__\App\Entity\Image {#1420 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1426 …}
  +slug: "Fingertip-oxygen-sensors-can-fail-on-dark-skin-now-a"
  +title: "Fingertip oxygen sensors can fail on dark skin — now a physician is suing"
  +url: "https://www.nature.com/articles/d41586-024-00089-6"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 43
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705625131 {#1447
    date: 2024-01-19 01:45:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1451 …}
  +votes: Doctrine\ORM\PersistentCollection {#1417 …}
  +reports: Doctrine\ORM\PersistentCollection {#1411 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1441 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1418 …}
  +badges: Doctrine\ORM\PersistentCollection {#1425 …}
  +children: []
  -id: 31620
  -titleTs: "'dark':7 'fail':5 'fingertip':1 'oxygen':2 'physician':11 'sensor':3 'skin':8 'su':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705711531
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/8618547"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705625131 {#1424
    date: 2024-01-19 01:45:31.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
73 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
74 DENIED moderate
App\Entity\Entry {#1461
  +user: Proxies\__CG__\App\Entity\User {#1462 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1463 …}
  +image: Proxies\__CG__\App\Entity\Image {#1464 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1448 …}
  +slug: "Brave-is-sunsetting-strict-fingerprint-protection-mode"
  +title: "Brave is sunsetting strict fingerprint protection mode"
  +url: "https://brave.com/privacy-updates/28-sunsetting-strict-fingerprinting-mode/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 54
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726802517 {#1427
    date: 2024-09-20 05:21:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1457 …}
  +votes: Doctrine\ORM\PersistentCollection {#1453 …}
  +reports: Doctrine\ORM\PersistentCollection {#1458 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1432 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1433 …}
  +badges: Doctrine\ORM\PersistentCollection {#1436 …}
  +children: []
  -id: 31617
  -titleTs: "'brave':1 'fingerprint':5 'mode':7 'protect':6 'strict':4 'sunset':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705711013
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13047993"
  +editedAt: DateTimeImmutable @1726525168 {#1456
    date: 2024-09-17 00:19:28.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705624613 {#1454
    date: 2024-01-19 01:36:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
75 DENIED edit
App\Entity\Entry {#1461
  +user: Proxies\__CG__\App\Entity\User {#1462 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1463 …}
  +image: Proxies\__CG__\App\Entity\Image {#1464 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1448 …}
  +slug: "Brave-is-sunsetting-strict-fingerprint-protection-mode"
  +title: "Brave is sunsetting strict fingerprint protection mode"
  +url: "https://brave.com/privacy-updates/28-sunsetting-strict-fingerprinting-mode/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 54
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726802517 {#1427
    date: 2024-09-20 05:21:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1457 …}
  +votes: Doctrine\ORM\PersistentCollection {#1453 …}
  +reports: Doctrine\ORM\PersistentCollection {#1458 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1432 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1433 …}
  +badges: Doctrine\ORM\PersistentCollection {#1436 …}
  +children: []
  -id: 31617
  -titleTs: "'brave':1 'fingerprint':5 'mode':7 'protect':6 'strict':4 'sunset':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705711013
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13047993"
  +editedAt: DateTimeImmutable @1726525168 {#1456
    date: 2024-09-17 00:19:28.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705624613 {#1454
    date: 2024-01-19 01:36:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
76 DENIED moderate
App\Entity\Entry {#1461
  +user: Proxies\__CG__\App\Entity\User {#1462 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1463 …}
  +image: Proxies\__CG__\App\Entity\Image {#1464 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1448 …}
  +slug: "Brave-is-sunsetting-strict-fingerprint-protection-mode"
  +title: "Brave is sunsetting strict fingerprint protection mode"
  +url: "https://brave.com/privacy-updates/28-sunsetting-strict-fingerprinting-mode/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 54
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726802517 {#1427
    date: 2024-09-20 05:21:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1457 …}
  +votes: Doctrine\ORM\PersistentCollection {#1453 …}
  +reports: Doctrine\ORM\PersistentCollection {#1458 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1432 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1433 …}
  +badges: Doctrine\ORM\PersistentCollection {#1436 …}
  +children: []
  -id: 31617
  -titleTs: "'brave':1 'fingerprint':5 'mode':7 'protect':6 'strict':4 'sunset':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705711013
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13047993"
  +editedAt: DateTimeImmutable @1726525168 {#1456
    date: 2024-09-17 00:19:28.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705624613 {#1454
    date: 2024-01-19 01:36:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
77 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
78 DENIED moderate
App\Entity\Entry {#1434
  +user: Proxies\__CG__\App\Entity\User {#1431 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1368 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Best-android-app-for-news-aggregation"
  +title: "Best android app for news aggregation?"
  +url: null
  +body: "I was using Samsung’s news app until it kept overwhelming me with ads for walk-in showers and politics. What are good apps that aggregate news from multiple sources? Bonus if they provide actual links to the articles and don’t just steal the content."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 41
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727108633 {#1435
    date: 2024-09-23 18:23:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1440 …}
  +votes: Doctrine\ORM\PersistentCollection {#1429 …}
  +reports: Doctrine\ORM\PersistentCollection {#1694 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1700 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1697 …}
  +badges: Doctrine\ORM\PersistentCollection {#1690 …}
  +children: []
  -id: 31615
  -titleTs: "'aggreg':6 'android':2 'app':3 'best':1 'news':5"
  -bodyTs: "'actual':36 'ad':14 'aggreg':27 'app':7,25 'articl':40 'bonus':32 'content':47 'good':24 'kept':10 'link':37 'multipl':30 'news':6,28 'overwhelm':11 'polit':21 'provid':35 'samsung':4 'shower':19 'sourc':31 'steal':45 'use':3 'walk':17 'walk-in':16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705710790
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10888076"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705624390 {#1430
    date: 2024-01-19 01:33:10.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
App\Entity\Entry {#1434
  +user: Proxies\__CG__\App\Entity\User {#1431 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1368 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Best-android-app-for-news-aggregation"
  +title: "Best android app for news aggregation?"
  +url: null
  +body: "I was using Samsung’s news app until it kept overwhelming me with ads for walk-in showers and politics. What are good apps that aggregate news from multiple sources? Bonus if they provide actual links to the articles and don’t just steal the content."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 41
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727108633 {#1435
    date: 2024-09-23 18:23:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1440 …}
  +votes: Doctrine\ORM\PersistentCollection {#1429 …}
  +reports: Doctrine\ORM\PersistentCollection {#1694 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1700 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1697 …}
  +badges: Doctrine\ORM\PersistentCollection {#1690 …}
  +children: []
  -id: 31615
  -titleTs: "'aggreg':6 'android':2 'app':3 'best':1 'news':5"
  -bodyTs: "'actual':36 'ad':14 'aggreg':27 'app':7,25 'articl':40 'bonus':32 'content':47 'good':24 'kept':10 'link':37 'multipl':30 'news':6,28 'overwhelm':11 'polit':21 'provid':35 'samsung':4 'shower':19 'sourc':31 'steal':45 'use':3 'walk':17 'walk-in':16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705710790
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10888076"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705624390 {#1430
    date: 2024-01-19 01:33:10.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
App\Entity\Entry {#1434
  +user: Proxies\__CG__\App\Entity\User {#1431 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1368 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1771 …}
  +slug: "Best-android-app-for-news-aggregation"
  +title: "Best android app for news aggregation?"
  +url: null
  +body: "I was using Samsung’s news app until it kept overwhelming me with ads for walk-in showers and politics. What are good apps that aggregate news from multiple sources? Bonus if they provide actual links to the articles and don’t just steal the content."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 41
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727108633 {#1435
    date: 2024-09-23 18:23:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1440 …}
  +votes: Doctrine\ORM\PersistentCollection {#1429 …}
  +reports: Doctrine\ORM\PersistentCollection {#1694 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1700 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1697 …}
  +badges: Doctrine\ORM\PersistentCollection {#1690 …}
  +children: []
  -id: 31615
  -titleTs: "'aggreg':6 'android':2 'app':3 'best':1 'news':5"
  -bodyTs: "'actual':36 'ad':14 'aggreg':27 'app':7,25 'articl':40 'bonus':32 'content':47 'good':24 'kept':10 'link':37 'multipl':30 'news':6,28 'overwhelm':11 'polit':21 'provid':35 'samsung':4 'shower':19 'sourc':31 'steal':45 'use':3 'walk':17 'walk-in':16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705710790
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10888076"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705624390 {#1430
    date: 2024-01-19 01:33:10.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
81 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
82 DENIED moderate
App\Entity\Entry {#1595
  +user: Proxies\__CG__\App\Entity\User {#1610 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1609 …}
  +image: Proxies\__CG__\App\Entity\Image {#1606 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "19-January-1981"
  +title: "19 January 1981"
  +url: "https://sh.itjust.works/pictrs/image/79d5c026-2b8b-470e-96cf-4278d1949bc2.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726876679 {#1696
    date: 2024-09-21 01:57:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1614 …}
  +votes: Doctrine\ORM\PersistentCollection {#1615 …}
  +reports: Doctrine\ORM\PersistentCollection {#1752 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1639 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1647 …}
  +badges: Doctrine\ORM\PersistentCollection {#1640 …}
  +children: []
  -id: 31746
  -titleTs: "'19':1 '1981':3 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705710707
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13084191"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705681707 {#1709
    date: 2024-01-19 17:28:27.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\Entry {#1595
  +user: Proxies\__CG__\App\Entity\User {#1610 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1609 …}
  +image: Proxies\__CG__\App\Entity\Image {#1606 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "19-January-1981"
  +title: "19 January 1981"
  +url: "https://sh.itjust.works/pictrs/image/79d5c026-2b8b-470e-96cf-4278d1949bc2.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726876679 {#1696
    date: 2024-09-21 01:57:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1614 …}
  +votes: Doctrine\ORM\PersistentCollection {#1615 …}
  +reports: Doctrine\ORM\PersistentCollection {#1752 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1639 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1647 …}
  +badges: Doctrine\ORM\PersistentCollection {#1640 …}
  +children: []
  -id: 31746
  -titleTs: "'19':1 '1981':3 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705710707
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13084191"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705681707 {#1709
    date: 2024-01-19 17:28:27.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\Entry {#1595
  +user: Proxies\__CG__\App\Entity\User {#1610 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1609 …}
  +image: Proxies\__CG__\App\Entity\Image {#1606 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "19-January-1981"
  +title: "19 January 1981"
  +url: "https://sh.itjust.works/pictrs/image/79d5c026-2b8b-470e-96cf-4278d1949bc2.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726876679 {#1696
    date: 2024-09-21 01:57:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1614 …}
  +votes: Doctrine\ORM\PersistentCollection {#1615 …}
  +reports: Doctrine\ORM\PersistentCollection {#1752 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1639 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1647 …}
  +badges: Doctrine\ORM\PersistentCollection {#1640 …}
  +children: []
  -id: 31746
  -titleTs: "'19':1 '1981':3 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705710707
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13084191"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705681707 {#1709
    date: 2024-01-19 17:28:27.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
85 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
86 DENIED moderate
App\Entity\Entry {#1675
  +user: Proxies\__CG__\App\Entity\User {#1674 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1676 …}
  +image: Proxies\__CG__\App\Entity\Image {#1672 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "What-a-wonderful-phrase"
  +title: "What a wonderful phrase!"
  +url: "https://lemmy.world/pictrs/image/1e622aa7-c6ec-4bed-ac20-d9a21ca73636.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 142
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726906303 {#1648
    date: 2024-09-21 10:11:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1673 …}
  +votes: Doctrine\ORM\PersistentCollection {#1678 …}
  +reports: Doctrine\ORM\PersistentCollection {#1670 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1667 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1671 …}
  +badges: Doctrine\ORM\PersistentCollection {#1650 …}
  +children: []
  -id: 31614
  -titleTs: "'phrase':4 'wonder':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705710494
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10888022"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705624094 {#1665
    date: 2024-01-19 01:28:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
87 DENIED edit
App\Entity\Entry {#1675
  +user: Proxies\__CG__\App\Entity\User {#1674 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1676 …}
  +image: Proxies\__CG__\App\Entity\Image {#1672 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "What-a-wonderful-phrase"
  +title: "What a wonderful phrase!"
  +url: "https://lemmy.world/pictrs/image/1e622aa7-c6ec-4bed-ac20-d9a21ca73636.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 142
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726906303 {#1648
    date: 2024-09-21 10:11:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1673 …}
  +votes: Doctrine\ORM\PersistentCollection {#1678 …}
  +reports: Doctrine\ORM\PersistentCollection {#1670 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1667 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1671 …}
  +badges: Doctrine\ORM\PersistentCollection {#1650 …}
  +children: []
  -id: 31614
  -titleTs: "'phrase':4 'wonder':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705710494
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10888022"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705624094 {#1665
    date: 2024-01-19 01:28:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
88 DENIED moderate
App\Entity\Entry {#1675
  +user: Proxies\__CG__\App\Entity\User {#1674 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1676 …}
  +image: Proxies\__CG__\App\Entity\Image {#1672 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1903 …}
  +slug: "What-a-wonderful-phrase"
  +title: "What a wonderful phrase!"
  +url: "https://lemmy.world/pictrs/image/1e622aa7-c6ec-4bed-ac20-d9a21ca73636.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 142
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726906303 {#1648
    date: 2024-09-21 10:11:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1673 …}
  +votes: Doctrine\ORM\PersistentCollection {#1678 …}
  +reports: Doctrine\ORM\PersistentCollection {#1670 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1667 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1671 …}
  +badges: Doctrine\ORM\PersistentCollection {#1650 …}
  +children: []
  -id: 31614
  -titleTs: "'phrase':4 'wonder':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705710494
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10888022"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705624094 {#1665
    date: 2024-01-19 01:28:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
89 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
90 DENIED moderate
App\Entity\Entry {#1649
  +user: Proxies\__CG__\App\Entity\User {#1651 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1676 …}
  +image: Proxies\__CG__\App\Entity\Image {#1653 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "Feel-the-bass"
  +title: "Feel the bass"
  +url: "https://sh.itjust.works/pictrs/image/28159d85-2175-4391-a83c-6588fcc8ea9b.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 29
  +favouriteCount: 403
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726881842 {#1652
    date: 2024-09-21 03:24:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1656 …}
  +votes: Doctrine\ORM\PersistentCollection {#1662 …}
  +reports: Doctrine\ORM\PersistentCollection {#1553 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1590 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1591 …}
  +badges: Doctrine\ORM\PersistentCollection {#1589 …}
  +children: []
  -id: 31612
  -titleTs: "'bass':3 'feel':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705708381
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13045600"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705621981 {#1655
    date: 2024-01-19 00:53:01.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
App\Entity\Entry {#1649
  +user: Proxies\__CG__\App\Entity\User {#1651 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1676 …}
  +image: Proxies\__CG__\App\Entity\Image {#1653 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "Feel-the-bass"
  +title: "Feel the bass"
  +url: "https://sh.itjust.works/pictrs/image/28159d85-2175-4391-a83c-6588fcc8ea9b.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 29
  +favouriteCount: 403
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726881842 {#1652
    date: 2024-09-21 03:24:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1656 …}
  +votes: Doctrine\ORM\PersistentCollection {#1662 …}
  +reports: Doctrine\ORM\PersistentCollection {#1553 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1590 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1591 …}
  +badges: Doctrine\ORM\PersistentCollection {#1589 …}
  +children: []
  -id: 31612
  -titleTs: "'bass':3 'feel':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705708381
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13045600"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705621981 {#1655
    date: 2024-01-19 00:53:01.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
App\Entity\Entry {#1649
  +user: Proxies\__CG__\App\Entity\User {#1651 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1676 …}
  +image: Proxies\__CG__\App\Entity\Image {#1653 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1896 …}
  +slug: "Feel-the-bass"
  +title: "Feel the bass"
  +url: "https://sh.itjust.works/pictrs/image/28159d85-2175-4391-a83c-6588fcc8ea9b.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 29
  +favouriteCount: 403
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726881842 {#1652
    date: 2024-09-21 03:24:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1656 …}
  +votes: Doctrine\ORM\PersistentCollection {#1662 …}
  +reports: Doctrine\ORM\PersistentCollection {#1553 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1590 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1591 …}
  +badges: Doctrine\ORM\PersistentCollection {#1589 …}
  +children: []
  -id: 31612
  -titleTs: "'bass':3 'feel':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705708381
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13045600"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705621981 {#1655
    date: 2024-01-19 00:53:01.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
93 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
94 DENIED moderate
App\Entity\Entry {#1583
  +user: Proxies\__CG__\App\Entity\User {#1577 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1426 …}
  +slug: "The-selection-landscape-and-genetic-legacy-of-ancient-Eurasians"
  +title: "The selection landscape and genetic legacy of ancient Eurasians"
  +url: "https://www.nature.com/articles/s41586-023-06705-1.pdf"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705681269 {#1582
    date: 2024-01-19 17:21:09.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1579 …}
  +votes: Doctrine\ORM\PersistentCollection {#1581 …}
  +reports: Doctrine\ORM\PersistentCollection {#1572 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1575 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
  +badges: Doctrine\ORM\PersistentCollection {#1585 …}
  +children: []
  -id: 31739
  -titleTs: "'ancient':8 'eurasian':9 'genet':5 'landscap':3 'legaci':6 'select':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705708269
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/8639998"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705681269 {#1578
    date: 2024-01-19 17:21:09.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
95 DENIED edit
App\Entity\Entry {#1583
  +user: Proxies\__CG__\App\Entity\User {#1577 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1426 …}
  +slug: "The-selection-landscape-and-genetic-legacy-of-ancient-Eurasians"
  +title: "The selection landscape and genetic legacy of ancient Eurasians"
  +url: "https://www.nature.com/articles/s41586-023-06705-1.pdf"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705681269 {#1582
    date: 2024-01-19 17:21:09.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1579 …}
  +votes: Doctrine\ORM\PersistentCollection {#1581 …}
  +reports: Doctrine\ORM\PersistentCollection {#1572 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1575 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
  +badges: Doctrine\ORM\PersistentCollection {#1585 …}
  +children: []
  -id: 31739
  -titleTs: "'ancient':8 'eurasian':9 'genet':5 'landscap':3 'legaci':6 'select':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705708269
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/8639998"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705681269 {#1578
    date: 2024-01-19 17:21:09.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
96 DENIED moderate
App\Entity\Entry {#1583
  +user: Proxies\__CG__\App\Entity\User {#1577 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1426 …}
  +slug: "The-selection-landscape-and-genetic-legacy-of-ancient-Eurasians"
  +title: "The selection landscape and genetic legacy of ancient Eurasians"
  +url: "https://www.nature.com/articles/s41586-023-06705-1.pdf"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705681269 {#1582
    date: 2024-01-19 17:21:09.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1579 …}
  +votes: Doctrine\ORM\PersistentCollection {#1581 …}
  +reports: Doctrine\ORM\PersistentCollection {#1572 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1575 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
  +badges: Doctrine\ORM\PersistentCollection {#1585 …}
  +children: []
  -id: 31739
  -titleTs: "'ancient':8 'eurasian':9 'genet':5 'landscap':3 'legaci':6 'select':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705708269
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/8639998"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705681269 {#1578
    date: 2024-01-19 17:21:09.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
97 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
98 DENIED moderate
App\Entity\Entry {#1560
  +user: Proxies\__CG__\App\Entity\User {#1568 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#1528 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1527 …}
  +slug: "ifn-t"
  +title: "ifn't"
  +url: "https://programming.dev/pictrs/image/3cb22526-3cb8-40ee-b012-e7f13b9b57f6.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 87
  +favouriteCount: 689
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727912168 {#1551
    date: 2024-10-03 01:36:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1561 …}
  +votes: Doctrine\ORM\PersistentCollection {#1567 …}
  +reports: Doctrine\ORM\PersistentCollection {#1559 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1563 …}
  +badges: Doctrine\ORM\PersistentCollection {#1565 …}
  +children: []
  -id: 31611
  -titleTs: "'ifn':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705707916
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8786536"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705621516 {#1549
    date: 2024-01-19 00:45:16.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
99 DENIED edit
App\Entity\Entry {#1560
  +user: Proxies\__CG__\App\Entity\User {#1568 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#1528 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1527 …}
  +slug: "ifn-t"
  +title: "ifn't"
  +url: "https://programming.dev/pictrs/image/3cb22526-3cb8-40ee-b012-e7f13b9b57f6.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 87
  +favouriteCount: 689
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727912168 {#1551
    date: 2024-10-03 01:36:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1561 …}
  +votes: Doctrine\ORM\PersistentCollection {#1567 …}
  +reports: Doctrine\ORM\PersistentCollection {#1559 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1563 …}
  +badges: Doctrine\ORM\PersistentCollection {#1565 …}
  +children: []
  -id: 31611
  -titleTs: "'ifn':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705707916
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8786536"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705621516 {#1549
    date: 2024-01-19 00:45:16.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
100 DENIED moderate
App\Entity\Entry {#1560
  +user: Proxies\__CG__\App\Entity\User {#1568 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#1528 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1527 …}
  +slug: "ifn-t"
  +title: "ifn't"
  +url: "https://programming.dev/pictrs/image/3cb22526-3cb8-40ee-b012-e7f13b9b57f6.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 87
  +favouriteCount: 689
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727912168 {#1551
    date: 2024-10-03 01:36:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1561 …}
  +votes: Doctrine\ORM\PersistentCollection {#1567 …}
  +reports: Doctrine\ORM\PersistentCollection {#1559 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1563 …}
  +badges: Doctrine\ORM\PersistentCollection {#1565 …}
  +children: []
  -id: 31611
  -titleTs: "'ifn':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705707916
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8786536"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705621516 {#1549
    date: 2024-01-19 00:45:16.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details