• Joined on 2025-01-22
collin pushed to main at collin/collinenlucy.nl 2025-09-03 12:39:21 +00:00
b3aa9ea672 Fixing visits cache
collin pushed to main at collin/collinenlucy.nl 2025-09-02 15:11:03 +00:00
ffae8abba0 Trying "X-Forwarded-For" header for visit
collin pushed to main at collin/collinenlucy.nl 2025-09-02 14:56:14 +00:00
9dab909103 Move visit to only happen on index
collin pushed to main at collin/collinenlucy.nl 2025-09-02 14:54:03 +00:00
337d4cf9a1 Actually publish visit notification
collin pushed to main at collin/collinenlucy.nl 2025-09-02 14:48:56 +00:00
f032c25ef7 Adding simple visits handler to send a notification on site load with some simple rate limiting and caching
collin pushed to main at collin/collinenlucy.nl 2025-08-27 16:13:13 +00:00
57a3bc4ecd Adding favicon
collin pushed to main at collin/collinenlucy.nl 2025-08-27 16:07:59 +00:00
6a455a314f Changing the RSVP button text color and adding some additional margin
collin pushed to main at collin/collinenlucy.nl 2025-08-27 15:46:48 +00:00
0e04c0a235 Changing how the RSVP button is displayed and how setting the cookie works
collin pushed to main at collin/collinenlucy.nl 2025-08-27 12:03:20 +00:00
a535d65b52 Using correct cookie for credentials when fetching rsvps
collin pushed to main at collin/collinenlucy.nl 2025-08-27 12:00:53 +00:00
026f0c9d2a Fixing rsvps_list authentication and display
9b96084aab Adding appropriate content-type header to get rsvps
882dda7c95 Fixing some styling on the RSVP page
Compare 3 commits »
collin pushed to main at collin/collinenlucy.nl 2025-08-10 13:40:41 +00:00
dcd480b043 Fixing response when getting rsvps to marshal JSON
collin pushed to main at collin/collinenlucy.nl 2025-07-13 14:12:55 +00:00
7de0aa174d Updating styling of RSVP page to work better with multiple members and in general be more legible
collin pushed to main at collin/collinenlucy.nl 2025-07-10 07:35:35 +00:00
a6d9a99241 Adding login form and handler
collin pushed to main at collin/collinenlucy.nl 2025-06-30 13:58:46 +00:00
2b6449f61b Finishing rsvps_list js and adding page to "login"
7e3b7d3f21 removing log
Compare 2 commits »
collin pushed to main at collin/collinenlucy.nl 2025-06-30 13:41:24 +00:00
d431f34e72 Making smaller functions to make switch simpler
collin pushed to main at collin/collinenlucy.nl 2025-06-30 10:37:55 +00:00
a0786860e2 adding "admin" section to see all rsvps
50b746b033 removing script from rsvp_confirmed.html
ae5a1a37e5 changing directory structure so server is root and client is a sub-folder to make deployment easier
12d842bd80 Confirmation may be no :sad:
550c05e2e4 Setting up .env reader
Compare 15 commits »
collin pushed to main at collin/collinenlucy.nl 2025-06-29 20:10:15 +00:00
79496e8e49 adding "admin" section to see all rsvps
9c7c52a0de removing script from rsvp_confirmed.html
Compare 2 commits »
collin pushed to main at collin/collinenlucy.nl 2025-06-29 08:17:39 +00:00
6a4f578cfc changing directory structure so server is root and client is a sub-folder to make deployment easier
04b1dcce25 Confirmation may be no :sad:
Compare 2 commits »
collin pushed to main at collin/collinenlucy.nl 2025-06-27 15:01:43 +00:00
350952b2fe Setting up .env reader
collin pushed to main at collin/collinenlucy.nl 2025-06-26 14:16:40 +00:00
7b70cb5f2c Adding auth function to controller