Commit graph

17 commits

Author SHA1 Message Date
asonix 6b08db0634 Profiles: fix spelling, don't hardcode handle max 2021-02-13 18:27:22 -06:00
asonix df9a45137d Profiles: Add validation errors 2021-02-13 18:00:30 -06:00
asonix abb9f79464 Profiles: add tagging logic to bbcode processor 2021-02-08 22:37:09 -06:00
asonix a3c4bdce09 Profiles: Remove distinction between Context and State 2021-01-21 23:43:38 -06:00
asonix 83b447b780 Profiles: Federation fixes
- Fix image federation
- Enable submission & comment create/update federation
- Improve checks to ensure we don't federate when we don't need to
2021-01-17 15:01:45 -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 2c8439bed2 Add messaging around missing item errors 2021-01-16 11:48:12 -06:00
asonix 95b3b17c61 Profiles: Add Servers, server follows & blocks
Enable and expose report forwarding
2021-01-15 22:25:16 -06:00
asonix 464429747d Profiles: Add Reports, and the ability to suspend profiles
- Plus: Don't delete comments on delete, just mark as deleted
- TODO: Purge text from deleted comments
2021-01-13 22:43:43 -06:00
asonix 7ecc402d1b Differentiate Drafted vs Published submission iterators
Always perform state changes in background thread
context -> ctx
2021-01-10 22:03:20 -06:00
asonix 5c280ef6f6 Process outbound in new thread 2021-01-06 13:49:23 -06:00
asonix ab8aa2cbe1 Profiles: expose needed information for non-apub profile creation
- Add image purge to profile update
- Add outbound processing in apub ingest
- Add follower + follow request cleanup in profile delete
- Add inboxes + id to Outbound trait
2021-01-06 02:21:17 -06:00
asonix 6ffc4e9fa3 Prepare Actions for use outside of activitypub paths
Catch (but not fix) but related to unfollowing durin blocks
2021-01-05 00:09:59 -06:00
asonix 8552d10cdc Mark objects as deleted, simplify spawn logic, check blocks on incoming activities 2021-01-04 21:13:06 -06:00
asonix fff74bf063 No warnings, expose top-level methods for image uploads 2021-01-04 20:23:17 -06:00
asonix 397f67ade6 Move actions to apub 2021-01-04 11:41:34 -06:00
asonix 5d56504507 Ingest ActivityPub 2021-01-04 11:34:31 -06:00