summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFiles
2024-07-29[feature] Implement following hashtags (#3141)Libravatar Vyr Cossont37
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 tobi7
2024-07-26[feature] Federate interaction policies + Accepts; enforce policies (#3138)Libravatar tobi42
2024-07-24[docs] Add separate migration section + instructions for moving to GtS and no...Libravatar tobi6
2024-07-24[chore] Add interaction filter to complement existing visibility filter (#3111)Libravatar tobi61
2024-07-24[chore] renames the `GTS` caches to `DB` caches (#3127)Libravatar kim39
2024-07-24[feature] Allow user to set "bot" flag; show bot icon on profile (#3135)Libravatar tobi7
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 Cossont5
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 Cossont55
2024-07-22[bugfix] media.Processor{}.GetFile() returning 404s on first call, correctly ...Libravatar kim9
2024-07-22[chore]: Bump github.com/minio/minio-go/v7 from 7.0.73 to 7.0.74 (#3125)Libravatar dependabot[bot]9
2024-07-21[feature] add flac support (#3121)Libravatar kim4
2024-07-21[feature/frontend] Respect `prefers-reduced-motion` for avatars, headers, and...Libravatar tobi24
2024-07-21[bugfix] update common get target account / status doing refresh async (#3124)Libravatar kim2
2024-07-21[chore] Remove duplicate `<hr>` (#3123)Libravatar tobi2
2024-07-20update go-ffmpreg to v0.2.3 (#3120)Libravatar kim11
2024-07-20[chore/frontend] Use smaller webp images for logo and default avatars (#3119)Libravatar tobi34
2024-07-19[feature] use webp for thumbnails (#3116)Libravatar kim72
2024-07-19[docs] update README with our corporate sponsorship policy (#3112)Libravatar kim1
2024-07-17[chore] Fix typo (#3113)Libravatar tobi1
2024-07-17[chore] media pipeline improvements (#3110)Libravatar kim29
2024-07-17[feature] Allow users to set default interaction policies per status visibili...Libravatar tobi36
2024-07-16give read-only access to /dev for ffmpeg to access /dev/urandom (#3109)Libravatar kim1
2024-07-15[feature] more filetype support! (#3107)Libravatar kim12
2024-07-15[feature/frontend] Add player for audio files; use thumbnail for `poster` (#3...Libravatar tobi26
2024-07-15[chore]: Bump github.com/tdewolff/minify/v2 from 2.20.34 to 2.20.37 (#3106)Libravatar dependabot[bot]5
2024-07-15[chore]: Bump github.com/coreos/go-oidc/v3 from 3.10.0 to 3.11.0 (#3104)Libravatar dependabot[bot]7
2024-07-15[chore] add step-by-step logging to long migration (#3102)Libravatar tobi1
2024-07-13[chore] Go mod tidy / vendor (#3100)Libravatar tobi4
2024-07-13[chore/frontend] Tweak threading a bit, inform about hidden replies (#3097)Libravatar tobi6
2024-07-13[bugfix] Fix panic in `isStatusHomeTimelineable` (#3096)Libravatar tobi1
2024-07-12[feature/frontend] Better visual separation between "main" thread and "replie...Libravatar tobi16
2024-07-12[feature] support processing of (many) more media types (#3090)Libravatar kim376
2024-07-11[chore] Add interaction policy gtsmodels (#3075)Libravatar tobi46
2024-07-10[bugfix] Don't throw error when parent statuses are missing (#2011) (#3088)Libravatar snow1
2024-07-10[choore] Update robots.txt (#3092)Libravatar Daenney1
2024-07-08[chore] Bump ncruces/go-sqlite3 to 0.17.1 (#3085)Libravatar Daenney7
2024-07-08[chore/frontend] Put ActivityPub logo on index page (#3087)Libravatar tobi3
2024-07-08[feature/frontend] Allow setting alt-text for avatar + header (#3086)Libravatar tobi18
2024-07-08[chore]: Bump github.com/minio/minio-go/v7 from 7.0.72 to 7.0.73 (#3083)Libravatar dependabot[bot]44
2024-07-08[chore]: Bump golang.org/x/net from 0.26.0 to 0.27.0 (#3082)Libravatar dependabot[bot]4
2024-07-08[frontend] Better autocapitalize/spellcheck settings on forms (#3077)Libravatar tobi20