summaryrefslogtreecommitdiff
path: root/internal/api/activitypub/users
AgeCommit message (Expand)AuthorFiles
2025-11-17[chore] Apply schema for OpenAPI errors (#4511)Libravatar Vyr Cossont3
2025-10-17[chore] Rationalize HTTP return codes for fedi endpoints, other tidying up (#...Libravatar tobi13
2025-09-14[feature] Support new model of interaction flow for forward compat with v0.21...Libravatar tobi3
2025-05-22[chore] Upgrade to Go 1.24 (#4187)Libravatar Daenney5
2025-04-26[feature] Move to code.superseriousbusiness.orgLibravatar Daenney16
2025-04-26[performance] rewrite timelines to rely on new timeline cache type (#3941)Libravatar kim1
2025-04-25[chore] Move deps to code.superseriousbusiness.org (#4054)Libravatar tobi5
2025-04-06[chore] Migrate accounts to new table, relax uniqueness constraint of actor `...Libravatar tobi1
2025-03-03[feature] Refactor tokens, allow multiple app redirect_uris (#3849)Libravatar tobi1
2025-03-02[chore] github.com/superseriousbusiness/activity -> codeberg.org/superserious...Libravatar tobi5
2025-01-23[feature] Push notifications (#3587)Libravatar Vyr Cossont1
2025-01-23[feature] Serve bot accounts over AP as Service instead of Person (#3672)Libravatar tobi1
2025-01-08[feature] Fetch + create domain permissions from subscriptions nightly (#3635)Libravatar tobi1
2024-12-05[feature] add support for receiving federated status edits (#3597)Libravatar kim1
2024-08-24[feature] Interaction requests client api + settings panel (#3215)Libravatar tobi1
2024-08-13[bugfix] relax missing preferred_username, instead using webfingered username...Libravatar kim1
2024-07-26[feature] Federate interaction policies + Accepts; enforce policies (#3138)Libravatar tobi2
2024-07-15[feature/frontend] Add player for audio files; use thumbnail for `poster` (#3...Libravatar tobi1
2024-06-26[chore] media and emoji refactoring (#3000)Libravatar kim1
2024-06-11[bugfix] Deref stats async, serve stub collections if handshaking (#2990)v0.16.0-rc2Libravatar tobi2
2024-06-06[feature] Self-serve email change for users (#2957)Libravatar tobi1
2024-04-30[bugfix] further paging mishaps (#2884)Libravatar kim1
2024-04-30[bugfix] paging rel links (#2883)Libravatar kim1
2024-04-11[performance] massively improved ActivityPub delivery worker efficiency (#2812)Libravatar kim1
2024-04-03[bugfix] improved authenticate post inbox error handling (#2803)Libravatar kim1
2024-03-22[chore] Move local account settings to separate db table (#2770)Libravatar tobi1
2024-03-06[bugfix] Fix Swagger spec and add test script (#2698)Libravatar Vyr Cossont2
2024-02-27[feature] Add experimental `instance-federation-spam-filter` option (#2685)Libravatar tobi1
2024-01-18[chore] chore rationalise http return codes for activitypub handlers (#2540)Libravatar kim1
2024-01-16[feature] Account alias / move API + db models (#2518)Libravatar tobi1
2023-12-10[bugfix] Ensure `pre` renders as expected, fix orderedCollectionPage (#2434)Libravatar tobi2
2023-11-30[bugfix] return 400 Bad Request on more cases of malformed AS data (#2399)Libravatar kim1
2023-11-27[performance] http response encoding / writing improvements (#2374)Libravatar kim10
2023-11-20[bugfix] self-referencing collection pages for status replies (#2364)Libravatar kim2
2023-11-14[bugfix] process account delete side effects in serial, not in parallel (#2360)Libravatar tobi1
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim2
2023-10-23[chore] de-interface{} the federator and dereferencer structs (#2285)Libravatar kim1
2023-10-03[chore] internal/ap: add pollable AS types, code reformatting, general niceti...Libravatar kim1
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim1
2023-09-20[feature] add paging to AP following / followers endpoints (#2198)Libravatar kim2
2023-08-02[bugfix] Rework MultiError to wrap + unwrap errors properly (#2057)Libravatar tobi1
2023-07-13[bugfix] Set Vary header correctly on cache-control (#1988)v0.10.0-rc2Libravatar tobi7
2023-06-13[chore] Refactor AP authentication, other small bits of tidying up (#1874)Libravatar tobi10
2023-05-28[bugfix/chore] Inbox post updates (#1821)Libravatar tobi2
2023-05-28[chore] tidy up media manager, add calling func to errors, build-script impro...Libravatar kim1
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi4
2023-05-09[feature] Enable federation in/out of profile PropertyValue fields (#1722)Libravatar tobi1
2023-03-20[chore] Refactor account deleting/block logic, tidy up some other processing ...Libravatar tobi1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney16
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim4