summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)AuthorFiles
2025-02-14[bugfix] Drop status indices AFTER updating visibility (#3795)Libravatar tobi2
2025-02-13[bugfix] Return 404 when web context target status hidden (#3792)Libravatar tobi1
2025-02-12[feature] Implement backfilling statuses thru scheduled_at (#3685)Libravatar Vyr Cossont13
2025-02-11[performance] improved enum migrations (#3782)Libravatar kim2
2025-02-11[bug] respect `X-Robots-Tag` and `robots.txt` on api/v1/instance and nodeinfo...Libravatar alemi.dev5
2025-02-11[bugfix] Suggest lowercase username when creating via OIDC (#3780)Libravatar tobi1
2025-02-10[feature] make account sign-up / backlog limits configurable (#3768)Libravatar tobi4
2025-02-09[bugfix] Fix POST to create account endpoint (#3767)Libravatar tobi3
2025-02-09[bugfix] Reduce Web Push record size (#3762)Libravatar Vyr Cossont1
2025-02-08[bug] Add missing `group` property to the Account model (#3746)Libravatar pnwmatt14
2025-02-06temporary fix for tetratelabs/wazero#2365 armv8 compiler support bug (#3741)Libravatar kim1
2025-02-06[chore] update otel libraries (#3740)Libravatar Dominik Süß7
2025-02-05[feature] Use `X-Robots-Tag` headers to instruct scrapers/crawlers (#3737)Libravatar tobi12
2025-02-04[bugfix] wrong nodeinfo version (tobi is a boob) (#3735)Libravatar tobi1
2025-02-04[feature] Change `instance-stats-randomize` to `instance-stats-mode` with mul...Libravatar tobi13
2025-02-03adds support for build specifically without wasm ffmpeg (#3732)Libravatar kim6
2025-02-03[bugfix] Don't panic on delivery of Activity with no `object` (#3730)Libravatar tobi1
2025-02-03[feature] Implement Web Push notification policy (#3721)Libravatar Vyr Cossont14
2025-02-03[chore] disallow /nodeinfo/ too (#3729)Libravatar jade arson.1
2025-02-01[bugfix] Swagger: fix media_ids[] param for creating statuses (#3722)Libravatar Vyr Cossont1
2025-01-31[feature] Add `instance-stats-randomize` config option (#3718)Libravatar tobi10
2025-01-31[chore] Add "object" uri to outgoing Accept + Reject messages (#3717)Libravatar tobi2
2025-01-31[chore] Web Push: Use server URL for VAPID sub claim (#3716)Libravatar Vyr Cossont1
2025-01-31[bugfix] shut down LE server nicely (#3714)Libravatar tobi1
2025-01-31[bugfix] Extend parser to handle more non-Latin hashtags (#3700)Libravatar Vyr Cossont5
2025-01-31[feature] Add system message wrappers for pending replies and placeholder att...Libravatar Vyr Cossont2
2025-01-30[bugfix] fix boost of account ID check (#3709)Libravatar kim1
2025-01-30check boosted account ID when performing usermute checks (#3708)Libravatar kim2
2025-01-30[bugfix] Missing emoji urls (#3707)Libravatar kim4
2025-01-30[bugfix] harden checks for remotes masquerading as local, and return correct ...Libravatar kim3
2025-01-29[feature] Use maintenance router to serve 503 while server is starting/migrat...Libravatar tobi4
2025-01-28[chore] remove type switch in Create() and instead move to FederatedCallbacks...Libravatar kim14
2025-01-28[bugfix] Allow processing null ID emojis (#3702)Libravatar tobi3
2025-01-27[feature] Implement `deliveryRecipientPreSort` to prioritize delivery to ment...Libravatar tobi1
2025-01-27[chore] skip `trusted-proxies` warning if ip excepted from rate limiting (#3699)Libravatar tobi7
2025-01-27[chore] some tidy ups (#3677)Libravatar kim6
2025-01-27[feature/frontend] Add login button to index page which reiterates info about...Libravatar Vivian Lim ⭐3
2025-01-27[bugfix] Fix top-level posts with a mention being counted as replies when doi...Libravatar tobi2
2025-01-26[chore] Allow suppressing trusted-proxies warning by disabling rate limiting ...Libravatar tobi1
2025-01-26[docs] Swagger: fix filter context params by moving enum list from the list t...Libravatar Vyr Cossont4
2025-01-24[bugfix] Rename domain perm sub migration to unique date (#3679)Libravatar tobi2
2025-01-24[feature] Process incoming Undo Announce properly (#3676)Libravatar tobi3
2025-01-23[feature] Push notifications (#3587)Libravatar Vyr Cossont92
2025-01-23[feature] Serve bot accounts over AP as Service instead of Person (#3672)Libravatar tobi11
2025-01-23[feature] Add warning about `trusted-proxies` to make config easier (#3675)Libravatar tobi1
2025-01-23[feature] Add `published` property to outgoing AP Actor representations (#3671)Libravatar tobi2
2025-01-22[performance] reduce InboxForward->Create calls by partially implementing Exi...Libravatar kim6
2025-01-20[bugfix] Store LastModified for domain perm subs + send as If-Modified-Since ...Libravatar tobi8
2025-01-18[bugfix] Fix existing perm adoption (#3651)Libravatar tobi7
2025-01-14[chore] better dns validation (#3644)Libravatar kim10