summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)AuthorFiles
2024-08-25[bugfix] Carry-over `ApprovedByURI` to avoid marking already-approved remote ...Libravatar tobi1
2024-08-24[chore/bugfix] Fix missing insertion of preapproved interaction requests (#3228)Libravatar tobi1
2024-08-24[feature] Interaction requests client api + settings panel (#3215)Libravatar tobi52
2024-08-23[performance] ffmpeg ffprobe wrapper improvements (#3225)Libravatar kim7
2024-08-22[feature] Use `local_only` field, deprecate `federated` field (#3222)Libravatar tobi11
2024-08-19[performance] use native Go code to probe JPEGs (#3206)Libravatar kim4
2024-08-19[chore] update default http client timeout to 30s (#3214)Libravatar kim1
2024-08-16[bugfix] permit unspecified orientation data (#3205)Libravatar kim1
2024-08-13[security] harden account update logic (#3198)Libravatar kim4
2024-08-13[bugfix] relax missing preferred_username, instead using webfingered username...Libravatar kim7
2024-08-12[bugfix] incorrect AP serialize function used serializing worker data (#3196)Libravatar kim1
2024-08-11[bugfix] updated pinned counts on status delete (#3188)Libravatar kim4
2024-08-08[performance] move thumbnail generation to go code where possible (#3183)Libravatar kim19
2024-08-08[feature] Add `db-postgres-connection-string` option (#3178)Libravatar John Winston3
2024-08-08[feature] Use gifv type for short soundless mp4 videos (#3182)Libravatar tobi3
2024-08-06[bugfix] send back Sec-Websocket-Protocol header for streaming WebSocket (#3169)Libravatar Leah Neukirchen2
2024-08-03[bugfix] fix emoji recaching operations (#3167)Libravatar kim9
2024-08-03[chore] Add `media-ffmpeg-pool-size` config var (#3164)Libravatar tobi3
2024-08-02[feature] Beef up our AI opt-outs (#3165)Libravatar Daenney2
2024-08-02[bugfix] close files before error return (#3163)Libravatar kim2
2024-08-02[chore] move PopulateAccountStats() nil check often performed into function i...Libravatar kim8
2024-08-02[chore] add back exif-terminator and use only for jpeg,png,webp (#3161)Libravatar kim6
2024-08-02[feature] Allow import of following and blocks via CSV (#3150)Libravatar tobi17
2024-07-31[chore] Take account of rotation data when calculating full size image dimens...Libravatar tobi3
2024-07-31[feature] Implement Mastodon-compatible roles (#3136)Libravatar Vyr Cossont10
2024-07-31[feature] Allow users to export data via the settings panel (#3140)Libravatar tobi22
2024-07-31[feature] Object store custom URL (S3) (#3046)Libravatar CDN5
2024-07-30[performance] limit ffprobe read time to at most 1s after start of file (#3155)Libravatar kim1
2024-07-30[feature] persist worker queues to db (#3042)Libravatar kim18
2024-07-30[chore] replace UniqueStrings with Deduplicate (#3154)Libravatar tobi1
2024-07-30[chore] add some more slice related utility functions + remove duplicated fun...Libravatar kim7
2024-07-29[feature] Implement following hashtags (#3141)Libravatar Vyr Cossont35
2024-07-28[bugfix] take into account rotation when generating thumbnail (#3147)Libravatar kim4
2024-07-28[bugfix] moves file rename to earlier in media pipeline so ffmpeg calls ALWAY...Libravatar kim3
2024-07-27[chore] log delivery worker stop/start at debug level (#3145)Libravatar tobi1
2024-07-27[chore] replaces nested ifs with switch cases, removes defer 'onFail()' being...Libravatar kim1
2024-07-26ensure ffmpeg muxer gets set correctly by setting input file extension before...Libravatar kim1
2024-07-26[bugfix] Use punycode for `host` part of `resource` query param when doing we...Libravatar tobi6
2024-07-26[feature] Federate interaction policies + Accepts; enforce policies (#3138)Libravatar tobi35
2024-07-24[chore] Add interaction filter to complement existing visibility filter (#3111)Libravatar tobi56
2024-07-24[chore] renames the `GTS` caches to `DB` caches (#3127)Libravatar kim39
2024-07-24[bugfix] Serialize empty conversation account list as empty list, not null (#...Libravatar Vyr Cossont1
2024-07-23[chore] Add some log lines to recent migrations warning not to interrupt (#3134)Libravatar tobi4
2024-07-23Remove content and related fields from boosts (#3131)Libravatar Vyr Cossont4
2024-07-23Explicitly propagate filter results from statuses to their boosts in API resp...Libravatar Vyr Cossont2
2024-07-23[feature] Conversations API (#3013)Libravatar Vyr Cossont51
2024-07-22[bugfix] media.Processor{}.GetFile() returning 404s on first call, correctly ...Libravatar kim9
2024-07-21[feature] add flac support (#3121)Libravatar kim4
2024-07-21[feature/frontend] Respect `prefers-reduced-motion` for avatars, headers, and...Libravatar tobi15
2024-07-21[bugfix] update common get target account / status doing refresh async (#3124)Libravatar kim2