summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)AuthorFiles
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
2025-01-09[bugfix] migration to cleanup dropped status edits (#3637)Libravatar kim1
2025-01-08[bugfix] More permissive CSV parsing for perm subs, text parse fix (#3638)Libravatar tobi5
2025-01-08[feature] Fetch + create domain permissions from subscriptions nightly (#3635)Libravatar tobi70
2025-01-08[chore] replace statuses.updated_at column with statuses.edited_at (#3636)Libravatar kim22
2025-01-05[feature] Create/update/remove domain permission subscriptions (#3623)Libravatar tobi30
2025-01-03[chore] Update robots.txt with more AI bots (#3634)Libravatar Daenney1
2024-12-31[bugfix] more little edit fixes (#3633)Libravatar kim2
2024-12-28[bugfix] Advertise audio/mpeg as supported (#3632)Libravatar Daenney4
2024-12-24[bugfix] small editing tweaks (#3631)Libravatar kim3
2024-12-23[feature] add support for clients editing statuses and fetching status revisi...Libravatar kim28
2024-12-23[chore] Stub /api/v1/announcements implementation (#3630)Libravatar Daenney3
2024-12-18[bugfix] Load instance-wide custom css in page stylesheets template (#3601)Libravatar CDN9
2024-12-09[chore] Log during potentially long migrations (#3613)Libravatar tobi4
2024-12-08[feature] Allow partial-word hashtags using non-breaking spaces (#3606)Libravatar tobi2
2024-12-08[chore] stub /api/v1/accounts/{id}/featured_tags endpoint (#3598)Libravatar Patrycja2
2024-12-05[feature] add support for receiving federated status edits (#3597)Libravatar kim81
2024-12-04[feature] unending polls (#3592)Libravatar kim3
2024-12-03[bugfix] Load instance-wide custom css unconditionally in thread details page...Libravatar CDN1
2024-12-02[feature] Add global instance CSS customization setting (#3352)Libravatar Victor Dyotte20
2024-11-29[performance] use new instance of bun.DB *after* migrations to reduce number ...Libravatar kim1
2024-11-28send out poll votes as separate create activities given that no other AP serv...Libravatar kim3
2024-11-28[chore] rename New___(string) int signature functions to Parse___(string) int...Libravatar kim7