ed92822913
chore: change email label to 'Items Claimed' instead of 'Items Bringing (from needed list)'
Ryderjj89
2025-05-05 10:28:54 -04:00
d9bb1074b8
fix: capitalize 'Yes'/'No' for Attending and Bringing Guests in RSVP email
Ryderjj89
2025-05-05 10:26:08 -04:00
d3cdad21b4
chore: disable Nodemailer debug logging and fix RSVP email links to use /view/events/:slug and /admin/events/:slug
Ryderjj89
2025-05-05 10:10:17 -04:00
dc69dea804
fix: move multer to dependencies so it is installed in production
Ryderjj89
2025-05-05 10:02:39 -04:00
908b0f21ef
fix: install backend dependencies in /app for production so nodemailer and others are available at runtime
Ryderjj89
2025-05-05 09:56:35 -04:00
866bdbebc2
chore: enable Nodemailer debug and logger for detailed SMTP troubleshooting
Ryderjj89
2025-05-05 09:25:55 -04:00
68c991419a
chore: update docker compose files for email and environment adjustments
Ryderjj89
2025-05-05 09:11:46 -04:00
708814f083
feat: support EMAIL_RECIPIENTS for RSVP notifications; send to all listed, fallback to EMAIL_USER, log if none set
Ryderjj89
2025-05-05 09:09:02 -04:00
05b7b6741b
fix: make RSVP email sending optional; skip if EMAIL_USER is not set
Ryderjj89
2025-05-05 09:01:16 -04:00
246a16f110
fix: always send RSVP notification emails to admin (EMAIL_USER) instead of RSVP submitter
Ryderjj89
2025-05-05 08:56:16 -04:00
c56843dd1d
chore: add email and frontend URL environment variables to docker-compose-build.yml for build parity
Ryderjj89
2025-05-05 08:37:05 -04:00
7364e12c86
fix: add @types/nodemailer and include event links in RSVP email content
Ryderjj89
2025-05-05 08:31:29 -04:00
c2b4217601
feat: send RSVP confirmation emails using environment-based SMTP config; split EMAIL_FROM into EMAIL_FROM_NAME and EMAIL_FROM_ADDRESS
Ryderjj89
2025-05-05 08:26:27 -04:00
e512962c19
feat: Force page reload for protected routes to trigger nginx auth
Starstrike
2025-05-01 18:51:53 -04:00
e50122951a
feat: Add other_items field to RSVP edit form
Starstrike
2025-05-01 18:30:18 -04:00
f91c8d7849
fix: Remove extra parameter from RSVP creation SQL query
Starstrike
2025-05-01 18:22:19 -04:00
a33d521af3
feat: Add other items feature to RSVP form and update table headers
Starstrike
2025-05-01 18:19:08 -04:00
14848c00f7
Fix spacing consistency between form fields in RSVP form
Starstrike
2025-05-01 18:09:00 -04:00
3df0169ee4
Improve guest names handling in RSVP form: - Fix initial guest name field editing - Properly initialize guest names array - Fix guest names persistence in edit mode - Enhance form behavior for guest count changes - Fix type handling and validation
Starstrike
2025-05-01 18:05:49 -04:00
6b3cf70534
Fix guest names handling in RSVP updates to properly maintain array format
Starstrike
2025-05-01 18:00:10 -04:00
2010c583bd
Fix guest name handling in both RSVPForm and EventAdmin components
Starstrike
2025-05-01 17:55:27 -04:00
7c967d9209
Fix TypeScript error: Handle guest_names as both string and array in EventAdmin
Starstrike
2025-05-01 17:50:57 -04:00
023a4cf84f
Update EventAdmin to handle guest names as both string and array formats
Starstrike
2025-05-01 17:49:11 -04:00
0dfd6a6f90
Fix guest names display in EventView to handle both string and array formats
Starstrike
2025-05-01 17:47:42 -04:00
eaead43e12
Fix TypeScript error: Add RSVP interface to properly type the rsvp parameter in map function
Starstrike
2025-05-01 17:44:39 -04:00
244b08aeb8
Implement individual guest name fields and array storage. Updated both frontend and backend to handle guest names as an array of strings instead of a single multiline string.
Starstrike
2025-05-01 17:42:18 -04:00
f6183f1c76
fix: type error in handleSelectChange for bringing_guests value
Starstrike
2025-05-01 17:34:52 -04:00
9c38c956fd
feat: set default guest count to 1 when enabling bringing guests
Starstrike
2025-05-01 17:32:56 -04:00
8bcb802267
fix: type error in handleSelectChange for attendance status
Starstrike
2025-05-01 17:29:05 -04:00
7443312cc9
feat: automatically reset guest info and items when changing attendance to no/maybe
Starstrike
2025-05-01 17:27:15 -04:00
8e493cd7ed
style: make RSVPs count display format consistent across views
Starstrike
2025-05-01 17:21:51 -04:00
5c2dd0d595
fix: RSVP update endpoint now properly updates instead of deleting
Starstrike
2025-05-01 17:15:38 -04:00
2c0ca27136
fix: RSVP update functionality to properly handle 204 responses and prevent accidental deletions
Starstrike
2025-05-01 17:12:38 -04:00
a8ece7a0e8
Enhance RSVP update: improve API request format and add detailed logging
Starstrike
2025-05-01 17:06:42 -04:00
9ca3de4552
Fix API routing issues: add proper headers and improve error handling
Starstrike
2025-05-01 17:03:33 -04:00
82a99f02ca
Fix RSVP update persistence: include event_id and add better error handling
Starstrike
2025-05-01 16:57:06 -04:00
0a83150bec
Fix RSVP update persistence and add data verification
Starstrike
2025-05-01 16:53:39 -04:00
7c2caf457a
Fix RSVP data preservation when editing and improve data display
Starstrike
2025-05-01 16:47:08 -04:00
d13aa44c91
Fix TypeScript type errors in items_bringing handling
Starstrike
2025-05-01 16:43:34 -04:00
c8fa6b4c55
Fix RSVP display and edit form handling: add null checks and proper typing
Starstrike
2025-05-01 16:41:44 -04:00
3c7760f5e2
Fix RSVP editing issues: proper guest count handling and state management
Starstrike
2025-05-01 16:35:14 -04:00
45b05b508c
Add total guest count to RSVP lists - Show total number of attendees including guests
Starstrike
2025-05-01 16:28:53 -04:00
bc8ac57697
Add required field validation to RSVP form - Make attendance, guest info, and guest details required
Starstrike
2025-05-01 16:12:07 -04:00
3a7f62fdbc
Add WallpaperIcon to update info dialog - Consistent with event creation form
Starstrike
2025-05-01 16:06:41 -04:00
b2c7cd49e9
Replace default space wallpaper with solid color background - Changed to rgb(25, 28, 34)
Starstrike
2025-05-01 15:59:58 -04:00
35c508dab0
Standardize background overlay darkness across all views - Added consistent linear-gradient overlay to RSVP form
Starstrike
2025-05-01 15:55:37 -04:00