Wykres commitów

19 Commity (d769d03a4f8e784e5f7731f655d10da6c14b954c)

Autor SHA1 Wiadomość Data
Ryan Barrett 174f82cc6e
opt_out.py: add mozilla.social 2024-07-28 10:02:36 -07:00
Ryan Barrett 100a208e5e
add allow_opt_out to Protocol.key_for, User.get_or_create, Protocol.receive internal
for #1204
2024-07-23 19:26:30 -07:00
Ryan Barrett 8457f2a048
drop unused Object.object_ids computed property 2024-06-27 13:20:07 -07:00
Ryan Barrett 25bb96ed78
minor opt_out.py bug fix for web users 2024-06-23 08:43:50 -07:00
Ryan Barrett 53e3511fca
make opt_out.py a bit more protocol-generic
using 6e7667c266
2024-06-22 16:41:51 -07:00
Ryan Barrett f938a2b57e
opt out script bug fix for ATProto 2024-06-22 10:51:54 -07:00
Ryan Barrett 622d07a984
ATProto firehose: move and rename file 2024-05-07 16:24:16 -07:00
Ryan Barrett 3057dd6757
ATProto firehose: correctly load and handle bridged ATProto vs non-ATProto DIDs
for #978
2024-05-07 16:17:44 -07:00
Ryan Barrett 6f4d79a5f1
ATProto: start on firehose subscriber to replace polling
can't wait for this! for #978
2024-05-07 14:15:51 -07:00
Ryan Barrett 515be28cdd
Protocol.receive: automatically send to ATProto PDS if user has ATProto enabled
for #999
2024-05-05 17:21:24 -07:00
Ryan Barrett 2f57a07b9e
make opt_out.py multi-protocol, other improvements 2024-02-15 13:28:55 -08:00
Ryan Barrett b81d9c4ad8
opt_out.py: deliver delete to user's followers 2024-02-07 07:31:01 -08:00
Ryan Barrett 85a25e5f9e
scripts/opt_out.py bug fixes 2024-01-28 18:23:10 -08:00
Ryan Barrett ee213531c5
add scripts/opt_out.py
for #783
2024-01-27 14:10:51 -08:00
Ryan Barrett 4d095fa3d9
misc cleanup
* remove obsolete TODOs, commented out code
* remove obsolete circular imports of per-protocol modules
* minimize Object put in Protocol.load
* remove duplicated Protocol.load tests in test_activitypub
* re-enable rest of ActivityPubUtilsTest.test_postprocess_as2_idempotent
* drop default cls=Web in TestCase.make_user
2023-11-15 14:23:08 -08:00
Ryan Barrett 0917b52bb6
noop, add missing imports to scripts/activity_model.py 2023-04-18 13:23:56 -07:00
Ryan Barrett d72540fde7
move Activity model to scripts/activity_model.py 2023-02-11 18:11:30 -08:00
Ryan Barrett 04c2a582b9
migrate_activity_to_object: resume from latest_updated 2023-02-05 08:17:11 -08:00
Ryan Barrett 2c3a693b4d
Activity => Object: add script to migrate existing Activitys to Objects
#286

temporarily adds back Activity model definition, will remove again later.
2023-02-04 20:46:28 -08:00