Skip to content

Conversation

@AndreScara11
Copy link
Contributor

@AndreScara11 AndreScara11 commented Nov 20, 2025

Q A
Is bugfix? no
New feature? yes
Breaks BC? no
Tests pass? yes
Fixed issues

Add user profile image upload feature

This pull request introduces a simple and flexible method for storing and displaying a user profile image and the possibility to upload it in the profile page.

What's included

  • Migration adding a MEDIUMBLOB column to the profile table.
  • File input in the profile form to upload or update the user's profile picture.
  • New module property maxProfileImageSize to configure the maximum allowed image size.
  • Helper method to easily retrieve the image as a base64 data URL for rendering in views.

@AndreScara11 AndreScara11 changed the title Add user profile image feature Add user profile image upload feature Nov 20, 2025
Andrea Scaramucci added 2 commits November 20, 2025 12:56
Signed-off-by: Andrea Scaramucci <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant