chapeau/django_kepi
Marnanel Thurman 09180cc44e Unsigned messages are logged and dropped.
Keys are properties of the Actor object, not subscripted items.
(Otherwise the view might accidentally send them out!)
2019-05-25 18:14:59 +01:00
..
fixtures one-to-one links from ActivityObject 2018-08-12 14:06:26 +01:00
migrations redo kepi's migrations, since they got tangled 2019-05-25 18:13:52 +01:00
models Actor class, and crypto for it, though we don't use them yet in this branch 2019-05-24 20:37:02 +01:00
__init__.py Removed create(), which was accidentally similar to d_k.models.create(). 2019-05-22 00:23:06 +01:00
apps.py django-kepi -> django_kepi, what was I thinking 2018-08-07 16:34:36 +01:00
cache_model.py Tests for the "something" model (which has a daft name, which should be changed). 2018-10-29 14:28:13 +00:00
crypto.py Actor class, and crypto for it, though we don't use them yet in this branch 2019-05-24 20:37:02 +01:00
delivery.py renamed actor_details to actor, since it's an actual object now 2019-05-25 18:14:36 +01:00
embellish.py Notes embellished with "published" + current date and time. 2019-04-25 20:02:30 +01:00
find.py RemoteItem made into a subclass of dict, which makes everything simpler. 2019-05-22 17:40:23 +01:00
responses.py Renamed methods to avoid confusion. 2018-10-12 21:47:18 +01:00
serializers.py a very basic sketch 2018-08-11 17:01:54 +01:00
urls.py Primary key for a Thing is an 8-digit hex number, not a UUID. 2019-05-22 02:10:07 +01:00
validation.py Unsigned messages are logged and dropped. 2019-05-25 18:14:59 +01:00
views.py "activity" returns the found object, not a dictionary based on it 2019-05-25 00:31:09 +01:00