payfrit-works/api/orders
John Mizerek d8d7efe056 Add user account APIs and fix Lucee header handling
- Add avatar.cfm: GET/POST for user profile photos with multi-extension support
- Add profile.cfm: GET/POST for user profile (name, email, phone)
- Add history.cfm: Order history endpoint with pagination
- Add addresses/list.cfm and add.cfm: Delivery address management
- Add setOrderType.cfm: Set delivery/takeaway type on orders
- Add checkToken.cfm: Debug endpoint for token validation
- Fix headerValue() in Application.cfm to use servlet request object
  (Lucee CGI scope doesn't expose custom HTTP headers like X-User-Token)
- Update public allowlist for new endpoints
- Add privacy.html page

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 20:01:07 -08:00
..
checkStatusUpdate.cfm Add business portal, Stripe Connect, beacon APIs, and task system 2026-01-01 23:38:26 -08:00
debugLineItems.cfm Add business portal, Stripe Connect, beacon APIs, and task system 2026-01-01 23:38:26 -08:00
getCart.cfm Add user account APIs and fix Lucee header handling 2026-01-08 20:01:07 -08:00
getDetail.cfm Add Categories table support, KDS station selection, and portal fixes 2026-01-07 15:31:45 -08:00
getOrCreateCart.cfm Add user account APIs and fix Lucee header handling 2026-01-08 20:01:07 -08:00
getPendingForUser.cfm Add user account APIs and fix Lucee header handling 2026-01-08 20:01:07 -08:00
history.cfm Add user account APIs and fix Lucee header handling 2026-01-08 20:01:07 -08:00
listForKDS.cfm Add Categories table support, KDS station selection, and portal fixes 2026-01-07 15:31:45 -08:00
setLineItem.cfm Add user account APIs and fix Lucee header handling 2026-01-08 20:01:07 -08:00
setOrderType.cfm Add user account APIs and fix Lucee header handling 2026-01-08 20:01:07 -08:00
submit.cfm Add user account APIs and fix Lucee header handling 2026-01-08 20:01:07 -08:00
updateStatus.cfm Add Payfrit Works (WDS) support and task completion flow 2026-01-03 14:52:04 -08:00