{
    "object_kind": "push",
    "event_name": "push",
    "before": "8136bc3b3c95b1ead5f39d98e2f2c8db8cb7f00b",
    "after": "78908b24f80097b5609b4ac48ec574e2b3144515",
    "ref": "refs\/heads\/main",
    "ref_protected": true,
    "checkout_sha": "78908b24f80097b5609b4ac48ec574e2b3144515",
    "message": null,
    "user_id": 48,
    "user_name": "Temesv\u00e1ri L\u00e1szl\u00f3",
    "user_username": "temesvarilaszlo",
    "user_email": null,
    "user_avatar": "https:\/\/www.gravatar.com\/avatar\/b8421d4d0fe8c02470943c3003f3c0fc319fff25bfe8f75ac53cd3ddba98bc82?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": "da60009ee7ea676641f51924dd6ad79329453509",
            "message": "Add online meeting link support for calendar events\n  - store and validate meetingLink on activities\n  - show join link in event view and dashboard modal\n  - include meetingLink in dashboard calendar event payload\n",
            "title": "Add online meeting link support for calendar events",
            "timestamp": "2026-02-17T10:22:46+01:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/da60009ee7ea676641f51924dd6ad79329453509",
            "author": {
                "name": "Temesv\u00e1ri L\u00e1szl\u00f3",
                "email": "temesvari.laszlo@dh.hu"
            },
            "added": [
                "db\/migrations\/20260217083427_modifiedcalendar_categories_data.php"
            ],
            "modified": [
                "Sites\/Crediapp\/Modules\/calendar\/Controllers\/calendarMainController.php",
                "Sites\/Crediapp\/Modules\/calendar\/Libs\/themesLib\/Default\/templateLib\/module.form.tpl",
                "Sites\/Crediapp\/Modules\/calendar\/Libs\/themesLib\/Default\/templateLib\/module.view.tpl",
                "Sites\/Crediapp\/Modules\/dashboard\/Controllers\/dashboardMainController.php",
                "Sites\/Crediapp\/Modules\/dashboard\/Libs\/jsLib\/autoLoad\/calendar.js",
                "Sites\/Crediapp\/Modules\/dashboard\/Libs\/themesLib\/Default\/templateLib\/dashboard.calendar.tpl"
            ],
            "removed": []
        },
        {
            "id": "77cac26c57f4e74629ef362112fff06e85d56db5",
            "message": " Require meeting link only for online meeting category\n\n  - add backend validation for meetingLink when category is Online Meeting\n  - mark field required dynamically and update label\/validation message\n  - handle Select2 change events and modal open to toggle field visibility\n",
            "title": " Require meeting link only for online meeting category",
            "timestamp": "2026-02-17T10:46:08+01:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/77cac26c57f4e74629ef362112fff06e85d56db5",
            "author": {
                "name": "Temesv\u00e1ri L\u00e1szl\u00f3",
                "email": "temesvari.laszlo@dh.hu"
            },
            "added": [],
            "modified": [
                "Libs\/jsLib\/autoLoad\/classes\/functions.js",
                "Sites\/Crediapp\/Modules\/calendar\/Controllers\/calendarMainController.php",
                "Sites\/Crediapp\/Modules\/calendar\/Libs\/themesLib\/Default\/templateLib\/module.form.tpl",
                "Sites\/Crediapp\/Modules\/dashboard\/Libs\/jsLib\/autoLoad\/calendar.js"
            ],
            "removed": []
        },
        {
            "id": "4cf3e9b122636d3ede0032dded24afc4c9468be3",
            "message": "Calendar meetings: online link + personal address support\n\n  - add meetingLink and meetingAddressId fields to activities (migration)\n  - show\/hide fields by category (online vs personal) with Select2 handling\n  - validate online link and personal address only when required\n  - render address and maps links in calendar view and dashboard widget\n  - fix address saving order so meeting address persists correctly\n",
            "title": "Calendar meetings: online link + personal address support",
            "timestamp": "2026-02-17T11:41:04+01:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/4cf3e9b122636d3ede0032dded24afc4c9468be3",
            "author": {
                "name": "Temesv\u00e1ri L\u00e1szl\u00f3",
                "email": "temesvari.laszlo@dh.hu"
            },
            "added": [],
            "modified": [
                "Libs\/jsLib\/autoLoad\/classes\/functions.js",
                "Sites\/Crediapp\/Modules\/calendar\/Controllers\/calendarMainController.php",
                "Sites\/Crediapp\/Modules\/calendar\/Libs\/themesLib\/Default\/templateLib\/module.form.tpl",
                "Sites\/Crediapp\/Modules\/calendar\/Libs\/themesLib\/Default\/templateLib\/module.view.tpl",
                "Sites\/Crediapp\/Modules\/dashboard\/Controllers\/dashboardMainController.php",
                "Sites\/Crediapp\/Modules\/dashboard\/Libs\/jsLib\/autoLoad\/calendar.js",
                "Sites\/Crediapp\/Modules\/dashboard\/Libs\/themesLib\/Default\/templateLib\/dashboard.calendar.tpl",
                "db\/migrations\/20260217083427_modifiedcalendar_categories_data.php"
            ],
            "removed": []
        },
        {
            "id": "ed2f8c3c7dbffc801225204366dfc9ef3ae97154",
            "message": "Add lead\/client email switch to calendar form and wire meeting email notifications to the new template slug. When enabled, the system emails the selected lead\/client and all participants plus the creator, with content tailored\n  for online vs personal meetings (time, note, join or route link).\n",
            "title": "Add lead\/client email switch to calendar form and wire meeting email...",
            "timestamp": "2026-02-17T14:26:12+01:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/ed2f8c3c7dbffc801225204366dfc9ef3ae97154",
            "author": {
                "name": "Temesv\u00e1ri L\u00e1szl\u00f3",
                "email": "temesvari.laszlo@dh.hu"
            },
            "added": [],
            "modified": [
                "Libs\/jsLib\/autoLoad\/classes\/functions.js",
                "Sites\/Crediapp\/Modules\/calendar\/Controllers\/calendarMainController.php",
                "Sites\/Crediapp\/Modules\/calendar\/Libs\/themesLib\/Default\/templateLib\/module.form.tpl",
                "Sites\/Crediapp\/Modules\/calendar\/Libs\/themesLib\/Default\/templateLib\/module.view.tpl",
                "db\/migrations\/20260217083427_modifiedcalendar_categories_data.php"
            ],
            "removed": []
        },
        {
            "id": "a5cb253644c438023418f0fe3b99e14185e22401",
            "message": "Add lead\/client email switch to calendar form and wire meeting email notifications to the new template slug. When enabled, the system emails the selected lead\/client and all participants plus the creator, with content tailored\n  for online vs personal meetings (time, note, join or route link).\n",
            "title": "Add lead\/client email switch to calendar form and wire meeting email...",
            "timestamp": "2026-02-17T14:33:42+01:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/a5cb253644c438023418f0fe3b99e14185e22401",
            "author": {
                "name": "Temesv\u00e1ri L\u00e1szl\u00f3",
                "email": "temesvari.laszlo@dh.hu"
            },
            "added": [
                "db\/migrations\/20260217083427_modifiedcalendar_categories_data.php"
            ],
            "modified": [
                "Libs\/jsLib\/autoLoad\/classes\/functions.js",
                "Sites\/Crediapp\/Modules\/calendar\/Controllers\/calendarMainController.php",
                "Sites\/Crediapp\/Modules\/calendar\/Libs\/themesLib\/Default\/templateLib\/module.form.tpl",
                "Sites\/Crediapp\/Modules\/calendar\/Libs\/themesLib\/Default\/templateLib\/module.view.tpl",
                "Sites\/Crediapp\/Modules\/dashboard\/Controllers\/dashboardMainController.php",
                "Sites\/Crediapp\/Modules\/dashboard\/Libs\/jsLib\/autoLoad\/calendar.js",
                "Sites\/Crediapp\/Modules\/dashboard\/Libs\/themesLib\/Default\/templateLib\/dashboard.calendar.tpl"
            ],
            "removed": []
        },
        {
            "id": "78908b24f80097b5609b4ac48ec574e2b3144515",
            "message": "Merge branch 'main' of git.dunahousedev.hu:crediapp\/crediapp\n",
            "title": "Merge branch 'main' of git.dunahousedev.hu:crediapp\/crediapp",
            "timestamp": "2026-02-17T14:34:52+01:00",
            "url": "http:\/\/git.dunahousedev.hu\/crediapp\/crediapp\/-\/commit\/78908b24f80097b5609b4ac48ec574e2b3144515",
            "author": {
                "name": "Temesv\u00e1ri L\u00e1szl\u00f3",
                "email": "temesvari.laszlo@dh.hu"
            },
            "added": [],
            "modified": [
                "Libs\/cssLib\/autoLoad\/101_credipass.css",
                "Libs\/cssLib\/autoLoad\/101_credipass.css.map",
                "Libs\/cssLib\/autoLoad\/101_credipass.less",
                "Sites\/Crediapp\/Libs\/jsLib\/autoLoad\/metronicDatatable.js",
                "Sites\/Crediapp\/Modules\/login\/Libs\/jsLib\/autoLoad\/100_module.js",
                "Sites\/Crediapp\/Modules\/login\/Libs\/themesLib\/Default\/templateLib\/login_hu.tpl"
            ],
            "removed": []
        }
    ],
    "total_commits_count": 6,
    "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\/temesvarilaszlo.crediapp.dunahousedev.hu.conf exists.",
        "\/etc\/apache2\/sites-available\/crediapp.dunahousedev.hu.conf exists.",
        "Saving debug log to \/var\/log\/letsencrypt\/letsencrypt.log",
        "Saving debug log to \/var\/log\/letsencrypt\/letsencrypt.log",
        "Fetching origin",
        "From git.dunahousedev.hu:crediapp\/crediapp",
        "   8136bc3b3..78908b24f  main       -> origin\/main",
        "Updating files:  87% (4535\/5194)\rUpdating files:  88% (4571\/5194)\rUpdating files:  89% (4623\/5194)\rUpdating files:  90% (4675\/5194)\rUpdating files:  91% (4727\/5194)\rUpdating files:  92% (4779\/5194)\rUpdating files:  93% (4831\/5194)\rUpdating files:  94% (4883\/5194)\rUpdating files:  95% (4935\/5194)\rUpdating files:  96% (4987\/5194)\rUpdating files:  97% (5039\/5194)\rUpdating files:  98% (5091\/5194)\rUpdating files:  99% (5143\/5194)\rUpdating files: 100% (5194\/5194)\rUpdating files: 100% (5194\/5194), done.",
        "HEAD is now at 78908b24f Merge branch 'main' of git.dunahousedev.hu:crediapp\/crediapp",
        "--OK--"
    ]
}