summaryrefslogtreecommitdiff
path: root/internal/typeutils
AgeCommit message (Expand)AuthorFiles
2025-02-04[feature] Change `instance-stats-randomize` to `instance-stats-mode` with mul...Libravatar tobi1
2025-02-03[feature] Implement Web Push notification policy (#3721)Libravatar Vyr Cossont3
2025-01-31[feature] Add `instance-stats-randomize` config option (#3718)Libravatar tobi2
2025-01-31[chore] Add "object" uri to outgoing Accept + Reject messages (#3717)Libravatar tobi2
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 kim1
2025-01-28[bugfix] Allow processing null ID emojis (#3702)Libravatar tobi1
2025-01-23[feature] Push notifications (#3587)Libravatar Vyr Cossont3
2025-01-23[feature] Serve bot accounts over AP as Service instead of Person (#3672)Libravatar tobi4
2025-01-23[feature] Add `published` property to outgoing AP Actor representations (#3671)Libravatar tobi2
2025-01-08[bugfix] More permissive CSV parsing for perm subs, text parse fix (#3638)Libravatar tobi1
2025-01-08[feature] Fetch + create domain permissions from subscriptions nightly (#3635)Libravatar tobi2
2025-01-08[chore] replace statuses.updated_at column with statuses.edited_at (#3636)Libravatar kim7
2025-01-05[feature] Create/update/remove domain permission subscriptions (#3623)Libravatar tobi1
2024-12-28[bugfix] Advertise audio/mpeg as supported (#3632)Libravatar Daenney1
2024-12-24[bugfix] small editing tweaks (#3631)Libravatar kim2
2024-12-23[feature] add support for clients editing statuses and fetching status revisi...Libravatar kim2
2024-12-05[feature] add support for receiving federated status edits (#3597)Libravatar kim7
2024-12-04[feature] unending polls (#3592)Libravatar kim1
2024-12-02[feature] Add global instance CSS customization setting (#3352)Libravatar Victor Dyotte1
2024-11-28send out poll votes as separate create activities given that no other AP serv...Libravatar kim2
2024-11-25[performance] convert enum strings to ints (#3558)Libravatar kim2
2024-11-21[feature] Add domain permission drafts and excludes (#3547)Libravatar tobi1
2024-11-21[bugfix] post counters should not include direct messages (#3554)Libravatar Jannis1
2024-11-11[performance] minimise log field allocations (#3529)Libravatar kim1
2024-11-05[bugfix] sets the max value placeholders to MaxInt32 instead of MaxInt (#3517)v0.17.3Libravatar kim2
2024-11-04[feature] add support for hinting via api/v_/instance preferred image / video...Libravatar kim2
2024-11-04[bugfix] determine mime-type to use during ffprobe evaluation stage, don't bo...Libravatar kim1
2024-10-22[bugfix] incorrect /api/v_/instance domain uri fields (#3477)Libravatar kim2
2024-10-21[feature] Add image descriptions for default avatar + header; don't allow edi...v0.17.1Libravatar tobi3
2024-10-16[chore] Upgrade golangci-lint, ignore existing int overflow warnings (#3420)Libravatar Markus Unterwaditzer1
2024-10-12[bugfix] Account.last_status_at is a date, not datetime (#3419)Libravatar Markus Unterwaditzer2
2024-10-11[chore] Don't cc Accept of likes to followers (#3417)v0.17.0-rc4Libravatar tobi2
2024-10-11[bugfix] Ensure `pending_approval` set on statuses + status faves (#3415)Libravatar tobi1
2024-10-08[feature] Distribute + ingest Accepts to followers (#3404)Libravatar tobi2
2024-10-05[bugfix] Account for nil reply when serializing int req (#3389)Libravatar tobi1
2024-10-04[bugfix] Include own account in conversation when no other accounts involved ...Libravatar tobi2
2024-09-28[bugfix] visibility after implicit approval not getting invalidated (#3370)Libravatar kim1
2024-09-24[bugfix] Fix incorrect reply shown in interaction request (#3344)Libravatar tobi3
2024-09-23[feature] Show info for pending replies, allow implicit accept of pending rep...Libravatar tobi3
2024-09-18[chore] make csv export ordering determinate (#3318)Libravatar tobi1
2024-09-16[bugfix] Ensure id set on outgoing Reject + Accept (#3312)Libravatar tobi1
2024-09-16[bugfix] Be more lenient when parsing mastodown following.csv (#3311)Libravatar tobi1
2024-09-16[performance] cache more database calls, reduce required database calls overa...Libravatar kim1
2024-09-16[chore] Refactor federatingDB.Undo, avoid 500 errors on Undo Like (#3310)Libravatar tobi1
2024-09-16[bugfix] Use better plaintext representation of status for filtering (#3301)Libravatar tobi4
2024-09-15[bugfix] Hoist filterable text field extraction out of loop (#3297)Libravatar Vyr Cossont1
2024-09-10[feature] Process `Reject` of interaction via fedi API, put rejected statuses...Libravatar tobi1