summaryrefslogtreecommitdiff
path: root/internal/processing
AgeCommit message (Expand)AuthorFiles
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi17
2022-06-11[feature] Add `created_at` and `error_description` to `/oauth/token` endpoint...Libravatar tobi2
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi27
2022-06-08[feature] Add paging via `Link` header for notifications and account statuses...Libravatar tobi7
2022-06-04[bugfix] Update time marshalling format to provide 3 digits of ms (#630)Libravatar tobi1
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim9
2022-05-28[chore] Mastodon api fixups (#617)Libravatar tobi1
2022-05-27[chore] Debug failed account get (#612)Libravatar tobi1
2022-05-26[bugfix] Fix HTML escaping in instance title (#607)Libravatar tobi7
2022-05-24[chore] Serialize times as UTC ISO8601 instead of RFC3339 (#602)Libravatar tobi1
2022-05-24[bugfix] Only search remote if protocol is http(s) (#601)Libravatar tobi1
2022-05-23[bugfix] Fix multiple dereferences of boosted status causing media duplicatio...Libravatar tobi3
2022-05-20[feature] implement custom_emojis endpoint (#563)Libravatar Adelie Paull5
2022-05-18[bugfix] Clean up boosts of status when the status itself is deleted (#579)Libravatar tobi4
2022-05-15[feature] Unused avatar and header cleanup (#574)Libravatar tobi4
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim8
2022-05-09[feature] Include password strength in error message when password strength i...Libravatar Eamonn O'Brien-Strain1
2022-05-07[bugfix] Fix existing bio text showing as HTML (#531)Libravatar kim3
2022-05-03[chore] Move initial MediaRemotePrune to cmd.server function (#536)Libravatar tobi4
2022-05-02[bugfix] Allow self-boosting for any visibility but direct (#510)Libravatar Adelie Paull1
2022-05-02[performance] Speed up some of the slower db queries (#523)Libravatar tobi2
2022-04-28replace async client API / federator msg processing with worker pools (#497)Libravatar kim26
2022-04-26[chore] Return more useful errors from auth failure (#494)v0.3.1Libravatar tobi6
2022-04-24[bug] Fix status API / status web API being case sensitive (#481)Libravatar tobi1
2022-04-16[bugfix] Use background ctx for domain block side effects (#457)Libravatar tobi1
2022-04-15[feature] Web profile pages for accounts (#449)Libravatar tobi9
2022-04-02[chore] Update Go version to 1.18 (#444)Libravatar tobi2
2022-03-29[feature] Dereference remote mentions when the account is not already known (...v0.2.2Libravatar tobi9
2022-03-21[bugfix] Close ReadClosers properly in the media package (#434)Libravatar tobi2
2022-03-19[feature] Admin account actions (#432)Libravatar tobi4
2022-03-15[feature] Federate local account deletion (#431)Libravatar tobi7
2022-03-13[bugfix] Fix html-escaped characters in content warnings (#426)Libravatar tobi2
2022-03-07[feature] Clean up/uncache remote media (#407)Libravatar tobi7
2022-02-22[feature] Add postDataCallbackFunc to allow cleanup (#408)Libravatar tobi3
2022-02-19[feature] Stream files via reader (#404)Libravatar tobi1
2022-02-08merge fixupLibravatar tsmethurst1
2022-02-08Merge branch 'main' into media_refactorLibravatar tsmethurst9
2022-02-07[feature] add authorization to the already-existing authentication (#365)Libravatar Forest Johnson1
2022-02-06if accountDomain isn't set, use Host value instead (#380)Libravatar tobi1
2022-02-05[feature] Rework timeline code to make it useful for more than just statuses ...Libravatar tobi6
2022-01-31[bug] Send plaintext emails to fix "message refused: Message is not RFC 2822 ...Libravatar Forest Johnson1
2022-01-25ensure blocking calls to getRemoteAccount before showing stuff to clientLibravatar tsmethurst1
2022-01-24ctx => innerctxLibravatar tsmethurst1
2022-01-24update remote account get/deref logicLibravatar tsmethurst9
2022-01-23rework data function to provide filesizeLibravatar tsmethurst3
2022-01-16pass reader around instead of []byteLibravatar tsmethurst3
2022-01-15emoji code passing musterLibravatar tsmethurst4
2022-01-15start fixing up emoji processing codeLibravatar tsmethurst1
2022-01-11pass a function into the manager, start work on emojiLibravatar tsmethurst3
2022-01-10test the media manager a bit, add shutdown logicLibravatar tsmethurst4