summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFiles
2023-11-26[docs] Explain how to secure metrics endpoints (#2382)Libravatar Daenney2
2023-11-23[chore/bugfix] Fix double gzip on prometheus endpoint (#2383)Libravatar tobi5
2023-11-23[documentation] add poll and poll vote details to gotosocial federating doc (...Libravatar kim1
2023-11-22[docs] Add a warning about SQLite cache sizes (#2378)Libravatar Daenney2
2023-11-22[bugfix/chore] id poll options properly (#2379)Libravatar tobi3
2023-11-22[chore]: Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (#2375)Libravatar dependabot[bot]5
2023-11-22[feature] Poll web view (#2377)Libravatar tobi8
2023-11-21[feature] Federate status language in and out (#2366)Libravatar tobi15
2023-11-21[docs] Annotate split-domain setup (#2372)Libravatar Daenney1
2023-11-21[chore/security] refactor AuthenticateFederatedRequest() to handle account de...Libravatar kim7
2023-11-20[feature] Initial Prometheus metrics implementation (#2334)Libravatar Tsuribori251
2023-11-20[bugfix] self-referencing collection pages for status replies (#2364)Libravatar kim24
2023-11-20[chore]: Bump github.com/tdewolff/minify/v2 from 2.20.6 to 2.20.7 (#2370)Libravatar dependabot[bot]3
2023-11-20[chore]: Bump go.opentelemetry.io/otel from 1.20.0 to 1.21.0 (#2369)Libravatar dependabot[bot]8
2023-11-20[chore]: Bump golang.org/x/image from 0.13.0 to 0.14.0 (#2367)Libravatar dependabot[bot]3
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 tobi73
2023-11-14[bugfix] process account delete side effects in serial, not in parallel (#2360)Libravatar tobi41
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 tobi14
2023-11-13[chore] update otel -> v1.20.0 (#2358)Libravatar tobi422
2023-11-11[bugfix] support endless polls, and misskey's' method of inferring expiry in ...Libravatar kim16
2023-11-10[feature] Media attachment placeholders (#2331)Libravatar tobi41
2023-11-10[chore/bugfix/horror] Allow `expires_in` and poll choices to be parsed from s...Libravatar tobi14
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 tobi5
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 kim84
2023-11-08[chore]: Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#2338)Libravatar dependabot[bot]22
2023-11-06[chore]: Bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.0 (#2336)Libravatar dependabot[bot]47
2023-11-06[chore]: Bump github.com/tdewolff/minify/v2 from 2.20.0 to 2.20.6 (#2337)Libravatar dependabot[bot]19
2023-11-06[chore]: Bump modernc.org/sqlite from 1.26.0 to 1.27.0 (#2339)Libravatar dependabot[bot]20
2023-11-04[feature] support canceling scheduled tasks, some federation API performance ...Libravatar kim23
2023-11-04[docs/bugfix] fix link to swagger yaml (#2333)Libravatar tobi1
2023-10-31Remove account_suspended_at_idx to resolve slow query issues (#2310)Libravatar Sam Lade1
2023-10-31:see_no_evil: (#2322)Libravatar kim4
2023-10-31[feature] add per-uri dereferencer locks (#2291)Libravatar kim54
2023-10-31[bugfix] Relax `Mention` parsing, allowing either href or name (#2320)Libravatar tobi6
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 tobi22
2023-10-30[chore]: Bump github.com/google/uuid from 1.3.1 to 1.4.0 (#2315)Libravatar dependabot[bot]6
2023-10-30[chore] Bump browserify-sign from 4.2.1 to 4.2.2 in /web/source (#2305)Libravatar dependabot[bot]1
2023-10-30[chore]: Bump github.com/yuin/goldmark from 1.5.6 to 1.6.0 (#2318)Libravatar dependabot[bot]10
2023-10-30[chore]: Bump github.com/tdewolff/minify/v2 from 2.19.10 to 2.20.0 (#2316)Libravatar dependabot[bot]9
2023-10-30[docs] added split-domain configuration for Caddy 2 (#2288)Libravatar wuchyi1
2023-10-26[bugfix] Extract description as `summary` first, fall back to `name` (#2303)Libravatar tobi3
2023-10-26[chore]: Bump google.golang.org/grpc from 1.58.2 to 1.58.3 (#2301)Libravatar dependabot[bot]6
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 tobi48