summaryrefslogtreecommitdiff
path: root/internal/typeutils/internaltoas.go
AgeCommit message (Expand)AuthorFiles
2025-01-31[chore] Add "object" uri to outgoing Accept + Reject messages (#3717)Libravatar tobi1
2025-01-23[feature] Serve bot accounts over AP as Service instead of Person (#3672)Libravatar tobi1
2025-01-23[feature] Add `published` property to outgoing AP Actor representations (#3671)Libravatar tobi1
2025-01-08[chore] replace statuses.updated_at column with statuses.edited_at (#3636)Libravatar kim1
2024-12-05[feature] add support for receiving federated status edits (#3597)Libravatar kim1
2024-12-04[feature] unending polls (#3592)Libravatar kim1
2024-11-28send out poll votes as separate create activities given that no other AP serv...Libravatar kim1
2024-11-11[performance] minimise log field allocations (#3529)Libravatar kim1
2024-10-11[chore] Don't cc Accept of likes to followers (#3417)v0.17.0-rc4Libravatar tobi1
2024-10-08[feature] Distribute + ingest Accepts to followers (#3404)Libravatar tobi1
2024-09-16[bugfix] Ensure id set on outgoing Reject + Accept (#3312)Libravatar tobi1
2024-08-24[feature] Interaction requests client api + settings panel (#3215)Libravatar tobi1
2024-07-26[feature] Federate interaction policies + Accepts; enforce policies (#3138)Libravatar tobi1
2024-06-26[chore] media and emoji refactoring (#3000)Libravatar kim1
2024-06-11[bugfix] Deref stats async, serve stub collections if handshaking (#2990)v0.16.0-rc2Libravatar tobi1
2024-02-06[feature] serdes for moved/also_known_as (#2600)Libravatar tobi1
2024-01-19[performance] overhaul struct (+ result) caching library for simplicity, perf...Libravatar kim1
2023-11-30[bugfix] return 400 Bad Request on more cases of malformed AS data (#2399)Libravatar kim1
2023-11-27[bugfix] Add Actor to outgoing poll vote Create; other fixes (#2384)Libravatar tobi1
2023-11-21[feature] Federate status language in and out (#2366)Libravatar tobi1
2023-11-11[bugfix] support endless polls, and misskey's' method of inferring expiry in ...Libravatar kim1
2023-11-10[feature] Media attachment placeholders (#2331)Libravatar tobi1
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim1
2023-10-04[feature] tentatively start adding polls support (#2249)Libravatar kim1
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim1
2023-09-20[feature] add paging to AP following / followers endpoints (#2198)Libravatar kim1
2023-08-09[feature] List replies policy, refactor async workers (#2087)Libravatar tobi1
2023-07-31[feature] Hashtag federation (in/out), hashtag client API endpoints (#2032)Libravatar tobi1
2023-05-09[feature] Enable federation in/out of profile PropertyValue fields (#1722)Libravatar tobi1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-03-03[bugfix] Federate status delete using just the URI (#1584)Libravatar tobi1
2023-03-01[feature] Federate pinned posts (aka `featuredCollection`) in and out (#1560)Libravatar tobi1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney1
2023-01-27[feature] Federate reports to remote instance as Flag (if desired) (#1386)Libravatar tobi1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2022-11-22[feature] Prune timelines once per hour to plug memory leak (#1117)Libravatar tobi1
2022-10-13[feature] Refetch emojis when they change on remote instances (#905)Libravatar tobi1
2022-09-26[feature] Show + federate emojis in accounts (#837)Libravatar tobi1
2022-09-23[feature] Allow delivery to sharedInboxes where possible (#847)Libravatar tobi1
2022-09-15[bugfix] Fix emojis, attachments, and mentions not being serialized correctly...v0.5.0-rc2Libravatar tobi1
2022-09-02[feature] Federate custom emoji (outbound) (#791)Libravatar Blackle Morisanchetto1
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim1
2022-07-10[chore] consolidate caching libraries (#704)Libravatar kim1
2022-07-04[bugfix] Visibility fixes (#687)Libravatar tobi1
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim1
2022-05-23[security] Check all involved IRIs during block checking (#593)Libravatar tobi1
2022-02-08log error on header/avatar fetch failLibravatar tsmethurst1
2022-02-08Merge branch 'main' into media_refactorLibravatar tsmethurst1
2022-02-06if accountDomain isn't set, use Host value instead (#380)Libravatar tobi1