All deployments

Peter Theill
Peter Theill 
deployed a new feature 10 days ago
10 days ago
✨ Update collage builder to support z-index
Peter Theill
Peter Theill 
deployed a bug fix 10 days ago
10 days ago
🐛 Fix collage builder location
Peter Theill
Peter Theill 
deployed a bug fix 10 days ago
10 days ago
🐛 Fix notify concurrency email sending
Peter Theill
Peter Theill 
deployed a refactoring 10 days ago
10 days ago
✨ Add drag/drop on collage builder
🔧 Update storage configuration for Hetzner service
Add Hetzner Object Storage configuration and update Active Storage
service in development environment to use Hetzner instead of Amazon.
🐛 Refactor notification logic in event subscriber job
Improve code structure by consolidating notification logic within
pessimistic locking to prevent race conditions and ensure accurate
notification counts.
Peter Theill
Peter Theill 
deployed a styling change 11 days ago
11 days ago
🔧 Update job concurrency settings in deployment config
Adjust JOB_THREADS to 2 and WEB_CONCURRENCY to 3 for optimal performance
in metadata extraction and request handling.
💄 Add help text for photo organization
Introduce a new list item to assist users in organizing photos better.
Peter Theill
Peter Theill 
deployed a refactoring 11 days ago
11 days ago
🔧 Skip metadata extraction for HEIC/HEIF files
Prevent crashes in libheif by avoiding metadata extraction for
malformed HEIC/HEIF files. Adjust job concurrency and thread
settings for improved performance in production.
Peter Theill
Peter Theill 
deployed a performance improvement 11 days ago
11 days ago
⚡️ Improve logging and error handling in media extraction
Enhance logging for better traceability and add error details
for failures during media metadata extraction.
Peter Theill
Peter Theill 
deployed a new feature 11 days ago
11 days ago
🔧 Configure Resend API key for production only
Ensure the Resend API key is set only in the production environment
to prevent accidental email delivery during development.
✨ Introduce deletion queued notification feature
Add functionality to notify users when their events are queued for deletion.
This includes new email templates, job scheduling, and updates to the event model
to track deletion status. Enhance tests to cover new scenarios.
✨ Add uploader count sorting and email preview
Implement uploader count sorting in events and add letter opener for email previews in development.
Peter Theill
Peter Theill 
deployed a styling change 12 days ago
12 days ago
💄 Add social icons and update footer links
Introduce social media icons and links to enhance user engagement and connectivity.
Peter Theill
Peter Theill 
deployed a refactoring 12 days ago
12 days ago
♻️ Refactor code structure for better readability
Organize functions and improve naming conventions to enhance maintainability.