All deployments

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.
Peter Theill
Peter Theill 
deployed a dependency update about 1 month ago
about 1 month ago
⬆️ Upgrade dependencies and improve tests
Update various dependencies in Gemfile and Gemfile.lock.
Enhance tests for better accuracy and consistency.
🎨 Update project listing and improve descriptions
Refactor project retrieval and enhance project descriptions
for better clarity on the index page.
Peter Theill
Peter Theill 
deployed a feature about 1 month ago
about 1 month ago
✨ Update user credits to use constant value
Refactor user credits initialization to utilize the NEW_USER_STARTING_CREDITS
constant for consistency across the application.
⬆️ Upgrade Rails and omniauth-google-oauth2 versions
Update Rails to version 8.1.2 and omniauth-google-oauth2 to 1.2.2 for
improved performance and security.
Peter Theill
Peter Theill 
deployed a bug fix about 1 month ago
about 1 month ago
🐛 Fix deletion warning logic for preserved events
Update the `due_for_deletion_warning?` and `due_for_final_deletion_warning?` methods to ensure preserved events do not trigger deletion warnings. Adjust related scopes to exclude preserved events from deletion warnings.
🔧 Add error handling for ActiveStorage representations
Implement error handling for S3 service errors in ActiveStorage
representations to improve reliability and user experience.
🔥 Remove upgrade option from pricing details
Eliminate the upgrade option from Event to Unlimited in the FAQ section.
Peter Theill
Peter Theill 
deployed a styling change about 1 month ago
about 1 month ago
💄 Update pricing page to handle unpreserved events
Add logic to display a button for preserving unpreserved events
or a form for starting new events based on user context.
💄 Update comparison text and styling
Revise descriptions and headings for clarity and improved user experience.
Peter Theill
Peter Theill 
deployed a styling change about 1 month ago
about 1 month ago
🔥 Remove outdated storage event details
Eliminate unnecessary table rows for clarity in the pricing section.
💄 Update pricing section headings and text
Enhance the UI by refining headings and descriptions for clarity
and consistency across the pricing page.
💄 Update upload menu styles for better responsiveness
Adjust width settings for upload menus to enhance layout on various devices.
💄 Update loading indicators and animations
Enhance the loading and end-reached sections with improved spacing and animation delays for better user experience.
🐛 Add video support enhancements in lightbox
Implement video pause functionality when switching slides and
retain mute state across video content. Cleanup all videos
when the lightbox is closed.
♻️ Refactor unique uploader count logic
Simplify the method to count unique uploaders by combining distinct
counts for logged-in users and anonymous uploaders based on IP.
💄 Add video duration display in media section
Enhance the media display by showing the duration for video files, improving
user experience and information accessibility.