summaryrefslogtreecommitdiff
path: root/internal/processing
AgeCommit message (Expand)AuthorFiles
2023-06-10[bugfix] Delete from list timeline on status deletion (#1878)Libravatar tobi1
2023-06-04[chore] tidy + test timelines a bit better (#1865)Libravatar tobi2
2023-06-03[chore] Update versions, fix lint errors (#1860)Libravatar tobi2
2023-05-28[chore] tidy up media manager, add calling func to errors, build-script impro...Libravatar kim13
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi28
2023-05-22[chore] update account statuses paging logic (#1814)Libravatar tobi1
2023-05-15[bugfix] Fix duplicating fields on profile edit (#1788)Libravatar tobi2
2023-05-12[feature] status refetch support (#1690)Libravatar kim13
2023-05-09[feature] Enable federation in/out of profile PropertyValue fields (#1722)Libravatar tobi11
2023-05-07[bugfix] Punycode fixes (#1743)Libravatar tobi1
2023-05-06[feature] Implement the preferences client API (#1740)Libravatar Daenney2
2023-05-04[bugfix] Rework notifs to use min_id for paging up (#1734)Libravatar tobi2
2023-04-29[feature] Add GET endpoint for single notification (#1719)Libravatar tobi1
2023-04-29[bugfix] add From to email header (#1717)Libravatar Mal Hancock1
2023-04-28[performance] improved request batching (removes need for queueing) (#1687)Libravatar kim6
2023-04-26[bugfix] Fix remaining mangled URI escaping issues in statuses + accounts (#1...Libravatar tobi1
2023-04-10[feature] Receive notification when followed account posts (if desired) (#1680)Libravatar tobi8
2023-04-06[bugfix/chore] Refactor timeline code (#1656)Libravatar tobi2
2023-04-06[bugfix] Normalize status content (don't parse status content as IRI) (#1665)Libravatar tobi1
2023-04-06[bugfix] Always serialize orderedItems as array (#1673)Libravatar tobi1
2023-03-31[bugfix] Fix multiple "updated_at" columns for media updates (#1660)Libravatar tobi2
2023-03-31[bugfix] Fix report serialization errors caused by user delete (#1659)Libravatar tobi2
2023-03-28[performance] refactoring + add fave / follow / request / visibility caching ...Libravatar kim27
2023-03-20[chore] Refactor account deleting/block logic, tidy up some other processing ...Libravatar tobi20
2023-03-19[feature] Email notifications for new / closed moderation reports (#1628)Libravatar tobi5
2023-03-14[feature] Allow admins to send test emails (#1620)Libravatar tobi3
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney90
2023-03-11[feature] Support multiple subscriptions on single websocket connection (#1489)Libravatar darrinsmart2
2023-03-09[feature] Provide .well-known/host-meta endpoint (#1604)Libravatar Daenney1
2023-03-06[feature] Add support for profile fields (#1483)Libravatar zowhoey1
2023-03-04use updateattachment when updating to ensure cache is invalidated (#1587)Libravatar kim1
2023-03-03[performance] cache media attachments (#1525)Libravatar kim3
2023-03-03[bugfix] Federate status delete using just the URI (#1584)Libravatar tobi1
2023-03-03[bugfix] Fix unpinning statuses not working (#1582)Libravatar tobi1
2023-03-02[feature] Advertise rich text formats, support content_type field (#1370)Libravatar Vyr Cossont4
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim64
2023-03-01[feature] Federate pinned posts (aka `featuredCollection`) in and out (#1560)Libravatar tobi5
2023-02-25[feature] Client API endpoints + v. basic web view for pinned posts (#1547)Libravatar tobi6
2023-02-23[bugfix] Fix deleted status causing issues when getting bookmark (#1551)Libravatar tobi2
2023-02-22[chore] Deinterface processor and subprocessors (#1501)Libravatar tobi120
2023-02-20[bugfix] Fix failure to look up remote profiles with duplicate emojis in some...Libravatar Sam Lade1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney12
2023-02-16[bugfix] Set 'discoverable' properly on API accounts (#1511)v0.7.0Libravatar tobi1
2023-02-14[bugfix] Return empty result rather than 500 error when searching for blocked...Libravatar tobi1
2023-02-13[performance] processing media and scheduled jobs improvements (#1482)Libravatar kim5
2023-02-12[bugfix] Set appropriate cache-control when using presigned s3 links (#1480)Libravatar tobi1
2023-02-11[chore/performance] Update media prune logic, add extra CLI command (#1474)v0.7.0-rc2Libravatar tobi2
2023-02-07[bugfix] don't trash emoji in profile fields on edit (#1440)Libravatar Sam Lade1
2023-02-07[bugfix] fix file range length calculation being off by 1 (#1448)Libravatar kim1
2023-02-06Ignore missing files when cleaning up media (#1435)Libravatar Sam Lade1