{
    "object_kind": "push",
    "event_name": "push",
    "before": "304ae3068dc40742f20f467a7ee00bcbf6cdb85a",
    "after": "a3fa4e9143086dd86a62a7e619c2f64f371c4fe6",
    "ref": "refs\/heads\/main",
    "ref_protected": true,
    "checkout_sha": "a3fa4e9143086dd86a62a7e619c2f64f371c4fe6",
    "message": null,
    "user_id": 22,
    "user_name": "B\u00edr\u00f3 Marcell",
    "user_username": "biromarcell",
    "user_email": null,
    "user_avatar": "https:\/\/www.gravatar.com\/avatar\/52dc890fb46e6c1c30181b64ce67280a6bb8794dec98c20eaf6e1aa110942e7f?s=80&d=identicon",
    "project_id": 203,
    "project": {
        "id": 203,
        "name": "atriumbackend",
        "description": null,
        "web_url": "http:\/\/git.dunahousedev.hu\/atrium\/atriumbackend",
        "avatar_url": null,
        "git_ssh_url": "git@git.dunahousedev.hu:atrium\/atriumbackend.git",
        "git_http_url": "http:\/\/git.dunahousedev.hu\/atrium\/atriumbackend.git",
        "namespace": "atrium",
        "visibility_level": 0,
        "path_with_namespace": "atrium\/atriumbackend",
        "default_branch": "main",
        "ci_config_path": "",
        "homepage": "http:\/\/git.dunahousedev.hu\/atrium\/atriumbackend",
        "url": "git@git.dunahousedev.hu:atrium\/atriumbackend.git",
        "ssh_url": "git@git.dunahousedev.hu:atrium\/atriumbackend.git",
        "http_url": "http:\/\/git.dunahousedev.hu\/atrium\/atriumbackend.git"
    },
    "commits": [
        {
            "id": "a3fa4e9143086dd86a62a7e619c2f64f371c4fe6",
            "message": "Lot of changes\n",
            "title": "Lot of changes",
            "timestamp": "2026-07-17T13:25:43+02:00",
            "url": "http:\/\/git.dunahousedev.hu\/atrium\/atriumbackend\/-\/commit\/a3fa4e9143086dd86a62a7e619c2f64f371c4fe6",
            "author": {
                "name": "birmar2",
                "email": "biromarcell1994@gmail.com"
            },
            "added": [
                "app\/Console\/Commands\/SyncMatrixUsers.php",
                "app\/Events\/MessagesRead.php",
                "app\/Exceptions\/TwoFactorThrottleException.php",
                "app\/Http\/Controllers\/InvitationController.php",
                "app\/Http\/Controllers\/InviteWebController.php",
                "app\/Http\/Controllers\/ManagedUserController.php",
                "app\/Http\/Middleware\/EnsureAdmin.php",
                "app\/Jobs\/ProcessUserAvatar.php",
                "app\/Jobs\/SendMessagePush.php",
                "app\/Mail\/InvitationMail.php",
                "app\/Mail\/LoginCodeMail.php",
                "app\/Models\/Invitation.php",
                "app\/Models\/LoginChallenge.php",
                "app\/Models\/Platform.php",
                "app\/Models\/TrustedDevice.php",
                "app\/Services\/Auth\/TwoFactorService.php",
                "app\/Services\/Invitations\/InvitationService.php",
                "atrium-dump.sql",
                "config\/downloads.php",
                "config\/invitations.php",
                "config\/notifications.php",
                "config\/twofactor.php",
                "database\/migrations\/2026_07_13_100000_create_platforms_table.php",
                "database\/migrations\/2026_07_13_110000_add_login_type_to_platforms_table.php",
                "database\/migrations\/2026_07_13_120000_add_platform_foreign_key_to_conversations.php",
                "database\/migrations\/2026_07_13_130000_add_last_read_message_id_to_conversation_user.php",
                "database\/migrations\/2026_07_13_140000_add_positions_to_users_table.php",
                "database\/migrations\/2026_07_13_150000_drop_unique_email_on_users.php",
                "database\/migrations\/2026_07_13_160000_add_is_admin_to_users_table.php",
                "database\/migrations\/2026_07_16_120000_create_trusted_devices_table.php",
                "database\/migrations\/2026_07_16_120001_create_login_challenges_table.php",
                "database\/migrations\/2026_07_16_130000_add_managed_flags_to_users_table.php",
                "database\/migrations\/2026_07_16_130001_create_invitations_table.php",
                "database\/migrations\/2026_07_16_140000_add_avatar_to_users_table.php",
                "database\/migrations\/2026_07_16_150000_add_quiet_hours_to_users_table.php",
                "database\/seeders\/PlatformSeeder.php",
                "public\/img\/atrium-logo.png",
                "resources\/views\/download.blade.php",
                "resources\/views\/invite\/invalid.blade.php",
                "resources\/views\/invite\/register.blade.php",
                "resources\/views\/invite\/success.blade.php",
                "resources\/views\/mail\/invitation.blade.php",
                "resources\/views\/mail\/login-code.blade.php",
                "tests\/Feature\/BugFixesTest.php",
                "tests\/Feature\/InvitationTest.php",
                "tests\/Feature\/ManagedLoginTest.php",
                "tests\/Feature\/ManagedUserAuthorizationTest.php",
                "tests\/Feature\/PushNotificationTest.php",
                "tests\/Feature\/QuietHoursTest.php",
                "tests\/Feature\/SyncMatrixUsersAdminTest.php",
                "tests\/Feature\/SyncMatrixUsersAvatarTest.php",
                "tests\/Feature\/SyncMatrixUsersManagedTest.php",
                "tests\/Feature\/TwoFactorAuthTest.php",
                "tests\/Unit\/ProcessUserAvatarTest.php"
            ],
            "modified": [
                ".env.example",
                ".env.template",
                ".gitignore",
                "README.md",
                "app\/Http\/Controllers\/AuthController.php",
                "app\/Http\/Controllers\/ConversationController.php",
                "app\/Http\/Controllers\/MessageController.php",
                "app\/Http\/Controllers\/SettingsController.php",
                "app\/Http\/Controllers\/UserController.php",
                "app\/Http\/Resources\/ConversationResource.php",
                "app\/Http\/Resources\/MessageResource.php",
                "app\/Http\/Resources\/UserBriefResource.php",
                "app\/Http\/Resources\/UserResource.php",
                "app\/Models\/Conversation.php",
                "app\/Models\/User.php",
                "app\/Providers\/AppServiceProvider.php",
                "app\/Services\/Auth\/ApiPlatformAuthenticator.php",
                "app\/Services\/Auth\/PlatformAuthenticator.php",
                "app\/Services\/Push\/WebPushSender.php",
                "bootstrap\/app.php",
                "composer.json",
                "composer.lock",
                "config\/mail.php",
                "config\/platforms.php",
                "config\/services.php",
                "database\/seeders\/DatabaseSeeder.php",
                "routes\/api.php",
                "routes\/console.php",
                "routes\/web.php"
            ],
            "removed": [
                ".dockerignore",
                "app\/Listeners\/SendMessagePush.php",
                "app\/Services\/Push\/FcmSender.php",
                "docker-compose.prod.yml",
                "docker-compose.yml",
                "docker\/Dockerfile.app",
                "docker\/Dockerfile.nginx",
                "docker\/Dockerfile.queue",
                "docker\/Dockerfile.reverb",
                "docker\/caddy\/Caddyfile",
                "docker\/dockerbackend.zip",
                "docker\/entrypoint.sh",
                "docker\/nginx\/default.conf",
                "docker\/php\/Dockerfile",
                "docker\/php\/local.ini",
                "docker\/php\/prod.ini"
            ]
        }
    ],
    "total_commits_count": 1,
    "push_options": [],
    "repository": {
        "name": "atriumbackend",
        "url": "git@git.dunahousedev.hu:atrium\/atriumbackend.git",
        "description": null,
        "homepage": "http:\/\/git.dunahousedev.hu\/atrium\/atriumbackend",
        "git_http_url": "http:\/\/git.dunahousedev.hu\/atrium\/atriumbackend.git",
        "git_ssh_url": "git@git.dunahousedev.hu:atrium\/atriumbackend.git",
        "visibility_level": 0
    },
    "output": [
        "\/etc\/apache2\/sites-available\/biromarcell.atriumbackend.dunahousedev.hu.conf exists.",
        "\/etc\/apache2\/sites-available\/atriumbackend.dunahousedev.hu.conf exists.",
        "Saving debug log to \/var\/log\/letsencrypt\/letsencrypt.log",
        "An unexpected error occurred:",
        "BrokenPipeError: [Errno 32] Broken pipe",
        "Ask for help or search for solutions at https:\/\/community.letsencrypt.org. See the logfile \/var\/log\/letsencrypt\/letsencrypt.log or re-run Certbot with -v for more details.",
        "Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>",
        "BrokenPipeError: [Errno 32] Broken pipe",
        "Saving debug log to \/var\/log\/letsencrypt\/letsencrypt.log",
        "An unexpected error occurred:",
        "BrokenPipeError: [Errno 32] Broken pipe",
        "Ask for help or search for solutions at https:\/\/community.letsencrypt.org. See the logfile \/var\/log\/letsencrypt\/letsencrypt.log or re-run Certbot with -v for more details.",
        "Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>",
        "BrokenPipeError: [Errno 32] Broken pipe",
        "Fetching origin",
        "From git.dunahousedev.hu:atrium\/atriumbackend",
        "   304ae30..a3fa4e9  main       -> origin\/main",
        "HEAD is now at a3fa4e9 Lot of changes",
        "--OK--"
    ]
}