summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)AuthorFiles
2023-02-18[bugfix] In Postgres, drop shortcodedomain constraint before creating new emo...Libravatar tobi1
2023-02-18[chore] transport improvements (#1524)Libravatar kim6
2023-02-18[bugfix] Keep png transparency (#1522)Libravatar mushus1
2023-02-18[bugfix] fix oob token route, update templates+css for oob and errors (#1519)Libravatar f0x521
2023-02-17[chore] Update more log calls to include context (#1517)Libravatar Daenney9
2023-02-17[bug] Pass context in logging middleware (#1514)Libravatar Daenney1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney104
2023-02-16[bugfix] Set 'discoverable' properly on API accounts (#1511)v0.7.0Libravatar tobi10
2023-02-16[bugfix] Set cache-control max-age dynamically for s3 (#1510)Libravatar tobi4
2023-02-15Fix 410 Gone race on account deletes (#1507)Libravatar Sam Lade1
2023-02-14[bugfix] Return empty result rather than 500 error when searching for blocked...Libravatar tobi2
2023-02-13[bugfix] Fix up `error getting account avatar/header` errors, other small fix...Libravatar tobi6
2023-02-13[performance] processing media and scheduled jobs improvements (#1482)Libravatar kim20
2023-02-13[chore] Do cache-control in a less silly way to avoid writing header twice (#...Libravatar tobi2
2023-02-12[bugfix] Set appropriate cache-control when using presigned s3 links (#1480)Libravatar tobi2
2023-02-11[chore/performance] Update media prune logic, add extra CLI command (#1474)v0.7.0-rc2Libravatar tobi22
2023-02-10[performance] remove throttling timers (#1466)Libravatar kim5
2023-02-10[chore] small changes missed in previous dereferencer.GetAccount() PRs (#1467)Libravatar kim4
2023-02-09[bugfix] Fix error on searching for account w/accountDomain by host (#1465)Libravatar tobi1
2023-02-09[performance] Don't fetch avatar + header if uri hasn't changed (#1463)Libravatar tobi2
2023-02-08[chore/bugfix] Serve + throttle publickey separately from rest of ActivityPub...Libravatar tobi4
2023-02-07[bugfix] Use SignatureCheck middleware for web profile endpoints too (#1451)Libravatar tobi1
2023-02-07[bugfix] don't trash emoji in profile fields on edit (#1440)Libravatar Sam Lade1
2023-02-07[bugfix] fix file range length calculation being off by 1 (#1448)Libravatar kim2
2023-02-06Ignore missing files when cleaning up media (#1435)Libravatar Sam Lade1
2023-02-06[performance] remove local copying of file for satisfying range headers (#1421)v0.7.0-rc1Libravatar kim1
2023-02-06[bugfix] fix old password hash staying in cache (#1432)Libravatar tobi1
2023-02-05[chore] stub /api/v1/featured_tags endpoint (#1420)Libravatar tobi3
2023-02-04[bugfix] Allow instance thumbnail description to be set separately from image...Libravatar tobi3
2023-02-03fix cache startup (#1414)Libravatar kim1
2023-02-03[chore] reformat GetAccount() functionality, support updating accounts based ...Libravatar kim46
2023-02-03[chore] Text formatting overhaul (#1406)Libravatar Autumn!26
2023-02-02[bugfix] Read Bookwyrm Articles more thoroughly (#1410)Libravatar tobi5
2023-02-02[feature] Implement `/api/v2/instance` endpoint (#1409)Libravatar tobi106
2023-02-01[chore/performance] use only 1 sqlite db connection regardless of multiplier ...Libravatar tobi1
2023-01-31[chore] Use 'immediate' lock for sqlite transactions (#1404)Libravatar tobi1
2023-01-27[feature] Federate reports to remote instance as Flag (if desired) (#1386)Libravatar tobi9
2023-01-26[chore] set max open / idle conns + conn max lifetime for both postgres and s...Libravatar tobi5
2023-01-25[feature] Public list of suspended domains (#1362)Libravatar f0x5210
2023-01-25[feature] Accept incoming federated Flag activity (#1382)Libravatar tobi11
2023-01-25[feature] Implement reports admin API so admins can view + close reports (#1378)Libravatar tobi18
2023-01-23[chore] remove funky duplicate attachment in testrig (#1379)Libravatar tobi3
2023-01-23[feature] Implement `/api/v1/reports` endpoints on client API (#1330)Libravatar tobi25
2023-01-22[chore] extending maximumPasswordLength to 256 (#1372)Libravatar 즈눅2
2023-01-18[chore] Change default sqlite busy timeout to 5m (#1352)Libravatar tobi1
2023-01-17[feature] Tune sqlite pragmas (#1349)Libravatar tobi5
2023-01-16[bugfix] Parse video metadata more accurately; allow Range in fileserver (#1342)Libravatar tobi14
2023-01-13[bugfix] Mount bookmarks endpoint correctly (#1338)Libravatar tobi1
2023-01-13[chore] Remove omitempty on account source; refactor tests to use prettyprint...Libravatar tobi18
2023-01-11[performance] media processing improvements (#1288)Libravatar kim31