chapeau/kepi/bowler_pub
Marnanel Thurman 088ed35040 CreateActivitySerializer mostly working; to and cc are constants, which they shouldn't be.
Test now passes.
2020-10-29 00:52:34 +00:00
..
migrations
models
static
tests test_read_announce working; that class renamed Tests per policy 2020-10-29 00:49:28 +00:00
views corrected "log.warning" to "logger.warning" 2020-10-19 16:20:22 +01:00
README.md
__init__.py
activityresponse.py
admin.py
create.py create() relies on the Follow object to send the "followed" signal, rather than doing it itself 2020-10-24 23:19:46 +01:00
crypto.py
parsers.py
renderers.py
serializers.py CreateActivitySerializer mostly working; to and cc are constants, which they shouldn't be. 2020-10-29 00:52:34 +00:00
signals.py
urls.py LocalPerson gains "featured" attribute. Bowler gains FeaturedView. 2020-10-11 15:36:58 +01:00
utils.py
validation.py Deserialisation methods were split between sombrero_sendpub.fetch() and bowler_pub.create(). They're now all in create(). 2020-10-19 16:54:22 +01:00

README.md

bowler-pub

Bowler interacts with the rest of the world, mainly via ActivityPub.

It has two main tasks:

  • Produce ActivityPub data when requested by remote servers.

  • Notify remote servers about things that have happened locally.