summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)AuthorFiles
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
2022-12-11[feature] support configuring database caches (#1246)Libravatar kim8
2022-12-10[feature] Start implementing refetch of lost media files via `/api/v1/admin/m...Libravatar tobi12
2022-12-09[bugfix] fix unordered favorites (#1236)Libravatar Christoph Voigt1
2022-12-09[feature] Allow users to create + delete bookbarks, and view bookmarked statu...Libravatar Matthew Phillips22
2022-12-08[chore] move caches to a separate State{} structure (#1078)Libravatar kim21
2022-12-06[feature] overhaul the oidc system (#961)Libravatar Dominik Süß13
2022-12-06[feature] media: add webp support (#1155)Libravatar Sigrid Solveig Haflínudóttir5
2022-12-05[bugfix]: Prevent extension of S3 presigned url TTL (#1208)Libravatar Dominik Süß1
2022-12-04[chore] Fix a few possible cases of int truncation (#1207)Libravatar Daniele Sluijters8
2022-12-02[performance]: make s3 urls cacheable (#1194)v0.6.0-rc3Libravatar Dominik Süß1
2022-12-02[bugfix] Fix `admin account confirm` on pre-confirmed account setting email a...Libravatar tobi1
2022-12-02[bugfix] Add missing continues in emoji get funcs (#1200)Libravatar tobi1
2022-12-01[chore] Remove duplicate prefixes from sanitizer (#1195)Libravatar Daniele Sluijters1
2022-12-01[bugfix] Use case-insensitive selects when getting remote accounts by usernam...v0.6.0-rc2Libravatar tobi2
2022-11-30[feature] Support PKCS1 "RSA PUBLIC KEY" pem block type (#1179)Libravatar Sigrid Solveig Haflínudóttir1
2022-11-30[bugfix] Don't call `strings.ToLower()` on usernames when selecting account b...Libravatar tobi7
2022-11-30[bugfix] Avoid accidentally marking changed emojis as orphaned + pruning them...Libravatar tobi9
2022-11-29[bugfix] don't return error during account serialize on deleted emoji (#1177)Libravatar kim1
2022-11-29[bugfix] wrap the correct error on failed account update (#1176)Libravatar kim1
2022-11-29[chore] Tidy up some of the search logic (#1082)v0.6.0-rc1Libravatar tobi23
2022-11-27fix missing lookup cache key for invalid domain block (#1158)Libravatar kim1
2022-11-27[bugfix] Use Host domain for UA (#1156)Libravatar Daniele Sluijters1