User Details
User Details
- User Since
- Mar 15 2024, 2:52 PM (99 w, 5 d)
Sun, Feb 8
Sun, Feb 8
Add plug to check alternative domains
Make media proxy respect alternative domains
Include replied-to statuses in search
Dedupe search activities
Support other combinations of search configs
Test that one can search their own statuses
Fix search using old object id index
Add attachment relationships
Make MastodonAPI.AccountController translatable
Add uploaded files table
Add uploaded file module
tusooa committed rPUBE090ff536884f: Implement deleting file.
Implement deleting file
Add uploaded files object id index
tusooa committed rPUBEd5636ab37480: Implement media listing.
Implement media listing
Track and display attachment relationships
Add skeleton for media repo migration
Implement media deletion
Add code to add an UploadedFile for uploaded media
Exclude objects with an UploadedFile
Handle the case where multiple base url were used in uploading
Fix tests regarding attachments assoc
Handle link_name and urlencode
Anonymize reporter before federating
Process legacy objects without ap id
Add maybe_anonymize_reporter/1
Ensure actor in Activity is also anonymized
Add changelog for anonymizing reports
Put strip and anonymize process in prepare_outgoing
Filter out Announces of objects of banned users in timelines
tusooa committed rPUBEdcefa7ed1432: Make ActivityPub.Publisher aware of the actor change by Transmogrifier.
Make ActivityPub.Publisher aware of the actor change by Transmogrifier
Workaround erlang atom length limit
Reject Announces of objects of banned users in ObjectValidator
tusooa committed rPUBE1cdebfdcf6ce: Use joins instead of subqueries for restrict_object_of_deactivated_users/1.
Use joins instead of subqueries for restrict_object_of_deactivated_users/1
Add support for *Map attributes
Convert nameMap in question options
Treat empty maps as nils
Add functions to process multi-language content
Validate language codes in MapOfString
Render status with multilang maps
Render multilang for attachments
Display multilang in history items
Render multilang of sources
Accept multilang descriptions when uploading attachments
Accept multilang polls on MastoAPI
Use MultiLanguage func to convert str to map
Accept map of strings in ActivityDraft
Accept status_map and spoiler_text_map in POST statuses
Render multilang in polls
Move validating multilang map into MultiLanguage
tusooa committed rPUBEf19666b8f99d: Validate multilang map.
Validate multilang map
Accept description_map when updating media
Post single-language status with language attribute
Render language attr of a status
Fix article_note_page_validator_test
Make force_mentions_in_content multilang aware
Make ensure_re_prepended multilang-aware
Make no_empty_policy multilang-aware
Make normalize_markup multilang aware
Make keyword_policy multilang-aware
Make no_placeholder_text_policy multilang-aware
Add a docker-compose.yaml example
Fix RemoteFollowControllerTest
Add json-ld namespace doc
Test incoming deletion of avatarStyle
Support looking up json-ld-specified full key
Process incoming updates to avatar_style
Allow users to set avatar style
Allow fetching total count for mutes and blocks
Allow offset pagination for blocks
Allow offset pagination for mutes
tusooa committed rPUBEf7f212fc2c8d: Fix UserControllerTest.
Fix UserControllerTest
Remove pleroma-fe serviceworkers
Keep meta comments by default
Remove pleroma-fe bundle
tusooa committed rPUBE0b661053ca70: Remove admin-fe bundle.
Remove admin-fe bundle
Add fallback index indicating no frontends are available
Add no frontend bundle message at instance.gen
Add code to list available frontends from command line
Make config propagate to other nodes
Make emoji reload work with multi-node
Allow switching object id index to be run concurrently
Make streamer work with multi-node
Ignore when trying to import non-statuses
Fix ArticleNotePageValidatorTest