summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)AuthorFiles
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
2023-01-11[feature] Add local user and post count to nodeinfo responses (#1325)Libravatar Sleep2
2023-01-10[feature] Implement Report database model and utility functions (#1310)Libravatar tobi17
2023-01-08[bugfix] return early in websocket upgrade handler (#1315)Libravatar kim4
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 tobi741
2023-01-05[chore] Fix emoji notnull constraint on initial gtsmodel (#1303)Libravatar tobi1
2023-01-04[feature] HTTP request throttling middleware (#1297)Libravatar tobi5
2023-01-03[chore] shuffle middleware to split rate limitting into client/s2s/fileserver...Libravatar kim9
2023-01-02[chore] The Big Middleware and API Refactor (tm) (#1250)Libravatar tobi221
2022-12-22[feature] For video attachments, store + return fps, bitrate, duration (#1282)Libravatar tobi16
2022-12-21[bugfix] fix media create error not being checked (#1283)Libravatar tobi1
2022-12-21[bugfix] Close reader gracefully when streaming recache of remote media to fi...Libravatar tobi8
2022-12-17[feature] Enable basic video support (mp4 only) (#1274)Libravatar tobi10
2022-12-16[chore] fix some little config whoopsies (#1272)Libravatar tobi1
2022-12-16update go-cache to v3.2.0 with support for ignoring errors (#1273)Libravatar kim1
2022-12-16[chore/bugfix] Switch markdown from blackfriday to goldmark (#1267)Libravatar Autumn!5
2022-12-15[bugfix] Use null for empty api status `language` (#1268)Libravatar tobi4
2022-12-14[feature] support Sec-Websocket-Protocol in streaming API (#1254)Libravatar Matthew Phillips3
2022-12-14[feature] domain block wildcarding (#1178)Libravatar kim5
2022-12-13[bugfix] fix unordered favorites (#1245)Libravatar Christoph Voigt3
2022-12-12[feature] allow uncaching of other media types (#1234)Libravatar kim9