GET https://kbin.spritesserver.nl/d/gitlab.gnome.org

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.74 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 {#1856
  +user: Proxies\__CG__\App\Entity\User {#1898 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1569 …}
  +image: Proxies\__CG__\App\Entity\Image {#2403 …}
  +domain: App\Entity\Domain {#282 …}
  +slug: "I-Made-Screen-Brightness-Control-on-Gnome-Much-Better"
  +title: "I Made Screen Brightness Control on Gnome Much Better"
  +url: "https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/340"
  +body: """
    Anyone here struggle with trying to adjust brightness on Gnome in low light? At the low end, the steps are way too far apart, and at high brightness they’re almost imperceptible. Every other operating system uses a brightness curve that better matches human perception.\n
    \n
    I’ve [improved the brightness control](https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/340) of the Gnome settings daemon, using a bezier curve based brightness curve. I’ve also written all the appropriate tests which it passes. With this implementation, the change in brightness between each step should be perceptually identical, providing more nuance at low brightness and faster control at high brightness.\n
    \n
    Would you all like to see this become a part of Gnome? The MR is about 4 weeks old now and the maintainers haven’t looked at it yet so I’m looking to gauge public interest and see if users want to see it merged.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 213
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701468392 {#2437
    date: 2023-12-01 23:06:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1871 …}
  +votes: Doctrine\ORM\PersistentCollection {#1916 …}
  +reports: Doctrine\ORM\PersistentCollection {#1499 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1482 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1623 …}
  +badges: Doctrine\ORM\PersistentCollection {#1406 …}
  +children: []
  -id: 17243
  -titleTs: "'better':9 'bright':4 'control':5 'gnome':7 'made':2 'much':8 'screen':3"
  -bodyTs: "'/gnome/gnome-settings-daemon/-/merge_requests/340)':54 '4':120 'adjust':7 'almost':31 'also':69 'anyon':1 'apart':24 'appropri':73 'base':64 'becom':111 'better':42 'bezier':62 'bright':8,28,39,50,65,84,97,103 'chang':82 'control':51,100 'curv':40,63,66 'daemon':59 'end':17 'everi':33 'far':23 'faster':99 'gaug':138 'gitlab.gnome.org':53 'gitlab.gnome.org/gnome/gnome-settings-daemon/-/merge_requests/340)':52 'gnome':10,57,115 'haven':127 'high':27,102 'human':44 'ident':91 'impercept':32 'implement':80 'improv':48 'interest':140 'light':13 'like':107 'look':129,136 'low':12,16,96 'm':135 'maintain':126 'match':43 'merg':149 'mr':117 'nuanc':94 'old':122 'oper':35 'part':113 'pass':77 'percept':45 'perceptu':90 'provid':92 'public':139 're':30 'see':109,142,147 'set':58 'step':19,87 'struggl':3 'system':36 'test':74 'tri':5 'use':37,60 'user':144 've':47,68 'want':145 'way':21 'week':121 'would':104 'written':70 'yet':132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701168485
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8535853"
  +editedAt: DateTimeImmutable @1701915425 {#1818
    date: 2023-12-07 03:17:05.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701082085 {#1685
    date: 2023-11-27 11:48:05.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\Entry {#1856
  +user: Proxies\__CG__\App\Entity\User {#1898 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1569 …}
  +image: Proxies\__CG__\App\Entity\Image {#2403 …}
  +domain: App\Entity\Domain {#282 …}
  +slug: "I-Made-Screen-Brightness-Control-on-Gnome-Much-Better"
  +title: "I Made Screen Brightness Control on Gnome Much Better"
  +url: "https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/340"
  +body: """
    Anyone here struggle with trying to adjust brightness on Gnome in low light? At the low end, the steps are way too far apart, and at high brightness they’re almost imperceptible. Every other operating system uses a brightness curve that better matches human perception.\n
    \n
    I’ve [improved the brightness control](https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/340) of the Gnome settings daemon, using a bezier curve based brightness curve. I’ve also written all the appropriate tests which it passes. With this implementation, the change in brightness between each step should be perceptually identical, providing more nuance at low brightness and faster control at high brightness.\n
    \n
    Would you all like to see this become a part of Gnome? The MR is about 4 weeks old now and the maintainers haven’t looked at it yet so I’m looking to gauge public interest and see if users want to see it merged.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 213
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701468392 {#2437
    date: 2023-12-01 23:06:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1871 …}
  +votes: Doctrine\ORM\PersistentCollection {#1916 …}
  +reports: Doctrine\ORM\PersistentCollection {#1499 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1482 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1623 …}
  +badges: Doctrine\ORM\PersistentCollection {#1406 …}
  +children: []
  -id: 17243
  -titleTs: "'better':9 'bright':4 'control':5 'gnome':7 'made':2 'much':8 'screen':3"
  -bodyTs: "'/gnome/gnome-settings-daemon/-/merge_requests/340)':54 '4':120 'adjust':7 'almost':31 'also':69 'anyon':1 'apart':24 'appropri':73 'base':64 'becom':111 'better':42 'bezier':62 'bright':8,28,39,50,65,84,97,103 'chang':82 'control':51,100 'curv':40,63,66 'daemon':59 'end':17 'everi':33 'far':23 'faster':99 'gaug':138 'gitlab.gnome.org':53 'gitlab.gnome.org/gnome/gnome-settings-daemon/-/merge_requests/340)':52 'gnome':10,57,115 'haven':127 'high':27,102 'human':44 'ident':91 'impercept':32 'implement':80 'improv':48 'interest':140 'light':13 'like':107 'look':129,136 'low':12,16,96 'm':135 'maintain':126 'match':43 'merg':149 'mr':117 'nuanc':94 'old':122 'oper':35 'part':113 'pass':77 'percept':45 'perceptu':90 'provid':92 'public':139 're':30 'see':109,142,147 'set':58 'step':19,87 'struggl':3 'system':36 'test':74 'tri':5 'use':37,60 'user':144 've':47,68 'want':145 'way':21 'week':121 'would':104 'written':70 'yet':132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701168485
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8535853"
  +editedAt: DateTimeImmutable @1701915425 {#1818
    date: 2023-12-07 03:17:05.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701082085 {#1685
    date: 2023-11-27 11:48:05.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\Entry {#1856
  +user: Proxies\__CG__\App\Entity\User {#1898 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1569 …}
  +image: Proxies\__CG__\App\Entity\Image {#2403 …}
  +domain: App\Entity\Domain {#282 …}
  +slug: "I-Made-Screen-Brightness-Control-on-Gnome-Much-Better"
  +title: "I Made Screen Brightness Control on Gnome Much Better"
  +url: "https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/340"
  +body: """
    Anyone here struggle with trying to adjust brightness on Gnome in low light? At the low end, the steps are way too far apart, and at high brightness they’re almost imperceptible. Every other operating system uses a brightness curve that better matches human perception.\n
    \n
    I’ve [improved the brightness control](https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/340) of the Gnome settings daemon, using a bezier curve based brightness curve. I’ve also written all the appropriate tests which it passes. With this implementation, the change in brightness between each step should be perceptually identical, providing more nuance at low brightness and faster control at high brightness.\n
    \n
    Would you all like to see this become a part of Gnome? The MR is about 4 weeks old now and the maintainers haven’t looked at it yet so I’m looking to gauge public interest and see if users want to see it merged.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 213
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701468392 {#2437
    date: 2023-12-01 23:06:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1871 …}
  +votes: Doctrine\ORM\PersistentCollection {#1916 …}
  +reports: Doctrine\ORM\PersistentCollection {#1499 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1482 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1623 …}
  +badges: Doctrine\ORM\PersistentCollection {#1406 …}
  +children: []
  -id: 17243
  -titleTs: "'better':9 'bright':4 'control':5 'gnome':7 'made':2 'much':8 'screen':3"
  -bodyTs: "'/gnome/gnome-settings-daemon/-/merge_requests/340)':54 '4':120 'adjust':7 'almost':31 'also':69 'anyon':1 'apart':24 'appropri':73 'base':64 'becom':111 'better':42 'bezier':62 'bright':8,28,39,50,65,84,97,103 'chang':82 'control':51,100 'curv':40,63,66 'daemon':59 'end':17 'everi':33 'far':23 'faster':99 'gaug':138 'gitlab.gnome.org':53 'gitlab.gnome.org/gnome/gnome-settings-daemon/-/merge_requests/340)':52 'gnome':10,57,115 'haven':127 'high':27,102 'human':44 'ident':91 'impercept':32 'implement':80 'improv':48 'interest':140 'light':13 'like':107 'look':129,136 'low':12,16,96 'm':135 'maintain':126 'match':43 'merg':149 'mr':117 'nuanc':94 'old':122 'oper':35 'part':113 'pass':77 'percept':45 'perceptu':90 'provid':92 'public':139 're':30 'see':109,142,147 'set':58 'step':19,87 'struggl':3 'system':36 'test':74 'tri':5 'use':37,60 'user':144 've':47,68 'want':145 'way':21 'week':121 'would':104 'written':70 'yet':132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701168485
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8535853"
  +editedAt: DateTimeImmutable @1701915425 {#1818
    date: 2023-12-07 03:17:05.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701082085 {#1685
    date: 2023-11-27 11:48:05.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details