Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing Update activity add cover and avatar removal #1492

Merged
merged 2 commits into from
Mar 4, 2025

Conversation

BentiGorlich
Copy link
Member

  • add option to remove the user avatar or cover in the profile settings. This uses the same style as the media removal in the entry edit
  • fix missing outwards federation when deleting the image through the API
  • fix inwards federation when an image was removed, this was previously ignored
  • add error message when the user submits an image that is too large

Delete user iamges:
Bildschirmfoto vom 2025-03-04 16-42-30

Error message:
Bildschirmfoto vom 2025-03-04 16-42-55

- add option to remove the user avatar or cover in the profile settings. This uses the same style as the media removal in the entry edit
- fix missing outwards federation when deleting the image through the API
- fix inwards federation when an image was removed, this was previously ignored
- add error message when the user submits an image that is too large
@BentiGorlich BentiGorlich added bug Something isn't working enhancement New feature or request frontend Visual issues, improvements, bugs or other aspects relating mostly to the front end activitypub ActivityPub related issues backend Backend related issues and pull requests labels Mar 4, 2025
@BentiGorlich BentiGorlich requested a review from melroy89 March 4, 2025 15:47
@BentiGorlich BentiGorlich self-assigned this Mar 4, 2025
@BentiGorlich
Copy link
Member Author

This PR is a bit of a mash up, sorry 😅

@BentiGorlich BentiGorlich linked an issue Mar 4, 2025 that may be closed by this pull request
@BentiGorlich BentiGorlich enabled auto-merge (squash) March 4, 2025 16:05
@BentiGorlich BentiGorlich merged commit 4e005cb into main Mar 4, 2025
7 checks passed
@BentiGorlich BentiGorlich deleted the fix/user-profile-images branch March 4, 2025 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
activitypub ActivityPub related issues backend Backend related issues and pull requests bug Something isn't working enhancement New feature or request frontend Visual issues, improvements, bugs or other aspects relating mostly to the front end
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Removing the cover from your profile does not federate out
2 participants