• Joined on 2025-12-31
padreug pushed to feat/event-approval-workflow at aiolabs/events 2026-04-27 09:27:30 +00:00
c1e66fbf7f fix: use check_admin for approval endpoints, not require_admin_key
padreug pushed to feat/event-approval-workflow at aiolabs/events 2026-04-27 09:19:24 +00:00
7843da21d8 feat: add admin endpoint to view all events across wallets
padreug pushed to feat/event-approval-workflow at aiolabs/events 2026-04-27 09:16:33 +00:00
b467826622 fix: fetch pending events separately from admin's own events
padreug pushed to feat/event-approval-workflow at aiolabs/events 2026-04-27 09:11:16 +00:00
d740cb1f97 fix: close self-closing q-badge tag in status column
padreug pushed to feat/event-approval-workflow at aiolabs/events 2026-04-27 09:09:49 +00:00
3425097a5c fix: close remaining self-closing q-btn tags in pending approvals
padreug pushed to main at aiolabs/regtest 2026-04-27 09:02:45 +00:00
6f39969728 Add lightweight dev compose with FakeWallet
padreug pushed to feat/event-approval-workflow at aiolabs/events 2026-04-27 08:48:06 +00:00
cdfcee39ae fix: use explicit closing tags for Vue custom elements
padreug pushed to feat/event-approval-workflow at aiolabs/events 2026-04-27 08:41:51 +00:00
bdd49f8612 fix: use v-text bindings instead of raw template tags in pending UI
padreug pushed to feat/event-approval-workflow at aiolabs/events 2026-04-27 08:37:53 +00:00
702ab70559 feat: add pending approvals UI to admin panel
padreug opened issue aiolabs/events#10 2026-04-27 08:34:00 +00:00
Add escrow payment mode for proposed events
padreug pushed to feat/event-approval-workflow at aiolabs/events 2026-04-27 08:32:20 +00:00
32ea79a137 fix: make wallet optional in CreateEvent for propose endpoint
padreug created branch main in aiolabs/regtest 2026-04-27 07:32:14 +00:00
padreug pushed to main at aiolabs/regtest 2026-04-27 07:32:14 +00:00
99aad424ef local customizations: fava, litd, extensions path, lndconnect
aafa8ce6db Add Lightning Terminal (litd) service for Loop Out support
7ea96cf6af create custom fava image to have latest version
29bbf0202c point extensions folder to local development
eeef41b65d Add fava docker container exposed on port 3333
Compare 10 commits »
padreug created repository aiolabs/regtest 2026-04-27 07:31:25 +00:00
padreug pushed to feat/event-approval-workflow at aiolabs/events 2026-04-27 07:08:28 +00:00
41e64adfde fix: resolve lint errors in views_api.py
padreug created pull request aiolabs/events#9 2026-04-27 07:05:33 +00:00
feat: event proposal and approval workflow
padreug created branch feat/event-approval-workflow in aiolabs/events 2026-04-27 07:05:16 +00:00
padreug pushed to feat/event-approval-workflow at aiolabs/events 2026-04-27 07:05:16 +00:00
eb474b1390 fix: make promo_code and refund_address optional query params
a41348df94 feat: add event proposal and approval API endpoints
0c782e6239 feat: add CRUD functions for public and pending event queries
1dcff37df5 feat: add status field to Event model for approval workflow
68e6e3d02e fix: Parse JSON extra field when reading tickets from database
Compare 5 commits »
padreug opened issue aiolabs/webapp#27 2026-04-27 06:57:17 +00:00
Make event end date optional with sensible defaults
padreug opened issue aiolabs/webapp#26 2026-04-27 06:53:34 +00:00
Adopt standalone app UI patterns in the all-in-one AIO app