All deployments

Peter Theill
Peter Theill 
deployed a refactoring about 1 month ago
about 1 month ago
✨ Add database password to deploy workflow
Include STEMNING_DATABASE_PASSWORD in the deployment environment
variables for secure access during deployment.
♻️ Refactor Omniauth initializer for clarity
Improve the structure of the Omniauth initializer by organizing the
credential checks and enhancing readability.
Peter Theill
Peter Theill 
deployed a dependency update about 1 month ago
about 1 month ago
♻️ Refactor review request scope to exclude nil dates
Update the needing_review_request scope to ensure events with nil
happens_on are excluded, improving the accuracy of review requests.
⬆️ Upgrade addressable gem to version 2.8.9
Update the addressable dependency to the latest version for improved
functionality and security.
Peter Theill
Peter Theill 
deployed a bug fix about 1 month ago
about 1 month ago
🐛 Fix nil error in event review rating display
Ensure the event review rating is safely accessed to prevent
nil errors when rendering the star icons.
♻️ Refactor deletion queue scope for consistency
Update the deletion queue scope to use '30 days' instead of '1 month'
for consistent behavior across calendar months.
Peter Theill
Peter Theill 
deployed a refactoring about 1 month ago
about 1 month ago
♻️ Refactor collage generation to improve resource management
Remove temporary file tracking and delete temp files immediately to
prevent resource leaks during thumbnail creation.
🔥 Remove slideshow mode option from event preservation
Eliminate the slideshow mode feature for a cleaner presentation.
Peter Theill
Peter Theill 
deployed a dependency update about 1 month ago
about 1 month ago
⬆️ Upgrade dependencies in Gemfile.lock
Update various gems to their latest versions for improved performance and security.
Peter Theill
Peter Theill 
deployed a bug fix about 1 month ago
about 1 month ago
🐛 Fix issue with user authentication flow
Resolve a bug that caused intermittent failures in the user login process.
Peter Theill
Peter Theill 
deployed a feature about 1 month ago
about 1 month ago
✨ Add wedding photo sharing pages in German and French
Introduce new localized pages for wedding photo sharing, enhancing
user experience for German and French speaking couples.
🔥 Remove designer skill documentation
Eliminate the SKILL.md file for the designer skill to streamline the project.
Peter Theill
Peter Theill 
deployed a feature about 1 month ago
about 1 month ago
✨ Add providers section to service details
Introduce a new section in the service details view to display
provider information, including request counts and last used dates.
Peter Theill
Peter Theill 
deployed a feature about 1 month ago
about 1 month ago
✨ Add credits update feature for users
Implement a form to update user credits on the profile page and add
the corresponding route in the admin namespace.
Peter Theill
Peter Theill 
deployed a security update about 1 month ago
about 1 month ago
🔒️ Disable email sign up and update registration page
Redirect users to OAuth options and inform them that email sign up is disabled.