GET https://kbin.spritesserver.nl/u/@SnotFlickerman@lemmy.blahaj.zone/top/2024-01-13::2024-01-13

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 …}
}
7.70 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.06 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
Proxies\__CG__\App\Entity\Entry {#1576
  +user: Proxies\__CG__\App\Entity\User {#2378 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2379 …}
  +slug: "entire-system-backups-onto-the-server-how"
  +title: "entire system backups onto the server - how?"
  +url: null
  +body: """
    Hey there, I have a (very) small Ubuntu server and I was dabbling on the idea to do system backups (entire system, meaning, if the disk of the said pc fries, I can get another one, put the info from the backup on the new disk, works immediately afterwards). I have a couple of Linux mint machines and a windows one. I searched a lot out there and found several names, from rsync to Borg backup.But ultimately I don’t really know if these solutions would fit my use case.\n
    \n
    So the question is: is there a feasible way/service that can be self hosted to do backups of local machines, similar to an image backup? Or, if you believe there are better ways to do it, can you please mention it?\n
    \n
    Thanks in advance
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722914453 {#2070
    date: 2024-08-06 05:20:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2059 …}
  +votes: Doctrine\ORM\PersistentCollection {#2053 …}
  +reports: Doctrine\ORM\PersistentCollection {#2165 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2104 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2099 …}
  +badges: Doctrine\ORM\PersistentCollection {#2108 …}
  +children: [
    App\Entity\EntryComment {#1674
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1576 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        [github.com/teejee2008/timeshift](https://github.com/teejee2008/timeshift)\n
        \n
        I think TimeShift could maybe work for you, but you might need a script to offload the backups it creates.\n
        \n
        [restic.net](https://restic.net/)\n
        \n
        Restic is another option, but it’s a little less user friendly and is all CLI, if i recall correctly. However I’m pretty sure you can send backups straight to a server via Restic.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1722757131 {#1698
        date: 2024-08-04 09:38:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeDoTelhado@lemmy.world"
        "@ZeDoTelhado@lemmy.world"
        "@ZeDoTelhado@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1525 …}
      +nested: Doctrine\ORM\PersistentCollection {#1527 …}
      +votes: Doctrine\ORM\PersistentCollection {#1526 …}
      +reports: Doctrine\ORM\PersistentCollection {#1560 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1593 …}
      -id: 305748
      -bodyTs: "'/)':27 '/teejee2008/timeshift](https://github.com/teejee2008/timeshift)':3 'anoth':30 'backup':21,56 'cli':43 'correct':47 'could':7 'creat':23 'friend':39 'github.com':2 'github.com/teejee2008/timeshift](https://github.com/teejee2008/timeshift)':1 'howev':48 'less':37 'littl':36 'm':50 'mayb':8 'might':14 'need':15 'offload':19 'option':31 'pretti':51 'recal':46 'restic':28,62 'restic.net':24,26 'restic.net/)':25 'script':17 'send':55 'server':60 'straight':57 'sure':52 'think':5 'timeshift':6 'user':38 'via':61 'work':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.blahaj.zone/comment/5626102"
      +editedAt: DateTimeImmutable @1722741350 {#1609
        date: 2024-08-04 05:15:50.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705167223 {#1595
        date: 2024-01-13 18:33:43.0 +01:00
      }
      +"title": 305748
    }
  ]
  -id: 30202
  -titleTs: "'backup':3 'entir':1 'onto':4 'server':6 'system':2"
  -bodyTs: "'advanc':134 'afterward':49 'anoth':35 'backup':20,42,107,115 'backup.but':76 'believ':119 'better':122 'borg':75 'case':90 'coupl':53 'dabbl':13 'disk':26,46 'entir':21 'feasibl':98 'fit':87 'found':69 'fri':31 'get':34 'hey':1 'host':104 'idea':16 'imag':114 'immedi':48 'info':39 'know':82 'linux':55 'local':109 'lot':65 'machin':57,110 'mean':23 'mention':130 'mint':56 'name':71 'new':45 'one':36,61 'pc':30 'pleas':129 'put':37 'question':93 'realli':81 'rsync':73 'said':29 'search':63 'self':103 'server':9 'sever':70 'similar':111 'small':7 'solut':85 'system':19,22 'thank':132 'ubuntu':8 'ultim':77 'use':89 'way':123 'way/service':99 'window':60 'work':47 'would':86"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705252628
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10669195"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705166228 {#2129
    date: 2024-01-13 18:17:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1576
  +user: Proxies\__CG__\App\Entity\User {#2378 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2379 …}
  +slug: "entire-system-backups-onto-the-server-how"
  +title: "entire system backups onto the server - how?"
  +url: null
  +body: """
    Hey there, I have a (very) small Ubuntu server and I was dabbling on the idea to do system backups (entire system, meaning, if the disk of the said pc fries, I can get another one, put the info from the backup on the new disk, works immediately afterwards). I have a couple of Linux mint machines and a windows one. I searched a lot out there and found several names, from rsync to Borg backup.But ultimately I don’t really know if these solutions would fit my use case.\n
    \n
    So the question is: is there a feasible way/service that can be self hosted to do backups of local machines, similar to an image backup? Or, if you believe there are better ways to do it, can you please mention it?\n
    \n
    Thanks in advance
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722914453 {#2070
    date: 2024-08-06 05:20:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2059 …}
  +votes: Doctrine\ORM\PersistentCollection {#2053 …}
  +reports: Doctrine\ORM\PersistentCollection {#2165 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2104 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2099 …}
  +badges: Doctrine\ORM\PersistentCollection {#2108 …}
  +children: [
    App\Entity\EntryComment {#1674
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1576 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        [github.com/teejee2008/timeshift](https://github.com/teejee2008/timeshift)\n
        \n
        I think TimeShift could maybe work for you, but you might need a script to offload the backups it creates.\n
        \n
        [restic.net](https://restic.net/)\n
        \n
        Restic is another option, but it’s a little less user friendly and is all CLI, if i recall correctly. However I’m pretty sure you can send backups straight to a server via Restic.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1722757131 {#1698
        date: 2024-08-04 09:38:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeDoTelhado@lemmy.world"
        "@ZeDoTelhado@lemmy.world"
        "@ZeDoTelhado@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1525 …}
      +nested: Doctrine\ORM\PersistentCollection {#1527 …}
      +votes: Doctrine\ORM\PersistentCollection {#1526 …}
      +reports: Doctrine\ORM\PersistentCollection {#1560 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1593 …}
      -id: 305748
      -bodyTs: "'/)':27 '/teejee2008/timeshift](https://github.com/teejee2008/timeshift)':3 'anoth':30 'backup':21,56 'cli':43 'correct':47 'could':7 'creat':23 'friend':39 'github.com':2 'github.com/teejee2008/timeshift](https://github.com/teejee2008/timeshift)':1 'howev':48 'less':37 'littl':36 'm':50 'mayb':8 'might':14 'need':15 'offload':19 'option':31 'pretti':51 'recal':46 'restic':28,62 'restic.net':24,26 'restic.net/)':25 'script':17 'send':55 'server':60 'straight':57 'sure':52 'think':5 'timeshift':6 'user':38 'via':61 'work':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.blahaj.zone/comment/5626102"
      +editedAt: DateTimeImmutable @1722741350 {#1609
        date: 2024-08-04 05:15:50.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705167223 {#1595
        date: 2024-01-13 18:33:43.0 +01:00
      }
      +"title": 305748
    }
  ]
  -id: 30202
  -titleTs: "'backup':3 'entir':1 'onto':4 'server':6 'system':2"
  -bodyTs: "'advanc':134 'afterward':49 'anoth':35 'backup':20,42,107,115 'backup.but':76 'believ':119 'better':122 'borg':75 'case':90 'coupl':53 'dabbl':13 'disk':26,46 'entir':21 'feasibl':98 'fit':87 'found':69 'fri':31 'get':34 'hey':1 'host':104 'idea':16 'imag':114 'immedi':48 'info':39 'know':82 'linux':55 'local':109 'lot':65 'machin':57,110 'mean':23 'mention':130 'mint':56 'name':71 'new':45 'one':36,61 'pc':30 'pleas':129 'put':37 'question':93 'realli':81 'rsync':73 'said':29 'search':63 'self':103 'server':9 'sever':70 'similar':111 'small':7 'solut':85 'system':19,22 'thank':132 'ubuntu':8 'ultim':77 'use':89 'way':123 'way/service':99 'window':60 'work':47 'would':86"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705252628
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10669195"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705166228 {#2129
    date: 2024-01-13 18:17:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1576
  +user: Proxies\__CG__\App\Entity\User {#2378 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2379 …}
  +slug: "entire-system-backups-onto-the-server-how"
  +title: "entire system backups onto the server - how?"
  +url: null
  +body: """
    Hey there, I have a (very) small Ubuntu server and I was dabbling on the idea to do system backups (entire system, meaning, if the disk of the said pc fries, I can get another one, put the info from the backup on the new disk, works immediately afterwards). I have a couple of Linux mint machines and a windows one. I searched a lot out there and found several names, from rsync to Borg backup.But ultimately I don’t really know if these solutions would fit my use case.\n
    \n
    So the question is: is there a feasible way/service that can be self hosted to do backups of local machines, similar to an image backup? Or, if you believe there are better ways to do it, can you please mention it?\n
    \n
    Thanks in advance
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722914453 {#2070
    date: 2024-08-06 05:20:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2059 …}
  +votes: Doctrine\ORM\PersistentCollection {#2053 …}
  +reports: Doctrine\ORM\PersistentCollection {#2165 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2104 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2099 …}
  +badges: Doctrine\ORM\PersistentCollection {#2108 …}
  +children: [
    App\Entity\EntryComment {#1674
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1576 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        [github.com/teejee2008/timeshift](https://github.com/teejee2008/timeshift)\n
        \n
        I think TimeShift could maybe work for you, but you might need a script to offload the backups it creates.\n
        \n
        [restic.net](https://restic.net/)\n
        \n
        Restic is another option, but it’s a little less user friendly and is all CLI, if i recall correctly. However I’m pretty sure you can send backups straight to a server via Restic.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1722757131 {#1698
        date: 2024-08-04 09:38:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeDoTelhado@lemmy.world"
        "@ZeDoTelhado@lemmy.world"
        "@ZeDoTelhado@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1525 …}
      +nested: Doctrine\ORM\PersistentCollection {#1527 …}
      +votes: Doctrine\ORM\PersistentCollection {#1526 …}
      +reports: Doctrine\ORM\PersistentCollection {#1560 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1593 …}
      -id: 305748
      -bodyTs: "'/)':27 '/teejee2008/timeshift](https://github.com/teejee2008/timeshift)':3 'anoth':30 'backup':21,56 'cli':43 'correct':47 'could':7 'creat':23 'friend':39 'github.com':2 'github.com/teejee2008/timeshift](https://github.com/teejee2008/timeshift)':1 'howev':48 'less':37 'littl':36 'm':50 'mayb':8 'might':14 'need':15 'offload':19 'option':31 'pretti':51 'recal':46 'restic':28,62 'restic.net':24,26 'restic.net/)':25 'script':17 'send':55 'server':60 'straight':57 'sure':52 'think':5 'timeshift':6 'user':38 'via':61 'work':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.blahaj.zone/comment/5626102"
      +editedAt: DateTimeImmutable @1722741350 {#1609
        date: 2024-08-04 05:15:50.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705167223 {#1595
        date: 2024-01-13 18:33:43.0 +01:00
      }
      +"title": 305748
    }
  ]
  -id: 30202
  -titleTs: "'backup':3 'entir':1 'onto':4 'server':6 'system':2"
  -bodyTs: "'advanc':134 'afterward':49 'anoth':35 'backup':20,42,107,115 'backup.but':76 'believ':119 'better':122 'borg':75 'case':90 'coupl':53 'dabbl':13 'disk':26,46 'entir':21 'feasibl':98 'fit':87 'found':69 'fri':31 'get':34 'hey':1 'host':104 'idea':16 'imag':114 'immedi':48 'info':39 'know':82 'linux':55 'local':109 'lot':65 'machin':57,110 'mean':23 'mention':130 'mint':56 'name':71 'new':45 'one':36,61 'pc':30 'pleas':129 'put':37 'question':93 'realli':81 'rsync':73 'said':29 'search':63 'self':103 'server':9 'sever':70 'similar':111 'small':7 'solut':85 'system':19,22 'thank':132 'ubuntu':8 'ultim':77 'use':89 'way':123 'way/service':99 'window':60 'work':47 'would':86"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705252628
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10669195"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705166228 {#2129
    date: 2024-01-13 18:17:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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\EntryComment {#1674
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1576
    +user: Proxies\__CG__\App\Entity\User {#2378 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2379 …}
    +slug: "entire-system-backups-onto-the-server-how"
    +title: "entire system backups onto the server - how?"
    +url: null
    +body: """
      Hey there, I have a (very) small Ubuntu server and I was dabbling on the idea to do system backups (entire system, meaning, if the disk of the said pc fries, I can get another one, put the info from the backup on the new disk, works immediately afterwards). I have a couple of Linux mint machines and a windows one. I searched a lot out there and found several names, from rsync to Borg backup.But ultimately I don’t really know if these solutions would fit my use case.\n
      \n
      So the question is: is there a feasible way/service that can be self hosted to do backups of local machines, similar to an image backup? Or, if you believe there are better ways to do it, can you please mention it?\n
      \n
      Thanks in advance
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722914453 {#2070
      date: 2024-08-06 05:20:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2059 …}
    +votes: Doctrine\ORM\PersistentCollection {#2053 …}
    +reports: Doctrine\ORM\PersistentCollection {#2165 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2104 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2099 …}
    +badges: Doctrine\ORM\PersistentCollection {#2108 …}
    +children: [
      App\Entity\EntryComment {#1674}
    ]
    -id: 30202
    -titleTs: "'backup':3 'entir':1 'onto':4 'server':6 'system':2"
    -bodyTs: "'advanc':134 'afterward':49 'anoth':35 'backup':20,42,107,115 'backup.but':76 'believ':119 'better':122 'borg':75 'case':90 'coupl':53 'dabbl':13 'disk':26,46 'entir':21 'feasibl':98 'fit':87 'found':69 'fri':31 'get':34 'hey':1 'host':104 'idea':16 'imag':114 'immedi':48 'info':39 'know':82 'linux':55 'local':109 'lot':65 'machin':57,110 'mean':23 'mention':130 'mint':56 'name':71 'new':45 'one':36,61 'pc':30 'pleas':129 'put':37 'question':93 'realli':81 'rsync':73 'said':29 'search':63 'self':103 'server':9 'sever':70 'similar':111 'small':7 'solut':85 'system':19,22 'thank':132 'ubuntu':8 'ultim':77 'use':89 'way':123 'way/service':99 'window':60 'work':47 'would':86"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705252628
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10669195"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705166228 {#2129
      date: 2024-01-13 18:17:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    [github.com/teejee2008/timeshift](https://github.com/teejee2008/timeshift)\n
    \n
    I think TimeShift could maybe work for you, but you might need a script to offload the backups it creates.\n
    \n
    [restic.net](https://restic.net/)\n
    \n
    Restic is another option, but it’s a little less user friendly and is all CLI, if i recall correctly. However I’m pretty sure you can send backups straight to a server via Restic.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1722757131 {#1698
    date: 2024-08-04 09:38:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeDoTelhado@lemmy.world"
    "@ZeDoTelhado@lemmy.world"
    "@ZeDoTelhado@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1525 …}
  +nested: Doctrine\ORM\PersistentCollection {#1527 …}
  +votes: Doctrine\ORM\PersistentCollection {#1526 …}
  +reports: Doctrine\ORM\PersistentCollection {#1560 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1593 …}
  -id: 305748
  -bodyTs: "'/)':27 '/teejee2008/timeshift](https://github.com/teejee2008/timeshift)':3 'anoth':30 'backup':21,56 'cli':43 'correct':47 'could':7 'creat':23 'friend':39 'github.com':2 'github.com/teejee2008/timeshift](https://github.com/teejee2008/timeshift)':1 'howev':48 'less':37 'littl':36 'm':50 'mayb':8 'might':14 'need':15 'offload':19 'option':31 'pretti':51 'recal':46 'restic':28,62 'restic.net':24,26 'restic.net/)':25 'script':17 'send':55 'server':60 'straight':57 'sure':52 'think':5 'timeshift':6 'user':38 'via':61 'work':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/comment/5626102"
  +editedAt: DateTimeImmutable @1722741350 {#1609
    date: 2024-08-04 05:15:50.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705167223 {#1595
    date: 2024-01-13 18:33:43.0 +01:00
  }
  +"title": 305748
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\EntryComment {#1674
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1576
    +user: Proxies\__CG__\App\Entity\User {#2378 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2379 …}
    +slug: "entire-system-backups-onto-the-server-how"
    +title: "entire system backups onto the server - how?"
    +url: null
    +body: """
      Hey there, I have a (very) small Ubuntu server and I was dabbling on the idea to do system backups (entire system, meaning, if the disk of the said pc fries, I can get another one, put the info from the backup on the new disk, works immediately afterwards). I have a couple of Linux mint machines and a windows one. I searched a lot out there and found several names, from rsync to Borg backup.But ultimately I don’t really know if these solutions would fit my use case.\n
      \n
      So the question is: is there a feasible way/service that can be self hosted to do backups of local machines, similar to an image backup? Or, if you believe there are better ways to do it, can you please mention it?\n
      \n
      Thanks in advance
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722914453 {#2070
      date: 2024-08-06 05:20:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2059 …}
    +votes: Doctrine\ORM\PersistentCollection {#2053 …}
    +reports: Doctrine\ORM\PersistentCollection {#2165 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2104 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2099 …}
    +badges: Doctrine\ORM\PersistentCollection {#2108 …}
    +children: [
      App\Entity\EntryComment {#1674}
    ]
    -id: 30202
    -titleTs: "'backup':3 'entir':1 'onto':4 'server':6 'system':2"
    -bodyTs: "'advanc':134 'afterward':49 'anoth':35 'backup':20,42,107,115 'backup.but':76 'believ':119 'better':122 'borg':75 'case':90 'coupl':53 'dabbl':13 'disk':26,46 'entir':21 'feasibl':98 'fit':87 'found':69 'fri':31 'get':34 'hey':1 'host':104 'idea':16 'imag':114 'immedi':48 'info':39 'know':82 'linux':55 'local':109 'lot':65 'machin':57,110 'mean':23 'mention':130 'mint':56 'name':71 'new':45 'one':36,61 'pc':30 'pleas':129 'put':37 'question':93 'realli':81 'rsync':73 'said':29 'search':63 'self':103 'server':9 'sever':70 'similar':111 'small':7 'solut':85 'system':19,22 'thank':132 'ubuntu':8 'ultim':77 'use':89 'way':123 'way/service':99 'window':60 'work':47 'would':86"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705252628
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10669195"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705166228 {#2129
      date: 2024-01-13 18:17:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    [github.com/teejee2008/timeshift](https://github.com/teejee2008/timeshift)\n
    \n
    I think TimeShift could maybe work for you, but you might need a script to offload the backups it creates.\n
    \n
    [restic.net](https://restic.net/)\n
    \n
    Restic is another option, but it’s a little less user friendly and is all CLI, if i recall correctly. However I’m pretty sure you can send backups straight to a server via Restic.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1722757131 {#1698
    date: 2024-08-04 09:38:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeDoTelhado@lemmy.world"
    "@ZeDoTelhado@lemmy.world"
    "@ZeDoTelhado@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1525 …}
  +nested: Doctrine\ORM\PersistentCollection {#1527 …}
  +votes: Doctrine\ORM\PersistentCollection {#1526 …}
  +reports: Doctrine\ORM\PersistentCollection {#1560 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1593 …}
  -id: 305748
  -bodyTs: "'/)':27 '/teejee2008/timeshift](https://github.com/teejee2008/timeshift)':3 'anoth':30 'backup':21,56 'cli':43 'correct':47 'could':7 'creat':23 'friend':39 'github.com':2 'github.com/teejee2008/timeshift](https://github.com/teejee2008/timeshift)':1 'howev':48 'less':37 'littl':36 'm':50 'mayb':8 'might':14 'need':15 'offload':19 'option':31 'pretti':51 'recal':46 'restic':28,62 'restic.net':24,26 'restic.net/)':25 'script':17 'send':55 'server':60 'straight':57 'sure':52 'think':5 'timeshift':6 'user':38 'via':61 'work':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/comment/5626102"
  +editedAt: DateTimeImmutable @1722741350 {#1609
    date: 2024-08-04 05:15:50.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705167223 {#1595
    date: 2024-01-13 18:33:43.0 +01:00
  }
  +"title": 305748
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\EntryComment {#1674
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1576
    +user: Proxies\__CG__\App\Entity\User {#2378 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2379 …}
    +slug: "entire-system-backups-onto-the-server-how"
    +title: "entire system backups onto the server - how?"
    +url: null
    +body: """
      Hey there, I have a (very) small Ubuntu server and I was dabbling on the idea to do system backups (entire system, meaning, if the disk of the said pc fries, I can get another one, put the info from the backup on the new disk, works immediately afterwards). I have a couple of Linux mint machines and a windows one. I searched a lot out there and found several names, from rsync to Borg backup.But ultimately I don’t really know if these solutions would fit my use case.\n
      \n
      So the question is: is there a feasible way/service that can be self hosted to do backups of local machines, similar to an image backup? Or, if you believe there are better ways to do it, can you please mention it?\n
      \n
      Thanks in advance
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722914453 {#2070
      date: 2024-08-06 05:20:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2059 …}
    +votes: Doctrine\ORM\PersistentCollection {#2053 …}
    +reports: Doctrine\ORM\PersistentCollection {#2165 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2104 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2099 …}
    +badges: Doctrine\ORM\PersistentCollection {#2108 …}
    +children: [
      App\Entity\EntryComment {#1674}
    ]
    -id: 30202
    -titleTs: "'backup':3 'entir':1 'onto':4 'server':6 'system':2"
    -bodyTs: "'advanc':134 'afterward':49 'anoth':35 'backup':20,42,107,115 'backup.but':76 'believ':119 'better':122 'borg':75 'case':90 'coupl':53 'dabbl':13 'disk':26,46 'entir':21 'feasibl':98 'fit':87 'found':69 'fri':31 'get':34 'hey':1 'host':104 'idea':16 'imag':114 'immedi':48 'info':39 'know':82 'linux':55 'local':109 'lot':65 'machin':57,110 'mean':23 'mention':130 'mint':56 'name':71 'new':45 'one':36,61 'pc':30 'pleas':129 'put':37 'question':93 'realli':81 'rsync':73 'said':29 'search':63 'self':103 'server':9 'sever':70 'similar':111 'small':7 'solut':85 'system':19,22 'thank':132 'ubuntu':8 'ultim':77 'use':89 'way':123 'way/service':99 'window':60 'work':47 'would':86"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705252628
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10669195"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705166228 {#2129
      date: 2024-01-13 18:17:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    [github.com/teejee2008/timeshift](https://github.com/teejee2008/timeshift)\n
    \n
    I think TimeShift could maybe work for you, but you might need a script to offload the backups it creates.\n
    \n
    [restic.net](https://restic.net/)\n
    \n
    Restic is another option, but it’s a little less user friendly and is all CLI, if i recall correctly. However I’m pretty sure you can send backups straight to a server via Restic.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1722757131 {#1698
    date: 2024-08-04 09:38:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeDoTelhado@lemmy.world"
    "@ZeDoTelhado@lemmy.world"
    "@ZeDoTelhado@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1525 …}
  +nested: Doctrine\ORM\PersistentCollection {#1527 …}
  +votes: Doctrine\ORM\PersistentCollection {#1526 …}
  +reports: Doctrine\ORM\PersistentCollection {#1560 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1564 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1593 …}
  -id: 305748
  -bodyTs: "'/)':27 '/teejee2008/timeshift](https://github.com/teejee2008/timeshift)':3 'anoth':30 'backup':21,56 'cli':43 'correct':47 'could':7 'creat':23 'friend':39 'github.com':2 'github.com/teejee2008/timeshift](https://github.com/teejee2008/timeshift)':1 'howev':48 'less':37 'littl':36 'm':50 'mayb':8 'might':14 'need':15 'offload':19 'option':31 'pretti':51 'recal':46 'restic':28,62 'restic.net':24,26 'restic.net/)':25 'script':17 'send':55 'server':60 'straight':57 'sure':52 'think':5 'timeshift':6 'user':38 'via':61 'work':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/comment/5626102"
  +editedAt: DateTimeImmutable @1722741350 {#1609
    date: 2024-08-04 05:15:50.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705167223 {#1595
    date: 2024-01-13 18:33:43.0 +01:00
  }
  +"title": 305748
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1554
  +user: Proxies\__CG__\App\Entity\User {#2094 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: Proxies\__CG__\App\Entity\Image {#2241 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
  +slug: "It-s-joever-Tachiyomi"
  +title: "It's joever | Tachiyomi"
  +url: "https://tachiyomi.org/news/2024-01-13-goodbye"
  +body: """
    Sucks…\n
    \n
    tl;dr\n
    \n
    Tachiyomi will no longer be actively developed. It may continue to work for you for the foreseeable future but there will be no support for it nor the official extensions.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 64
  +favouriteCount: 393
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726260948 {#1691
    date: 2024-09-13 22:55:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2060 …}
  +votes: Doctrine\ORM\PersistentCollection {#2042 …}
  +reports: Doctrine\ORM\PersistentCollection {#2332 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2137 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2159 …}
  +badges: Doctrine\ORM\PersistentCollection {#2051 …}
  +children: [
    App\Entity\EntryComment {#1557
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1554 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        This is how FOSS dies.\n
        \n
        Where the **living fuck** are [the EFF’s team of lawyers?](https://www.eff.org/pages/legal-assistance)\n
        \n
        I know they *generally* focus on US cases, but god damn, you’d think the egregiousness of this would get their asses involved.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 106
      +score: 0
      +lastActive: DateTime @1726260948 {#1663
        date: 2024-09-13 22:55:48.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@UnixWeeb@lemmy.dbzer0.com"
        "@UnixWeeb@lemmy.dbzer0.com"
        "@UnixWeeb@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1620 …}
      +nested: Doctrine\ORM\PersistentCollection {#1604 …}
      +votes: Doctrine\ORM\PersistentCollection {#1619 …}
      +reports: Doctrine\ORM\PersistentCollection {#1701 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
      -id: 306144
      -bodyTs: "'/pages/legal-assistance)':19 'ass':41 'case':27 'd':32 'damn':30 'die':5 'eff':12 'egregi':35 'focus':24 'foss':4 'fuck':9 'general':23 'get':39 'god':29 'involv':42 'know':21 'lawyer':16 'live':8 'team':14 'think':33 'us':26 'would':38 'www.eff.org':18 'www.eff.org/pages/legal-assistance)':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.blahaj.zone/comment/5629133"
      +editedAt: DateTimeImmutable @1722821273 {#1555
        date: 2024-08-05 03:27:53.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705178499 {#1621
        date: 2024-01-13 21:41:39.0 +01:00
      }
      +"title": 306144
    }
  ]
  -id: 30251
  -titleTs: "'joever':3 'tachiyomi':4"
  -bodyTs: "'activ':9 'continu':13 'develop':10 'dr':3 'extens':33 'forese':20 'futur':21 'longer':7 'may':12 'offici':32 'suck':1 'support':27 'tachiyomi':4 'tl':2 'work':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705263548
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12287321"
  +editedAt: DateTimeImmutable @1722811907 {#2018
    date: 2024-08-05 00:51:47.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705177148 {#1722
    date: 2024-01-13 21:19:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1554
  +user: Proxies\__CG__\App\Entity\User {#2094 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: Proxies\__CG__\App\Entity\Image {#2241 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
  +slug: "It-s-joever-Tachiyomi"
  +title: "It's joever | Tachiyomi"
  +url: "https://tachiyomi.org/news/2024-01-13-goodbye"
  +body: """
    Sucks…\n
    \n
    tl;dr\n
    \n
    Tachiyomi will no longer be actively developed. It may continue to work for you for the foreseeable future but there will be no support for it nor the official extensions.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 64
  +favouriteCount: 393
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726260948 {#1691
    date: 2024-09-13 22:55:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2060 …}
  +votes: Doctrine\ORM\PersistentCollection {#2042 …}
  +reports: Doctrine\ORM\PersistentCollection {#2332 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2137 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2159 …}
  +badges: Doctrine\ORM\PersistentCollection {#2051 …}
  +children: [
    App\Entity\EntryComment {#1557
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1554 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        This is how FOSS dies.\n
        \n
        Where the **living fuck** are [the EFF’s team of lawyers?](https://www.eff.org/pages/legal-assistance)\n
        \n
        I know they *generally* focus on US cases, but god damn, you’d think the egregiousness of this would get their asses involved.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 106
      +score: 0
      +lastActive: DateTime @1726260948 {#1663
        date: 2024-09-13 22:55:48.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@UnixWeeb@lemmy.dbzer0.com"
        "@UnixWeeb@lemmy.dbzer0.com"
        "@UnixWeeb@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1620 …}
      +nested: Doctrine\ORM\PersistentCollection {#1604 …}
      +votes: Doctrine\ORM\PersistentCollection {#1619 …}
      +reports: Doctrine\ORM\PersistentCollection {#1701 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
      -id: 306144
      -bodyTs: "'/pages/legal-assistance)':19 'ass':41 'case':27 'd':32 'damn':30 'die':5 'eff':12 'egregi':35 'focus':24 'foss':4 'fuck':9 'general':23 'get':39 'god':29 'involv':42 'know':21 'lawyer':16 'live':8 'team':14 'think':33 'us':26 'would':38 'www.eff.org':18 'www.eff.org/pages/legal-assistance)':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.blahaj.zone/comment/5629133"
      +editedAt: DateTimeImmutable @1722821273 {#1555
        date: 2024-08-05 03:27:53.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705178499 {#1621
        date: 2024-01-13 21:41:39.0 +01:00
      }
      +"title": 306144
    }
  ]
  -id: 30251
  -titleTs: "'joever':3 'tachiyomi':4"
  -bodyTs: "'activ':9 'continu':13 'develop':10 'dr':3 'extens':33 'forese':20 'futur':21 'longer':7 'may':12 'offici':32 'suck':1 'support':27 'tachiyomi':4 'tl':2 'work':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705263548
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12287321"
  +editedAt: DateTimeImmutable @1722811907 {#2018
    date: 2024-08-05 00:51:47.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705177148 {#1722
    date: 2024-01-13 21:19:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1554
  +user: Proxies\__CG__\App\Entity\User {#2094 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: Proxies\__CG__\App\Entity\Image {#2241 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
  +slug: "It-s-joever-Tachiyomi"
  +title: "It's joever | Tachiyomi"
  +url: "https://tachiyomi.org/news/2024-01-13-goodbye"
  +body: """
    Sucks…\n
    \n
    tl;dr\n
    \n
    Tachiyomi will no longer be actively developed. It may continue to work for you for the foreseeable future but there will be no support for it nor the official extensions.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 64
  +favouriteCount: 393
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726260948 {#1691
    date: 2024-09-13 22:55:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2060 …}
  +votes: Doctrine\ORM\PersistentCollection {#2042 …}
  +reports: Doctrine\ORM\PersistentCollection {#2332 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2137 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2159 …}
  +badges: Doctrine\ORM\PersistentCollection {#2051 …}
  +children: [
    App\Entity\EntryComment {#1557
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1554 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        This is how FOSS dies.\n
        \n
        Where the **living fuck** are [the EFF’s team of lawyers?](https://www.eff.org/pages/legal-assistance)\n
        \n
        I know they *generally* focus on US cases, but god damn, you’d think the egregiousness of this would get their asses involved.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 106
      +score: 0
      +lastActive: DateTime @1726260948 {#1663
        date: 2024-09-13 22:55:48.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@UnixWeeb@lemmy.dbzer0.com"
        "@UnixWeeb@lemmy.dbzer0.com"
        "@UnixWeeb@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1620 …}
      +nested: Doctrine\ORM\PersistentCollection {#1604 …}
      +votes: Doctrine\ORM\PersistentCollection {#1619 …}
      +reports: Doctrine\ORM\PersistentCollection {#1701 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
      -id: 306144
      -bodyTs: "'/pages/legal-assistance)':19 'ass':41 'case':27 'd':32 'damn':30 'die':5 'eff':12 'egregi':35 'focus':24 'foss':4 'fuck':9 'general':23 'get':39 'god':29 'involv':42 'know':21 'lawyer':16 'live':8 'team':14 'think':33 'us':26 'would':38 'www.eff.org':18 'www.eff.org/pages/legal-assistance)':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.blahaj.zone/comment/5629133"
      +editedAt: DateTimeImmutable @1722821273 {#1555
        date: 2024-08-05 03:27:53.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705178499 {#1621
        date: 2024-01-13 21:41:39.0 +01:00
      }
      +"title": 306144
    }
  ]
  -id: 30251
  -titleTs: "'joever':3 'tachiyomi':4"
  -bodyTs: "'activ':9 'continu':13 'develop':10 'dr':3 'extens':33 'forese':20 'futur':21 'longer':7 'may':12 'offici':32 'suck':1 'support':27 'tachiyomi':4 'tl':2 'work':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705263548
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12287321"
  +editedAt: DateTimeImmutable @1722811907 {#2018
    date: 2024-08-05 00:51:47.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705177148 {#1722
    date: 2024-01-13 21:19:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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\EntryComment {#1557
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1554
    +user: Proxies\__CG__\App\Entity\User {#2094 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: Proxies\__CG__\App\Entity\Image {#2241 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
    +slug: "It-s-joever-Tachiyomi"
    +title: "It's joever | Tachiyomi"
    +url: "https://tachiyomi.org/news/2024-01-13-goodbye"
    +body: """
      Sucks…\n
      \n
      tl;dr\n
      \n
      Tachiyomi will no longer be actively developed. It may continue to work for you for the foreseeable future but there will be no support for it nor the official extensions.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 64
    +favouriteCount: 393
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726260948 {#1691
      date: 2024-09-13 22:55:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2060 …}
    +votes: Doctrine\ORM\PersistentCollection {#2042 …}
    +reports: Doctrine\ORM\PersistentCollection {#2332 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2137 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2159 …}
    +badges: Doctrine\ORM\PersistentCollection {#2051 …}
    +children: [
      App\Entity\EntryComment {#1557}
    ]
    -id: 30251
    -titleTs: "'joever':3 'tachiyomi':4"
    -bodyTs: "'activ':9 'continu':13 'develop':10 'dr':3 'extens':33 'forese':20 'futur':21 'longer':7 'may':12 'offici':32 'suck':1 'support':27 'tachiyomi':4 'tl':2 'work':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705263548
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12287321"
    +editedAt: DateTimeImmutable @1722811907 {#2018
      date: 2024-08-05 00:51:47.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705177148 {#1722
      date: 2024-01-13 21:19:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    This is how FOSS dies.\n
    \n
    Where the **living fuck** are [the EFF’s team of lawyers?](https://www.eff.org/pages/legal-assistance)\n
    \n
    I know they *generally* focus on US cases, but god damn, you’d think the egregiousness of this would get their asses involved.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 106
  +score: 0
  +lastActive: DateTime @1726260948 {#1663
    date: 2024-09-13 22:55:48.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@UnixWeeb@lemmy.dbzer0.com"
    "@UnixWeeb@lemmy.dbzer0.com"
    "@UnixWeeb@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1620 …}
  +nested: Doctrine\ORM\PersistentCollection {#1604 …}
  +votes: Doctrine\ORM\PersistentCollection {#1619 …}
  +reports: Doctrine\ORM\PersistentCollection {#1701 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
  -id: 306144
  -bodyTs: "'/pages/legal-assistance)':19 'ass':41 'case':27 'd':32 'damn':30 'die':5 'eff':12 'egregi':35 'focus':24 'foss':4 'fuck':9 'general':23 'get':39 'god':29 'involv':42 'know':21 'lawyer':16 'live':8 'team':14 'think':33 'us':26 'would':38 'www.eff.org':18 'www.eff.org/pages/legal-assistance)':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/comment/5629133"
  +editedAt: DateTimeImmutable @1722821273 {#1555
    date: 2024-08-05 03:27:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705178499 {#1621
    date: 2024-01-13 21:41:39.0 +01:00
  }
  +"title": 306144
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\EntryComment {#1557
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1554
    +user: Proxies\__CG__\App\Entity\User {#2094 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: Proxies\__CG__\App\Entity\Image {#2241 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
    +slug: "It-s-joever-Tachiyomi"
    +title: "It's joever | Tachiyomi"
    +url: "https://tachiyomi.org/news/2024-01-13-goodbye"
    +body: """
      Sucks…\n
      \n
      tl;dr\n
      \n
      Tachiyomi will no longer be actively developed. It may continue to work for you for the foreseeable future but there will be no support for it nor the official extensions.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 64
    +favouriteCount: 393
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726260948 {#1691
      date: 2024-09-13 22:55:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2060 …}
    +votes: Doctrine\ORM\PersistentCollection {#2042 …}
    +reports: Doctrine\ORM\PersistentCollection {#2332 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2137 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2159 …}
    +badges: Doctrine\ORM\PersistentCollection {#2051 …}
    +children: [
      App\Entity\EntryComment {#1557}
    ]
    -id: 30251
    -titleTs: "'joever':3 'tachiyomi':4"
    -bodyTs: "'activ':9 'continu':13 'develop':10 'dr':3 'extens':33 'forese':20 'futur':21 'longer':7 'may':12 'offici':32 'suck':1 'support':27 'tachiyomi':4 'tl':2 'work':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705263548
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12287321"
    +editedAt: DateTimeImmutable @1722811907 {#2018
      date: 2024-08-05 00:51:47.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705177148 {#1722
      date: 2024-01-13 21:19:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    This is how FOSS dies.\n
    \n
    Where the **living fuck** are [the EFF’s team of lawyers?](https://www.eff.org/pages/legal-assistance)\n
    \n
    I know they *generally* focus on US cases, but god damn, you’d think the egregiousness of this would get their asses involved.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 106
  +score: 0
  +lastActive: DateTime @1726260948 {#1663
    date: 2024-09-13 22:55:48.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@UnixWeeb@lemmy.dbzer0.com"
    "@UnixWeeb@lemmy.dbzer0.com"
    "@UnixWeeb@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1620 …}
  +nested: Doctrine\ORM\PersistentCollection {#1604 …}
  +votes: Doctrine\ORM\PersistentCollection {#1619 …}
  +reports: Doctrine\ORM\PersistentCollection {#1701 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
  -id: 306144
  -bodyTs: "'/pages/legal-assistance)':19 'ass':41 'case':27 'd':32 'damn':30 'die':5 'eff':12 'egregi':35 'focus':24 'foss':4 'fuck':9 'general':23 'get':39 'god':29 'involv':42 'know':21 'lawyer':16 'live':8 'team':14 'think':33 'us':26 'would':38 'www.eff.org':18 'www.eff.org/pages/legal-assistance)':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/comment/5629133"
  +editedAt: DateTimeImmutable @1722821273 {#1555
    date: 2024-08-05 03:27:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705178499 {#1621
    date: 2024-01-13 21:41:39.0 +01:00
  }
  +"title": 306144
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\EntryComment {#1557
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1554
    +user: Proxies\__CG__\App\Entity\User {#2094 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: Proxies\__CG__\App\Entity\Image {#2241 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
    +slug: "It-s-joever-Tachiyomi"
    +title: "It's joever | Tachiyomi"
    +url: "https://tachiyomi.org/news/2024-01-13-goodbye"
    +body: """
      Sucks…\n
      \n
      tl;dr\n
      \n
      Tachiyomi will no longer be actively developed. It may continue to work for you for the foreseeable future but there will be no support for it nor the official extensions.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 64
    +favouriteCount: 393
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726260948 {#1691
      date: 2024-09-13 22:55:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2060 …}
    +votes: Doctrine\ORM\PersistentCollection {#2042 …}
    +reports: Doctrine\ORM\PersistentCollection {#2332 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2137 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2159 …}
    +badges: Doctrine\ORM\PersistentCollection {#2051 …}
    +children: [
      App\Entity\EntryComment {#1557}
    ]
    -id: 30251
    -titleTs: "'joever':3 'tachiyomi':4"
    -bodyTs: "'activ':9 'continu':13 'develop':10 'dr':3 'extens':33 'forese':20 'futur':21 'longer':7 'may':12 'offici':32 'suck':1 'support':27 'tachiyomi':4 'tl':2 'work':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705263548
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12287321"
    +editedAt: DateTimeImmutable @1722811907 {#2018
      date: 2024-08-05 00:51:47.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705177148 {#1722
      date: 2024-01-13 21:19:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    This is how FOSS dies.\n
    \n
    Where the **living fuck** are [the EFF’s team of lawyers?](https://www.eff.org/pages/legal-assistance)\n
    \n
    I know they *generally* focus on US cases, but god damn, you’d think the egregiousness of this would get their asses involved.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 106
  +score: 0
  +lastActive: DateTime @1726260948 {#1663
    date: 2024-09-13 22:55:48.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@UnixWeeb@lemmy.dbzer0.com"
    "@UnixWeeb@lemmy.dbzer0.com"
    "@UnixWeeb@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1620 …}
  +nested: Doctrine\ORM\PersistentCollection {#1604 …}
  +votes: Doctrine\ORM\PersistentCollection {#1619 …}
  +reports: Doctrine\ORM\PersistentCollection {#1701 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
  -id: 306144
  -bodyTs: "'/pages/legal-assistance)':19 'ass':41 'case':27 'd':32 'damn':30 'die':5 'eff':12 'egregi':35 'focus':24 'foss':4 'fuck':9 'general':23 'get':39 'god':29 'involv':42 'know':21 'lawyer':16 'live':8 'team':14 'think':33 'us':26 'would':38 'www.eff.org':18 'www.eff.org/pages/legal-assistance)':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/comment/5629133"
  +editedAt: DateTimeImmutable @1722821273 {#1555
    date: 2024-08-05 03:27:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705178499 {#1621
    date: 2024-01-13 21:41:39.0 +01:00
  }
  +"title": 306144
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_ADMIN
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 ROLE_MODERATOR
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