summaryrefslogtreecommitdiff
path: root/internal/processing
AgeCommit message (Expand)AuthorFiles
2022-11-03[bugfix] Wrap media in read closer (#941)Libravatar tobi5
2022-10-14[feature] Add emoji DELETE handler at `/api/v1/admin/custom_emojis` (#913)Libravatar tobi4
2022-10-13[feature] Add `/api/v1/admin/custom_emojis/{id}` endpoint for single emoji GE...Libravatar tobi4
2022-10-13[feature] Refetch emojis when they change on remote instances (#905)Libravatar tobi2
2022-10-12[feature] Add `/api/v1/admin/custom_emojis` endpoint (#902)Libravatar tobi6
2022-10-10[chore] Make paging logic more generic (#901)Libravatar tobi6
2022-10-08[feature] Add opt-in RSS feed for account's latest Public posts (#897)Libravatar tobi6
2022-10-08[chore] Standardize database queries, use `bun.Ident()` properly (#886)Libravatar tobi10
2022-10-08[feature] `oob` oauth token support (#889)Libravatar tobi2
2022-10-06[bugfix] Fix new domain block date (#893)Libravatar tobi1
2022-10-04[bugfix] Use background context instead of request context for async processi...Libravatar tobi2
2022-10-03[performance] add user cache and database (#879)Libravatar tobi6
2022-10-02fix emojis not showing in spoiler text (#878)Libravatar tobi2
2022-09-29[feature] update config types to use bytesize.Size (#828)Libravatar kim4
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-26[feature] Show + federate emojis in accounts (#837)Libravatar tobi3
2022-09-25[bugfix] update thread iterators to not use recursion (#851)Libravatar kim1
2022-09-23[feature] Allow delivery to sharedInboxes where possible (#847)Libravatar tobi2
2022-09-21[chore] Tidy up status deletion, remove from cache too (#845)Libravatar tobi6
2022-09-12[feature] Allow users to set custom css for their profiles + threads (#808)Libravatar tobi5
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 tobi7
2022-09-04[feature] Set default header and avatar for API accounts to GtS ones (#799)Libravatar tobi1
2022-09-02[performance] cache recently allowed/denied domains to cut down on db calls (...Libravatar kim2
2022-09-02[performance] use GetAccountByUsernameDomain() for local account lookups to r...Libravatar kim11
2022-08-31[feature] Add support for the exclude_types[] parameter on the notifications ...Libravatar Blackle Morisanchetto3
2022-08-31[chore] Test fixes (#788)Libravatar tobi4
2022-08-31[bugfix] Fix tusky search issue by returning empty if offset is greater than ...Libravatar Blackle Morisanchetto1
2022-08-30[bugfix] Do not generate a notification when favouriting your own post (#780)Libravatar Blackle Morisanchetto1
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-20[bugfix] Fix potential dereference of accounts on own instance (#757)Libravatar tobi1
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi24
2022-08-08[feature] Add first iteration of a user panel at `/user` (#736)Libravatar tobi2
2022-08-06[feature] Let accounts set default status format, and use this when processin...Libravatar tobi2
2022-08-01[feature] Implemented notification clear (#720)Libravatar Artémis2
2022-07-19[bugfix] html escape special characters in text instead of totally removing t...Libravatar tobi2
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim15
2022-07-13[feature] Add back/next buttons to profiles for paging through statuses (#708)Libravatar tobi4
2022-07-10[chore] consolidate caching libraries (#704)Libravatar kim2
2022-07-03[feature] S3 support (#674)Libravatar Dominik Süß9
2022-06-30[feature] Cleanup unattached local media (#680)Libravatar tobi1
2022-06-25[bugfix] disallow following or blocking yoursel (#667)Libravatar ugla2
2022-06-24[bugfix] Fix 404 on status delete redraft (#668)Libravatar tobi6
2022-06-24[bugfix] allow setting empty email via instance patch (#665)Libravatar tobi1
2022-06-23[feature] Implement `/api/v1/instance/peers` endpoint (#660)Libravatar tobi3
2022-06-20[bugfix] Account self finger fix (#658)v0.3.6Libravatar tobi1
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