Commit graph

6 commits

Author SHA1 Message Date
asonix 820e948acd Profiles: bound range iterations by profile id
When iterating over submissions for a profile, previously
it was possible to iterate past the end of a given profile's
submissions, and into the next profile's. This was fixed by
setting lower & upper bounds rather than leaving them
open-ended
2021-01-24 20:02:03 -06:00
asonix f9596fd743 Profiles: notify followers on submission publish
Expose API for paging notifications
2021-01-23 22:03:39 -06:00
asonix 642f0bb578 Profiles: lots of federation fixes
Currently federation requests + accepts + rejects + undos all work
Federation blocking works also
Profiles can federate their text and images, provided federation was
enabled before profile creation. Looking into backfilling existing
profiles is TODO
2021-01-17 01:27:13 -06:00
asonix 95b3b17c61 Profiles: Add Servers, server follows & blocks
Enable and expose report forwarding
2021-01-15 22:25:16 -06:00
asonix 0a64034ea9 Profiles: Expose notifications for profile
- Expose notification counts for profile
- Expose Accept & Reject Follow Request constructors
- Don't error on missing activitypub for RejectFollowRequest
2021-01-14 23:50:31 -06:00
asonix 5d56504507 Ingest ActivityPub 2021-01-04 11:34:31 -06:00