summaryrefslogtreecommitdiff
path: root/internal/processing
AgeCommit message (Expand)AuthorFiles
2023-01-16[bugfix] Parse video metadata more accurately; allow Range in fileserver (#1342)Libravatar tobi1
2023-01-13[chore] Remove omitempty on account source; refactor tests to use prettyprint...Libravatar tobi1
2023-01-11[performance] media processing improvements (#1288)Libravatar kim3
2023-01-11[feature] Add local user and post count to nodeinfo responses (#1325)Libravatar Sleep1
2023-01-08[bugfix] fix panic during status delete loop by breaking out early on len(sta...Libravatar kim1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi120
2023-01-02[chore] The Big Middleware and API Refactor (tm) (#1250)Libravatar tobi10
2022-12-21[bugfix] Close reader gracefully when streaming recache of remote media to fi...Libravatar tobi3
2022-12-10[feature] Start implementing refetch of lost media files via `/api/v1/admin/m...Libravatar tobi5
2022-12-09[feature] Allow users to create + delete bookbarks, and view bookmarked statu...Libravatar Matthew Phillips10
2022-12-06[feature] overhaul the oidc system (#961)Libravatar Dominik Süß1
2022-11-30[bugfix] Don't call `strings.ToLower()` on usernames when selecting account b...Libravatar tobi2
2022-11-30[bugfix] Avoid accidentally marking changed emojis as orphaned + pruning them...Libravatar tobi1
2022-11-29[chore] Tidy up some of the search logic (#1082)v0.6.0-rc1Libravatar tobi10
2022-11-24[feature] `PATCH /api/v1/admin/custom_emojis/{id}` endpoint (#1061)Libravatar tobi4
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 kim6
2022-11-23[feature/performance] Fail fast when doing remote transport calls inside inco...Libravatar tobi10
2022-11-22[feature] Prune timelines once per hour to plug memory leak (#1117)Libravatar tobi1
2022-11-20[performance] add account block DB cache and remove block query joins (#1085)Libravatar kim3
2022-11-20[bugfix] fix possible infinite loop on federated AP profile delete (#1091)Libravatar kim1
2022-11-19[feature] Support markdown format for Account bio/note (#1037)Libravatar Michael Manfre2
2022-11-15[chore] update database caching library (#1040)Libravatar kim4
2022-11-14[feature] Allow newly uploaded emojis to be placed in categories (#939)Libravatar tobi6
2022-11-14[feature] add instance-expose-public-timeline flag (#1039)Libravatar Rob Sargant1
2022-11-08[feature] Make instance thumbnail configurable via admin panel (#973)Libravatar tobi3
2022-11-05[bugfix] Check `media-description-min-chars` on submission of new status (#960)Libravatar tobi4
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