summaryrefslogtreecommitdiff
path: root/internal/processing/status
AgeCommit message (Expand)AuthorFiles
2023-06-11[bugfix] Invalidate timeline entries for status when stats change (#1879)Libravatar tobi3
2023-05-28[chore] tidy up media manager, add calling func to errors, build-script impro...Libravatar kim1
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi1
2023-05-12[feature] status refetch support (#1690)Libravatar kim3
2023-03-28[performance] refactoring + add fave / follow / request / visibility caching ...Libravatar kim7
2023-03-20[chore] Refactor account deleting/block logic, tidy up some other processing ...Libravatar tobi8
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney12
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 Cossont2
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim9
2023-03-01[feature] Federate pinned posts (aka `featuredCollection`) in and out (#1560)Libravatar tobi1
2023-02-25[feature] Client API endpoints + v. basic web view for pinned posts (#1547)Libravatar tobi1
2023-02-22[chore] Deinterface processor and subprocessors (#1501)Libravatar tobi18
2023-02-03[chore] reformat GetAccount() functionality, support updating accounts based ...Libravatar kim3
2023-02-03[chore] Text formatting overhaul (#1406)Libravatar Autumn!4
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi20
2023-01-02[chore] The Big Middleware and API Refactor (tm) (#1250)Libravatar tobi3
2022-12-09[feature] Allow users to create + delete bookbarks, and view bookmarked statu...Libravatar Matthew Phillips5
2022-11-24[bugfix] Fix status boosts giving 404 (#1137)Libravatar tobi1
2022-11-24[chore] cleanup storage implementation, no need for multiple interface types ...Libravatar kim1
2022-11-05[bugfix] Check `media-description-min-chars` on submission of new status (#960)Libravatar tobi4
2022-10-08[chore] Standardize database queries, use `bun.Ident()` properly (#886)Libravatar tobi1
2022-10-02fix emojis not showing in spoiler text (#878)Libravatar tobi2
2022-09-28[chore] update dependencies, bump to Go 1.19.1 (#826)Libravatar kim1
2022-09-27[bugfix] Fix emphasis being added to emoji shortcodes with markdown parsing (...v0.5.0Libravatar tobi2
2022-09-21[chore] Tidy up status deletion, remove from cache too (#845)Libravatar tobi2
2022-09-12[feature] Fetch + display custom emoji in statuses from remote instances (#807)Libravatar tobi1
2022-09-06[feature] Custom emoji updates (serve emoji via s2s api, tune db models) (#805)Libravatar tobi1
2022-08-27[bugfix] Status visibility + `excludeReplies` fixes (#769)Libravatar Blackle Morisanchetto1
2022-08-23[bugfix] Fix boost of boost issue (#764)Libravatar tobi2
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi3
2022-08-06[feature] Let accounts set default status format, and use this when processin...Libravatar tobi1
2022-07-19[bugfix] html escape special characters in text instead of totally removing t...Libravatar tobi1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim2
2022-07-03[feature] S3 support (#674)Libravatar Dominik Süß1
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi1
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi3
2022-05-26[bugfix] Fix HTML escaping in instance title (#607)Libravatar tobi2
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim2
2022-05-07[bugfix] Fix existing bio text showing as HTML (#531)Libravatar kim2
2022-05-02[bugfix] Allow self-boosting for any visibility but direct (#510)Libravatar Adelie Paull1
2022-04-28replace async client API / federator msg processing with worker pools (#497)Libravatar kim8
2022-03-29[feature] Dereference remote mentions when the account is not already known (...v0.2.2Libravatar tobi3
2022-03-13[bugfix] Fix html-escaped characters in content warnings (#426)Libravatar tobi2
2022-02-07[feature] add authorization to the already-existing authentication (#365)Libravatar Forest Johnson1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi14
2021-12-20Remove unnecessary storage config variables (#344)Libravatar tobi2
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi5
2021-11-22Enable stricter linting with golangci-lint (#316)Libravatar tobi1
2021-10-11reference global logrus (#274)Libravatar R. Aidan Campbell3