summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)AuthorFiles
2023-12-10[bugfix] Narrow search scope for accounts starting with '@'; don't LOWER SQLi...Libravatar tobi4
2023-12-10[bugfix] Ensure `pre` renders as expected, fix orderedCollectionPage (#2434)Libravatar tobi15
2023-12-09[bugfix] Fix web media not showing as sensitive (#2433)Libravatar tobi5
2023-12-08[bugfix] Fix wrong notification type sent for poll end (#2429)Libravatar tobi1
2023-12-08[chore] Run ANALYZE for SQLite after latest migrations (#2427)Libravatar tobi1
2023-12-08[bug] Fix an import statement in the gen template (#2426)Libravatar Daenney1
2023-12-05[chore/frontend] Refactor status templates slightly, put polls behind CWs if ...Libravatar tobi2
2023-12-01[bugfix/chore] `Announce` reliability updates (#2405)v0.13.0-rc1Libravatar tobi15
2023-12-01[bugfix] in fedi API CreateStatus(), handle case of data-race and return earl...Libravatar kim1
2023-11-30[bugfix] return 400 Bad Request on more cases of malformed AS data (#2399)Libravatar kim28
2023-11-30[bugfix] always go through status parent dereferencing on isNew, even on data...Libravatar kim2
2023-11-30[chore] Re-add indexes, rename account actions indexes (#2401)Libravatar tobi2
2023-11-30[bugfix] Update exif-terminator (fix png issue) (#2391)Libravatar tobi4
2023-11-29[performance/postgres] Rename constraints, remove duplicate indexes (#2392)Libravatar tobi1
2023-11-29[bugfix] Correctly handle range > content-length (#2395)Libravatar Jadeiin1
2023-11-28[chore]: Bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 (#2335)Libravatar dependabot[bot]2
2023-11-27[bugfix] Don't copy ptr fields in caches (#2386)Libravatar tobi12
2023-11-27[feature] Add `/api/v1/admin/debug/apurl` endpoint (#2359)Libravatar tobi6
2023-11-27[performance] http response encoding / writing improvements (#2374)Libravatar kim104
2023-11-27[bugfix] Add Actor to outgoing poll vote Create; other fixes (#2384)Libravatar tobi5
2023-11-23[chore/bugfix] Fix double gzip on prometheus endpoint (#2383)Libravatar tobi3
2023-11-22[bugfix/chore] id poll options properly (#2379)Libravatar tobi2
2023-11-22[feature] Poll web view (#2377)Libravatar tobi4
2023-11-21[feature] Federate status language in and out (#2366)Libravatar tobi14
2023-11-21[chore/security] refactor AuthenticateFederatedRequest() to handle account de...Libravatar kim7
2023-11-20[feature] Initial Prometheus metrics implementation (#2334)Libravatar Tsuribori8
2023-11-20[bugfix] self-referencing collection pages for status replies (#2364)Libravatar kim23
2023-11-17[chore/whoops] re-add missing languages flag (#2365)Libravatar tobi1
2023-11-17[feature] Set/show instance language(s); show post language on frontend (#2362)Libravatar tobi20
2023-11-14[bugfix] process account delete side effects in serial, not in parallel (#2360)Libravatar tobi38
2023-11-14[bugfix] Update poll delete/update db queries (#2361)Libravatar tobi3
2023-11-13[feature/performance] Wrap incoming HTTP requests in timeout handler (#2353)Libravatar tobi13
2023-11-13[chore] update otel -> v1.20.0 (#2358)Libravatar tobi1
2023-11-11[bugfix] support endless polls, and misskey's' method of inferring expiry in ...Libravatar kim15
2023-11-10[feature] Media attachment placeholders (#2331)Libravatar tobi36
2023-11-10[chore/bugfix/horror] Allow `expires_in` and poll choices to be parsed from s...Libravatar tobi13
2023-11-10[bugfix] Don't try to update suspended accounts (#2348)Libravatar tobi4
2023-11-09[bugfix/docs] Poll api fixups + swagger docs (#2345)Libravatar tobi4
2023-11-09[bugfix] actually decrement votes during poll vote delete ... (#2344)Libravatar kim1
2023-11-08[bugfix] fix poll vote count responses on client and fedi API vote creation (...Libravatar kim3
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim79
2023-11-04[feature] support canceling scheduled tasks, some federation API performance ...Libravatar kim20
2023-10-31Remove account_suspended_at_idx to resolve slow query issues (#2310)Libravatar Sam Lade1
2023-10-31[feature] add per-uri dereferencer locks (#2291)Libravatar kim10
2023-10-31[bugfix] Relax `Mention` parsing, allowing either href or name (#2320)Libravatar tobi5
2023-10-30[bugfix] Allow blocked accounts to show in precise search (#2321)Libravatar tobi8
2023-10-30[feature] Customizable media cleaner schedule (#2304)Libravatar tobi12
2023-10-26[bugfix] Extract description as `summary` first, fall back to `name` (#2303)Libravatar tobi3
2023-10-25[feature] attach any request errors if found, only set level=ERROR if code >=...Libravatar kim1
2023-10-25[feature] Status thread mute/unmute functionality (#2278)Libravatar tobi43