GET https://kbin.spritesserver.nl/u/@mike_wooskey@lemmy.d.thewooskeys.com/threads/active/1y/all

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

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\Entry {#2380
  +user: App\Entity\User {#259 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2382 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1731 …}
  +slug: "Seeking-assistance-with-Auto-Backup-HACS-integration"
  +title: "Seeking assistance with Auto Backup HACS integration"
  +url: null
  +body: """
    I installed the Auto Backup HACS integration and I have a network storage configured in Home Assistant (FYI, I’m running HAOS). If I use HA’s Developer Tools and manually call the “Auto Backup: Backup Full” service, there is a “Location” field where I can select my network storage. The backup successfully completes and saves to my network storage.\n
    \n
    But in an Automation (based on the Auto Backup bluerpint), I can’t find a way to configure the Location - it defaults to HA’s data disk (i.e., `/root/backup`). DO I have to manually add the location in the yaml? If so, how do I access the actual yaml? When I select “Edit in YAML”, all I see is the barebones blueprint YAML:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">alias: Automatic Backups\n
    </span><span style="color:#323232;">description: using the Auto Backup HACS integration\n
    </span><span style="color:#323232;">use_blueprint:\n
    </span><span style="color:#323232;">  path: jcwillox/automatic_backups.yaml\n
    </span><span style="color:#323232;">  input:\n
    </span><span style="color:#323232;">    backup_time: "02:00:00"\n
    </span><span style="color:#323232;">    enable_yearly: false\n
    </span>\n
    ```\n
    \n
    When I view the automation’s traces I can see much more detailed YAML, but I can’t edit it.\n
    \n
    Thanks for assistance.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712056344 {#2371
    date: 2024-04-02 13:12:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2386 …}
  +votes: Doctrine\ORM\PersistentCollection {#2372 …}
  +reports: Doctrine\ORM\PersistentCollection {#2379 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2383 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
  +badges: Doctrine\ORM\PersistentCollection {#1708 …}
  +children: []
  -id: 27394
  -titleTs: "'assist':2 'auto':4 'backup':5 'hac':6 'integr':7 'seek':1"
  -bodyTs: "'/root/backup':89 '00':142,143 '02':141 'access':106 'actual':108 'add':95 'alia':124 'assist':17,169 'auto':4,34,68,130 'autom':64,151 'automat':125 'backup':5,35,36,52,69,126,131,139 'barebon':121 'base':65 'blueprint':122,135 'bluerpint':70 'call':32 'complet':54 'configur':14,78 'data':86 'default':82 'descript':127 'detail':159 'develop':28 'disk':87 'edit':113,165 'enabl':144 'fals':146 'field':43 'find':74 'full':37 'fyi':18 'ha':26,84 'hac':6,132 'hao':22 'home':16 'i.e':88 'input':138 'instal':2 'integr':7,133 'jcwillox/automatic_backups.yaml':137 'locat':42,80,97 'm':20 'manual':31,94 'much':157 'network':12,49,59 'path':136 'run':21 'save':56 'see':118,156 'select':47,112 'servic':38 'storag':13,50,60 'success':53 'thank':167 'time':140 'tool':29 'trace':153 'use':25,128,134 'view':149 'way':76 'yaml':100,109,115,123,160 'year':145"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704498004
  +visibility: "visible             "
  +apId: "https://lemmy.d.thewooskeys.com/post/83784"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704467004 {#2469
    date: 2024-01-05 16:03:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\Entry {#2380
  +user: App\Entity\User {#259 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2382 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1731 …}
  +slug: "Seeking-assistance-with-Auto-Backup-HACS-integration"
  +title: "Seeking assistance with Auto Backup HACS integration"
  +url: null
  +body: """
    I installed the Auto Backup HACS integration and I have a network storage configured in Home Assistant (FYI, I’m running HAOS). If I use HA’s Developer Tools and manually call the “Auto Backup: Backup Full” service, there is a “Location” field where I can select my network storage. The backup successfully completes and saves to my network storage.\n
    \n
    But in an Automation (based on the Auto Backup bluerpint), I can’t find a way to configure the Location - it defaults to HA’s data disk (i.e., `/root/backup`). DO I have to manually add the location in the yaml? If so, how do I access the actual yaml? When I select “Edit in YAML”, all I see is the barebones blueprint YAML:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">alias: Automatic Backups\n
    </span><span style="color:#323232;">description: using the Auto Backup HACS integration\n
    </span><span style="color:#323232;">use_blueprint:\n
    </span><span style="color:#323232;">  path: jcwillox/automatic_backups.yaml\n
    </span><span style="color:#323232;">  input:\n
    </span><span style="color:#323232;">    backup_time: "02:00:00"\n
    </span><span style="color:#323232;">    enable_yearly: false\n
    </span>\n
    ```\n
    \n
    When I view the automation’s traces I can see much more detailed YAML, but I can’t edit it.\n
    \n
    Thanks for assistance.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712056344 {#2371
    date: 2024-04-02 13:12:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2386 …}
  +votes: Doctrine\ORM\PersistentCollection {#2372 …}
  +reports: Doctrine\ORM\PersistentCollection {#2379 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2383 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
  +badges: Doctrine\ORM\PersistentCollection {#1708 …}
  +children: []
  -id: 27394
  -titleTs: "'assist':2 'auto':4 'backup':5 'hac':6 'integr':7 'seek':1"
  -bodyTs: "'/root/backup':89 '00':142,143 '02':141 'access':106 'actual':108 'add':95 'alia':124 'assist':17,169 'auto':4,34,68,130 'autom':64,151 'automat':125 'backup':5,35,36,52,69,126,131,139 'barebon':121 'base':65 'blueprint':122,135 'bluerpint':70 'call':32 'complet':54 'configur':14,78 'data':86 'default':82 'descript':127 'detail':159 'develop':28 'disk':87 'edit':113,165 'enabl':144 'fals':146 'field':43 'find':74 'full':37 'fyi':18 'ha':26,84 'hac':6,132 'hao':22 'home':16 'i.e':88 'input':138 'instal':2 'integr':7,133 'jcwillox/automatic_backups.yaml':137 'locat':42,80,97 'm':20 'manual':31,94 'much':157 'network':12,49,59 'path':136 'run':21 'save':56 'see':118,156 'select':47,112 'servic':38 'storag':13,50,60 'success':53 'thank':167 'time':140 'tool':29 'trace':153 'use':25,128,134 'view':149 'way':76 'yaml':100,109,115,123,160 'year':145"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704498004
  +visibility: "visible             "
  +apId: "https://lemmy.d.thewooskeys.com/post/83784"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704467004 {#2469
    date: 2024-01-05 16:03:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\Entry {#2380
  +user: App\Entity\User {#259 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2382 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1731 …}
  +slug: "Seeking-assistance-with-Auto-Backup-HACS-integration"
  +title: "Seeking assistance with Auto Backup HACS integration"
  +url: null
  +body: """
    I installed the Auto Backup HACS integration and I have a network storage configured in Home Assistant (FYI, I’m running HAOS). If I use HA’s Developer Tools and manually call the “Auto Backup: Backup Full” service, there is a “Location” field where I can select my network storage. The backup successfully completes and saves to my network storage.\n
    \n
    But in an Automation (based on the Auto Backup bluerpint), I can’t find a way to configure the Location - it defaults to HA’s data disk (i.e., `/root/backup`). DO I have to manually add the location in the yaml? If so, how do I access the actual yaml? When I select “Edit in YAML”, all I see is the barebones blueprint YAML:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">alias: Automatic Backups\n
    </span><span style="color:#323232;">description: using the Auto Backup HACS integration\n
    </span><span style="color:#323232;">use_blueprint:\n
    </span><span style="color:#323232;">  path: jcwillox/automatic_backups.yaml\n
    </span><span style="color:#323232;">  input:\n
    </span><span style="color:#323232;">    backup_time: "02:00:00"\n
    </span><span style="color:#323232;">    enable_yearly: false\n
    </span>\n
    ```\n
    \n
    When I view the automation’s traces I can see much more detailed YAML, but I can’t edit it.\n
    \n
    Thanks for assistance.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712056344 {#2371
    date: 2024-04-02 13:12:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2386 …}
  +votes: Doctrine\ORM\PersistentCollection {#2372 …}
  +reports: Doctrine\ORM\PersistentCollection {#2379 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2383 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
  +badges: Doctrine\ORM\PersistentCollection {#1708 …}
  +children: []
  -id: 27394
  -titleTs: "'assist':2 'auto':4 'backup':5 'hac':6 'integr':7 'seek':1"
  -bodyTs: "'/root/backup':89 '00':142,143 '02':141 'access':106 'actual':108 'add':95 'alia':124 'assist':17,169 'auto':4,34,68,130 'autom':64,151 'automat':125 'backup':5,35,36,52,69,126,131,139 'barebon':121 'base':65 'blueprint':122,135 'bluerpint':70 'call':32 'complet':54 'configur':14,78 'data':86 'default':82 'descript':127 'detail':159 'develop':28 'disk':87 'edit':113,165 'enabl':144 'fals':146 'field':43 'find':74 'full':37 'fyi':18 'ha':26,84 'hac':6,132 'hao':22 'home':16 'i.e':88 'input':138 'instal':2 'integr':7,133 'jcwillox/automatic_backups.yaml':137 'locat':42,80,97 'm':20 'manual':31,94 'much':157 'network':12,49,59 'path':136 'run':21 'save':56 'see':118,156 'select':47,112 'servic':38 'storag':13,50,60 'success':53 'thank':167 'time':140 'tool':29 'trace':153 'use':25,128,134 'view':149 'way':76 'yaml':100,109,115,123,160 'year':145"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704498004
  +visibility: "visible             "
  +apId: "https://lemmy.d.thewooskeys.com/post/83784"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704467004 {#2469
    date: 2024-01-05 16:03:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1558
  +user: App\Entity\User {#259 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1741 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1731 …}
  +slug: "Is-it-possible-to-flash-a-new-OS-onto-an"
  +title: "Is it possible to flash a new OS onto an old iPad 2?"
  +url: null
  +body: """
    I bought an old iPad2 for the purpose of viewing a Home Assistant dashboard via a web browser. My thinking was that the ability to browse the web was the sole requirement for a tablet for this purpose, but I was wrong: Home Assistant’s web pages apparently require a newer version of javascript than iOS 9.3.5 can handle, but the iPad 2 can only be updated to iOS 9.3.5.\n
    \n
    So is it possible to flash a newer OS (e.g., linux) onto an old iPad 2? ChatGPT says it’s not possible because a bootloader exploit for the iPad 2 isn’t known, but ChatGPT is often wrong.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702419298 {#1461
    date: 2023-12-12 23:14:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1725 …}
  +votes: Doctrine\ORM\PersistentCollection {#1722 …}
  +reports: Doctrine\ORM\PersistentCollection {#1728 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2452 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
  +badges: Doctrine\ORM\PersistentCollection {#2377 …}
  +children: []
  -id: 21668
  -titleTs: "'2':13 'flash':5 'ipad':12 'new':7 'old':11 'onto':9 'os':8 'possibl':3"
  -bodyTs: "'2':63,86,100 '9.3.5':57,70 'abil':24 'appar':48 'assist':13,44 'bootload':95 'bought':2 'brows':26 'browser':18 'chatgpt':87,105 'dashboard':14 'e.g':80 'exploit':96 'flash':76 'handl':59 'home':12,43 'io':56,69 'ipad':62,85,99 'ipad2':5 'isn':101 'javascript':54 'known':103 'linux':81 'newer':51,78 'often':107 'old':4,84 'onto':82 'os':79 'page':47 'possibl':74,92 'purpos':8,38 'requir':32,49 'say':88 'sole':31 'tablet':35 'think':20 'updat':67 'version':52 'via':15 'view':10 'web':17,28,46 'wrong':42,108"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702388573
  +visibility: "visible             "
  +apId: "https://lemmy.d.thewooskeys.com/post/70240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702302173 {#1654
    date: 2023-12-11 14:42:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\Entry {#1558
  +user: App\Entity\User {#259 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1741 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1731 …}
  +slug: "Is-it-possible-to-flash-a-new-OS-onto-an"
  +title: "Is it possible to flash a new OS onto an old iPad 2?"
  +url: null
  +body: """
    I bought an old iPad2 for the purpose of viewing a Home Assistant dashboard via a web browser. My thinking was that the ability to browse the web was the sole requirement for a tablet for this purpose, but I was wrong: Home Assistant’s web pages apparently require a newer version of javascript than iOS 9.3.5 can handle, but the iPad 2 can only be updated to iOS 9.3.5.\n
    \n
    So is it possible to flash a newer OS (e.g., linux) onto an old iPad 2? ChatGPT says it’s not possible because a bootloader exploit for the iPad 2 isn’t known, but ChatGPT is often wrong.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702419298 {#1461
    date: 2023-12-12 23:14:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1725 …}
  +votes: Doctrine\ORM\PersistentCollection {#1722 …}
  +reports: Doctrine\ORM\PersistentCollection {#1728 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2452 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
  +badges: Doctrine\ORM\PersistentCollection {#2377 …}
  +children: []
  -id: 21668
  -titleTs: "'2':13 'flash':5 'ipad':12 'new':7 'old':11 'onto':9 'os':8 'possibl':3"
  -bodyTs: "'2':63,86,100 '9.3.5':57,70 'abil':24 'appar':48 'assist':13,44 'bootload':95 'bought':2 'brows':26 'browser':18 'chatgpt':87,105 'dashboard':14 'e.g':80 'exploit':96 'flash':76 'handl':59 'home':12,43 'io':56,69 'ipad':62,85,99 'ipad2':5 'isn':101 'javascript':54 'known':103 'linux':81 'newer':51,78 'often':107 'old':4,84 'onto':82 'os':79 'page':47 'possibl':74,92 'purpos':8,38 'requir':32,49 'say':88 'sole':31 'tablet':35 'think':20 'updat':67 'version':52 'via':15 'view':10 'web':17,28,46 'wrong':42,108"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702388573
  +visibility: "visible             "
  +apId: "https://lemmy.d.thewooskeys.com/post/70240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702302173 {#1654
    date: 2023-12-11 14:42:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\Entry {#1558
  +user: App\Entity\User {#259 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1741 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1731 …}
  +slug: "Is-it-possible-to-flash-a-new-OS-onto-an"
  +title: "Is it possible to flash a new OS onto an old iPad 2?"
  +url: null
  +body: """
    I bought an old iPad2 for the purpose of viewing a Home Assistant dashboard via a web browser. My thinking was that the ability to browse the web was the sole requirement for a tablet for this purpose, but I was wrong: Home Assistant’s web pages apparently require a newer version of javascript than iOS 9.3.5 can handle, but the iPad 2 can only be updated to iOS 9.3.5.\n
    \n
    So is it possible to flash a newer OS (e.g., linux) onto an old iPad 2? ChatGPT says it’s not possible because a bootloader exploit for the iPad 2 isn’t known, but ChatGPT is often wrong.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702419298 {#1461
    date: 2023-12-12 23:14:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1725 …}
  +votes: Doctrine\ORM\PersistentCollection {#1722 …}
  +reports: Doctrine\ORM\PersistentCollection {#1728 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2452 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
  +badges: Doctrine\ORM\PersistentCollection {#2377 …}
  +children: []
  -id: 21668
  -titleTs: "'2':13 'flash':5 'ipad':12 'new':7 'old':11 'onto':9 'os':8 'possibl':3"
  -bodyTs: "'2':63,86,100 '9.3.5':57,70 'abil':24 'appar':48 'assist':13,44 'bootload':95 'bought':2 'brows':26 'browser':18 'chatgpt':87,105 'dashboard':14 'e.g':80 'exploit':96 'flash':76 'handl':59 'home':12,43 'io':56,69 'ipad':62,85,99 'ipad2':5 'isn':101 'javascript':54 'known':103 'linux':81 'newer':51,78 'often':107 'old':4,84 'onto':82 'os':79 'page':47 'possibl':74,92 'purpos':8,38 'requir':32,49 'say':88 'sole':31 'tablet':35 'think':20 'updat':67 'version':52 'via':15 'view':10 'web':17,28,46 'wrong':42,108"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702388573
  +visibility: "visible             "
  +apId: "https://lemmy.d.thewooskeys.com/post/70240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702302173 {#1654
    date: 2023-12-11 14:42:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details