summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)AuthorFiles
2023-04-30[bugfix] tweak httpclient error handling again ... (#1721)Libravatar kim2
2023-04-29[performance] tweak http client error handling (#1718)Libravatar kim4
2023-04-29[feature] Add GET endpoint for single notification (#1719)Libravatar tobi3
2023-04-29[bugfix] add From to email header (#1717)Libravatar Mal Hancock3
2023-04-28[performance] improved request batching (removes need for queueing) (#1687)Libravatar kim22
2023-04-26[bugfix] Fix remaining mangled URI escaping issues in statuses + accounts (#1...Libravatar tobi6
2023-04-19[bugfix] Fix the bookmarks list API endpoint returning an empty array (#1700)Libravatar Umar Getagazov1
2023-04-10[feature] Receive notification when followed account posts (if desired) (#1680)Libravatar tobi16
2023-04-08[bugfix] Fix single author threads not appearing in home timeline (#1679)v0.8.0Libravatar tobi2
2023-04-06[bugfix] visibility caching and hometimeline (#1675)v0.8.0-rc1Libravatar kim5
2023-04-06[bugfix/chore] Refactor timeline code (#1656)Libravatar tobi21
2023-04-06[bugfix] Normalize status content (don't parse status content as IRI) (#1665)Libravatar tobi11
2023-04-06[bugfix] Always serialize orderedItems as array (#1673)Libravatar tobi3
2023-04-05[bugfix] Add proper constraints on status faves, dedupe (#1674)Libravatar tobi6
2023-04-03[bugfix] Add idempotency-key to allowed CORS headers (#1670)Libravatar tobi1
2023-03-31[bugfix] Fix multiple "updated_at" columns for media updates (#1660)Libravatar tobi3
2023-03-31[bugfix] Fix report serialization errors caused by user delete (#1659)Libravatar tobi6
2023-03-31[bugfix] Fix relationship not updating 'following' on accept follow request (...Libravatar tobi3
2023-03-28[bugfix] Remove unique constraint on public_key (#1653)Libravatar tobi2
2023-03-28[performance] refactoring + add fave / follow / request / visibility caching ...Libravatar kim98
2023-03-27[feature] Add list command to admin account (#1648)Libravatar Daenney3
2023-03-20[chore] Refactor account deleting/block logic, tidy up some other processing ...Libravatar tobi51
2023-03-19[bugfix] Use account ID host as accDomain if 2nd webfinger lookup fails (#1630)Libravatar tobi1
2023-03-19[feature] Email notifications for new / closed moderation reports (#1628)Libravatar tobi22
2023-03-14[feature] Allow admins to send test emails (#1620)Libravatar tobi15
2023-03-14[chore] fix + update swagger docs (#1622)Libravatar tobi1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney750
2023-03-12[chore] Fix opengraph properties (#1611)Libravatar tobi1
2023-03-11[feature] Support multiple subscriptions on single websocket connection (#1489)Libravatar darrinsmart4
2023-03-09[feature] Provide .well-known/host-meta endpoint (#1604)Libravatar Daenney6
2023-03-09[bug] Handle 410 on webfinger properly (#1601)Libravatar Daenney1
2023-03-08[chore] improved enrichAccount() logging (#1602)Libravatar kim1
2023-03-08[feature] Discover webfinger through host-meta (#1588)Libravatar Daenney9
2023-03-06[bugfix] internal server error on search not found (#1590)Libravatar kim9
2023-03-06[feature] Add support for profile fields (#1483)Libravatar zowhoey5
2023-03-04[feature] Allow loading TLS certs from disk (#1586)Libravatar Daenney6
2023-03-04use updateattachment when updating to ensure cache is invalidated (#1587)Libravatar kim1
2023-03-03[performance] cache media attachments (#1525)Libravatar kim12
2023-03-03[bugfix] Federate status delete using just the URI (#1584)Libravatar tobi5
2023-03-03[bugfix] Clamp admin report limit <1 to 100 (#1583)Libravatar tobi2
2023-03-03[bugfix] Fix unpinning statuses not working (#1582)Libravatar tobi2
2023-03-03[bugfix] on deref new account, check db again for account on ErrAlreadyExists...Libravatar kim1
2023-03-02[bugfix] add ON CONFLICT statements to status updates (#1580)Libravatar tobi2
2023-03-02[feature] Advertise rich text formats, support content_type field (#1370)Libravatar Vyr Cossont21
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim121
2023-03-01[feature] Federate pinned posts (aka `featuredCollection`) in and out (#1560)Libravatar tobi27
2023-03-01[chore/performance] simplify storage driver to use storage.Storage directly (...Libravatar kim4
2023-02-28[chore] Improve unsupported_grant_type error (#1572)Libravatar Daenney1
2023-02-25[feature] Make OIDC admin groups configurable (#1555)Libravatar Daenney3
2023-02-25[feature] Client API endpoints + v. basic web view for pinned posts (#1547)Libravatar tobi25