{
    "object_kind": "push",
    "event_name": "push",
    "before": "706f9ef3c0667372724c98cbf6961e707602c5e4",
    "after": "67d27e1798625154f60473d0cbc1e589d87c58a9",
    "ref": "refs\/heads\/rc\/2026-06-11",
    "ref_protected": false,
    "checkout_sha": "67d27e1798625154f60473d0cbc1e589d87c58a9",
    "message": null,
    "user_id": 49,
    "user_name": "Fekete \u00c1ron",
    "user_username": "feketearon",
    "user_email": null,
    "user_avatar": "https:\/\/www.gravatar.com\/avatar\/59f21d6077df970fce0a9faf1091f60586b171034ff0b5834f2fdeb434bf4727?s=80&d=identicon",
    "project_id": 151,
    "project": {
        "id": 151,
        "name": "crediapp",
        "description": "",
        "web_url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp",
        "avatar_url": null,
        "git_ssh_url": "git@git.dunahousedev.hu:crediapp\/crediapp.git",
        "git_http_url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp.git",
        "namespace": "CrediApp",
        "visibility_level": 0,
        "path_with_namespace": "crediapp\/crediapp",
        "default_branch": "main",
        "ci_config_path": "",
        "homepage": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp",
        "url": "git@git.dunahousedev.hu:crediapp\/crediapp.git",
        "ssh_url": "git@git.dunahousedev.hu:crediapp\/crediapp.git",
        "http_url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp.git"
    },
    "commits": [
        {
            "id": "b346a134275f04f12933a801076b917421873939",
            "message": "set restriction on documents\n",
            "title": "set restriction on documents",
            "timestamp": "2026-06-05T16:00:19+02:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/b346a134275f04f12933a801076b917421873939",
            "author": {
                "name": "Fekete \u00c1ron",
                "email": "fekete.aron@dh.hu"
            },
            "added": [],
            "modified": [
                "Sites\/Crediapp\/Modules\/generalDocument\/Controllers\/generalDocumentMainController.php",
                "Sites\/Crediapp\/Modules\/generalDocument\/Libs\/themesLib\/Default\/templateLib\/module.form.tpl"
            ],
            "removed": []
        },
        {
            "id": "4355338f5e31f85107194e295b4a83367f5f5185",
            "message": "new methods\n",
            "title": "new methods",
            "timestamp": "2026-06-05T16:00:28+02:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/4355338f5e31f85107194e295b4a83367f5f5185",
            "author": {
                "name": "Fekete \u00c1ron",
                "email": "fekete.aron@dh.hu"
            },
            "added": [],
            "modified": [
                "App\/bigCore\/positionsClass.php"
            ],
            "removed": []
        },
        {
            "id": "96bb63d5a60c7912e70e0e597eedaebb68ddb284",
            "message": "query with restriction\n",
            "title": "query with restriction",
            "timestamp": "2026-06-05T16:00:43+02:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/96bb63d5a60c7912e70e0e597eedaebb68ddb284",
            "author": {
                "name": "Fekete \u00c1ron",
                "email": "fekete.aron@dh.hu"
            },
            "added": [],
            "modified": [
                "Sites\/Crediapp\/Modules\/generalDocumentShow\/Controllers\/generalDocumentShowMainController.php"
            ],
            "removed": []
        },
        {
            "id": "6be423a59b779d4b15f3e93ea4dcc0485939e1fb",
            "message": "restriction fields on documents\n",
            "title": "restriction fields on documents",
            "timestamp": "2026-06-05T16:00:58+02:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/6be423a59b779d4b15f3e93ea4dcc0485939e1fb",
            "author": {
                "name": "Fekete \u00c1ron",
                "email": "fekete.aron@dh.hu"
            },
            "added": [
                "db\/migrations\/20260605121828_document_permissions.php"
            ],
            "modified": [],
            "removed": []
        },
        {
            "id": "bc05e669fb03c6fed3557c44bb9ddf76e9eb37f5",
            "message": "update null check\n",
            "title": "update null check",
            "timestamp": "2026-06-08T11:41:18+02:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/bc05e669fb03c6fed3557c44bb9ddf76e9eb37f5",
            "author": {
                "name": "Fekete \u00c1ron",
                "email": "fekete.aron@dh.hu"
            },
            "added": [],
            "modified": [
                "App\/bigCore\/validatorClass.php"
            ],
            "removed": []
        },
        {
            "id": "5a477518e73944f1d90479256a3457401a2519b4",
            "message": "fileServerApi::saveFile() method callback now accepts &$return parameter\n",
            "title": "fileServerApi::saveFile() method callback now accepts &$return parameter",
            "timestamp": "2026-06-08T21:12:42+02:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/5a477518e73944f1d90479256a3457401a2519b4",
            "author": {
                "name": "Fekete \u00c1ron",
                "email": "fekete.aron@dh.hu"
            },
            "added": [],
            "modified": [
                "App\/bigCore\/fileServerApiModel.php"
            ],
            "removed": []
        },
        {
            "id": "4922cda385babbf8f28956756c0a9290e53a2019",
            "message": "formmClass::uploadFile() now accepts callback param, that is called during fileServerApi::saveFile()\n",
            "title": "formmClass::uploadFile() now accepts callback param, that is called during...",
            "timestamp": "2026-06-08T21:13:31+02:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/4922cda385babbf8f28956756c0a9290e53a2019",
            "author": {
                "name": "Fekete \u00c1ron",
                "email": "fekete.aron@dh.hu"
            },
            "added": [],
            "modified": [
                "App\/bigCore\/formmClass.php"
            ],
            "removed": []
        },
        {
            "id": "ca6def4327cdc4775ba75dfbf68a3ce575fe53ea",
            "message": "system message documents table\n",
            "title": "system message documents table",
            "timestamp": "2026-06-08T21:13:50+02:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/ca6def4327cdc4775ba75dfbf68a3ce575fe53ea",
            "author": {
                "name": "Fekete \u00c1ron",
                "email": "fekete.aron@dh.hu"
            },
            "added": [
                "db\/migrations\/20260608115657_system_messages_documents.php"
            ],
            "modified": [],
            "removed": []
        },
        {
            "id": "317747cdcd0023d8d02682e0d0de6b8471736fc3",
            "message": "removed unnecessary css styling\n",
            "title": "removed unnecessary css styling",
            "timestamp": "2026-06-08T21:14:20+02:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/317747cdcd0023d8d02682e0d0de6b8471736fc3",
            "author": {
                "name": "Fekete \u00c1ron",
                "email": "fekete.aron@dh.hu"
            },
            "added": [],
            "modified": [
                "Sites\/Crediapp\/Modules\/generalDocumentCategory\/Controllers\/generalDocumentCategoryMainController.php"
            ],
            "removed": []
        },
        {
            "id": "a8475a8f00685536b58975aebc974043eb98b508",
            "message": "add and display attachment to system message that can be saved as knowledge base document\n",
            "title": "add and display attachment to system message that can be saved as knowledge base document",
            "timestamp": "2026-06-08T21:15:43+02:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/a8475a8f00685536b58975aebc974043eb98b508",
            "author": {
                "name": "Fekete \u00c1ron",
                "email": "fekete.aron@dh.hu"
            },
            "added": [
                "Sites\/Crediapp\/Modules\/systemMessages\/Libs\/themesLib\/Default\/templateLib\/module.addDocument.tpl"
            ],
            "modified": [
                "Sites\/Crediapp\/Modules\/systemMessages\/Controllers\/systemMessagesMainController.php",
                "Sites\/Crediapp\/Modules\/systemMessages\/Libs\/jsLib\/autoLoad\/module.js",
                "Sites\/Crediapp\/Modules\/systemMessages\/Libs\/themesLib\/Default\/templateLib\/module.form.tpl",
                "Sites\/Crediapp\/Modules\/systemMessages\/Libs\/themesLib\/Default\/templateLib\/systemMessageModal.view.tpl"
            ],
            "removed": []
        },
        {
            "id": "54ff1d33c1b01b31cb95d0affe3c9084fcf8bba2",
            "message": "add attachments to email\n",
            "title": "add attachments to email",
            "timestamp": "2026-06-08T22:21:49+02:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/54ff1d33c1b01b31cb95d0affe3c9084fcf8bba2",
            "author": {
                "name": "Fekete \u00c1ron",
                "email": "fekete.aron@dh.hu"
            },
            "added": [],
            "modified": [
                "Sites\/Crediapp\/Modules\/cronJobApi\/Controllers\/cronJobApiSystemMessagesController.php"
            ],
            "removed": []
        },
        {
            "id": "67d27e1798625154f60473d0cbc1e589d87c58a9",
            "message": "Merge remote-tracking branch 'origin\/86ca1d359-tudastar' into rc\/2026-06-11\n",
            "title": "Merge remote-tracking branch 'origin\/86ca1d359-tudastar' into rc\/2026-06-11",
            "timestamp": "2026-06-10T21:20:01+02:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/67d27e1798625154f60473d0cbc1e589d87c58a9",
            "author": {
                "name": "Fekete \u00c1ron",
                "email": "fekete.aron@dh.hu"
            },
            "added": [
                "Sites\/Crediapp\/Modules\/systemMessages\/Libs\/themesLib\/Default\/templateLib\/module.addDocument.tpl",
                "db\/migrations\/20260605121828_document_permissions.php",
                "db\/migrations\/20260608115657_system_messages_documents.php"
            ],
            "modified": [
                "App\/bigCore\/fileServerApiModel.php",
                "App\/bigCore\/formmClass.php",
                "App\/bigCore\/positionsClass.php",
                "App\/bigCore\/validatorClass.php",
                "Sites\/Crediapp\/Modules\/cronJobApi\/Controllers\/cronJobApiSystemMessagesController.php",
                "Sites\/Crediapp\/Modules\/generalDocument\/Controllers\/generalDocumentMainController.php",
                "Sites\/Crediapp\/Modules\/generalDocument\/Libs\/themesLib\/Default\/templateLib\/module.form.tpl",
                "Sites\/Crediapp\/Modules\/generalDocumentCategory\/Controllers\/generalDocumentCategoryMainController.php",
                "Sites\/Crediapp\/Modules\/generalDocumentShow\/Controllers\/generalDocumentShowMainController.php",
                "Sites\/Crediapp\/Modules\/systemMessages\/Controllers\/systemMessagesMainController.php",
                "Sites\/Crediapp\/Modules\/systemMessages\/Libs\/jsLib\/autoLoad\/module.js",
                "Sites\/Crediapp\/Modules\/systemMessages\/Libs\/themesLib\/Default\/templateLib\/module.form.tpl",
                "Sites\/Crediapp\/Modules\/systemMessages\/Libs\/themesLib\/Default\/templateLib\/systemMessageModal.view.tpl"
            ],
            "removed": []
        }
    ],
    "total_commits_count": 12,
    "push_options": [],
    "repository": {
        "name": "crediapp",
        "url": "git@git.dunahousedev.hu:crediapp\/crediapp.git",
        "description": "",
        "homepage": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp",
        "git_http_url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp.git",
        "git_ssh_url": "git@git.dunahousedev.hu:crediapp\/crediapp.git",
        "visibility_level": 0
    },
    "output": [
        "\/etc\/apache2\/sites-available\/feketearon.crediapp.dunahousedev.hu.conf exists.",
        "\/etc\/apache2\/sites-available\/crediapp.dunahousedev.hu.conf exists.",
        "Another instance of Certbot is already running.",
        "Ask for help or search for solutions at https:\/\/community.letsencrypt.org. See the logfile \/tmp\/certbot-log-23ucu35k\/log or re-run Certbot with -v for more details.",
        "Another instance of Certbot is already running.",
        "Ask for help or search for solutions at https:\/\/community.letsencrypt.org. See the logfile \/tmp\/certbot-log-57ymv3ek\/log or re-run Certbot with -v for more details.",
        "Another instance of Certbot is already running.",
        "Ask for help or search for solutions at https:\/\/community.letsencrypt.org. See the logfile \/tmp\/certbot-log-wh7vnfzk\/log or re-run Certbot with -v for more details.",
        "Another instance of Certbot is already running.",
        "Ask for help or search for solutions at https:\/\/community.letsencrypt.org. See the logfile \/tmp\/certbot-log-ghdyl77s\/log or re-run Certbot with -v for more details.",
        "Fetching origin",
        "From git.dunahousedev.hu:crediapp\/crediapp",
        "   706f9ef3c..67d27e179  rc\/2026-06-11 -> origin\/rc\/2026-06-11",
        "Updating files:  91% (4991\/5469)\rUpdating files:  92% (5032\/5469)\rUpdating files:  93% (5087\/5469)\rUpdating files:  94% (5141\/5469)\rUpdating files:  95% (5196\/5469)\rUpdating files:  96% (5251\/5469)\rUpdating files:  97% (5305\/5469)\rUpdating files:  98% (5360\/5469)\rUpdating files:  99% (5415\/5469)\rUpdating files: 100% (5469\/5469)\rUpdating files: 100% (5469\/5469), done.",
        "HEAD is now at a58118add survey filling fix, additional functions.",
        "--OK--"
    ]
}