GET https://kbin.spritesserver.nl/commented/1y/articles?p=74

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

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\Entry {#228
  +user: Proxies\__CG__\App\Entity\User {#128 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Use-YAD-Zenity-dialogues-to-populated-variables-in-a-bash-script"
  +title: "Use YAD/Zenity dialogues to populated variables in a bash script?"
  +url: null
  +body: """
    I am learning some bash scripting.\n
    \n
    I am interested to learn about getting input for my scripts via a GUI interface. It seems that `yad` (forked from `zenity`) is the most robust tool for this. (But if there is a better choice I would like to hear about it too.)\n
    \n
    Is it possible to obtain *2 or more* named variables using `yad`? *Not* just getting the values based on their positions (`$1`, `$2`, etc), with `awk`. See “What doesn’t work” spoiler for those.\n
    \n
    What doesn't workI find how to obtain *one* named variable, for [example](https://askubuntu.com/questions/489497/store-the-return-string-to-a-variable-from-zenity): `sh inputStr=$(zenity --entry --title=“My Title” --text=“My Text:”) `I also find solutions relying on opening single-variable dialogues sequentially but that’s a terrible interface. Everything else relies on chopping up the output with `awk` or based on the positions, `$1`, `$2`, `$3` etc. In [this script](https://askubuntu.com/a/1251429) `$jpgfile` is obtained: `sh jpgfile=$(echo $OUTPUT | awk ‘BEGIN {FS=“,” } { print $1 }’) `This seems unmanageable because adding a new field or failing to provide input for a field will both change the output order of every subsequent value. It’s way too fragile.\n
    \n
    For a simple example, I want to ask the user for a file name and some content. Creating the dialogue is like this:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">yad --title </span><span style="color:#183691;">"Create a file"</span><span style="color:#323232;"> --form --field</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#183691;">"File name"</span><span style="color:#323232;"> --field</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#183691;">"Content"\n
    </span>\n
    ```\n
    \n
    If you fill both fields the output in the terminal is `file|this is some text|`. How do I get them into variables like `$filename` and `$filecontent`? So then I can finish the script like this:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">touch </span><span style="color:#183691;">"$</span><span style="color:#323232;">filename</span><span style="color:#183691;">"\n
    </span><span style="color:#62a35c;">echo </span><span style="color:#183691;">"$</span><span style="color:#323232;">filecontent</span><span style="color:#183691;">" </span><span style="font-weight:bold;color:#a71d5d;">> </span><span style="color:#323232;">$filename\n
    </span>\n
    ```\n
    \n
    Is this possible??? I do not find it anywhere. I looked though all kinds of websites like [YAD Guide](https://yad-guide.ingk.se/), [yad man page](https://www.mankier.com/1/yad), [smokey01](https://smokey01.com/yad/). Maybe I missed something. On [yaddemo](https://github.com/cjungmann/yaddemo/) I read about bash arrays and it seemed to come close but I couldn’t quite piece it together.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729147158 {#158
    date: 2024-10-17 08:39:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#195 …}
  +votes: Doctrine\ORM\PersistentCollection {#1856 …}
  +reports: Doctrine\ORM\PersistentCollection {#2417 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1946 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1878 …}
  +badges: Doctrine\ORM\PersistentCollection {#1864 …}
  +children: []
  -id: 33597
  -titleTs: "'bash':9 'dialogu':3 'popul':5 'script':10 'use':1 'variabl':6 'yad/zenity':2"
  -bodyTs: "'/),':293 '/1/yad),':299 '/a/1251429)':153 '/cjungmann/yaddemo/)':312 '/questions/489497/store-the-return-string-to-a-variable-from-zenity):':100 '/yad/).':303 '1':72,144,165 '2':56,73,145 '3':146 'ad':170 'also':112 'anywher':280 'array':317 'ask':204 'askubuntu.com':99,152 'askubuntu.com/a/1251429)':151 'askubuntu.com/questions/489497/store-the-return-string-to-a-variable-from-zenity):':98 'awk':76,138,161 'base':68,140 'bash':5,316 'begin':162 'better':41 'chang':184 'choic':42 'chop':133 'close':323 'come':322 'content':213,230 'couldn':326 'creat':214,222 'dialogu':121,216 'doesn':79,86 'echo':159,269 'els':130 'entri':104 'etc':74,147 'everi':189 'everyth':129 'exampl':97,200 'fail':175 'field':173,181,226,229,235 'file':209,224,227,242 'filecont':257,270 'filenam':255,268,271 'fill':233 'find':89,113,278 'finish':262 'fork':26 'form':225 'fragil':196 'fs':163 'get':13,65,250 'github.com':311 'github.com/cjungmann/yaddemo/)':310 'gui':20 'guid':290 'hear':47 'input':14,178 'inputstr':102 'interest':9 'interfac':21,128 'jpgfile':154,158 'kind':285 'learn':3,11 'like':45,218,254,265,288 'look':282 'man':295 'mayb':304 'miss':306 'name':59,94,210,228 'new':172 'obtain':55,92,156 'one':93 'open':117 'order':187 'output':136,160,186,237 'page':296 'piec':329 'posit':71,143 'possibl':53,274 'print':164 'provid':177 'quit':328 'read':314 'reli':115,131 'robust':32 'script':6,17,150,264 'see':77 'seem':23,167,320 'sequenti':122 'sh':101,157 'simpl':199 'singl':119 'single-vari':118 'smokey01':300 'smokey01.com':302 'smokey01.com/yad/).':301 'solut':114 'someth':307 'spoiler':82 'subsequ':190 'termin':240 'terribl':127 'text':108,110,246 'though':283 'titl':105,107,221 'togeth':331 'tool':33 'touch':267 'unmanag':168 'use':61 'user':206 'valu':67,191 'variabl':60,95,120,253 'via':18 'want':202 'way':194 'websit':287 'work':81 'worki':88 'would':44 'www.mankier.com':298 'www.mankier.com/1/yad),':297 'yad':25,62,220,289,294 'yad-guide.ingk.se':292 'yad-guide.ingk.se/),':291 'yaddemo':309 'zeniti':28,103"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706482025
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9987356"
  +editedAt: DateTimeImmutable @1729128865 {#241
    date: 2024-10-17 03:34:25.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706436525 {#171
    date: 2024-01-28 11:08:45.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\Entry {#228
  +user: Proxies\__CG__\App\Entity\User {#128 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Use-YAD-Zenity-dialogues-to-populated-variables-in-a-bash-script"
  +title: "Use YAD/Zenity dialogues to populated variables in a bash script?"
  +url: null
  +body: """
    I am learning some bash scripting.\n
    \n
    I am interested to learn about getting input for my scripts via a GUI interface. It seems that `yad` (forked from `zenity`) is the most robust tool for this. (But if there is a better choice I would like to hear about it too.)\n
    \n
    Is it possible to obtain *2 or more* named variables using `yad`? *Not* just getting the values based on their positions (`$1`, `$2`, etc), with `awk`. See “What doesn’t work” spoiler for those.\n
    \n
    What doesn't workI find how to obtain *one* named variable, for [example](https://askubuntu.com/questions/489497/store-the-return-string-to-a-variable-from-zenity): `sh inputStr=$(zenity --entry --title=“My Title” --text=“My Text:”) `I also find solutions relying on opening single-variable dialogues sequentially but that’s a terrible interface. Everything else relies on chopping up the output with `awk` or based on the positions, `$1`, `$2`, `$3` etc. In [this script](https://askubuntu.com/a/1251429) `$jpgfile` is obtained: `sh jpgfile=$(echo $OUTPUT | awk ‘BEGIN {FS=“,” } { print $1 }’) `This seems unmanageable because adding a new field or failing to provide input for a field will both change the output order of every subsequent value. It’s way too fragile.\n
    \n
    For a simple example, I want to ask the user for a file name and some content. Creating the dialogue is like this:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">yad --title </span><span style="color:#183691;">"Create a file"</span><span style="color:#323232;"> --form --field</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#183691;">"File name"</span><span style="color:#323232;"> --field</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#183691;">"Content"\n
    </span>\n
    ```\n
    \n
    If you fill both fields the output in the terminal is `file|this is some text|`. How do I get them into variables like `$filename` and `$filecontent`? So then I can finish the script like this:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">touch </span><span style="color:#183691;">"$</span><span style="color:#323232;">filename</span><span style="color:#183691;">"\n
    </span><span style="color:#62a35c;">echo </span><span style="color:#183691;">"$</span><span style="color:#323232;">filecontent</span><span style="color:#183691;">" </span><span style="font-weight:bold;color:#a71d5d;">> </span><span style="color:#323232;">$filename\n
    </span>\n
    ```\n
    \n
    Is this possible??? I do not find it anywhere. I looked though all kinds of websites like [YAD Guide](https://yad-guide.ingk.se/), [yad man page](https://www.mankier.com/1/yad), [smokey01](https://smokey01.com/yad/). Maybe I missed something. On [yaddemo](https://github.com/cjungmann/yaddemo/) I read about bash arrays and it seemed to come close but I couldn’t quite piece it together.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729147158 {#158
    date: 2024-10-17 08:39:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#195 …}
  +votes: Doctrine\ORM\PersistentCollection {#1856 …}
  +reports: Doctrine\ORM\PersistentCollection {#2417 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1946 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1878 …}
  +badges: Doctrine\ORM\PersistentCollection {#1864 …}
  +children: []
  -id: 33597
  -titleTs: "'bash':9 'dialogu':3 'popul':5 'script':10 'use':1 'variabl':6 'yad/zenity':2"
  -bodyTs: "'/),':293 '/1/yad),':299 '/a/1251429)':153 '/cjungmann/yaddemo/)':312 '/questions/489497/store-the-return-string-to-a-variable-from-zenity):':100 '/yad/).':303 '1':72,144,165 '2':56,73,145 '3':146 'ad':170 'also':112 'anywher':280 'array':317 'ask':204 'askubuntu.com':99,152 'askubuntu.com/a/1251429)':151 'askubuntu.com/questions/489497/store-the-return-string-to-a-variable-from-zenity):':98 'awk':76,138,161 'base':68,140 'bash':5,316 'begin':162 'better':41 'chang':184 'choic':42 'chop':133 'close':323 'come':322 'content':213,230 'couldn':326 'creat':214,222 'dialogu':121,216 'doesn':79,86 'echo':159,269 'els':130 'entri':104 'etc':74,147 'everi':189 'everyth':129 'exampl':97,200 'fail':175 'field':173,181,226,229,235 'file':209,224,227,242 'filecont':257,270 'filenam':255,268,271 'fill':233 'find':89,113,278 'finish':262 'fork':26 'form':225 'fragil':196 'fs':163 'get':13,65,250 'github.com':311 'github.com/cjungmann/yaddemo/)':310 'gui':20 'guid':290 'hear':47 'input':14,178 'inputstr':102 'interest':9 'interfac':21,128 'jpgfile':154,158 'kind':285 'learn':3,11 'like':45,218,254,265,288 'look':282 'man':295 'mayb':304 'miss':306 'name':59,94,210,228 'new':172 'obtain':55,92,156 'one':93 'open':117 'order':187 'output':136,160,186,237 'page':296 'piec':329 'posit':71,143 'possibl':53,274 'print':164 'provid':177 'quit':328 'read':314 'reli':115,131 'robust':32 'script':6,17,150,264 'see':77 'seem':23,167,320 'sequenti':122 'sh':101,157 'simpl':199 'singl':119 'single-vari':118 'smokey01':300 'smokey01.com':302 'smokey01.com/yad/).':301 'solut':114 'someth':307 'spoiler':82 'subsequ':190 'termin':240 'terribl':127 'text':108,110,246 'though':283 'titl':105,107,221 'togeth':331 'tool':33 'touch':267 'unmanag':168 'use':61 'user':206 'valu':67,191 'variabl':60,95,120,253 'via':18 'want':202 'way':194 'websit':287 'work':81 'worki':88 'would':44 'www.mankier.com':298 'www.mankier.com/1/yad),':297 'yad':25,62,220,289,294 'yad-guide.ingk.se':292 'yad-guide.ingk.se/),':291 'yaddemo':309 'zeniti':28,103"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706482025
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9987356"
  +editedAt: DateTimeImmutable @1729128865 {#241
    date: 2024-10-17 03:34:25.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706436525 {#171
    date: 2024-01-28 11:08:45.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\Entry {#228
  +user: Proxies\__CG__\App\Entity\User {#128 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Use-YAD-Zenity-dialogues-to-populated-variables-in-a-bash-script"
  +title: "Use YAD/Zenity dialogues to populated variables in a bash script?"
  +url: null
  +body: """
    I am learning some bash scripting.\n
    \n
    I am interested to learn about getting input for my scripts via a GUI interface. It seems that `yad` (forked from `zenity`) is the most robust tool for this. (But if there is a better choice I would like to hear about it too.)\n
    \n
    Is it possible to obtain *2 or more* named variables using `yad`? *Not* just getting the values based on their positions (`$1`, `$2`, etc), with `awk`. See “What doesn’t work” spoiler for those.\n
    \n
    What doesn't workI find how to obtain *one* named variable, for [example](https://askubuntu.com/questions/489497/store-the-return-string-to-a-variable-from-zenity): `sh inputStr=$(zenity --entry --title=“My Title” --text=“My Text:”) `I also find solutions relying on opening single-variable dialogues sequentially but that’s a terrible interface. Everything else relies on chopping up the output with `awk` or based on the positions, `$1`, `$2`, `$3` etc. In [this script](https://askubuntu.com/a/1251429) `$jpgfile` is obtained: `sh jpgfile=$(echo $OUTPUT | awk ‘BEGIN {FS=“,” } { print $1 }’) `This seems unmanageable because adding a new field or failing to provide input for a field will both change the output order of every subsequent value. It’s way too fragile.\n
    \n
    For a simple example, I want to ask the user for a file name and some content. Creating the dialogue is like this:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">yad --title </span><span style="color:#183691;">"Create a file"</span><span style="color:#323232;"> --form --field</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#183691;">"File name"</span><span style="color:#323232;"> --field</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#183691;">"Content"\n
    </span>\n
    ```\n
    \n
    If you fill both fields the output in the terminal is `file|this is some text|`. How do I get them into variables like `$filename` and `$filecontent`? So then I can finish the script like this:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">touch </span><span style="color:#183691;">"$</span><span style="color:#323232;">filename</span><span style="color:#183691;">"\n
    </span><span style="color:#62a35c;">echo </span><span style="color:#183691;">"$</span><span style="color:#323232;">filecontent</span><span style="color:#183691;">" </span><span style="font-weight:bold;color:#a71d5d;">> </span><span style="color:#323232;">$filename\n
    </span>\n
    ```\n
    \n
    Is this possible??? I do not find it anywhere. I looked though all kinds of websites like [YAD Guide](https://yad-guide.ingk.se/), [yad man page](https://www.mankier.com/1/yad), [smokey01](https://smokey01.com/yad/). Maybe I missed something. On [yaddemo](https://github.com/cjungmann/yaddemo/) I read about bash arrays and it seemed to come close but I couldn’t quite piece it together.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729147158 {#158
    date: 2024-10-17 08:39:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#195 …}
  +votes: Doctrine\ORM\PersistentCollection {#1856 …}
  +reports: Doctrine\ORM\PersistentCollection {#2417 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1946 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1878 …}
  +badges: Doctrine\ORM\PersistentCollection {#1864 …}
  +children: []
  -id: 33597
  -titleTs: "'bash':9 'dialogu':3 'popul':5 'script':10 'use':1 'variabl':6 'yad/zenity':2"
  -bodyTs: "'/),':293 '/1/yad),':299 '/a/1251429)':153 '/cjungmann/yaddemo/)':312 '/questions/489497/store-the-return-string-to-a-variable-from-zenity):':100 '/yad/).':303 '1':72,144,165 '2':56,73,145 '3':146 'ad':170 'also':112 'anywher':280 'array':317 'ask':204 'askubuntu.com':99,152 'askubuntu.com/a/1251429)':151 'askubuntu.com/questions/489497/store-the-return-string-to-a-variable-from-zenity):':98 'awk':76,138,161 'base':68,140 'bash':5,316 'begin':162 'better':41 'chang':184 'choic':42 'chop':133 'close':323 'come':322 'content':213,230 'couldn':326 'creat':214,222 'dialogu':121,216 'doesn':79,86 'echo':159,269 'els':130 'entri':104 'etc':74,147 'everi':189 'everyth':129 'exampl':97,200 'fail':175 'field':173,181,226,229,235 'file':209,224,227,242 'filecont':257,270 'filenam':255,268,271 'fill':233 'find':89,113,278 'finish':262 'fork':26 'form':225 'fragil':196 'fs':163 'get':13,65,250 'github.com':311 'github.com/cjungmann/yaddemo/)':310 'gui':20 'guid':290 'hear':47 'input':14,178 'inputstr':102 'interest':9 'interfac':21,128 'jpgfile':154,158 'kind':285 'learn':3,11 'like':45,218,254,265,288 'look':282 'man':295 'mayb':304 'miss':306 'name':59,94,210,228 'new':172 'obtain':55,92,156 'one':93 'open':117 'order':187 'output':136,160,186,237 'page':296 'piec':329 'posit':71,143 'possibl':53,274 'print':164 'provid':177 'quit':328 'read':314 'reli':115,131 'robust':32 'script':6,17,150,264 'see':77 'seem':23,167,320 'sequenti':122 'sh':101,157 'simpl':199 'singl':119 'single-vari':118 'smokey01':300 'smokey01.com':302 'smokey01.com/yad/).':301 'solut':114 'someth':307 'spoiler':82 'subsequ':190 'termin':240 'terribl':127 'text':108,110,246 'though':283 'titl':105,107,221 'togeth':331 'tool':33 'touch':267 'unmanag':168 'use':61 'user':206 'valu':67,191 'variabl':60,95,120,253 'via':18 'want':202 'way':194 'websit':287 'work':81 'worki':88 'would':44 'www.mankier.com':298 'www.mankier.com/1/yad),':297 'yad':25,62,220,289,294 'yad-guide.ingk.se':292 'yad-guide.ingk.se/),':291 'yaddemo':309 'zeniti':28,103"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706482025
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9987356"
  +editedAt: DateTimeImmutable @1729128865 {#241
    date: 2024-10-17 03:34:25.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706436525 {#171
    date: 2024-01-28 11:08:45.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\Entry {#1915
  +user: Proxies\__CG__\App\Entity\User {#1899 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "I-want-to-set-up-a-selfhosted-RSS-reader-but"
  +title: "I want to set up a selfhosted RSS reader but feel a bit lost"
  +url: null
  +body: """
    I was setting up a RSS reader with a bunch of webcomics but I immediately ran into the problem of some being on Instagram and I would like to have some way to handle that without having to use instagram. After some googling I found a bunch of links to abandoned or broken projects with documentation I did not understand.\n
    \n
    Any help or suggestions would be appreciated. I am quite the beginner tough, I have a truenas running on an old computer and a raspberry pi in a desk drawer so that the general competence I am working with.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 42
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729155627 {#1876
    date: 2024-10-17 11:00:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1925 …}
  +votes: Doctrine\ORM\PersistentCollection {#1920 …}
  +reports: Doctrine\ORM\PersistentCollection {#1901 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1896 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1950 …}
  +badges: Doctrine\ORM\PersistentCollection {#1928 …}
  +children: []
  -id: 33524
  -titleTs: "'bit':13 'feel':11 'lost':14 'reader':9 'rss':8 'selfhost':7 'set':4 'want':2"
  -bodyTs: "'abandon':51 'appreci':67 'beginn':72 'broken':53 'bunch':10,47 'compet':95 'comput':82 'desk':89 'document':56 'drawer':90 'found':45 'general':94 'googl':43 'handl':34 'help':62 'immedi':15 'instagram':24,40 'like':28 'link':49 'old':81 'pi':86 'problem':19 'project':54 'quit':70 'ran':16 'raspberri':85 'reader':7 'rss':6 'run':78 'set':3 'suggest':64 'tough':73 'truena':77 'understand':60 'use':39 'way':32 'webcom':12 'without':36 'work':98 'would':27,65"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706478285
  +visibility: "visible             "
  +apId: "https://feddit.nu/post/2873280"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706391885 {#1884
    date: 2024-01-27 22:44: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
7 DENIED edit
App\Entity\Entry {#1915
  +user: Proxies\__CG__\App\Entity\User {#1899 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "I-want-to-set-up-a-selfhosted-RSS-reader-but"
  +title: "I want to set up a selfhosted RSS reader but feel a bit lost"
  +url: null
  +body: """
    I was setting up a RSS reader with a bunch of webcomics but I immediately ran into the problem of some being on Instagram and I would like to have some way to handle that without having to use instagram. After some googling I found a bunch of links to abandoned or broken projects with documentation I did not understand.\n
    \n
    Any help or suggestions would be appreciated. I am quite the beginner tough, I have a truenas running on an old computer and a raspberry pi in a desk drawer so that the general competence I am working with.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 42
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729155627 {#1876
    date: 2024-10-17 11:00:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1925 …}
  +votes: Doctrine\ORM\PersistentCollection {#1920 …}
  +reports: Doctrine\ORM\PersistentCollection {#1901 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1896 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1950 …}
  +badges: Doctrine\ORM\PersistentCollection {#1928 …}
  +children: []
  -id: 33524
  -titleTs: "'bit':13 'feel':11 'lost':14 'reader':9 'rss':8 'selfhost':7 'set':4 'want':2"
  -bodyTs: "'abandon':51 'appreci':67 'beginn':72 'broken':53 'bunch':10,47 'compet':95 'comput':82 'desk':89 'document':56 'drawer':90 'found':45 'general':94 'googl':43 'handl':34 'help':62 'immedi':15 'instagram':24,40 'like':28 'link':49 'old':81 'pi':86 'problem':19 'project':54 'quit':70 'ran':16 'raspberri':85 'reader':7 'rss':6 'run':78 'set':3 'suggest':64 'tough':73 'truena':77 'understand':60 'use':39 'way':32 'webcom':12 'without':36 'work':98 'would':27,65"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706478285
  +visibility: "visible             "
  +apId: "https://feddit.nu/post/2873280"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706391885 {#1884
    date: 2024-01-27 22:44: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
8 DENIED moderate
App\Entity\Entry {#1915
  +user: Proxies\__CG__\App\Entity\User {#1899 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "I-want-to-set-up-a-selfhosted-RSS-reader-but"
  +title: "I want to set up a selfhosted RSS reader but feel a bit lost"
  +url: null
  +body: """
    I was setting up a RSS reader with a bunch of webcomics but I immediately ran into the problem of some being on Instagram and I would like to have some way to handle that without having to use instagram. After some googling I found a bunch of links to abandoned or broken projects with documentation I did not understand.\n
    \n
    Any help or suggestions would be appreciated. I am quite the beginner tough, I have a truenas running on an old computer and a raspberry pi in a desk drawer so that the general competence I am working with.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 42
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729155627 {#1876
    date: 2024-10-17 11:00:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1925 …}
  +votes: Doctrine\ORM\PersistentCollection {#1920 …}
  +reports: Doctrine\ORM\PersistentCollection {#1901 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1896 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1950 …}
  +badges: Doctrine\ORM\PersistentCollection {#1928 …}
  +children: []
  -id: 33524
  -titleTs: "'bit':13 'feel':11 'lost':14 'reader':9 'rss':8 'selfhost':7 'set':4 'want':2"
  -bodyTs: "'abandon':51 'appreci':67 'beginn':72 'broken':53 'bunch':10,47 'compet':95 'comput':82 'desk':89 'document':56 'drawer':90 'found':45 'general':94 'googl':43 'handl':34 'help':62 'immedi':15 'instagram':24,40 'like':28 'link':49 'old':81 'pi':86 'problem':19 'project':54 'quit':70 'ran':16 'raspberri':85 'reader':7 'rss':6 'run':78 'set':3 'suggest':64 'tough':73 'truena':77 'understand':60 'use':39 'way':32 'webcom':12 'without':36 'work':98 'would':27,65"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706478285
  +visibility: "visible             "
  +apId: "https://feddit.nu/post/2873280"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706391885 {#1884
    date: 2024-01-27 22:44: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
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 {#1977
  +user: Proxies\__CG__\App\Entity\User {#1974 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1967 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Controllable-water-valves"
  +title: "Controllable water valves?"
  +url: null
  +body: "Are there any good recommendations for water control valves? I want to control a automatic watering system and need something to attach to the garden tap. Open firmware would be a bonus."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729066848 {#1954
    date: 2024-10-16 10:20:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1975 …}
  +votes: Doctrine\ORM\PersistentCollection {#1937 …}
  +reports: Doctrine\ORM\PersistentCollection {#1943 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1978 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1966 …}
  +badges: Doctrine\ORM\PersistentCollection {#1934 …}
  +children: []
  -id: 33512
  -titleTs: "'control':1 'valv':3 'water':2"
  -bodyTs: "'attach':22 'automat':15 'bonus':32 'control':8,13 'firmwar':28 'garden':25 'good':4 'need':19 'open':27 'recommend':5 'someth':20 'system':17 'tap':26 'valv':9 'want':11 'water':7,16 'would':29"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706459763
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11123650"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706386763 {#1960
    date: 2024-01-27 21:19:23.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 {#1977
  +user: Proxies\__CG__\App\Entity\User {#1974 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1967 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Controllable-water-valves"
  +title: "Controllable water valves?"
  +url: null
  +body: "Are there any good recommendations for water control valves? I want to control a automatic watering system and need something to attach to the garden tap. Open firmware would be a bonus."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729066848 {#1954
    date: 2024-10-16 10:20:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1975 …}
  +votes: Doctrine\ORM\PersistentCollection {#1937 …}
  +reports: Doctrine\ORM\PersistentCollection {#1943 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1978 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1966 …}
  +badges: Doctrine\ORM\PersistentCollection {#1934 …}
  +children: []
  -id: 33512
  -titleTs: "'control':1 'valv':3 'water':2"
  -bodyTs: "'attach':22 'automat':15 'bonus':32 'control':8,13 'firmwar':28 'garden':25 'good':4 'need':19 'open':27 'recommend':5 'someth':20 'system':17 'tap':26 'valv':9 'want':11 'water':7,16 'would':29"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706459763
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11123650"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706386763 {#1960
    date: 2024-01-27 21:19:23.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 {#1977
  +user: Proxies\__CG__\App\Entity\User {#1974 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1967 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Controllable-water-valves"
  +title: "Controllable water valves?"
  +url: null
  +body: "Are there any good recommendations for water control valves? I want to control a automatic watering system and need something to attach to the garden tap. Open firmware would be a bonus."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729066848 {#1954
    date: 2024-10-16 10:20:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1975 …}
  +votes: Doctrine\ORM\PersistentCollection {#1937 …}
  +reports: Doctrine\ORM\PersistentCollection {#1943 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1978 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1966 …}
  +badges: Doctrine\ORM\PersistentCollection {#1934 …}
  +children: []
  -id: 33512
  -titleTs: "'control':1 'valv':3 'water':2"
  -bodyTs: "'attach':22 'automat':15 'bonus':32 'control':8,13 'firmwar':28 'garden':25 'good':4 'need':19 'open':27 'recommend':5 'someth':20 'system':17 'tap':26 'valv':9 'want':11 'water':7,16 'would':29"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706459763
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11123650"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706386763 {#1960
    date: 2024-01-27 21:19:23.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 {#1933
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "degoogle-Moto-G71"
  +title: "degoogle Moto G71"
  +url: null
  +body: "Hi guys, tbt I own a Motorola G71 and I’m looking for degoogle it. It’s there any way? Tried the recommended options of universal debloater and didn’t work, get tons of signs of error in the phone"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729037848 {#1932
    date: 2024-10-16 02:17:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1386 …}
  +votes: Doctrine\ORM\PersistentCollection {#1388 …}
  +reports: Doctrine\ORM\PersistentCollection {#1892 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1890 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1935 …}
  +badges: Doctrine\ORM\PersistentCollection {#1392 …}
  +children: []
  -id: 33324
  -titleTs: "'degoogl':1 'g71':3 'moto':2"
  -bodyTs: "'debloat':27 'degoogl':14 'didn':29 'error':37 'g71':8 'get':32 'guy':2 'hi':1 'look':12 'm':11 'motorola':7 'option':24 'phone':40 'recommend':23 'sign':35 'tbt':3 'ton':33 'tri':21 'univers':26 'way':20 'work':31"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706332902
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/9014867"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706301402 {#1930
    date: 2024-01-26 21:36:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\Entry {#1933
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "degoogle-Moto-G71"
  +title: "degoogle Moto G71"
  +url: null
  +body: "Hi guys, tbt I own a Motorola G71 and I’m looking for degoogle it. It’s there any way? Tried the recommended options of universal debloater and didn’t work, get tons of signs of error in the phone"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729037848 {#1932
    date: 2024-10-16 02:17:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1386 …}
  +votes: Doctrine\ORM\PersistentCollection {#1388 …}
  +reports: Doctrine\ORM\PersistentCollection {#1892 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1890 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1935 …}
  +badges: Doctrine\ORM\PersistentCollection {#1392 …}
  +children: []
  -id: 33324
  -titleTs: "'degoogl':1 'g71':3 'moto':2"
  -bodyTs: "'debloat':27 'degoogl':14 'didn':29 'error':37 'g71':8 'get':32 'guy':2 'hi':1 'look':12 'm':11 'motorola':7 'option':24 'phone':40 'recommend':23 'sign':35 'tbt':3 'ton':33 'tri':21 'univers':26 'way':20 'work':31"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706332902
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/9014867"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706301402 {#1930
    date: 2024-01-26 21:36:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\Entry {#1933
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "degoogle-Moto-G71"
  +title: "degoogle Moto G71"
  +url: null
  +body: "Hi guys, tbt I own a Motorola G71 and I’m looking for degoogle it. It’s there any way? Tried the recommended options of universal debloater and didn’t work, get tons of signs of error in the phone"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729037848 {#1932
    date: 2024-10-16 02:17:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1386 …}
  +votes: Doctrine\ORM\PersistentCollection {#1388 …}
  +reports: Doctrine\ORM\PersistentCollection {#1892 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1890 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1935 …}
  +badges: Doctrine\ORM\PersistentCollection {#1392 …}
  +children: []
  -id: 33324
  -titleTs: "'degoogl':1 'g71':3 'moto':2"
  -bodyTs: "'debloat':27 'degoogl':14 'didn':29 'error':37 'g71':8 'get':32 'guy':2 'hi':1 'look':12 'm':11 'motorola':7 'option':24 'phone':40 'recommend':23 'sign':35 'tbt':3 'ton':33 'tri':21 'univers':26 'way':20 'work':31"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706332902
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/9014867"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706301402 {#1930
    date: 2024-01-26 21:36:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1936
  +user: Proxies\__CG__\App\Entity\User {#1376 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1938 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Rap-music-video-with-an-island-with-a-lake-with"
  +title: "Rap music video with an island, with a lake, with an island on it etc"
  +url: null
  +body: "I saw this music video years ago where it starts with a very zoomed out drone shot of this island, and as it zooms in on the island, you see a lake, with another island in it, that has a lake on it, with another island, another lake, then ANOTHER island, eventually zooming in on this guys mansion where he is rapping the song. I have not been able to find this video for years, can any of yall lemmings assist me |: my google fu has repeatedly failed."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728175840 {#1393
    date: 2024-10-06 02:50:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1377 …}
  +votes: Doctrine\ORM\PersistentCollection {#1969 …}
  +reports: Doctrine\ORM\PersistentCollection {#1942 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1927 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1399 …}
  +badges: Doctrine\ORM\PersistentCollection {#1394 …}
  +children: []
  -id: 32683
  -titleTs: "'etc':15 'island':6,12 'lake':9 'music':2 'rap':1 'video':3"
  -bodyTs: "'abl':69 'ago':7 'anoth':34,45,47,50 'assist':81 'drone':16 'eventu':52 'fail':88 'find':71 'fu':85 'googl':84 'guy':57 'island':20,28,35,46,51 'lake':32,41,48 'lem':80 'mansion':58 'music':4 'rap':62 'repeat':87 'saw':2 'see':30 'shot':17 'song':64 'start':10 'video':5,73 'yall':79 'year':6,75 'zoom':14,24,53"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706124543
  +visibility: "visible             "
  +apId: "https://lemy.lol/post/18469427"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706038143 {#1389
    date: 2024-01-23 20:29: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
19 DENIED edit
App\Entity\Entry {#1936
  +user: Proxies\__CG__\App\Entity\User {#1376 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1938 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Rap-music-video-with-an-island-with-a-lake-with"
  +title: "Rap music video with an island, with a lake, with an island on it etc"
  +url: null
  +body: "I saw this music video years ago where it starts with a very zoomed out drone shot of this island, and as it zooms in on the island, you see a lake, with another island in it, that has a lake on it, with another island, another lake, then ANOTHER island, eventually zooming in on this guys mansion where he is rapping the song. I have not been able to find this video for years, can any of yall lemmings assist me |: my google fu has repeatedly failed."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728175840 {#1393
    date: 2024-10-06 02:50:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1377 …}
  +votes: Doctrine\ORM\PersistentCollection {#1969 …}
  +reports: Doctrine\ORM\PersistentCollection {#1942 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1927 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1399 …}
  +badges: Doctrine\ORM\PersistentCollection {#1394 …}
  +children: []
  -id: 32683
  -titleTs: "'etc':15 'island':6,12 'lake':9 'music':2 'rap':1 'video':3"
  -bodyTs: "'abl':69 'ago':7 'anoth':34,45,47,50 'assist':81 'drone':16 'eventu':52 'fail':88 'find':71 'fu':85 'googl':84 'guy':57 'island':20,28,35,46,51 'lake':32,41,48 'lem':80 'mansion':58 'music':4 'rap':62 'repeat':87 'saw':2 'see':30 'shot':17 'song':64 'start':10 'video':5,73 'yall':79 'year':6,75 'zoom':14,24,53"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706124543
  +visibility: "visible             "
  +apId: "https://lemy.lol/post/18469427"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706038143 {#1389
    date: 2024-01-23 20:29: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
20 DENIED moderate
App\Entity\Entry {#1936
  +user: Proxies\__CG__\App\Entity\User {#1376 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1938 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Rap-music-video-with-an-island-with-a-lake-with"
  +title: "Rap music video with an island, with a lake, with an island on it etc"
  +url: null
  +body: "I saw this music video years ago where it starts with a very zoomed out drone shot of this island, and as it zooms in on the island, you see a lake, with another island in it, that has a lake on it, with another island, another lake, then ANOTHER island, eventually zooming in on this guys mansion where he is rapping the song. I have not been able to find this video for years, can any of yall lemmings assist me |: my google fu has repeatedly failed."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728175840 {#1393
    date: 2024-10-06 02:50:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1377 …}
  +votes: Doctrine\ORM\PersistentCollection {#1969 …}
  +reports: Doctrine\ORM\PersistentCollection {#1942 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1927 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1399 …}
  +badges: Doctrine\ORM\PersistentCollection {#1394 …}
  +children: []
  -id: 32683
  -titleTs: "'etc':15 'island':6,12 'lake':9 'music':2 'rap':1 'video':3"
  -bodyTs: "'abl':69 'ago':7 'anoth':34,45,47,50 'assist':81 'drone':16 'eventu':52 'fail':88 'find':71 'fu':85 'googl':84 'guy':57 'island':20,28,35,46,51 'lake':32,41,48 'lem':80 'mansion':58 'music':4 'rap':62 'repeat':87 'saw':2 'see':30 'shot':17 'song':64 'start':10 'video':5,73 'yall':79 'year':6,75 'zoom':14,24,53"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706124543
  +visibility: "visible             "
  +apId: "https://lemy.lol/post/18469427"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706038143 {#1389
    date: 2024-01-23 20:29: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
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 {#1378
  +user: Proxies\__CG__\App\Entity\User {#1370 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1371 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Does-taking-my-glasses-off-to-let-my-eyes-rest"
  +title: "Does taking my glasses off to 'let my eyes rest' actually have any meaningful effect? Or am I just making my eyes work harder?"
  +url: null
  +body: """
    Started wearing glasses full-time a few months ago and I usually take them off during my lunch break because, well I’m mainly looking at my sandwich and I’ve been told it’s good to let your eyes ‘relax’ as such.\n
    \n
    Is this BS, or does it actually have some value?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 7
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728177726 {#1374
    date: 2024-10-06 03:22:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1375 …}
  +votes: Doctrine\ORM\PersistentCollection {#1400 …}
  +reports: Doctrine\ORM\PersistentCollection {#1902 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1891 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1956 …}
  +badges: Doctrine\ORM\PersistentCollection {#1848 …}
  +children: []
  -id: 32662
  -titleTs: "'actual':11 'effect':15 'eye':9,22 'glass':4 'harder':24 'let':7 'make':20 'meaning':14 'rest':10 'take':2 'work':23"
  -bodyTs: "'actual':51 'ago':10 'break':20 'bs':47 'eye':41 'full':5 'full-tim':4 'glass':3 'good':37 'let':39 'look':26 'lunch':19 'm':24 'main':25 'month':9 'relax':42 'sandwich':29 'start':1 'take':14 'time':6 'told':34 'usual':13 'valu':54 've':32 'wear':2 'well':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706077949
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/7025684"
  +editedAt: DateTimeImmutable @1727999245 {#1365
    date: 2024-10-04 01:47:25.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706031949 {#1369
    date: 2024-01-23 18:45:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\Entry {#1378
  +user: Proxies\__CG__\App\Entity\User {#1370 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1371 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Does-taking-my-glasses-off-to-let-my-eyes-rest"
  +title: "Does taking my glasses off to 'let my eyes rest' actually have any meaningful effect? Or am I just making my eyes work harder?"
  +url: null
  +body: """
    Started wearing glasses full-time a few months ago and I usually take them off during my lunch break because, well I’m mainly looking at my sandwich and I’ve been told it’s good to let your eyes ‘relax’ as such.\n
    \n
    Is this BS, or does it actually have some value?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 7
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728177726 {#1374
    date: 2024-10-06 03:22:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1375 …}
  +votes: Doctrine\ORM\PersistentCollection {#1400 …}
  +reports: Doctrine\ORM\PersistentCollection {#1902 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1891 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1956 …}
  +badges: Doctrine\ORM\PersistentCollection {#1848 …}
  +children: []
  -id: 32662
  -titleTs: "'actual':11 'effect':15 'eye':9,22 'glass':4 'harder':24 'let':7 'make':20 'meaning':14 'rest':10 'take':2 'work':23"
  -bodyTs: "'actual':51 'ago':10 'break':20 'bs':47 'eye':41 'full':5 'full-tim':4 'glass':3 'good':37 'let':39 'look':26 'lunch':19 'm':24 'main':25 'month':9 'relax':42 'sandwich':29 'start':1 'take':14 'time':6 'told':34 'usual':13 'valu':54 've':32 'wear':2 'well':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706077949
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/7025684"
  +editedAt: DateTimeImmutable @1727999245 {#1365
    date: 2024-10-04 01:47:25.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706031949 {#1369
    date: 2024-01-23 18:45:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\Entry {#1378
  +user: Proxies\__CG__\App\Entity\User {#1370 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1371 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Does-taking-my-glasses-off-to-let-my-eyes-rest"
  +title: "Does taking my glasses off to 'let my eyes rest' actually have any meaningful effect? Or am I just making my eyes work harder?"
  +url: null
  +body: """
    Started wearing glasses full-time a few months ago and I usually take them off during my lunch break because, well I’m mainly looking at my sandwich and I’ve been told it’s good to let your eyes ‘relax’ as such.\n
    \n
    Is this BS, or does it actually have some value?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 7
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728177726 {#1374
    date: 2024-10-06 03:22:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1375 …}
  +votes: Doctrine\ORM\PersistentCollection {#1400 …}
  +reports: Doctrine\ORM\PersistentCollection {#1902 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1891 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1956 …}
  +badges: Doctrine\ORM\PersistentCollection {#1848 …}
  +children: []
  -id: 32662
  -titleTs: "'actual':11 'effect':15 'eye':9,22 'glass':4 'harder':24 'let':7 'make':20 'meaning':14 'rest':10 'take':2 'work':23"
  -bodyTs: "'actual':51 'ago':10 'break':20 'bs':47 'eye':41 'full':5 'full-tim':4 'glass':3 'good':37 'let':39 'look':26 'lunch':19 'm':24 'main':25 'month':9 'relax':42 'sandwich':29 'start':1 'take':14 'time':6 'told':34 'usual':13 'valu':54 've':32 'wear':2 'well':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706077949
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/7025684"
  +editedAt: DateTimeImmutable @1727999245 {#1365
    date: 2024-10-04 01:47:25.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706031949 {#1369
    date: 2024-01-23 18:45:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\Entry {#2424
  +user: Proxies\__CG__\App\Entity\User {#2446 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2428 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Post-images-always-square-and-stretched"
  +title: "Post images always square and stretched"
  +url: null
  +body: """
    As the title says, the post images are always square and because of that non-aspect-ratio-respecting scaling a lot of images are stretched.\n
    \n
    Is there any option to disable this non-sense?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729044595 {#2429
    date: 2024-10-16 04:09:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2444 …}
  +votes: Doctrine\ORM\PersistentCollection {#2432 …}
  +reports: Doctrine\ORM\PersistentCollection {#2442 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2440 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2436 …}
  +badges: Doctrine\ORM\PersistentCollection {#2166 …}
  +children: []
  -id: 32543
  -titleTs: "'alway':3 'imag':2 'post':1 'squar':4 'stretch':6"
  -bodyTs: "'alway':9 'aspect':17 'disabl':32 'imag':7,24 'lot':22 'non':16,35 'non-aspect-ratio-respect':15 'non-sens':34 'option':30 'post':6 'ratio':18 'respect':19 'say':4 'scale':20 'sens':36 'squar':10 'stretch':26 'titl':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706026224
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/9603147"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705995224 {#2427
    date: 2024-01-23 08:33: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
27 DENIED edit
App\Entity\Entry {#2424
  +user: Proxies\__CG__\App\Entity\User {#2446 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2428 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Post-images-always-square-and-stretched"
  +title: "Post images always square and stretched"
  +url: null
  +body: """
    As the title says, the post images are always square and because of that non-aspect-ratio-respecting scaling a lot of images are stretched.\n
    \n
    Is there any option to disable this non-sense?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729044595 {#2429
    date: 2024-10-16 04:09:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2444 …}
  +votes: Doctrine\ORM\PersistentCollection {#2432 …}
  +reports: Doctrine\ORM\PersistentCollection {#2442 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2440 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2436 …}
  +badges: Doctrine\ORM\PersistentCollection {#2166 …}
  +children: []
  -id: 32543
  -titleTs: "'alway':3 'imag':2 'post':1 'squar':4 'stretch':6"
  -bodyTs: "'alway':9 'aspect':17 'disabl':32 'imag':7,24 'lot':22 'non':16,35 'non-aspect-ratio-respect':15 'non-sens':34 'option':30 'post':6 'ratio':18 'respect':19 'say':4 'scale':20 'sens':36 'squar':10 'stretch':26 'titl':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706026224
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/9603147"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705995224 {#2427
    date: 2024-01-23 08:33: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
28 DENIED moderate
App\Entity\Entry {#2424
  +user: Proxies\__CG__\App\Entity\User {#2446 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2428 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Post-images-always-square-and-stretched"
  +title: "Post images always square and stretched"
  +url: null
  +body: """
    As the title says, the post images are always square and because of that non-aspect-ratio-respecting scaling a lot of images are stretched.\n
    \n
    Is there any option to disable this non-sense?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729044595 {#2429
    date: 2024-10-16 04:09:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2444 …}
  +votes: Doctrine\ORM\PersistentCollection {#2432 …}
  +reports: Doctrine\ORM\PersistentCollection {#2442 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2440 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2436 …}
  +badges: Doctrine\ORM\PersistentCollection {#2166 …}
  +children: []
  -id: 32543
  -titleTs: "'alway':3 'imag':2 'post':1 'squar':4 'stretch':6"
  -bodyTs: "'alway':9 'aspect':17 'disabl':32 'imag':7,24 'lot':22 'non':16,35 'non-aspect-ratio-respect':15 'non-sens':34 'option':30 'post':6 'ratio':18 'respect':19 'say':4 'scale':20 'sens':36 'squar':10 'stretch':26 'titl':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706026224
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/9603147"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705995224 {#2427
    date: 2024-01-23 08:33: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
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 {#2466
  +user: Proxies\__CG__\App\Entity\User {#2476 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2356 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Pirating-premium-podcast-episodes"
  +title: "Pirating premium podcast episodes?"
  +url: null
  +body: "Lots of podcasts anymore have subscriber-only exclusive episodes. Is there any reliable place to find those? I’m interested in locating the episodes for podcasts like Savage Lovecast, Swindled, Dr. Death, and Sex and Politics."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727579107 {#2288
    date: 2024-09-29 05:05:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2451 …}
  +votes: Doctrine\ORM\PersistentCollection {#2475 …}
  +reports: Doctrine\ORM\PersistentCollection {#2450 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2477 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2354 …}
  +badges: Doctrine\ORM\PersistentCollection {#2487 …}
  +children: []
  -id: 32286
  -titleTs: "'episod':4 'pirat':1 'podcast':3 'premium':2"
  -bodyTs: "'anymor':4 'death':33 'dr':32 'episod':10,25 'exclus':9 'find':17 'interest':21 'like':28 'locat':23 'lot':1 'lovecast':30 'm':20 'place':15 'podcast':3,27 'polit':37 'reliabl':14 'savag':29 'sex':35 'subscrib':7 'subscriber-on':6 'swindl':31"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705978346
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/11234679"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705891946 {#2355
    date: 2024-01-22 03:52:26.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 {#2466
  +user: Proxies\__CG__\App\Entity\User {#2476 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2356 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Pirating-premium-podcast-episodes"
  +title: "Pirating premium podcast episodes?"
  +url: null
  +body: "Lots of podcasts anymore have subscriber-only exclusive episodes. Is there any reliable place to find those? I’m interested in locating the episodes for podcasts like Savage Lovecast, Swindled, Dr. Death, and Sex and Politics."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727579107 {#2288
    date: 2024-09-29 05:05:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2451 …}
  +votes: Doctrine\ORM\PersistentCollection {#2475 …}
  +reports: Doctrine\ORM\PersistentCollection {#2450 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2477 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2354 …}
  +badges: Doctrine\ORM\PersistentCollection {#2487 …}
  +children: []
  -id: 32286
  -titleTs: "'episod':4 'pirat':1 'podcast':3 'premium':2"
  -bodyTs: "'anymor':4 'death':33 'dr':32 'episod':10,25 'exclus':9 'find':17 'interest':21 'like':28 'locat':23 'lot':1 'lovecast':30 'm':20 'place':15 'podcast':3,27 'polit':37 'reliabl':14 'savag':29 'sex':35 'subscrib':7 'subscriber-on':6 'swindl':31"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705978346
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/11234679"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705891946 {#2355
    date: 2024-01-22 03:52:26.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 {#2466
  +user: Proxies\__CG__\App\Entity\User {#2476 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2356 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Pirating-premium-podcast-episodes"
  +title: "Pirating premium podcast episodes?"
  +url: null
  +body: "Lots of podcasts anymore have subscriber-only exclusive episodes. Is there any reliable place to find those? I’m interested in locating the episodes for podcasts like Savage Lovecast, Swindled, Dr. Death, and Sex and Politics."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727579107 {#2288
    date: 2024-09-29 05:05:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2451 …}
  +votes: Doctrine\ORM\PersistentCollection {#2475 …}
  +reports: Doctrine\ORM\PersistentCollection {#2450 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2477 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2354 …}
  +badges: Doctrine\ORM\PersistentCollection {#2487 …}
  +children: []
  -id: 32286
  -titleTs: "'episod':4 'pirat':1 'podcast':3 'premium':2"
  -bodyTs: "'anymor':4 'death':33 'dr':32 'episod':10,25 'exclus':9 'find':17 'interest':21 'like':28 'locat':23 'lot':1 'lovecast':30 'm':20 'place':15 'podcast':3,27 'polit':37 'reliabl':14 'savag':29 'sex':35 'subscrib':7 'subscriber-on':6 'swindl':31"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705978346
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/11234679"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705891946 {#2355
    date: 2024-01-22 03:52:26.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 {#1359
  +user: Proxies\__CG__\App\Entity\User {#2488 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Silverblue-Run-ostree-updates-at-shutdown"
  +title: "Silverblue: Run ostree updates at shutdown?"
  +url: null
  +body: """
    Fellow Fedora Immutable users, have any of you automated your system updates to occur at shutdown? If so, do you find it makes a practical difference?\n
    \n
    I’m thinking of doing the same with Tony Walker’s [silverblue-update](https://github.com/tonywalker1/silverblue-update) service.\n
    \n
    I shutdown most of my machines daily, and that often means getting an updated image shortly after startup the next day and being forced to reboot or nearly always remain one day behind in updates. By checking for updates again at shutdown, this *should* help ensure I’ve always got the latest daily image at boot. Thoughts?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 29
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727482256 {#1841
    date: 2024-09-28 02:10:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2490 …}
  +votes: Doctrine\ORM\PersistentCollection {#2473 …}
  +reports: Doctrine\ORM\PersistentCollection {#1923 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1391 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1512 …}
  +badges: Doctrine\ORM\PersistentCollection {#1524 …}
  +children: []
  -id: 32227
  -titleTs: "'ostre':3 'run':2 'shutdown':6 'silverblu':1 'updat':4"
  -bodyTs: "'/tonywalker1/silverblue-update)':43 'alway':73,93 'autom':9 'behind':77 'boot':100 'check':81 'daili':51,97 'day':65,76 'differ':26 'ensur':90 'fedora':2 'fellow':1 'find':21 'forc':68 'get':56 'github.com':42 'github.com/tonywalker1/silverblue-update)':41 'got':94 'help':89 'imag':59,98 'immut':3 'latest':96 'm':28 'machin':50 'make':23 'mean':55 'near':72 'next':64 'occur':14 'often':54 'one':75 'practic':25 'reboot':70 'remain':74 'servic':44 'short':60 'shutdown':16,46,86 'silverblu':39 'silverblue-upd':38 'startup':62 'system':11 'think':29 'thought':101 'toni':35 'updat':12,40,58,79,83 'user':4 've':92 'walker':36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705954474
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13758040"
  +editedAt: DateTimeImmutable @1727429051 {#2409
    date: 2024-09-27 11:24:11.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705868974 {#60
    date: 2024-01-21 21:29:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\Entry {#1359
  +user: Proxies\__CG__\App\Entity\User {#2488 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Silverblue-Run-ostree-updates-at-shutdown"
  +title: "Silverblue: Run ostree updates at shutdown?"
  +url: null
  +body: """
    Fellow Fedora Immutable users, have any of you automated your system updates to occur at shutdown? If so, do you find it makes a practical difference?\n
    \n
    I’m thinking of doing the same with Tony Walker’s [silverblue-update](https://github.com/tonywalker1/silverblue-update) service.\n
    \n
    I shutdown most of my machines daily, and that often means getting an updated image shortly after startup the next day and being forced to reboot or nearly always remain one day behind in updates. By checking for updates again at shutdown, this *should* help ensure I’ve always got the latest daily image at boot. Thoughts?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 29
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727482256 {#1841
    date: 2024-09-28 02:10:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2490 …}
  +votes: Doctrine\ORM\PersistentCollection {#2473 …}
  +reports: Doctrine\ORM\PersistentCollection {#1923 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1391 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1512 …}
  +badges: Doctrine\ORM\PersistentCollection {#1524 …}
  +children: []
  -id: 32227
  -titleTs: "'ostre':3 'run':2 'shutdown':6 'silverblu':1 'updat':4"
  -bodyTs: "'/tonywalker1/silverblue-update)':43 'alway':73,93 'autom':9 'behind':77 'boot':100 'check':81 'daili':51,97 'day':65,76 'differ':26 'ensur':90 'fedora':2 'fellow':1 'find':21 'forc':68 'get':56 'github.com':42 'github.com/tonywalker1/silverblue-update)':41 'got':94 'help':89 'imag':59,98 'immut':3 'latest':96 'm':28 'machin':50 'make':23 'mean':55 'near':72 'next':64 'occur':14 'often':54 'one':75 'practic':25 'reboot':70 'remain':74 'servic':44 'short':60 'shutdown':16,46,86 'silverblu':39 'silverblue-upd':38 'startup':62 'system':11 'think':29 'thought':101 'toni':35 'updat':12,40,58,79,83 'user':4 've':92 'walker':36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705954474
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13758040"
  +editedAt: DateTimeImmutable @1727429051 {#2409
    date: 2024-09-27 11:24:11.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705868974 {#60
    date: 2024-01-21 21:29:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\Entry {#1359
  +user: Proxies\__CG__\App\Entity\User {#2488 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Silverblue-Run-ostree-updates-at-shutdown"
  +title: "Silverblue: Run ostree updates at shutdown?"
  +url: null
  +body: """
    Fellow Fedora Immutable users, have any of you automated your system updates to occur at shutdown? If so, do you find it makes a practical difference?\n
    \n
    I’m thinking of doing the same with Tony Walker’s [silverblue-update](https://github.com/tonywalker1/silverblue-update) service.\n
    \n
    I shutdown most of my machines daily, and that often means getting an updated image shortly after startup the next day and being forced to reboot or nearly always remain one day behind in updates. By checking for updates again at shutdown, this *should* help ensure I’ve always got the latest daily image at boot. Thoughts?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 29
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727482256 {#1841
    date: 2024-09-28 02:10:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2490 …}
  +votes: Doctrine\ORM\PersistentCollection {#2473 …}
  +reports: Doctrine\ORM\PersistentCollection {#1923 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1391 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1512 …}
  +badges: Doctrine\ORM\PersistentCollection {#1524 …}
  +children: []
  -id: 32227
  -titleTs: "'ostre':3 'run':2 'shutdown':6 'silverblu':1 'updat':4"
  -bodyTs: "'/tonywalker1/silverblue-update)':43 'alway':73,93 'autom':9 'behind':77 'boot':100 'check':81 'daili':51,97 'day':65,76 'differ':26 'ensur':90 'fedora':2 'fellow':1 'find':21 'forc':68 'get':56 'github.com':42 'github.com/tonywalker1/silverblue-update)':41 'got':94 'help':89 'imag':59,98 'immut':3 'latest':96 'm':28 'machin':50 'make':23 'mean':55 'near':72 'next':64 'occur':14 'often':54 'one':75 'practic':25 'reboot':70 'remain':74 'servic':44 'short':60 'shutdown':16,46,86 'silverblu':39 'silverblue-upd':38 'startup':62 'system':11 'think':29 'thought':101 'toni':35 'updat':12,40,58,79,83 'user':4 've':92 'walker':36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705954474
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13758040"
  +editedAt: DateTimeImmutable @1727429051 {#2409
    date: 2024-09-27 11:24:11.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705868974 {#60
    date: 2024-01-21 21:29:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1514
  +user: Proxies\__CG__\App\Entity\User {#1499 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1502 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-do-I-make-my-community-text-only"
  +title: "How do I make my community text only?"
  +url: null
  +body: "I am creating a community that would be text only and not sure how to go about changing this setting."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727454799 {#1500
    date: 2024-09-27 18:33:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1546 …}
  +votes: Doctrine\ORM\PersistentCollection {#1545 …}
  +reports: Doctrine\ORM\PersistentCollection {#1481 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1511 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1480 …}
  +badges: Doctrine\ORM\PersistentCollection {#1510 …}
  +children: []
  -id: 32088
  -titleTs: "'communiti':6 'make':4 'text':7"
  -bodyTs: "'chang':18 'communiti':5 'creat':3 'go':16 'set':20 'sure':13 'text':9 'would':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705870269
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13185195"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705825269 {#1521
    date: 2024-01-21 09: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
39 DENIED edit
App\Entity\Entry {#1514
  +user: Proxies\__CG__\App\Entity\User {#1499 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1502 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-do-I-make-my-community-text-only"
  +title: "How do I make my community text only?"
  +url: null
  +body: "I am creating a community that would be text only and not sure how to go about changing this setting."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727454799 {#1500
    date: 2024-09-27 18:33:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1546 …}
  +votes: Doctrine\ORM\PersistentCollection {#1545 …}
  +reports: Doctrine\ORM\PersistentCollection {#1481 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1511 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1480 …}
  +badges: Doctrine\ORM\PersistentCollection {#1510 …}
  +children: []
  -id: 32088
  -titleTs: "'communiti':6 'make':4 'text':7"
  -bodyTs: "'chang':18 'communiti':5 'creat':3 'go':16 'set':20 'sure':13 'text':9 'would':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705870269
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13185195"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705825269 {#1521
    date: 2024-01-21 09: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
40 DENIED moderate
App\Entity\Entry {#1514
  +user: Proxies\__CG__\App\Entity\User {#1499 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1502 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-do-I-make-my-community-text-only"
  +title: "How do I make my community text only?"
  +url: null
  +body: "I am creating a community that would be text only and not sure how to go about changing this setting."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727454799 {#1500
    date: 2024-09-27 18:33:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1546 …}
  +votes: Doctrine\ORM\PersistentCollection {#1545 …}
  +reports: Doctrine\ORM\PersistentCollection {#1481 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1511 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1480 …}
  +badges: Doctrine\ORM\PersistentCollection {#1510 …}
  +children: []
  -id: 32088
  -titleTs: "'communiti':6 'make':4 'text':7"
  -bodyTs: "'chang':18 'communiti':5 'creat':3 'go':16 'set':20 'sure':13 'text':9 'would':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705870269
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13185195"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705825269 {#1521
    date: 2024-01-21 09: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
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 {#1505
  +user: Proxies\__CG__\App\Entity\User {#1543 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Flatpacks-installing-within-Distrobox"
  +title: "Flatpacks - installing within Distrobox?"
  +url: null
  +body: """
    Hi there - I’m trying to make use of flatpaks, but keeping them isolated from my host (as I need to experiment with a bunch of settings and I don’t want to bork my host environment. Again.)\n
    \n
    Has anyone had actual success making this work? I’ve only been able to get anything to install by sudo-ing, but even then, I cannot get things to run. It’ll fail with file not found (but which file? verbose mode doesn’t help) or fail to connect to the system bus.\n
    \n
    I’ve seen some posts about unmounting /var/lib/flatpak on initialization but I’ve had no luck there. (I’m on Fedora 39, which, to be honest, I’m rather enjoying.)\n
    \n
    Is this a technique that anyone has had luck with? Worth pursuing?\n
    \n
    FWIW, my big goal is to run bottles and I’ve had far more luck with bottles (which strongly recommends flatpak) than with winehq.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727353125 {#1503
    date: 2024-09-26 14:18:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1532 …}
  +votes: Doctrine\ORM\PersistentCollection {#1534 …}
  +reports: Doctrine\ORM\PersistentCollection {#1540 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1533 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1541 …}
  +badges: Doctrine\ORM\PersistentCollection {#1531 …}
  +children: []
  -id: 32001
  -titleTs: "'distrobox':4 'flatpack':1 'instal':2 'within':3"
  -bodyTs: "'/var/lib/flatpak':100 '39':114 'abl':51 'actual':42 'anyon':40,128 'anyth':54 'big':137 'bork':34 'bottl':142,151 'bunch':25 'bus':92 'cannot':65 'connect':88 'doesn':82 'enjoy':122 'environ':37 'even':62 'experi':22 'fail':72,86 'far':147 'fedora':113 'file':74,79 'flatpak':10,155 'found':76 'fwiw':135 'get':53,66 'goal':138 'help':84 'hi':1 'honest':118 'host':17,36 'ing':60 'initi':102 'instal':56 'isol':14 'keep':12 'll':71 'luck':108,131,149 'm':4,111,120 'make':7,44 'mode':81 'need':20 'post':97 'pursu':134 'rather':121 'recommend':154 'run':69,141 'seen':95 'set':27 'strong':153 'success':43 'sudo':59 'sudo-':58 'system':91 'techniqu':126 'thing':67 'tri':5 'unmount':99 'use':8 've':48,94,105,145 'verbos':80 'want':32 'winehq':158 'work':46 'worth':133"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705871577
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13700056"
  +editedAt: DateTimeImmutable @1727185733 {#1504
    date: 2024-09-24 15:48:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705785177 {#1507
    date: 2024-01-20 22:12:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\Entry {#1505
  +user: Proxies\__CG__\App\Entity\User {#1543 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Flatpacks-installing-within-Distrobox"
  +title: "Flatpacks - installing within Distrobox?"
  +url: null
  +body: """
    Hi there - I’m trying to make use of flatpaks, but keeping them isolated from my host (as I need to experiment with a bunch of settings and I don’t want to bork my host environment. Again.)\n
    \n
    Has anyone had actual success making this work? I’ve only been able to get anything to install by sudo-ing, but even then, I cannot get things to run. It’ll fail with file not found (but which file? verbose mode doesn’t help) or fail to connect to the system bus.\n
    \n
    I’ve seen some posts about unmounting /var/lib/flatpak on initialization but I’ve had no luck there. (I’m on Fedora 39, which, to be honest, I’m rather enjoying.)\n
    \n
    Is this a technique that anyone has had luck with? Worth pursuing?\n
    \n
    FWIW, my big goal is to run bottles and I’ve had far more luck with bottles (which strongly recommends flatpak) than with winehq.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727353125 {#1503
    date: 2024-09-26 14:18:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1532 …}
  +votes: Doctrine\ORM\PersistentCollection {#1534 …}
  +reports: Doctrine\ORM\PersistentCollection {#1540 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1533 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1541 …}
  +badges: Doctrine\ORM\PersistentCollection {#1531 …}
  +children: []
  -id: 32001
  -titleTs: "'distrobox':4 'flatpack':1 'instal':2 'within':3"
  -bodyTs: "'/var/lib/flatpak':100 '39':114 'abl':51 'actual':42 'anyon':40,128 'anyth':54 'big':137 'bork':34 'bottl':142,151 'bunch':25 'bus':92 'cannot':65 'connect':88 'doesn':82 'enjoy':122 'environ':37 'even':62 'experi':22 'fail':72,86 'far':147 'fedora':113 'file':74,79 'flatpak':10,155 'found':76 'fwiw':135 'get':53,66 'goal':138 'help':84 'hi':1 'honest':118 'host':17,36 'ing':60 'initi':102 'instal':56 'isol':14 'keep':12 'll':71 'luck':108,131,149 'm':4,111,120 'make':7,44 'mode':81 'need':20 'post':97 'pursu':134 'rather':121 'recommend':154 'run':69,141 'seen':95 'set':27 'strong':153 'success':43 'sudo':59 'sudo-':58 'system':91 'techniqu':126 'thing':67 'tri':5 'unmount':99 'use':8 've':48,94,105,145 'verbos':80 'want':32 'winehq':158 'work':46 'worth':133"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705871577
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13700056"
  +editedAt: DateTimeImmutable @1727185733 {#1504
    date: 2024-09-24 15:48:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705785177 {#1507
    date: 2024-01-20 22:12:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\Entry {#1505
  +user: Proxies\__CG__\App\Entity\User {#1543 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Flatpacks-installing-within-Distrobox"
  +title: "Flatpacks - installing within Distrobox?"
  +url: null
  +body: """
    Hi there - I’m trying to make use of flatpaks, but keeping them isolated from my host (as I need to experiment with a bunch of settings and I don’t want to bork my host environment. Again.)\n
    \n
    Has anyone had actual success making this work? I’ve only been able to get anything to install by sudo-ing, but even then, I cannot get things to run. It’ll fail with file not found (but which file? verbose mode doesn’t help) or fail to connect to the system bus.\n
    \n
    I’ve seen some posts about unmounting /var/lib/flatpak on initialization but I’ve had no luck there. (I’m on Fedora 39, which, to be honest, I’m rather enjoying.)\n
    \n
    Is this a technique that anyone has had luck with? Worth pursuing?\n
    \n
    FWIW, my big goal is to run bottles and I’ve had far more luck with bottles (which strongly recommends flatpak) than with winehq.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727353125 {#1503
    date: 2024-09-26 14:18:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1532 …}
  +votes: Doctrine\ORM\PersistentCollection {#1534 …}
  +reports: Doctrine\ORM\PersistentCollection {#1540 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1533 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1541 …}
  +badges: Doctrine\ORM\PersistentCollection {#1531 …}
  +children: []
  -id: 32001
  -titleTs: "'distrobox':4 'flatpack':1 'instal':2 'within':3"
  -bodyTs: "'/var/lib/flatpak':100 '39':114 'abl':51 'actual':42 'anyon':40,128 'anyth':54 'big':137 'bork':34 'bottl':142,151 'bunch':25 'bus':92 'cannot':65 'connect':88 'doesn':82 'enjoy':122 'environ':37 'even':62 'experi':22 'fail':72,86 'far':147 'fedora':113 'file':74,79 'flatpak':10,155 'found':76 'fwiw':135 'get':53,66 'goal':138 'help':84 'hi':1 'honest':118 'host':17,36 'ing':60 'initi':102 'instal':56 'isol':14 'keep':12 'll':71 'luck':108,131,149 'm':4,111,120 'make':7,44 'mode':81 'need':20 'post':97 'pursu':134 'rather':121 'recommend':154 'run':69,141 'seen':95 'set':27 'strong':153 'success':43 'sudo':59 'sudo-':58 'system':91 'techniqu':126 'thing':67 'tri':5 'unmount':99 'use':8 've':48,94,105,145 'verbos':80 'want':32 'winehq':158 'work':46 'worth':133"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705871577
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13700056"
  +editedAt: DateTimeImmutable @1727185733 {#1504
    date: 2024-09-24 15:48:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705785177 {#1507
    date: 2024-01-20 22:12:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1515
  +user: Proxies\__CG__\App\Entity\User {#1516 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2356 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-where-to-find-regional-music"
  +title: "How/where to find regional music"
  +url: null
  +body: "Mostly bollywood OST and arabic If possible lossless."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 56
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727202882 {#1537
    date: 2024-09-24 20:34:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1518 …}
  +votes: Doctrine\ORM\PersistentCollection {#1520 …}
  +reports: Doctrine\ORM\PersistentCollection {#1632 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1631 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1704 …}
  +badges: Doctrine\ORM\PersistentCollection {#1712 …}
  +children: []
  -id: 31889
  -titleTs: "'find':3 'how/where':1 'music':5 'region':4"
  -bodyTs: "'arab':5 'bollywood':2 'lossless':8 'most':1 'ost':3 'possibl':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705821848
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10790337"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705735448 {#1536
    date: 2024-01-20 08:24:08.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 {#1515
  +user: Proxies\__CG__\App\Entity\User {#1516 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2356 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-where-to-find-regional-music"
  +title: "How/where to find regional music"
  +url: null
  +body: "Mostly bollywood OST and arabic If possible lossless."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 56
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727202882 {#1537
    date: 2024-09-24 20:34:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1518 …}
  +votes: Doctrine\ORM\PersistentCollection {#1520 …}
  +reports: Doctrine\ORM\PersistentCollection {#1632 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1631 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1704 …}
  +badges: Doctrine\ORM\PersistentCollection {#1712 …}
  +children: []
  -id: 31889
  -titleTs: "'find':3 'how/where':1 'music':5 'region':4"
  -bodyTs: "'arab':5 'bollywood':2 'lossless':8 'most':1 'ost':3 'possibl':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705821848
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10790337"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705735448 {#1536
    date: 2024-01-20 08:24:08.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 {#1515
  +user: Proxies\__CG__\App\Entity\User {#1516 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2356 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-where-to-find-regional-music"
  +title: "How/where to find regional music"
  +url: null
  +body: "Mostly bollywood OST and arabic If possible lossless."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 56
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727202882 {#1537
    date: 2024-09-24 20:34:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1518 …}
  +votes: Doctrine\ORM\PersistentCollection {#1520 …}
  +reports: Doctrine\ORM\PersistentCollection {#1632 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1631 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1704 …}
  +badges: Doctrine\ORM\PersistentCollection {#1712 …}
  +children: []
  -id: 31889
  -titleTs: "'find':3 'how/where':1 'music':5 'region':4"
  -bodyTs: "'arab':5 'bollywood':2 'lossless':8 'most':1 'ost':3 'possibl':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705821848
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10790337"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705735448 {#1536
    date: 2024-01-20 08:24:08.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 {#1657
  +user: Proxies\__CG__\App\Entity\User {#1659 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Docker-Container-Status-Displays-on-Public-Website"
  +title: "Docker Container Status Displays on Public Website"
  +url: null
  +body: """
    I have a home server with tech illiterate users (Tailscale/VPN won’t be a solution for them), and I’ve been setting up a little blog to keep them updated about content and status. I had an idea of setting up a server status page that displayed the running state of various docker containers so they could easily see if services are running or not.\n
    \n
    The dashboards I’ve seen have been geared towards administrators, but I’m looking for something simple, with no control buttons, that is just for display. I was thinking that there might be a dashboard out there with the ability to export the displays as a webpage widget or something along those lines.\n
    \n
    I have a VPS I can use just for the online display, so I’m not worried about the networking per se. Needs to run on Debian.\n
    \n
    Thanks for any help you can provide!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727323930 {#1706
    date: 2024-09-26 06:12:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1745 …}
  +votes: Doctrine\ORM\PersistentCollection {#1738 …}
  +reports: Doctrine\ORM\PersistentCollection {#1746 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1750 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1468 …}
  +badges: Doctrine\ORM\PersistentCollection {#1472 …}
  +children: []
  -id: 31778
  -titleTs: "'contain':2 'display':4 'docker':1 'public':6 'status':3 'websit':7"
  -bodyTs: "'abil':105 'administr':75 'along':116 'blog':26 'button':86 'contain':54 'content':32 'control':85 'could':57 'dashboard':67,100 'debian':145 'display':47,91,109,130 'docker':53 'easili':58 'export':107 'gear':73 'help':149 'home':4 'idea':38 'illiter':8 'keep':28 'line':118 'littl':25 'look':79 'm':78,133 'might':97 'need':141 'network':138 'onlin':129 'page':45 'per':139 'provid':152 'run':49,63,143 'se':140 'see':59 'seen':70 'server':5,43 'servic':61 'set':22,40 'simpl':82 'solut':15 'someth':81,115 'state':50 'status':34,44 'tailscale/vpn':10 'tech':7 'thank':146 'think':94 'toward':74 'updat':30 'use':125 'user':9 'various':52 've':20,69 'vps':122 'webpag':112 'widget':113 'won':11 'worri':135"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705750923
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12660776"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705686923 {#1742
    date: 2024-01-19 18:55:23.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 {#1657
  +user: Proxies\__CG__\App\Entity\User {#1659 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Docker-Container-Status-Displays-on-Public-Website"
  +title: "Docker Container Status Displays on Public Website"
  +url: null
  +body: """
    I have a home server with tech illiterate users (Tailscale/VPN won’t be a solution for them), and I’ve been setting up a little blog to keep them updated about content and status. I had an idea of setting up a server status page that displayed the running state of various docker containers so they could easily see if services are running or not.\n
    \n
    The dashboards I’ve seen have been geared towards administrators, but I’m looking for something simple, with no control buttons, that is just for display. I was thinking that there might be a dashboard out there with the ability to export the displays as a webpage widget or something along those lines.\n
    \n
    I have a VPS I can use just for the online display, so I’m not worried about the networking per se. Needs to run on Debian.\n
    \n
    Thanks for any help you can provide!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727323930 {#1706
    date: 2024-09-26 06:12:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1745 …}
  +votes: Doctrine\ORM\PersistentCollection {#1738 …}
  +reports: Doctrine\ORM\PersistentCollection {#1746 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1750 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1468 …}
  +badges: Doctrine\ORM\PersistentCollection {#1472 …}
  +children: []
  -id: 31778
  -titleTs: "'contain':2 'display':4 'docker':1 'public':6 'status':3 'websit':7"
  -bodyTs: "'abil':105 'administr':75 'along':116 'blog':26 'button':86 'contain':54 'content':32 'control':85 'could':57 'dashboard':67,100 'debian':145 'display':47,91,109,130 'docker':53 'easili':58 'export':107 'gear':73 'help':149 'home':4 'idea':38 'illiter':8 'keep':28 'line':118 'littl':25 'look':79 'm':78,133 'might':97 'need':141 'network':138 'onlin':129 'page':45 'per':139 'provid':152 'run':49,63,143 'se':140 'see':59 'seen':70 'server':5,43 'servic':61 'set':22,40 'simpl':82 'solut':15 'someth':81,115 'state':50 'status':34,44 'tailscale/vpn':10 'tech':7 'thank':146 'think':94 'toward':74 'updat':30 'use':125 'user':9 'various':52 've':20,69 'vps':122 'webpag':112 'widget':113 'won':11 'worri':135"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705750923
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12660776"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705686923 {#1742
    date: 2024-01-19 18:55:23.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 {#1657
  +user: Proxies\__CG__\App\Entity\User {#1659 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Docker-Container-Status-Displays-on-Public-Website"
  +title: "Docker Container Status Displays on Public Website"
  +url: null
  +body: """
    I have a home server with tech illiterate users (Tailscale/VPN won’t be a solution for them), and I’ve been setting up a little blog to keep them updated about content and status. I had an idea of setting up a server status page that displayed the running state of various docker containers so they could easily see if services are running or not.\n
    \n
    The dashboards I’ve seen have been geared towards administrators, but I’m looking for something simple, with no control buttons, that is just for display. I was thinking that there might be a dashboard out there with the ability to export the displays as a webpage widget or something along those lines.\n
    \n
    I have a VPS I can use just for the online display, so I’m not worried about the networking per se. Needs to run on Debian.\n
    \n
    Thanks for any help you can provide!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727323930 {#1706
    date: 2024-09-26 06:12:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1745 …}
  +votes: Doctrine\ORM\PersistentCollection {#1738 …}
  +reports: Doctrine\ORM\PersistentCollection {#1746 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1750 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1468 …}
  +badges: Doctrine\ORM\PersistentCollection {#1472 …}
  +children: []
  -id: 31778
  -titleTs: "'contain':2 'display':4 'docker':1 'public':6 'status':3 'websit':7"
  -bodyTs: "'abil':105 'administr':75 'along':116 'blog':26 'button':86 'contain':54 'content':32 'control':85 'could':57 'dashboard':67,100 'debian':145 'display':47,91,109,130 'docker':53 'easili':58 'export':107 'gear':73 'help':149 'home':4 'idea':38 'illiter':8 'keep':28 'line':118 'littl':25 'look':79 'm':78,133 'might':97 'need':141 'network':138 'onlin':129 'page':45 'per':139 'provid':152 'run':49,63,143 'se':140 'see':59 'seen':70 'server':5,43 'servic':61 'set':22,40 'simpl':82 'solut':15 'someth':81,115 'state':50 'status':34,44 'tailscale/vpn':10 'tech':7 'thank':146 'think':94 'toward':74 'updat':30 'use':125 'user':9 'various':52 've':20,69 'vps':122 'webpag':112 'widget':113 'won':11 'worri':135"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705750923
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12660776"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705686923 {#1742
    date: 2024-01-19 18:55:23.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 {#1469
  +user: Proxies\__CG__\App\Entity\User {#1473 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1498 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Is-there-a-good-privacy-respecting-rss-feed-reader"
  +title: "Is there a good privacy respecting rss feed reader?"
  +url: null
  +body: """
    I want to set up a RSS feed for me to subscribe to some websites. I am a newbie and never used RSS before. I found Raven Reader, which is open source. But I don’t know of it’s trustworthy, too.\n
    \n
    I would also be grateful for information on how safe it is to use RSS in general concerning privacy, e.g. can my feed be tracked from websites?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726508699 {#1467
    date: 2024-09-16 19:44:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1483 …}
  +votes: Doctrine\ORM\PersistentCollection {#1484 …}
  +reports: Doctrine\ORM\PersistentCollection {#1488 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1485 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1496 …}
  +badges: Doctrine\ORM\PersistentCollection {#1490 …}
  +children: []
  -id: 31599
  -titleTs: "'feed':8 'good':4 'privaci':5 'reader':9 'respect':6 'rss':7"
  -bodyTs: "'also':45 'concern':60 'e.g':62 'feed':8,65 'found':26 'general':59 'grate':47 'inform':49 'know':37 'never':21 'newbi':19 'open':31 'privaci':61 'raven':27 'reader':28 'rss':7,23,57 'safe':52 'set':4 'sourc':32 'subscrib':12 'track':67 'trustworthi':41 'use':22,56 'want':2 'websit':15,69 'would':44"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705693799
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10884587"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705616299 {#1470
    date: 2024-01-18 23:18:19.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 {#1469
  +user: Proxies\__CG__\App\Entity\User {#1473 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1498 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Is-there-a-good-privacy-respecting-rss-feed-reader"
  +title: "Is there a good privacy respecting rss feed reader?"
  +url: null
  +body: """
    I want to set up a RSS feed for me to subscribe to some websites. I am a newbie and never used RSS before. I found Raven Reader, which is open source. But I don’t know of it’s trustworthy, too.\n
    \n
    I would also be grateful for information on how safe it is to use RSS in general concerning privacy, e.g. can my feed be tracked from websites?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726508699 {#1467
    date: 2024-09-16 19:44:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1483 …}
  +votes: Doctrine\ORM\PersistentCollection {#1484 …}
  +reports: Doctrine\ORM\PersistentCollection {#1488 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1485 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1496 …}
  +badges: Doctrine\ORM\PersistentCollection {#1490 …}
  +children: []
  -id: 31599
  -titleTs: "'feed':8 'good':4 'privaci':5 'reader':9 'respect':6 'rss':7"
  -bodyTs: "'also':45 'concern':60 'e.g':62 'feed':8,65 'found':26 'general':59 'grate':47 'inform':49 'know':37 'never':21 'newbi':19 'open':31 'privaci':61 'raven':27 'reader':28 'rss':7,23,57 'safe':52 'set':4 'sourc':32 'subscrib':12 'track':67 'trustworthi':41 'use':22,56 'want':2 'websit':15,69 'would':44"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705693799
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10884587"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705616299 {#1470
    date: 2024-01-18 23:18:19.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 {#1469
  +user: Proxies\__CG__\App\Entity\User {#1473 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1498 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Is-there-a-good-privacy-respecting-rss-feed-reader"
  +title: "Is there a good privacy respecting rss feed reader?"
  +url: null
  +body: """
    I want to set up a RSS feed for me to subscribe to some websites. I am a newbie and never used RSS before. I found Raven Reader, which is open source. But I don’t know of it’s trustworthy, too.\n
    \n
    I would also be grateful for information on how safe it is to use RSS in general concerning privacy, e.g. can my feed be tracked from websites?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726508699 {#1467
    date: 2024-09-16 19:44:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1483 …}
  +votes: Doctrine\ORM\PersistentCollection {#1484 …}
  +reports: Doctrine\ORM\PersistentCollection {#1488 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1485 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1496 …}
  +badges: Doctrine\ORM\PersistentCollection {#1490 …}
  +children: []
  -id: 31599
  -titleTs: "'feed':8 'good':4 'privaci':5 'reader':9 'respect':6 'rss':7"
  -bodyTs: "'also':45 'concern':60 'e.g':62 'feed':8,65 'found':26 'general':59 'grate':47 'inform':49 'know':37 'never':21 'newbi':19 'open':31 'privaci':61 'raven':27 'reader':28 'rss':7,23,57 'safe':52 'set':4 'sourc':32 'subscrib':12 'track':67 'trustworthi':41 'use':22,56 'want':2 'websit':15,69 'would':44"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705693799
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10884587"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705616299 {#1470
    date: 2024-01-18 23:18:19.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 {#1475
  +user: Proxies\__CG__\App\Entity\User {#1477 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Why-is-Fedora-called-Fedora"
  +title: "Why is Fedora called Fedora?"
  +url: null
  +body: """
    Is there any story or reason behind the name? Or is it just simply a random choice of word? Does it mean anything outside being a hat haha.\n
    \n
    edit: i feel stupid for asking now, should have guessed it had to do with Redhat…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 87
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725939399 {#1493
    date: 2024-09-10 05:36:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1476 …}
  +votes: Doctrine\ORM\PersistentCollection {#1758 …}
  +reports: Doctrine\ORM\PersistentCollection {#1755 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1757 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1756 …}
  +badges: Doctrine\ORM\PersistentCollection {#1759 …}
  +children: []
  -id: 31237
  -titleTs: "'call':4 'fedora':3,5"
  -bodyTs: "'anyth':23 'ask':34 'behind':7 'choic':17 'edit':29 'feel':31 'guess':38 'haha':28 'hat':27 'mean':22 'name':9 'outsid':24 'random':16 'reason':6 'redhat':44 'simpli':14 'stori':4 'stupid':32 'word':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705593990
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10830608"
  +editedAt: DateTimeImmutable @1725888983 {#1495
    date: 2024-09-09 15:36:23.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705507590 {#1492
    date: 2024-01-17 17:06:30.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 {#1475
  +user: Proxies\__CG__\App\Entity\User {#1477 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Why-is-Fedora-called-Fedora"
  +title: "Why is Fedora called Fedora?"
  +url: null
  +body: """
    Is there any story or reason behind the name? Or is it just simply a random choice of word? Does it mean anything outside being a hat haha.\n
    \n
    edit: i feel stupid for asking now, should have guessed it had to do with Redhat…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 87
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725939399 {#1493
    date: 2024-09-10 05:36:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1476 …}
  +votes: Doctrine\ORM\PersistentCollection {#1758 …}
  +reports: Doctrine\ORM\PersistentCollection {#1755 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1757 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1756 …}
  +badges: Doctrine\ORM\PersistentCollection {#1759 …}
  +children: []
  -id: 31237
  -titleTs: "'call':4 'fedora':3,5"
  -bodyTs: "'anyth':23 'ask':34 'behind':7 'choic':17 'edit':29 'feel':31 'guess':38 'haha':28 'hat':27 'mean':22 'name':9 'outsid':24 'random':16 'reason':6 'redhat':44 'simpli':14 'stori':4 'stupid':32 'word':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705593990
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10830608"
  +editedAt: DateTimeImmutable @1725888983 {#1495
    date: 2024-09-09 15:36:23.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705507590 {#1492
    date: 2024-01-17 17:06:30.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 {#1475
  +user: Proxies\__CG__\App\Entity\User {#1477 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Why-is-Fedora-called-Fedora"
  +title: "Why is Fedora called Fedora?"
  +url: null
  +body: """
    Is there any story or reason behind the name? Or is it just simply a random choice of word? Does it mean anything outside being a hat haha.\n
    \n
    edit: i feel stupid for asking now, should have guessed it had to do with Redhat…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 87
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725939399 {#1493
    date: 2024-09-10 05:36:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1476 …}
  +votes: Doctrine\ORM\PersistentCollection {#1758 …}
  +reports: Doctrine\ORM\PersistentCollection {#1755 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1757 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1756 …}
  +badges: Doctrine\ORM\PersistentCollection {#1759 …}
  +children: []
  -id: 31237
  -titleTs: "'call':4 'fedora':3,5"
  -bodyTs: "'anyth':23 'ask':34 'behind':7 'choic':17 'edit':29 'feel':31 'guess':38 'haha':28 'hat':27 'mean':22 'name':9 'outsid':24 'random':16 'reason':6 'redhat':44 'simpli':14 'stori':4 'stupid':32 'word':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705593990
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10830608"
  +editedAt: DateTimeImmutable @1725888983 {#1495
    date: 2024-09-09 15:36:23.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705507590 {#1492
    date: 2024-01-17 17:06:30.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 {#1772
  +user: Proxies\__CG__\App\Entity\User {#1779 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2356 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Anyway-to-check-if-an-APK-is-malicious-easily-wondering"
  +title: "Anyway to check if an APK is malicious (easily) wondering about Mihon repos in particular!"
  +url: null
  +body: "So with the recent tachiyomi issues and the migration to Mihon I’m nervous of their list of repos as they’re all APKs I’m wondering if anyone knows of any that are definitely legit and from the originals that were self hosted?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727045515 {#1751
    date: 2024-09-23 00:51:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1778 …}
  +votes: Doctrine\ORM\PersistentCollection {#1777 …}
  +reports: Doctrine\ORM\PersistentCollection {#1773 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1776 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1782 …}
  +badges: Doctrine\ORM\PersistentCollection {#1785 …}
  +children: []
  -id: 31011
  -titleTs: "'anyway':1 'apk':6 'check':3 'easili':9 'malici':8 'mihon':12 'particular':15 'repo':13 'wonder':10"
  -bodyTs: "'anyon':29 'apk':24 'definit':35 'host':44 'issu':6 'know':30 'legit':36 'list':17 'm':13,26 'migrat':9 'mihon':11 'nervous':14 'origin':40 're':22 'recent':4 'repo':19 'self':43 'tachiyomi':5 'wonder':27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705513042
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8680656"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705426642 {#1788
    date: 2024-01-16 18:37:22.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 {#1772
  +user: Proxies\__CG__\App\Entity\User {#1779 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2356 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Anyway-to-check-if-an-APK-is-malicious-easily-wondering"
  +title: "Anyway to check if an APK is malicious (easily) wondering about Mihon repos in particular!"
  +url: null
  +body: "So with the recent tachiyomi issues and the migration to Mihon I’m nervous of their list of repos as they’re all APKs I’m wondering if anyone knows of any that are definitely legit and from the originals that were self hosted?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727045515 {#1751
    date: 2024-09-23 00:51:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1778 …}
  +votes: Doctrine\ORM\PersistentCollection {#1777 …}
  +reports: Doctrine\ORM\PersistentCollection {#1773 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1776 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1782 …}
  +badges: Doctrine\ORM\PersistentCollection {#1785 …}
  +children: []
  -id: 31011
  -titleTs: "'anyway':1 'apk':6 'check':3 'easili':9 'malici':8 'mihon':12 'particular':15 'repo':13 'wonder':10"
  -bodyTs: "'anyon':29 'apk':24 'definit':35 'host':44 'issu':6 'know':30 'legit':36 'list':17 'm':13,26 'migrat':9 'mihon':11 'nervous':14 'origin':40 're':22 'recent':4 'repo':19 'self':43 'tachiyomi':5 'wonder':27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705513042
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8680656"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705426642 {#1788
    date: 2024-01-16 18:37:22.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 {#1772
  +user: Proxies\__CG__\App\Entity\User {#1779 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2356 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Anyway-to-check-if-an-APK-is-malicious-easily-wondering"
  +title: "Anyway to check if an APK is malicious (easily) wondering about Mihon repos in particular!"
  +url: null
  +body: "So with the recent tachiyomi issues and the migration to Mihon I’m nervous of their list of repos as they’re all APKs I’m wondering if anyone knows of any that are definitely legit and from the originals that were self hosted?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727045515 {#1751
    date: 2024-09-23 00:51:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1778 …}
  +votes: Doctrine\ORM\PersistentCollection {#1777 …}
  +reports: Doctrine\ORM\PersistentCollection {#1773 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1776 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1782 …}
  +badges: Doctrine\ORM\PersistentCollection {#1785 …}
  +children: []
  -id: 31011
  -titleTs: "'anyway':1 'apk':6 'check':3 'easili':9 'malici':8 'mihon':12 'particular':15 'repo':13 'wonder':10"
  -bodyTs: "'anyon':29 'apk':24 'definit':35 'host':44 'issu':6 'know':30 'legit':36 'list':17 'm':13,26 'migrat':9 'mihon':11 'nervous':14 'origin':40 're':22 'recent':4 'repo':19 'self':43 'tachiyomi':5 'wonder':27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705513042
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8680656"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705426642 {#1788
    date: 2024-01-16 18:37:22.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 {#1764
  +user: Proxies\__CG__\App\Entity\User {#1765 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2356 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Does-anyone-here-use-CorelDRAW-Graphics-Suite"
  +title: "Does anyone here use CorelDRAW Graphics Suite?"
  +url: null
  +body: """
    Does anyone here use CorelDRAW Graphics Suite and have version 2023? I would really like safe sources to download pirated versions.\n
    \n
    *I was told it’s okay to ask for specific things, beyond the rules. If it is not allowed, I apologize, please let me know so I can delete it.*
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 29
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726009743 {#1786
    date: 2024-09-11 01:09:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1766 …}
  +votes: Doctrine\ORM\PersistentCollection {#1681 …}
  +reports: Doctrine\ORM\PersistentCollection {#1466 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1445 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1638 …}
  +badges: Doctrine\ORM\PersistentCollection {#1642 …}
  +children: []
  -id: 30964
  -titleTs: "'anyon':2 'coreldraw':5 'graphic':6 'suit':7 'use':4"
  -bodyTs: "'2023':11 'allow':40 'anyon':2 'apolog':42 'ask':29 'beyond':33 'coreldraw':5 'delet':50 'download':19 'graphic':6 'know':46 'let':44 'like':15 'okay':27 'pirat':20 'pleas':43 'realli':14 'rule':35 'safe':16 'sourc':17 'specif':31 'suit':7 'thing':32 'told':24 'use':4 'version':10,21 'would':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705506462
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12458311"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705420062 {#1780
    date: 2024-01-16 16:47:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
App\Entity\Entry {#1764
  +user: Proxies\__CG__\App\Entity\User {#1765 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2356 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Does-anyone-here-use-CorelDRAW-Graphics-Suite"
  +title: "Does anyone here use CorelDRAW Graphics Suite?"
  +url: null
  +body: """
    Does anyone here use CorelDRAW Graphics Suite and have version 2023? I would really like safe sources to download pirated versions.\n
    \n
    *I was told it’s okay to ask for specific things, beyond the rules. If it is not allowed, I apologize, please let me know so I can delete it.*
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 29
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726009743 {#1786
    date: 2024-09-11 01:09:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1766 …}
  +votes: Doctrine\ORM\PersistentCollection {#1681 …}
  +reports: Doctrine\ORM\PersistentCollection {#1466 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1445 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1638 …}
  +badges: Doctrine\ORM\PersistentCollection {#1642 …}
  +children: []
  -id: 30964
  -titleTs: "'anyon':2 'coreldraw':5 'graphic':6 'suit':7 'use':4"
  -bodyTs: "'2023':11 'allow':40 'anyon':2 'apolog':42 'ask':29 'beyond':33 'coreldraw':5 'delet':50 'download':19 'graphic':6 'know':46 'let':44 'like':15 'okay':27 'pirat':20 'pleas':43 'realli':14 'rule':35 'safe':16 'sourc':17 'specif':31 'suit':7 'thing':32 'told':24 'use':4 'version':10,21 'would':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705506462
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12458311"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705420062 {#1780
    date: 2024-01-16 16:47:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
App\Entity\Entry {#1764
  +user: Proxies\__CG__\App\Entity\User {#1765 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2356 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Does-anyone-here-use-CorelDRAW-Graphics-Suite"
  +title: "Does anyone here use CorelDRAW Graphics Suite?"
  +url: null
  +body: """
    Does anyone here use CorelDRAW Graphics Suite and have version 2023? I would really like safe sources to download pirated versions.\n
    \n
    *I was told it’s okay to ask for specific things, beyond the rules. If it is not allowed, I apologize, please let me know so I can delete it.*
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 29
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726009743 {#1786
    date: 2024-09-11 01:09:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1766 …}
  +votes: Doctrine\ORM\PersistentCollection {#1681 …}
  +reports: Doctrine\ORM\PersistentCollection {#1466 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1445 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1638 …}
  +badges: Doctrine\ORM\PersistentCollection {#1642 …}
  +children: []
  -id: 30964
  -titleTs: "'anyon':2 'coreldraw':5 'graphic':6 'suit':7 'use':4"
  -bodyTs: "'2023':11 'allow':40 'anyon':2 'apolog':42 'ask':29 'beyond':33 'coreldraw':5 'delet':50 'download':19 'graphic':6 'know':46 'let':44 'like':15 'okay':27 'pirat':20 'pleas':43 'realli':14 'rule':35 'safe':16 'sourc':17 'specif':31 'suit':7 'thing':32 'told':24 'use':4 'version':10,21 'would':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705506462
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12458311"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705420062 {#1780
    date: 2024-01-16 16:47:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1633
  +user: Proxies\__CG__\App\Entity\User {#1627 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1967 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Variable-Position-Damper-Control"
  +title: "Variable Position Damper Control"
  +url: null
  +body: """
    I have to preface by saying that this isn’t really related to Home Assistant. I can’t find a more generic home automation community on Lemmy and I figured someone here might have some experience with this so I hope is post is allowed.\n
    \n
    I have a large masonry fireplace that I’m fixing some issues with. It has a fresh air intake that I’m venting outside the house. Code says the air intake also has to have a damper which can be closed to prevent the fire from burning out of control.\n
    \n
    I’m planning to use a 24 volt power open/power close damper. I want to be able to modulate it with a wall control where it can be set in increments somewhere between 0% and 100% open. I’m sure I could engineer a creative solution but I wanted to see if anyone else had a simpler way of accomplishing this first.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726396439 {#1643
    date: 2024-09-15 12:33:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1624 …}
  +votes: Doctrine\ORM\PersistentCollection {#1636 …}
  +reports: Doctrine\ORM\PersistentCollection {#1660 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1450 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1421 …}
  +badges: Doctrine\ORM\PersistentCollection {#1446 …}
  +children: []
  -id: 30947
  -titleTs: "'control':4 'damper':3 'posit':2 'variabl':1"
  -bodyTs: "'0':129 '100':131 '24':102 'abl':112 'accomplish':155 'air':63,75 'allow':45 'also':77 'anyon':148 'assist':15 'autom':24 'burn':92 'close':86,106 'code':72 'communiti':25 'control':95,119 'could':137 'creativ':140 'damper':82,107 'els':149 'engin':138 'experi':36 'figur':30 'find':19 'fire':90 'fireplac':51 'first':157 'fix':55 'fresh':62 'generic':22 'home':14,23 'hope':41 'hous':71 'increment':126 'intak':64,76 'isn':9 'issu':57 'larg':49 'lemmi':27 'm':54,67,97,134 'masonri':50 'might':33 'modul':114 'open':132 'open/power':105 'outsid':69 'plan':98 'post':43 'power':104 'prefac':4 'prevent':88 'realli':11 'relat':12 'say':6,73 'see':146 'set':124 'simpler':152 'solut':141 'someon':31 'somewher':127 'sure':135 'use':100 'vent':68 'volt':103 'wall':118 'want':109,144 'way':153"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705471129
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12887463"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705416629 {#1622
    date: 2024-01-16 15:50:29.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 {#1633
  +user: Proxies\__CG__\App\Entity\User {#1627 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1967 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Variable-Position-Damper-Control"
  +title: "Variable Position Damper Control"
  +url: null
  +body: """
    I have to preface by saying that this isn’t really related to Home Assistant. I can’t find a more generic home automation community on Lemmy and I figured someone here might have some experience with this so I hope is post is allowed.\n
    \n
    I have a large masonry fireplace that I’m fixing some issues with. It has a fresh air intake that I’m venting outside the house. Code says the air intake also has to have a damper which can be closed to prevent the fire from burning out of control.\n
    \n
    I’m planning to use a 24 volt power open/power close damper. I want to be able to modulate it with a wall control where it can be set in increments somewhere between 0% and 100% open. I’m sure I could engineer a creative solution but I wanted to see if anyone else had a simpler way of accomplishing this first.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726396439 {#1643
    date: 2024-09-15 12:33:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1624 …}
  +votes: Doctrine\ORM\PersistentCollection {#1636 …}
  +reports: Doctrine\ORM\PersistentCollection {#1660 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1450 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1421 …}
  +badges: Doctrine\ORM\PersistentCollection {#1446 …}
  +children: []
  -id: 30947
  -titleTs: "'control':4 'damper':3 'posit':2 'variabl':1"
  -bodyTs: "'0':129 '100':131 '24':102 'abl':112 'accomplish':155 'air':63,75 'allow':45 'also':77 'anyon':148 'assist':15 'autom':24 'burn':92 'close':86,106 'code':72 'communiti':25 'control':95,119 'could':137 'creativ':140 'damper':82,107 'els':149 'engin':138 'experi':36 'figur':30 'find':19 'fire':90 'fireplac':51 'first':157 'fix':55 'fresh':62 'generic':22 'home':14,23 'hope':41 'hous':71 'increment':126 'intak':64,76 'isn':9 'issu':57 'larg':49 'lemmi':27 'm':54,67,97,134 'masonri':50 'might':33 'modul':114 'open':132 'open/power':105 'outsid':69 'plan':98 'post':43 'power':104 'prefac':4 'prevent':88 'realli':11 'relat':12 'say':6,73 'see':146 'set':124 'simpler':152 'solut':141 'someon':31 'somewher':127 'sure':135 'use':100 'vent':68 'volt':103 'wall':118 'want':109,144 'way':153"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705471129
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12887463"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705416629 {#1622
    date: 2024-01-16 15:50:29.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 {#1633
  +user: Proxies\__CG__\App\Entity\User {#1627 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1967 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Variable-Position-Damper-Control"
  +title: "Variable Position Damper Control"
  +url: null
  +body: """
    I have to preface by saying that this isn’t really related to Home Assistant. I can’t find a more generic home automation community on Lemmy and I figured someone here might have some experience with this so I hope is post is allowed.\n
    \n
    I have a large masonry fireplace that I’m fixing some issues with. It has a fresh air intake that I’m venting outside the house. Code says the air intake also has to have a damper which can be closed to prevent the fire from burning out of control.\n
    \n
    I’m planning to use a 24 volt power open/power close damper. I want to be able to modulate it with a wall control where it can be set in increments somewhere between 0% and 100% open. I’m sure I could engineer a creative solution but I wanted to see if anyone else had a simpler way of accomplishing this first.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726396439 {#1643
    date: 2024-09-15 12:33:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1624 …}
  +votes: Doctrine\ORM\PersistentCollection {#1636 …}
  +reports: Doctrine\ORM\PersistentCollection {#1660 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1450 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1421 …}
  +badges: Doctrine\ORM\PersistentCollection {#1446 …}
  +children: []
  -id: 30947
  -titleTs: "'control':4 'damper':3 'posit':2 'variabl':1"
  -bodyTs: "'0':129 '100':131 '24':102 'abl':112 'accomplish':155 'air':63,75 'allow':45 'also':77 'anyon':148 'assist':15 'autom':24 'burn':92 'close':86,106 'code':72 'communiti':25 'control':95,119 'could':137 'creativ':140 'damper':82,107 'els':149 'engin':138 'experi':36 'figur':30 'find':19 'fire':90 'fireplac':51 'first':157 'fix':55 'fresh':62 'generic':22 'home':14,23 'hope':41 'hous':71 'increment':126 'intak':64,76 'isn':9 'issu':57 'larg':49 'lemmi':27 'm':54,67,97,134 'masonri':50 'might':33 'modul':114 'open':132 'open/power':105 'outsid':69 'plan':98 'post':43 'power':104 'prefac':4 'prevent':88 'realli':11 'relat':12 'say':6,73 'see':146 'set':124 'simpler':152 'solut':141 'someon':31 'somewher':127 'sure':135 'use':100 'vent':68 'volt':103 'wall':118 'want':109,144 'way':153"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705471129
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12887463"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705416629 {#1622
    date: 2024-01-16 15:50:29.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 {#1415
  +user: Proxies\__CG__\App\Entity\User {#1420 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-I-can-enable-i3-gaps"
  +title: "How I can enable i3-gaps?"
  +url: null
  +body: """
    I started to use i3 and I love it so far, and then I tried to enable i3-gaps on i3 but when I tried to enable it I receive this error I don’t understand at all…\n
    \n
    ```\n
    \n
    <span style="color:#323232;">ERROR: CONFIG: (in file /home/$USER/.config/i3/config)\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 214: # Gaps\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 215: for_window [class="^.*"] border pixel 2\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 216: gaps inner 10\n
    </span><span style="color:#323232;">ERROR: CONFIG:           ^^^^^^^^^^^^^\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 217: gaps outer 10\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 218: \n
    </span><span style="color:#323232;">ERROR: CONFIG: Expected one of these tokens: <end>, '#', 'set ', 'set   ', 'set_from_resource', 'include', 'bindsym', 'bindcode', 'bind', 'bar', 'font', 'mode', 'floating_minimum_size', 'floating_maximum_size', 'floating_modifier', 'default_orientation', 'workspace_layout', 'default_border', 'new_window', 'default_floating_border', 'new_float', 'hide_edge_borders', 'for_window', 'assign', 'no_focus', 'focus_follows_mouse', 'mouse_warping', 'focus_wrapping', 'force_focus_wrapping', 'force_xinerama', 'force-xinerama', 'disable_randr15', 'disable-randr15', 'workspace_auto_back_and_forth', 'fake_outputs', 'fake-outputs', 'force_display_urgency_hint', 'focus_on_window_activation', 'title_align', 'show_marks', 'workspace', 'ipc_socket', 'ipc-socket', 'ipc_kill_timeout', 'restart_state', 'popup_during_fullscreen', 'exec_always', 'exec', 'client.background', 'client.focused_inactive', 'client.focused', 'client.unfocused', 'client.urgent', 'client.placeholder'\n
    </span><span style="color:#323232;">ERROR: CONFIG: (in file /home/$USER/.config/i3/config)\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 215: for_window [class="^.*"] border pixel 2\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 216: gaps inner 10\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 217: gaps outer 10\n
    </span><span style="color:#323232;">ERROR: CONFIG:           ^^^^^^^^^^^^^\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 218: \n
    </span><span style="color:#323232;">ERROR: FYI: You are using i3 version 4.20.1 (2021-11-03)\n
    </span>\n
    ```\n
    \n
    According to Debian i3 wiki, you just need to add ‘gaps inner 10’ to your config file to make it work, but I do exactly that and it didn’t work, I receive the same exact message.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724257023 {#1424
    date: 2024-08-21 18:17:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1426 …}
  +votes: Doctrine\ORM\PersistentCollection {#1413 …}
  +reports: Doctrine\ORM\PersistentCollection {#1414 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1412 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1443 …}
  +badges: Doctrine\ORM\PersistentCollection {#1419 …}
  +children: []
  -id: 30758
  -titleTs: "'enabl':4 'gap':7 'i3':6 'i3-gaps':5"
  -bodyTs: "'-03':241 '-11':240 '/home':44,199 '10':67,76,217,224,254 '2':60,210 '2021':239 '214':49 '215':54,204 '216':64,214 '217':73,221 '218':80,230 '4.20.1':238 'accord':242 'activ':166 'add':251 'align':168 'alway':186 'assign':126 'auto':150 'back':151 'bar':97 'bind':96 'bindcod':95 'bindsym':94 'border':58,113,118,123,208 'class':57,207 'client.background':188 'client.focused':189,191 'client.placeholder':194 'client.unfocused':192 'client.urgent':193 'config':41,47,52,62,69,71,78,82,196,202,212,219,226,228,257 'debian':244 'default':108,112,116 'didn':270 'disabl':144,147 'disable-randr15':146 'display':160 'edg':122 'enabl':17,28 'error':33,40,46,51,61,68,70,77,81,195,201,211,218,225,227,231 'exact':266,277 'exec':185,187 'expect':83 'fake':154,157 'fake-output':156 'far':11 'file':43,198,258 'float':100,103,106,117,120 'focus':128,129,134,137,163 'follow':130 'font':98 'forc':136,139,142,159 'force-xinerama':141 'forth':153 'fullscreen':184 'fyi':232 'gap':20,50,65,74,215,222,252 'hide':121 'hint':162 'i3':5,19,22,236,245 'i3-gaps':18 'inact':190 'includ':93 'inner':66,216,253 'ipc':172,175,177 'ipc-socket':174 'kill':178 'layout':111 'line':48,53,63,72,79,203,213,220,229 'love':8 'make':260 'mark':170 'maximum':104 'messag':278 'minimum':101 'mode':99 'modifi':107 'mous':131,132 'need':249 'new':114,119 'one':84 'orient':109 'outer':75,223 'output':155,158 'pixel':59,209 'popup':182 'randr15':145,148 'receiv':31,274 'resourc':92 'restart':180 'set':88,89,90 'show':169 'size':102,105 'socket':173,176 'start':2 'state':181 'timeout':179 'titl':167 'token':87 'tri':15,26 'understand':37 'urgenc':161 'use':4,235 'user/.config/i3/config':45,200 'version':237 'warp':133 'wiki':246 'window':56,115,125,165,206 'work':262,272 'workspac':110,149,171 'wrap':135,138 'xinerama':140,143"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705412394
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12408353"
  +editedAt: DateTimeImmutable @1724254392 {#1423
    date: 2024-08-21 17:33:12.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705348394 {#1442
    date: 2024-01-15 20:53: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
75 DENIED edit
App\Entity\Entry {#1415
  +user: Proxies\__CG__\App\Entity\User {#1420 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-I-can-enable-i3-gaps"
  +title: "How I can enable i3-gaps?"
  +url: null
  +body: """
    I started to use i3 and I love it so far, and then I tried to enable i3-gaps on i3 but when I tried to enable it I receive this error I don’t understand at all…\n
    \n
    ```\n
    \n
    <span style="color:#323232;">ERROR: CONFIG: (in file /home/$USER/.config/i3/config)\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 214: # Gaps\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 215: for_window [class="^.*"] border pixel 2\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 216: gaps inner 10\n
    </span><span style="color:#323232;">ERROR: CONFIG:           ^^^^^^^^^^^^^\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 217: gaps outer 10\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 218: \n
    </span><span style="color:#323232;">ERROR: CONFIG: Expected one of these tokens: <end>, '#', 'set ', 'set   ', 'set_from_resource', 'include', 'bindsym', 'bindcode', 'bind', 'bar', 'font', 'mode', 'floating_minimum_size', 'floating_maximum_size', 'floating_modifier', 'default_orientation', 'workspace_layout', 'default_border', 'new_window', 'default_floating_border', 'new_float', 'hide_edge_borders', 'for_window', 'assign', 'no_focus', 'focus_follows_mouse', 'mouse_warping', 'focus_wrapping', 'force_focus_wrapping', 'force_xinerama', 'force-xinerama', 'disable_randr15', 'disable-randr15', 'workspace_auto_back_and_forth', 'fake_outputs', 'fake-outputs', 'force_display_urgency_hint', 'focus_on_window_activation', 'title_align', 'show_marks', 'workspace', 'ipc_socket', 'ipc-socket', 'ipc_kill_timeout', 'restart_state', 'popup_during_fullscreen', 'exec_always', 'exec', 'client.background', 'client.focused_inactive', 'client.focused', 'client.unfocused', 'client.urgent', 'client.placeholder'\n
    </span><span style="color:#323232;">ERROR: CONFIG: (in file /home/$USER/.config/i3/config)\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 215: for_window [class="^.*"] border pixel 2\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 216: gaps inner 10\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 217: gaps outer 10\n
    </span><span style="color:#323232;">ERROR: CONFIG:           ^^^^^^^^^^^^^\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 218: \n
    </span><span style="color:#323232;">ERROR: FYI: You are using i3 version 4.20.1 (2021-11-03)\n
    </span>\n
    ```\n
    \n
    According to Debian i3 wiki, you just need to add ‘gaps inner 10’ to your config file to make it work, but I do exactly that and it didn’t work, I receive the same exact message.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724257023 {#1424
    date: 2024-08-21 18:17:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1426 …}
  +votes: Doctrine\ORM\PersistentCollection {#1413 …}
  +reports: Doctrine\ORM\PersistentCollection {#1414 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1412 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1443 …}
  +badges: Doctrine\ORM\PersistentCollection {#1419 …}
  +children: []
  -id: 30758
  -titleTs: "'enabl':4 'gap':7 'i3':6 'i3-gaps':5"
  -bodyTs: "'-03':241 '-11':240 '/home':44,199 '10':67,76,217,224,254 '2':60,210 '2021':239 '214':49 '215':54,204 '216':64,214 '217':73,221 '218':80,230 '4.20.1':238 'accord':242 'activ':166 'add':251 'align':168 'alway':186 'assign':126 'auto':150 'back':151 'bar':97 'bind':96 'bindcod':95 'bindsym':94 'border':58,113,118,123,208 'class':57,207 'client.background':188 'client.focused':189,191 'client.placeholder':194 'client.unfocused':192 'client.urgent':193 'config':41,47,52,62,69,71,78,82,196,202,212,219,226,228,257 'debian':244 'default':108,112,116 'didn':270 'disabl':144,147 'disable-randr15':146 'display':160 'edg':122 'enabl':17,28 'error':33,40,46,51,61,68,70,77,81,195,201,211,218,225,227,231 'exact':266,277 'exec':185,187 'expect':83 'fake':154,157 'fake-output':156 'far':11 'file':43,198,258 'float':100,103,106,117,120 'focus':128,129,134,137,163 'follow':130 'font':98 'forc':136,139,142,159 'force-xinerama':141 'forth':153 'fullscreen':184 'fyi':232 'gap':20,50,65,74,215,222,252 'hide':121 'hint':162 'i3':5,19,22,236,245 'i3-gaps':18 'inact':190 'includ':93 'inner':66,216,253 'ipc':172,175,177 'ipc-socket':174 'kill':178 'layout':111 'line':48,53,63,72,79,203,213,220,229 'love':8 'make':260 'mark':170 'maximum':104 'messag':278 'minimum':101 'mode':99 'modifi':107 'mous':131,132 'need':249 'new':114,119 'one':84 'orient':109 'outer':75,223 'output':155,158 'pixel':59,209 'popup':182 'randr15':145,148 'receiv':31,274 'resourc':92 'restart':180 'set':88,89,90 'show':169 'size':102,105 'socket':173,176 'start':2 'state':181 'timeout':179 'titl':167 'token':87 'tri':15,26 'understand':37 'urgenc':161 'use':4,235 'user/.config/i3/config':45,200 'version':237 'warp':133 'wiki':246 'window':56,115,125,165,206 'work':262,272 'workspac':110,149,171 'wrap':135,138 'xinerama':140,143"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705412394
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12408353"
  +editedAt: DateTimeImmutable @1724254392 {#1423
    date: 2024-08-21 17:33:12.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705348394 {#1442
    date: 2024-01-15 20:53: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
76 DENIED moderate
App\Entity\Entry {#1415
  +user: Proxies\__CG__\App\Entity\User {#1420 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-I-can-enable-i3-gaps"
  +title: "How I can enable i3-gaps?"
  +url: null
  +body: """
    I started to use i3 and I love it so far, and then I tried to enable i3-gaps on i3 but when I tried to enable it I receive this error I don’t understand at all…\n
    \n
    ```\n
    \n
    <span style="color:#323232;">ERROR: CONFIG: (in file /home/$USER/.config/i3/config)\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 214: # Gaps\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 215: for_window [class="^.*"] border pixel 2\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 216: gaps inner 10\n
    </span><span style="color:#323232;">ERROR: CONFIG:           ^^^^^^^^^^^^^\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 217: gaps outer 10\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 218: \n
    </span><span style="color:#323232;">ERROR: CONFIG: Expected one of these tokens: <end>, '#', 'set ', 'set   ', 'set_from_resource', 'include', 'bindsym', 'bindcode', 'bind', 'bar', 'font', 'mode', 'floating_minimum_size', 'floating_maximum_size', 'floating_modifier', 'default_orientation', 'workspace_layout', 'default_border', 'new_window', 'default_floating_border', 'new_float', 'hide_edge_borders', 'for_window', 'assign', 'no_focus', 'focus_follows_mouse', 'mouse_warping', 'focus_wrapping', 'force_focus_wrapping', 'force_xinerama', 'force-xinerama', 'disable_randr15', 'disable-randr15', 'workspace_auto_back_and_forth', 'fake_outputs', 'fake-outputs', 'force_display_urgency_hint', 'focus_on_window_activation', 'title_align', 'show_marks', 'workspace', 'ipc_socket', 'ipc-socket', 'ipc_kill_timeout', 'restart_state', 'popup_during_fullscreen', 'exec_always', 'exec', 'client.background', 'client.focused_inactive', 'client.focused', 'client.unfocused', 'client.urgent', 'client.placeholder'\n
    </span><span style="color:#323232;">ERROR: CONFIG: (in file /home/$USER/.config/i3/config)\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 215: for_window [class="^.*"] border pixel 2\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 216: gaps inner 10\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 217: gaps outer 10\n
    </span><span style="color:#323232;">ERROR: CONFIG:           ^^^^^^^^^^^^^\n
    </span><span style="color:#323232;">ERROR: CONFIG: Line 218: \n
    </span><span style="color:#323232;">ERROR: FYI: You are using i3 version 4.20.1 (2021-11-03)\n
    </span>\n
    ```\n
    \n
    According to Debian i3 wiki, you just need to add ‘gaps inner 10’ to your config file to make it work, but I do exactly that and it didn’t work, I receive the same exact message.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724257023 {#1424
    date: 2024-08-21 18:17:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1426 …}
  +votes: Doctrine\ORM\PersistentCollection {#1413 …}
  +reports: Doctrine\ORM\PersistentCollection {#1414 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1412 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1443 …}
  +badges: Doctrine\ORM\PersistentCollection {#1419 …}
  +children: []
  -id: 30758
  -titleTs: "'enabl':4 'gap':7 'i3':6 'i3-gaps':5"
  -bodyTs: "'-03':241 '-11':240 '/home':44,199 '10':67,76,217,224,254 '2':60,210 '2021':239 '214':49 '215':54,204 '216':64,214 '217':73,221 '218':80,230 '4.20.1':238 'accord':242 'activ':166 'add':251 'align':168 'alway':186 'assign':126 'auto':150 'back':151 'bar':97 'bind':96 'bindcod':95 'bindsym':94 'border':58,113,118,123,208 'class':57,207 'client.background':188 'client.focused':189,191 'client.placeholder':194 'client.unfocused':192 'client.urgent':193 'config':41,47,52,62,69,71,78,82,196,202,212,219,226,228,257 'debian':244 'default':108,112,116 'didn':270 'disabl':144,147 'disable-randr15':146 'display':160 'edg':122 'enabl':17,28 'error':33,40,46,51,61,68,70,77,81,195,201,211,218,225,227,231 'exact':266,277 'exec':185,187 'expect':83 'fake':154,157 'fake-output':156 'far':11 'file':43,198,258 'float':100,103,106,117,120 'focus':128,129,134,137,163 'follow':130 'font':98 'forc':136,139,142,159 'force-xinerama':141 'forth':153 'fullscreen':184 'fyi':232 'gap':20,50,65,74,215,222,252 'hide':121 'hint':162 'i3':5,19,22,236,245 'i3-gaps':18 'inact':190 'includ':93 'inner':66,216,253 'ipc':172,175,177 'ipc-socket':174 'kill':178 'layout':111 'line':48,53,63,72,79,203,213,220,229 'love':8 'make':260 'mark':170 'maximum':104 'messag':278 'minimum':101 'mode':99 'modifi':107 'mous':131,132 'need':249 'new':114,119 'one':84 'orient':109 'outer':75,223 'output':155,158 'pixel':59,209 'popup':182 'randr15':145,148 'receiv':31,274 'resourc':92 'restart':180 'set':88,89,90 'show':169 'size':102,105 'socket':173,176 'start':2 'state':181 'timeout':179 'titl':167 'token':87 'tri':15,26 'understand':37 'urgenc':161 'use':4,235 'user/.config/i3/config':45,200 'version':237 'warp':133 'wiki':246 'window':56,115,125,165,206 'work':262,272 'workspac':110,149,171 'wrap':135,138 'xinerama':140,143"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705412394
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12408353"
  +editedAt: DateTimeImmutable @1724254392 {#1423
    date: 2024-08-21 17:33:12.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705348394 {#1442
    date: 2024-01-15 20:53: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
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 {#1456
  +user: Proxies\__CG__\App\Entity\User {#1454 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1461 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Just-noticed-that-you-can-also-picture-this-emoji-with"
  +title: "Just noticed that you can also picture this emoji 😢 with closed eyes on top and nose dripping and now I cannot unsee it"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726322262 {#1416
    date: 2024-09-14 15:57:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1462 …}
  +votes: Doctrine\ORM\PersistentCollection {#1464 …}
  +reports: Doctrine\ORM\PersistentCollection {#1457 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1453 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1458 …}
  +badges: Doctrine\ORM\PersistentCollection {#1432 …}
  +children: []
  -id: 30586
  -titleTs: "'also':6 'cannot':21 'close':11 'drip':17 'emoji':9 'eye':12 'nose':16 'notic':2 'pictur':7 'top':14 'unse':22"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705389310
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8625067"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705302910 {#1427
    date: 2024-01-15 08:15: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 {#1456
  +user: Proxies\__CG__\App\Entity\User {#1454 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1461 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Just-noticed-that-you-can-also-picture-this-emoji-with"
  +title: "Just noticed that you can also picture this emoji 😢 with closed eyes on top and nose dripping and now I cannot unsee it"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726322262 {#1416
    date: 2024-09-14 15:57:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1462 …}
  +votes: Doctrine\ORM\PersistentCollection {#1464 …}
  +reports: Doctrine\ORM\PersistentCollection {#1457 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1453 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1458 …}
  +badges: Doctrine\ORM\PersistentCollection {#1432 …}
  +children: []
  -id: 30586
  -titleTs: "'also':6 'cannot':21 'close':11 'drip':17 'emoji':9 'eye':12 'nose':16 'notic':2 'pictur':7 'top':14 'unse':22"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705389310
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8625067"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705302910 {#1427
    date: 2024-01-15 08:15: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 {#1456
  +user: Proxies\__CG__\App\Entity\User {#1454 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1461 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Just-noticed-that-you-can-also-picture-this-emoji-with"
  +title: "Just noticed that you can also picture this emoji 😢 with closed eyes on top and nose dripping and now I cannot unsee it"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726322262 {#1416
    date: 2024-09-14 15:57:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1462 …}
  +votes: Doctrine\ORM\PersistentCollection {#1464 …}
  +reports: Doctrine\ORM\PersistentCollection {#1457 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1453 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1458 …}
  +badges: Doctrine\ORM\PersistentCollection {#1432 …}
  +children: []
  -id: 30586
  -titleTs: "'also':6 'cannot':21 'close':11 'drip':17 'emoji':9 'eye':12 'nose':16 'notic':2 'pictur':7 'top':14 'unse':22"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705389310
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8625067"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705302910 {#1427
    date: 2024-01-15 08:15: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 {#1436
  +user: Proxies\__CG__\App\Entity\User {#1428 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Bluetooth-Help-MX-Linux-Plasma-kernel-6-1-0-13"
  +title: "Bluetooth Help (MX Linux Plasma, kernel 6.1.0-13)"
  +url: null
  +body: """
    Linux noob. Just got a pair of Skull Candy Push Active XT bluetooth earbuds. They pair just fine with my setup but no sound comes through them. I found many different posts on various forums and nothing helped.\n
    \n
    Using the inxi command I pulled some info I think might help, if it’s needed. (I don’t know if any of this is needed to help fix this issue. I’ve only been using MX for a little over a week and have never really done a lot of under the hood Linux maintenance before, but am more than willing to learn to fix this issue). If there is sny other information needed, I’m willing to edit this with any of that information, if I can find it.\n
    \n
    > Bluetooth: Device-1: Intel type: USB driver: btusb v: 0.8 bus-ID: 3-10:5 chip-ID: 8087:0033 class-ID: e001 Report: hciconfig ID: hci0 rfk-id: 1 state: up address: &lt;filter&gt;\n
    \n
    > System: Kernel: 6.1.0-13-amd64 arch: x86_64 bits: 64 compiler: gcc v: 12.2.0 Desktop: KDE Plasma v: 5.27.5 wm: kwin_x11 vt: 7 dm: SDDM Distro: MX-23.1_KDE_x64 Libretto October 15 2023 base: Debian GNU/Linux 12 (bookworm)\n
    \n
    > Machine: Type: Convertible System: SAMSUNG product: 750QFG v: P04RGT serial: &lt;superuser required&gt; Chassis: type: 31 serial: &lt;superuser required&gt; Mobo: SAMSUNG model: NP750QFG-KA1US v: SGLB447A0M-C01-G001-S0003+10.0.22621 serial: &lt;superuser required&gt; UEFI: American Megatrends LLC. v: P04RGT.160.230427.HC date: 04/27/2023\n
    \n
    > Audio: Device-1: Intel driver: sof-audio-pci-intel-tgl API: ALSA v: k6.1.0-13-amd64 status: kernel-api Server-1: PulseAudio v: 16.1 status: active
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724138523 {#1433
    date: 2024-08-20 09:22:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1435 …}
  +votes: Doctrine\ORM\PersistentCollection {#1434 …}
  +reports: Doctrine\ORM\PersistentCollection {#1440 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1429 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1694 …}
  +badges: Doctrine\ORM\PersistentCollection {#1700 …}
  +children: []
  -id: 30529
  -titleTs: "'-13':8 '6.1.0':7 'bluetooth':1 'help':2 'kernel':6 'linux':4 'mx':3 'plasma':5"
  -bodyTs: "'-1':132,251,269 '-10':144 '-13':170 '-23.1':195 '0.8':139 '0033':150 '04/27/2023':248 '1':162 '10.0.22621':237 '12':205 '12.2.0':180 '15':200 '16.1':272 '2023':201 '3':143 '31':221 '5':145 '5.27.5':185 '6.1.0':169 '64':174,176 '7':190 '750qfg':213 '8087':149 'activ':11,274 'address':165 'alsa':261 'amd64':171 'american':242 'api':260,267 'arch':172 'audio':249,256 'base':202 'bit':175 'bluetooth':13,130 'bookworm':206 'btusb':137 'bus':141 'bus-id':140 'c01':234 'candi':9 'chassi':219 'chip':147 'chip-id':146 'class':152 'class-id':151 'come':25 'command':42 'compil':177 'convert':209 'date':247 'debian':203 'desktop':181 'devic':131,250 'differ':31 'distro':193 'dm':191 'done':86 'driver':136,253 'e001':154 'earbud':14 'edit':118 'filter':166 'find':128 'fine':18 'fix':67,104 'forum':35 'found':29 'g001':235 'gcc':178 'gnu/linux':204 'got':4 'hci0':158 'hciconfig':156 'help':38,50,66 'hood':92 'id':142,148,153,157,161 'info':46 'inform':112,124 'intel':133,252,258 'inxi':41 'issu':69,106 'k6.1.0-13-amd64':263 'ka1us':230 'kde':182,196 'kernel':168,266 'kernel-api':265 'know':58 'kwin':187 'learn':102 'libretto':198 'linux':1,93 'littl':78 'llc':244 'lot':88 'm':115 'machin':207 'mainten':94 'mani':30 'megatrend':243 'might':49 'mobo':225 'model':227 'mx':75,194 'need':54,64,113 'never':84 'noob':2 'noth':37 'np750qfg':229 'np750qfg-ka1us':228 'octob':199 'p04rgt':215 'p04rgt.160.230427.hc':246 'pair':6,16 'pci':257 'plasma':183 'post':32 'product':212 'pull':44 'pulseaudio':270 'push':10 'realli':85 'report':155 'requir':218,224,240 'rfk':160 'rfk-id':159 's0003':236 'samsung':211,226 'sddm':192 'serial':216,222,238 'server':268 'setup':21 'sglb447a0m':233 'sglb447a0m-c01-g001-s0003':232 'skull':8 'sni':110 'sof':255 'sof-audio-pci-intel-tgl':254 'sound':24 'state':163 'status':264,273 'superus':217,223,239 'system':167,210 'tgl':259 'think':48 'type':134,208,220 'uefi':241 'usb':135 'use':39,74 'v':138,179,184,214,231,245,262,271 'various':34 've':71 'vt':189 'week':81 'will':100,116 'wm':186 'x11':188 'x64':197 'x86':173 'xt':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705333976
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/20939394"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705274976 {#1437
    date: 2024-01-15 00:29:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\Entry {#1436
  +user: Proxies\__CG__\App\Entity\User {#1428 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Bluetooth-Help-MX-Linux-Plasma-kernel-6-1-0-13"
  +title: "Bluetooth Help (MX Linux Plasma, kernel 6.1.0-13)"
  +url: null
  +body: """
    Linux noob. Just got a pair of Skull Candy Push Active XT bluetooth earbuds. They pair just fine with my setup but no sound comes through them. I found many different posts on various forums and nothing helped.\n
    \n
    Using the inxi command I pulled some info I think might help, if it’s needed. (I don’t know if any of this is needed to help fix this issue. I’ve only been using MX for a little over a week and have never really done a lot of under the hood Linux maintenance before, but am more than willing to learn to fix this issue). If there is sny other information needed, I’m willing to edit this with any of that information, if I can find it.\n
    \n
    > Bluetooth: Device-1: Intel type: USB driver: btusb v: 0.8 bus-ID: 3-10:5 chip-ID: 8087:0033 class-ID: e001 Report: hciconfig ID: hci0 rfk-id: 1 state: up address: &lt;filter&gt;\n
    \n
    > System: Kernel: 6.1.0-13-amd64 arch: x86_64 bits: 64 compiler: gcc v: 12.2.0 Desktop: KDE Plasma v: 5.27.5 wm: kwin_x11 vt: 7 dm: SDDM Distro: MX-23.1_KDE_x64 Libretto October 15 2023 base: Debian GNU/Linux 12 (bookworm)\n
    \n
    > Machine: Type: Convertible System: SAMSUNG product: 750QFG v: P04RGT serial: &lt;superuser required&gt; Chassis: type: 31 serial: &lt;superuser required&gt; Mobo: SAMSUNG model: NP750QFG-KA1US v: SGLB447A0M-C01-G001-S0003+10.0.22621 serial: &lt;superuser required&gt; UEFI: American Megatrends LLC. v: P04RGT.160.230427.HC date: 04/27/2023\n
    \n
    > Audio: Device-1: Intel driver: sof-audio-pci-intel-tgl API: ALSA v: k6.1.0-13-amd64 status: kernel-api Server-1: PulseAudio v: 16.1 status: active
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724138523 {#1433
    date: 2024-08-20 09:22:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1435 …}
  +votes: Doctrine\ORM\PersistentCollection {#1434 …}
  +reports: Doctrine\ORM\PersistentCollection {#1440 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1429 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1694 …}
  +badges: Doctrine\ORM\PersistentCollection {#1700 …}
  +children: []
  -id: 30529
  -titleTs: "'-13':8 '6.1.0':7 'bluetooth':1 'help':2 'kernel':6 'linux':4 'mx':3 'plasma':5"
  -bodyTs: "'-1':132,251,269 '-10':144 '-13':170 '-23.1':195 '0.8':139 '0033':150 '04/27/2023':248 '1':162 '10.0.22621':237 '12':205 '12.2.0':180 '15':200 '16.1':272 '2023':201 '3':143 '31':221 '5':145 '5.27.5':185 '6.1.0':169 '64':174,176 '7':190 '750qfg':213 '8087':149 'activ':11,274 'address':165 'alsa':261 'amd64':171 'american':242 'api':260,267 'arch':172 'audio':249,256 'base':202 'bit':175 'bluetooth':13,130 'bookworm':206 'btusb':137 'bus':141 'bus-id':140 'c01':234 'candi':9 'chassi':219 'chip':147 'chip-id':146 'class':152 'class-id':151 'come':25 'command':42 'compil':177 'convert':209 'date':247 'debian':203 'desktop':181 'devic':131,250 'differ':31 'distro':193 'dm':191 'done':86 'driver':136,253 'e001':154 'earbud':14 'edit':118 'filter':166 'find':128 'fine':18 'fix':67,104 'forum':35 'found':29 'g001':235 'gcc':178 'gnu/linux':204 'got':4 'hci0':158 'hciconfig':156 'help':38,50,66 'hood':92 'id':142,148,153,157,161 'info':46 'inform':112,124 'intel':133,252,258 'inxi':41 'issu':69,106 'k6.1.0-13-amd64':263 'ka1us':230 'kde':182,196 'kernel':168,266 'kernel-api':265 'know':58 'kwin':187 'learn':102 'libretto':198 'linux':1,93 'littl':78 'llc':244 'lot':88 'm':115 'machin':207 'mainten':94 'mani':30 'megatrend':243 'might':49 'mobo':225 'model':227 'mx':75,194 'need':54,64,113 'never':84 'noob':2 'noth':37 'np750qfg':229 'np750qfg-ka1us':228 'octob':199 'p04rgt':215 'p04rgt.160.230427.hc':246 'pair':6,16 'pci':257 'plasma':183 'post':32 'product':212 'pull':44 'pulseaudio':270 'push':10 'realli':85 'report':155 'requir':218,224,240 'rfk':160 'rfk-id':159 's0003':236 'samsung':211,226 'sddm':192 'serial':216,222,238 'server':268 'setup':21 'sglb447a0m':233 'sglb447a0m-c01-g001-s0003':232 'skull':8 'sni':110 'sof':255 'sof-audio-pci-intel-tgl':254 'sound':24 'state':163 'status':264,273 'superus':217,223,239 'system':167,210 'tgl':259 'think':48 'type':134,208,220 'uefi':241 'usb':135 'use':39,74 'v':138,179,184,214,231,245,262,271 'various':34 've':71 'vt':189 'week':81 'will':100,116 'wm':186 'x11':188 'x64':197 'x86':173 'xt':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705333976
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/20939394"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705274976 {#1437
    date: 2024-01-15 00:29:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\Entry {#1436
  +user: Proxies\__CG__\App\Entity\User {#1428 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Bluetooth-Help-MX-Linux-Plasma-kernel-6-1-0-13"
  +title: "Bluetooth Help (MX Linux Plasma, kernel 6.1.0-13)"
  +url: null
  +body: """
    Linux noob. Just got a pair of Skull Candy Push Active XT bluetooth earbuds. They pair just fine with my setup but no sound comes through them. I found many different posts on various forums and nothing helped.\n
    \n
    Using the inxi command I pulled some info I think might help, if it’s needed. (I don’t know if any of this is needed to help fix this issue. I’ve only been using MX for a little over a week and have never really done a lot of under the hood Linux maintenance before, but am more than willing to learn to fix this issue). If there is sny other information needed, I’m willing to edit this with any of that information, if I can find it.\n
    \n
    > Bluetooth: Device-1: Intel type: USB driver: btusb v: 0.8 bus-ID: 3-10:5 chip-ID: 8087:0033 class-ID: e001 Report: hciconfig ID: hci0 rfk-id: 1 state: up address: &lt;filter&gt;\n
    \n
    > System: Kernel: 6.1.0-13-amd64 arch: x86_64 bits: 64 compiler: gcc v: 12.2.0 Desktop: KDE Plasma v: 5.27.5 wm: kwin_x11 vt: 7 dm: SDDM Distro: MX-23.1_KDE_x64 Libretto October 15 2023 base: Debian GNU/Linux 12 (bookworm)\n
    \n
    > Machine: Type: Convertible System: SAMSUNG product: 750QFG v: P04RGT serial: &lt;superuser required&gt; Chassis: type: 31 serial: &lt;superuser required&gt; Mobo: SAMSUNG model: NP750QFG-KA1US v: SGLB447A0M-C01-G001-S0003+10.0.22621 serial: &lt;superuser required&gt; UEFI: American Megatrends LLC. v: P04RGT.160.230427.HC date: 04/27/2023\n
    \n
    > Audio: Device-1: Intel driver: sof-audio-pci-intel-tgl API: ALSA v: k6.1.0-13-amd64 status: kernel-api Server-1: PulseAudio v: 16.1 status: active
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724138523 {#1433
    date: 2024-08-20 09:22:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1435 …}
  +votes: Doctrine\ORM\PersistentCollection {#1434 …}
  +reports: Doctrine\ORM\PersistentCollection {#1440 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1429 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1694 …}
  +badges: Doctrine\ORM\PersistentCollection {#1700 …}
  +children: []
  -id: 30529
  -titleTs: "'-13':8 '6.1.0':7 'bluetooth':1 'help':2 'kernel':6 'linux':4 'mx':3 'plasma':5"
  -bodyTs: "'-1':132,251,269 '-10':144 '-13':170 '-23.1':195 '0.8':139 '0033':150 '04/27/2023':248 '1':162 '10.0.22621':237 '12':205 '12.2.0':180 '15':200 '16.1':272 '2023':201 '3':143 '31':221 '5':145 '5.27.5':185 '6.1.0':169 '64':174,176 '7':190 '750qfg':213 '8087':149 'activ':11,274 'address':165 'alsa':261 'amd64':171 'american':242 'api':260,267 'arch':172 'audio':249,256 'base':202 'bit':175 'bluetooth':13,130 'bookworm':206 'btusb':137 'bus':141 'bus-id':140 'c01':234 'candi':9 'chassi':219 'chip':147 'chip-id':146 'class':152 'class-id':151 'come':25 'command':42 'compil':177 'convert':209 'date':247 'debian':203 'desktop':181 'devic':131,250 'differ':31 'distro':193 'dm':191 'done':86 'driver':136,253 'e001':154 'earbud':14 'edit':118 'filter':166 'find':128 'fine':18 'fix':67,104 'forum':35 'found':29 'g001':235 'gcc':178 'gnu/linux':204 'got':4 'hci0':158 'hciconfig':156 'help':38,50,66 'hood':92 'id':142,148,153,157,161 'info':46 'inform':112,124 'intel':133,252,258 'inxi':41 'issu':69,106 'k6.1.0-13-amd64':263 'ka1us':230 'kde':182,196 'kernel':168,266 'kernel-api':265 'know':58 'kwin':187 'learn':102 'libretto':198 'linux':1,93 'littl':78 'llc':244 'lot':88 'm':115 'machin':207 'mainten':94 'mani':30 'megatrend':243 'might':49 'mobo':225 'model':227 'mx':75,194 'need':54,64,113 'never':84 'noob':2 'noth':37 'np750qfg':229 'np750qfg-ka1us':228 'octob':199 'p04rgt':215 'p04rgt.160.230427.hc':246 'pair':6,16 'pci':257 'plasma':183 'post':32 'product':212 'pull':44 'pulseaudio':270 'push':10 'realli':85 'report':155 'requir':218,224,240 'rfk':160 'rfk-id':159 's0003':236 'samsung':211,226 'sddm':192 'serial':216,222,238 'server':268 'setup':21 'sglb447a0m':233 'sglb447a0m-c01-g001-s0003':232 'skull':8 'sni':110 'sof':255 'sof-audio-pci-intel-tgl':254 'sound':24 'state':163 'status':264,273 'superus':217,223,239 'system':167,210 'tgl':259 'think':48 'type':134,208,220 'uefi':241 'usb':135 'use':39,74 'v':138,179,184,214,231,245,262,271 'various':34 've':71 'vt':189 'week':81 'will':100,116 'wm':186 'x11':188 'x64':197 'x86':173 'xt':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705333976
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/20939394"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705274976 {#1437
    date: 2024-01-15 00:29:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1690
  +user: Proxies\__CG__\App\Entity\User {#1698 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1498 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-do-you-think-about-dVPNs"
  +title: "What do you think about dVPNs?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705271616 {#1697
    date: 2024-01-14 23:33:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1696 …}
  +votes: Doctrine\ORM\PersistentCollection {#1595 …}
  +reports: Doctrine\ORM\PersistentCollection {#1609 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1614 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1615 …}
  +badges: Doctrine\ORM\PersistentCollection {#1752 …}
  +children: []
  -id: 30509
  -titleTs: "'dvpns':6 'think':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705320889
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10716844"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705265889 {#1695
    date: 2024-01-14 21:58: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
87 DENIED edit
App\Entity\Entry {#1690
  +user: Proxies\__CG__\App\Entity\User {#1698 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1498 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-do-you-think-about-dVPNs"
  +title: "What do you think about dVPNs?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705271616 {#1697
    date: 2024-01-14 23:33:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1696 …}
  +votes: Doctrine\ORM\PersistentCollection {#1595 …}
  +reports: Doctrine\ORM\PersistentCollection {#1609 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1614 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1615 …}
  +badges: Doctrine\ORM\PersistentCollection {#1752 …}
  +children: []
  -id: 30509
  -titleTs: "'dvpns':6 'think':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705320889
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10716844"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705265889 {#1695
    date: 2024-01-14 21:58: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
88 DENIED moderate
App\Entity\Entry {#1690
  +user: Proxies\__CG__\App\Entity\User {#1698 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1498 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-do-you-think-about-dVPNs"
  +title: "What do you think about dVPNs?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705271616 {#1697
    date: 2024-01-14 23:33:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1696 …}
  +votes: Doctrine\ORM\PersistentCollection {#1595 …}
  +reports: Doctrine\ORM\PersistentCollection {#1609 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1614 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1615 …}
  +badges: Doctrine\ORM\PersistentCollection {#1752 …}
  +children: []
  -id: 30509
  -titleTs: "'dvpns':6 'think':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705320889
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10716844"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705265889 {#1695
    date: 2024-01-14 21:58: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
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 {#1647
  +user: Proxies\__CG__\App\Entity\User {#1645 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "selfhosted-service-to-share-files-to-SSO-authenticated-users"
  +title: "selfhosted service to share files to SSO-authenticated users ?"
  +url: null
  +body: """
    Hi all,\n
    \n
    Well, my question is in the title of of post. :-)\n
    \n
    Does somebody know if there exists an easy sollution to share files to users (e.g. members of an organisation), based on the fact that the user is known in a SSO (authentik) ?\n
    \n
    I know nextcloud would be an option, but that would create a nextcloud account for all the users, … which is quite overkill for what is needed here.\n
    \n
    I know we can probably build something based on apache, PHP or so, … but if there would be a ready-to-use service for this, that would be nice. (and probably a lot more secure then what I would build myself :-) ).\n
    \n
    Kr.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725895744 {#1639
    date: 2024-09-09 17:29:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1640 …}
  +votes: Doctrine\ORM\PersistentCollection {#1648 …}
  +reports: Doctrine\ORM\PersistentCollection {#1675 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1676 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1673 …}
  +badges: Doctrine\ORM\PersistentCollection {#1678 …}
  +children: []
  -id: 30457
  -titleTs: "'authent':9 'file':5 'selfhost':1 'servic':2 'share':4 'sso':8 'sso-authent':7 'user':10"
  -bodyTs: "'account':58 'apach':81 'authentik':44 'base':32,79 'build':77,112 'creat':55 'e.g':27 'easi':20 'exist':18 'fact':35 'file':24 'hi':1 'know':15,46,73 'known':40 'kr':114 'lot':105 'member':28 'need':70 'nextcloud':47,57 'nice':101 'option':51 'organis':31 'overkil':66 'php':82 'post':12 'probabl':76,103 'question':5 'quit':65 'readi':92 'ready-to-us':91 'secur':107 'servic':95 'share':23 'sollut':21 'somebodi':14 'someth':78 'sso':43 'titl':9 'use':94 'user':26,38,62 'well':3 'would':48,54,88,99,111"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705329382
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/7164519"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705251882 {#1646
    date: 2024-01-14 18:04:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
App\Entity\Entry {#1647
  +user: Proxies\__CG__\App\Entity\User {#1645 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "selfhosted-service-to-share-files-to-SSO-authenticated-users"
  +title: "selfhosted service to share files to SSO-authenticated users ?"
  +url: null
  +body: """
    Hi all,\n
    \n
    Well, my question is in the title of of post. :-)\n
    \n
    Does somebody know if there exists an easy sollution to share files to users (e.g. members of an organisation), based on the fact that the user is known in a SSO (authentik) ?\n
    \n
    I know nextcloud would be an option, but that would create a nextcloud account for all the users, … which is quite overkill for what is needed here.\n
    \n
    I know we can probably build something based on apache, PHP or so, … but if there would be a ready-to-use service for this, that would be nice. (and probably a lot more secure then what I would build myself :-) ).\n
    \n
    Kr.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725895744 {#1639
    date: 2024-09-09 17:29:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1640 …}
  +votes: Doctrine\ORM\PersistentCollection {#1648 …}
  +reports: Doctrine\ORM\PersistentCollection {#1675 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1676 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1673 …}
  +badges: Doctrine\ORM\PersistentCollection {#1678 …}
  +children: []
  -id: 30457
  -titleTs: "'authent':9 'file':5 'selfhost':1 'servic':2 'share':4 'sso':8 'sso-authent':7 'user':10"
  -bodyTs: "'account':58 'apach':81 'authentik':44 'base':32,79 'build':77,112 'creat':55 'e.g':27 'easi':20 'exist':18 'fact':35 'file':24 'hi':1 'know':15,46,73 'known':40 'kr':114 'lot':105 'member':28 'need':70 'nextcloud':47,57 'nice':101 'option':51 'organis':31 'overkil':66 'php':82 'post':12 'probabl':76,103 'question':5 'quit':65 'readi':92 'ready-to-us':91 'secur':107 'servic':95 'share':23 'sollut':21 'somebodi':14 'someth':78 'sso':43 'titl':9 'use':94 'user':26,38,62 'well':3 'would':48,54,88,99,111"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705329382
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/7164519"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705251882 {#1646
    date: 2024-01-14 18:04:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
App\Entity\Entry {#1647
  +user: Proxies\__CG__\App\Entity\User {#1645 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "selfhosted-service-to-share-files-to-SSO-authenticated-users"
  +title: "selfhosted service to share files to SSO-authenticated users ?"
  +url: null
  +body: """
    Hi all,\n
    \n
    Well, my question is in the title of of post. :-)\n
    \n
    Does somebody know if there exists an easy sollution to share files to users (e.g. members of an organisation), based on the fact that the user is known in a SSO (authentik) ?\n
    \n
    I know nextcloud would be an option, but that would create a nextcloud account for all the users, … which is quite overkill for what is needed here.\n
    \n
    I know we can probably build something based on apache, PHP or so, … but if there would be a ready-to-use service for this, that would be nice. (and probably a lot more secure then what I would build myself :-) ).\n
    \n
    Kr.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725895744 {#1639
    date: 2024-09-09 17:29:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1640 …}
  +votes: Doctrine\ORM\PersistentCollection {#1648 …}
  +reports: Doctrine\ORM\PersistentCollection {#1675 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1676 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1673 …}
  +badges: Doctrine\ORM\PersistentCollection {#1678 …}
  +children: []
  -id: 30457
  -titleTs: "'authent':9 'file':5 'selfhost':1 'servic':2 'share':4 'sso':8 'sso-authent':7 'user':10"
  -bodyTs: "'account':58 'apach':81 'authentik':44 'base':32,79 'build':77,112 'creat':55 'e.g':27 'easi':20 'exist':18 'fact':35 'file':24 'hi':1 'know':15,46,73 'known':40 'kr':114 'lot':105 'member':28 'need':70 'nextcloud':47,57 'nice':101 'option':51 'organis':31 'overkil':66 'php':82 'post':12 'probabl':76,103 'question':5 'quit':65 'readi':92 'ready-to-us':91 'secur':107 'servic':95 'share':23 'sollut':21 'somebodi':14 'someth':78 'sso':43 'titl':9 'use':94 'user':26,38,62 'well':3 'would':48,54,88,99,111"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705329382
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/7164519"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705251882 {#1646
    date: 2024-01-14 18:04:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1668
  +user: Proxies\__CG__\App\Entity\User {#1671 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2428 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Image-flickering-bug"
  +title: "Image flickering bug"
  +url: null
  +body: """
    Hey there, not sure if this is the right place to report bugs with the app… If not, I would be grateful if someone redirected me to the correct place.\n
    \n
    The only issue I have with the app since the dawn of lemmy is image flickering whenever I approach the end of the feed. As there are less and less posts left, the flickering intensifies. This applies to post images, community/user icons, URL previews etc.\n
    \n
    I’m having this issue on Samsung Galaxy A51, running Android 13 and One UI 5.1, and the latest version of the app (163). Will provide any additional info, if needed.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727449390 {#1670
    date: 2024-09-27 17:03:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1679 …}
  +votes: Doctrine\ORM\PersistentCollection {#1654 …}
  +reports: Doctrine\ORM\PersistentCollection {#1655 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1651 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1656 …}
  +badges: Doctrine\ORM\PersistentCollection {#1662 …}
  +children: []
  -id: 30448
  -titleTs: "'bug':3 'flicker':2 'imag':1"
  -bodyTs: "'13':87 '163':99 '5.1':91 'a51':84 'addit':103 'android':86 'app':16,38,98 'appli':67 'approach':49 'bug':13 'community/user':71 'correct':29 'dawn':41 'end':51 'etc':75 'feed':54 'flicker':46,64 'galaxi':83 'grate':22 'hey':1 'icon':72 'imag':45,70 'info':104 'intensifi':65 'issu':33,80 'latest':94 'left':62 'lemmi':43 'less':58,60 'm':77 'need':106 'one':89 'place':10,30 'post':61,69 'preview':74 'provid':101 'redirect':25 'report':12 'right':9 'run':85 'samsung':82 'sinc':39 'someon':24 'sure':4 'ui':90 'url':73 'version':95 'whenev':47 'would':20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705275903
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10708479"
  +editedAt: DateTimeImmutable @1723771870 {#1666
    date: 2024-08-16 03:31:10.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705248903 {#1667
    date: 2024-01-14 17:15: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
95 DENIED edit
App\Entity\Entry {#1668
  +user: Proxies\__CG__\App\Entity\User {#1671 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2428 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Image-flickering-bug"
  +title: "Image flickering bug"
  +url: null
  +body: """
    Hey there, not sure if this is the right place to report bugs with the app… If not, I would be grateful if someone redirected me to the correct place.\n
    \n
    The only issue I have with the app since the dawn of lemmy is image flickering whenever I approach the end of the feed. As there are less and less posts left, the flickering intensifies. This applies to post images, community/user icons, URL previews etc.\n
    \n
    I’m having this issue on Samsung Galaxy A51, running Android 13 and One UI 5.1, and the latest version of the app (163). Will provide any additional info, if needed.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727449390 {#1670
    date: 2024-09-27 17:03:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1679 …}
  +votes: Doctrine\ORM\PersistentCollection {#1654 …}
  +reports: Doctrine\ORM\PersistentCollection {#1655 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1651 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1656 …}
  +badges: Doctrine\ORM\PersistentCollection {#1662 …}
  +children: []
  -id: 30448
  -titleTs: "'bug':3 'flicker':2 'imag':1"
  -bodyTs: "'13':87 '163':99 '5.1':91 'a51':84 'addit':103 'android':86 'app':16,38,98 'appli':67 'approach':49 'bug':13 'community/user':71 'correct':29 'dawn':41 'end':51 'etc':75 'feed':54 'flicker':46,64 'galaxi':83 'grate':22 'hey':1 'icon':72 'imag':45,70 'info':104 'intensifi':65 'issu':33,80 'latest':94 'left':62 'lemmi':43 'less':58,60 'm':77 'need':106 'one':89 'place':10,30 'post':61,69 'preview':74 'provid':101 'redirect':25 'report':12 'right':9 'run':85 'samsung':82 'sinc':39 'someon':24 'sure':4 'ui':90 'url':73 'version':95 'whenev':47 'would':20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705275903
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10708479"
  +editedAt: DateTimeImmutable @1723771870 {#1666
    date: 2024-08-16 03:31:10.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705248903 {#1667
    date: 2024-01-14 17:15: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
96 DENIED moderate
App\Entity\Entry {#1668
  +user: Proxies\__CG__\App\Entity\User {#1671 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2428 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Image-flickering-bug"
  +title: "Image flickering bug"
  +url: null
  +body: """
    Hey there, not sure if this is the right place to report bugs with the app… If not, I would be grateful if someone redirected me to the correct place.\n
    \n
    The only issue I have with the app since the dawn of lemmy is image flickering whenever I approach the end of the feed. As there are less and less posts left, the flickering intensifies. This applies to post images, community/user icons, URL previews etc.\n
    \n
    I’m having this issue on Samsung Galaxy A51, running Android 13 and One UI 5.1, and the latest version of the app (163). Will provide any additional info, if needed.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727449390 {#1670
    date: 2024-09-27 17:03:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1679 …}
  +votes: Doctrine\ORM\PersistentCollection {#1654 …}
  +reports: Doctrine\ORM\PersistentCollection {#1655 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1651 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1656 …}
  +badges: Doctrine\ORM\PersistentCollection {#1662 …}
  +children: []
  -id: 30448
  -titleTs: "'bug':3 'flicker':2 'imag':1"
  -bodyTs: "'13':87 '163':99 '5.1':91 'a51':84 'addit':103 'android':86 'app':16,38,98 'appli':67 'approach':49 'bug':13 'community/user':71 'correct':29 'dawn':41 'end':51 'etc':75 'feed':54 'flicker':46,64 'galaxi':83 'grate':22 'hey':1 'icon':72 'imag':45,70 'info':104 'intensifi':65 'issu':33,80 'latest':94 'left':62 'lemmi':43 'less':58,60 'm':77 'need':106 'one':89 'place':10,30 'post':61,69 'preview':74 'provid':101 'redirect':25 'report':12 'right':9 'run':85 'samsung':82 'sinc':39 'someon':24 'sure':4 'ui':90 'url':73 'version':95 'whenev':47 'would':20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705275903
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10708479"
  +editedAt: DateTimeImmutable @1723771870 {#1666
    date: 2024-08-16 03:31:10.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705248903 {#1667
    date: 2024-01-14 17:15: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
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 {#1590
  +user: Proxies\__CG__\App\Entity\User {#1592 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1938 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Is-there-a-way-to-get-call-functionality-in-whatsapp"
  +title: "Is there a way to get call functionality in whatsapp in Linux"
  +url: null
  +body: """
    I have been finding a way to get video/audio call working on Linux for some time. however whatsapp doesn’t have an “official” client for Linux so I am kinda stuck in the web version of whatsapp but the web version doesn’t have calling functionality which is bummer since all of my friends uses whatsapp and I want to be able to communicate with them from my Linux machine.\n
    \n
    I have tried installing the client using wine but it didn’t work either. I know most of people hate whatsapp for obvious reasons but I have to use it to connect to my friend and family :(
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723165476 {#1553
    date: 2024-08-09 03:04:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1591 …}
  +votes: Doctrine\ORM\PersistentCollection {#1589 …}
  +reports: Doctrine\ORM\PersistentCollection {#1582 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1583 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1580 …}
  +badges: Doctrine\ORM\PersistentCollection {#1584 …}
  +children: []
  -id: 30335
  -titleTs: "'call':7 'function':8 'get':6 'linux':12 'way':4 'whatsapp':10"
  -bodyTs: "'abl':62 'bummer':49 'call':10,45 'client':24,76 'communic':64 'connect':102 'didn':81 'doesn':19,42 'either':84 'famili':107 'find':4 'friend':54,105 'function':46 'get':8 'hate':90 'howev':17 'instal':74 'kinda':30 'know':86 'linux':13,26,69 'machin':70 'obvious':93 'offici':23 'peopl':89 'reason':94 'sinc':50 'stuck':31 'time':16 'tri':73 'use':55,77,99 'version':35,41 'video/audio':9 'want':59 'way':6 'web':34,40 'whatsapp':18,37,56,91 'wine':78 'work':11,83"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705298506
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13283985"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705217006 {#1552
    date: 2024-01-14 08:23:26.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 {#1590
  +user: Proxies\__CG__\App\Entity\User {#1592 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1938 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Is-there-a-way-to-get-call-functionality-in-whatsapp"
  +title: "Is there a way to get call functionality in whatsapp in Linux"
  +url: null
  +body: """
    I have been finding a way to get video/audio call working on Linux for some time. however whatsapp doesn’t have an “official” client for Linux so I am kinda stuck in the web version of whatsapp but the web version doesn’t have calling functionality which is bummer since all of my friends uses whatsapp and I want to be able to communicate with them from my Linux machine.\n
    \n
    I have tried installing the client using wine but it didn’t work either. I know most of people hate whatsapp for obvious reasons but I have to use it to connect to my friend and family :(
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723165476 {#1553
    date: 2024-08-09 03:04:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1591 …}
  +votes: Doctrine\ORM\PersistentCollection {#1589 …}
  +reports: Doctrine\ORM\PersistentCollection {#1582 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1583 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1580 …}
  +badges: Doctrine\ORM\PersistentCollection {#1584 …}
  +children: []
  -id: 30335
  -titleTs: "'call':7 'function':8 'get':6 'linux':12 'way':4 'whatsapp':10"
  -bodyTs: "'abl':62 'bummer':49 'call':10,45 'client':24,76 'communic':64 'connect':102 'didn':81 'doesn':19,42 'either':84 'famili':107 'find':4 'friend':54,105 'function':46 'get':8 'hate':90 'howev':17 'instal':74 'kinda':30 'know':86 'linux':13,26,69 'machin':70 'obvious':93 'offici':23 'peopl':89 'reason':94 'sinc':50 'stuck':31 'time':16 'tri':73 'use':55,77,99 'version':35,41 'video/audio':9 'want':59 'way':6 'web':34,40 'whatsapp':18,37,56,91 'wine':78 'work':11,83"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705298506
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13283985"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705217006 {#1552
    date: 2024-01-14 08:23:26.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 {#1590
  +user: Proxies\__CG__\App\Entity\User {#1592 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1938 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Is-there-a-way-to-get-call-functionality-in-whatsapp"
  +title: "Is there a way to get call functionality in whatsapp in Linux"
  +url: null
  +body: """
    I have been finding a way to get video/audio call working on Linux for some time. however whatsapp doesn’t have an “official” client for Linux so I am kinda stuck in the web version of whatsapp but the web version doesn’t have calling functionality which is bummer since all of my friends uses whatsapp and I want to be able to communicate with them from my Linux machine.\n
    \n
    I have tried installing the client using wine but it didn’t work either. I know most of people hate whatsapp for obvious reasons but I have to use it to connect to my friend and family :(
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723165476 {#1553
    date: 2024-08-09 03:04:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1591 …}
  +votes: Doctrine\ORM\PersistentCollection {#1589 …}
  +reports: Doctrine\ORM\PersistentCollection {#1582 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1583 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1580 …}
  +badges: Doctrine\ORM\PersistentCollection {#1584 …}
  +children: []
  -id: 30335
  -titleTs: "'call':7 'function':8 'get':6 'linux':12 'way':4 'whatsapp':10"
  -bodyTs: "'abl':62 'bummer':49 'call':10,45 'client':24,76 'communic':64 'connect':102 'didn':81 'doesn':19,42 'either':84 'famili':107 'find':4 'friend':54,105 'function':46 'get':8 'hate':90 'howev':17 'instal':74 'kinda':30 'know':86 'linux':13,26,69 'machin':70 'obvious':93 'offici':23 'peopl':89 'reason':94 'sinc':50 'stuck':31 'time':16 'tri':73 'use':55,77,99 'version':35,41 'video/audio':9 'want':59 'way':6 'web':34,40 'whatsapp':18,37,56,91 'wine':78 'work':11,83"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705298506
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13283985"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705217006 {#1552
    date: 2024-01-14 08:23:26.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