40 Commits

Author SHA1 Message Date
dvirlabs
685d33c4fe Fix hina_invitation template: body should have only 1 parameter (contact_name for {{1}} in body text), button parameter (event_id for {{1}} in URL) is handled separately via button_param_key
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-14 18:36:52 +03:00
dvirlabs
34b5d19064 Fix hina_invitation template: auto-correct body parameters on startup to match what's being sent (7 params: contact_name, groom_name, bride_name, venue, event_date, event_time, guest_link)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-14 18:23:35 +03:00
dvirlabs
0cc965aff6 Fix SSL/TLS issue and remove hina_invitation from built-in templates (user-managed only)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-14 10:02:12 +03:00
dvirlabs
15890cc138 Remove hina_invitation from custom templates - use built-in only, auto-delete old DB records
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-14 09:44:24 +03:00
dvirlabs
6971726fc9 Fix hina_invitation: body param (contact_name) + button param (event_id) with exact body text
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-14 09:26:17 +03:00
621e75e41b Try to fix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-05-13 20:51:26 +03:00
dvirlabs
92b35d297d Fix: 1) Improve SSL/TLS handling for Meta API 2) hina_invitation has body param (contact_name) and button param (event_id)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-13 19:15:16 +03:00
dvirlabs
df8970f101 Add hina_invitation to built-in templates with NO body parameters (static body) and fix test endpoint
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-13 17:50:55 +03:00
dvirlabs
eba57bd81a Use hina_invitation template in test endpoint (exists in built-in templates)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-13 17:32:21 +03:00
dvirlabs
a1139e0f23 Simplify test endpoint - only requires phone number parameter
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-13 17:27:41 +03:00
dvirlabs
cf9f1a6f68 Fix: body {{1}}=contact_name, button {{1}}=event_id (separate parameters)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-13 14:14:30 +03:00
dvirlabs
368e036235 Fix: hina_invitation template should have only 1 parameter (event_id) not 10
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-13 14:03:23 +03:00
dvirlabs
9e3d861f3d Fix NameError: app not defined - add missing FastAPI initialization
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-13 13:54:33 +03:00
dvirlabs
fc3cd21e21 Add template parameter auto-fix and admin endpoint
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
- Add auto-migration on app startup to fix hina_invitation template parameters
- Add /api/admin/fix-templates endpoint for manual template fixing
- Ensure hina_invitation has all 10 required body parameters
- Imported SessionLocal for template migrations
- Messages should now deliver correctly to test phone numbers
2026-05-13 13:49:42 +03:00
dvirlabs
18de92aa3a Fix sending messages
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-13 13:20:14 +03:00
dvirlabs
e4fb9cf62f Update guest link
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-13 10:38:38 +03:00
dvirlabs
74594b2411 Store WhatsApp templates in database for persistence across rebuilds 2026-05-12 11:40:29 +03:00
dvirlabs
ca9375a779 Fix SSL
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-12 10:29:52 +03:00
778db17e46 Add guest_id parameter for dynamic button URLs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-12 09:22:50 +03:00
b238e7fc47 Add static and dynamic url
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-05-12 03:34:07 +03:00
2644ebd0d3 Update template editor
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-12 02:26:03 +03:00
5e0001b8c8 Fix DB migration
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-04-03 11:26:26 +03:00
7262ba4718 Add order by rsvp status and
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
by how many
add refresh button
choose column to display to the guest page
2026-04-03 11:04:09 +03:00
b8d02c43f8 Add delete selected button
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-04-03 02:03:44 +03:00
b66c11a71e Fix import contact from google
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-03-24 05:47:47 +02:00
71b6828807 fix: guest link URL format - use path /guest/:eventId instead of query params 2026-03-01 03:35:51 +02:00
d338722880 Add support to import with xl file format 2026-03-01 02:28:21 +02:00
0574d76c35 Ready to merge before import from excel button 2026-03-01 01:02:18 +02:00
43fccacc47 Ready to merge before import from excel button 2026-02-28 23:56:11 +02:00
6ec3689b21 Addf dynamic url 2026-02-27 17:30:10 +02:00
a0f0528477 Set the dynamic fileds for each template 2026-02-25 03:24:00 +02:00
1fcfcd7ee4 Add template editor and fix colors 2026-02-25 00:49:22 +02:00
0f65b1b566 Send message via Whatsapp business work 2026-02-24 13:22:03 +02:00
a6160b85b2 Set this app to be generic 2026-02-23 13:00:06 +02:00
505104202c Edit duplicate component to be able to find duplicate by name or by phone 2026-02-03 16:45:49 +02:00
ed0aedcadd Add duplicate component 2026-02-03 14:45:36 +02:00
af515c587d Fix api 2025-12-31 02:38:47 +02:00
40f264a08a Fix google auth url backend now 2025-12-31 02:04:59 +02:00
49e08d4a4d Set to hebrew 2025-12-29 11:09:20 +02:00
3d1d48fd49 first commit 2025-12-29 05:49:05 +02:00