From c2dade8f0580259f7c32e892e69abd15e3149480 Mon Sep 17 00:00:00 2001 From: Padreug Date: Thu, 21 May 2026 12:24:12 +0200 Subject: [PATCH] feat(events): add v1.3.0-aio.4 catalog entry Edit events with re-approval gating, plus closes a security gap on PUT /events/{id} that let owners self-approve their own proposals. Co-Authored-By: Claude Opus 4.7 (1M context) --- extensions.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/extensions.json b/extensions.json index 3cb2044..3686943 100644 --- a/extensions.json +++ b/extensions.json @@ -115,6 +115,16 @@ "archive": "https://git.atitlan.io/aiolabs/events/archive/v1.3.0-aio.3.zip", "hash": "f3aa77dce18fd62916963ae92a3e251a64d4385ab9d2afc71e9b719ece69923b" }, + { + "id": "events", + "repo": "https://git.atitlan.io/aiolabs/events", + "name": "AIO Events", + "version": "1.3.0-aio.4", + "short_description": "Edit events with re-approval gating + closes self-approve security gap on PUT /events/{id}", + "icon": "https://git.atitlan.io/aiolabs/events/raw/branch/main/static/image/events.png", + "archive": "https://git.atitlan.io/aiolabs/events/archive/v1.3.0-aio.4.zip", + "hash": "efe38a743291726bedd1d4eace05683e0169c43d30ac0e0e43c8b4c7bdb36cf5" + }, { "id": "nostrclient", "repo": "https://git.atitlan.io/aiolabs/nostrclient",