rimu
|
f6661b7b9d
|
Revert "Microwave@lemmy.world summary"
This reverts commit 19bd90475a .
|
2024-12-01 08:19:15 +13:00 |
|
freamon
|
ec91e6c7d2
|
Bugfix for posts with empty attachments
|
2024-11-30 14:20:19 +00:00 |
|
rimu
|
73f0ff35f4
|
a.gup.pe images - attached to notes as a dict
|
2024-11-30 21:36:42 +13:00 |
|
rimu
|
19bd90475a
|
Microwave@lemmy.world summary
|
2024-11-30 14:16:04 +13:00 |
|
freamon
|
3a3b366fd4
|
rename id for logging from 'announce_id' to 'id'
|
2024-11-29 22:46:59 +00:00 |
|
rimu
|
dd93048e96
|
temporary instance bans
|
2024-11-30 09:50:14 +13:00 |
|
freamon
|
01e28a20b5
|
rework update_post_from_activity #351
|
2024-11-27 22:31:38 +00:00 |
|
rimu
|
3553534c00
|
Merge pull request 'refactor-aproutes' (#357) from refactor-aproutes into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/357
|
2024-11-27 21:10:01 +00:00 |
|
freamon
|
26eb967a1c
|
apf part 36: Use signed get if remote site responds 401
|
2024-11-25 12:46:34 +00:00 |
|
freamon
|
175094496a
|
apf part 32: Announce / Undo / Block
|
2024-11-24 21:43:08 +00:00 |
|
freamon
|
51de9ee082
|
apf part 28: Announce / Block to ban users from communities
|
2024-11-24 21:01:34 +00:00 |
|
freamon
|
a36d5b42e9
|
apf part 21: Announce / Create or Update
|
2024-11-24 15:15:09 +00:00 |
|
freamon
|
30dba0acf2
|
apf part 19: Undo / Like requests
|
2024-11-24 15:15:09 +00:00 |
|
freamon
|
e533603f4d
|
apf part 18: Undo / Delete requests
|
2024-11-24 15:15:09 +00:00 |
|
freamon
|
dccecc15bc
|
apf part 16: Block requests
|
2024-11-24 15:15:09 +00:00 |
|
freamon
|
9bca07504e
|
apf part 15: Flag requests
|
2024-11-24 15:15:09 +00:00 |
|
freamon
|
115bb8426f
|
apf part 13: Delete requests
|
2024-11-24 15:15:09 +00:00 |
|
freamon
|
046a15e617
|
apf part 12: Create/Update requests
|
2024-11-24 15:15:09 +00:00 |
|
rimu
|
c135b9c51f
|
clean up duplicate instances #348
|
2024-11-24 16:32:22 +13:00 |
|
freamon
|
fe7791bf4d
|
apf part 01: add log_incoming_ap function
|
2024-11-18 15:56:47 +00:00 |
|
freamon
|
5e422131ad
|
Prefer image in attachment for image posts #350
|
2024-11-17 22:14:39 +00:00 |
|
rimu
|
ffd78bfd80
|
add unique constraint to user.ap_profile_id and clean up old data
|
2024-11-14 20:16:09 +13:00 |
|
rimu
|
f16b23bcd8
|
do not mix model objects from different sessions
|
2024-11-14 16:51:48 +13:00 |
|
rimu
|
c746be51c9
|
oops, don't close session too soon
|
2024-11-14 16:43:17 +13:00 |
|
rimu
|
53e90bb8c1
|
use separate DB session for common celery tasks to reduce conflicts
|
2024-11-14 16:28:38 +13:00 |
|
rimu
|
70bb9ab68f
|
finesse my earlier fix
|
2024-11-06 14:38:58 +13:00 |
|
rimu
|
a056a02ac3
|
avoid invalid post urls
|
2024-11-05 17:09:48 +13:00 |
|
rimu
|
122941b696
|
local variable 'server' referenced before assignment
|
2024-11-02 16:39:39 +13:00 |
|
rimu
|
21ae50f6ff
|
post licence - save and display
|
2024-11-02 16:02:29 +13:00 |
|
freamon
|
aa754cbd45
|
Use community linked to_delete or to_restore instead of one mentioned in request JSON
|
2024-10-30 15:27:18 +00:00 |
|
freamon
|
1611875936
|
Move cross-post logic out of routes and into util for delete/restore
|
2024-10-30 15:26:58 +00:00 |
|
freamon
|
bdbd33f513
|
Remove celery selection functions for delete/restore because decision was already made for calling function
|
2024-10-30 15:26:45 +00:00 |
|
freamon
|
502e6ff0f6
|
post soft-deletion: add options to restore or purge deleted posts
|
2024-10-26 03:55:56 +00:00 |
|
freamon
|
899bf834cd
|
post soft-deletion: delay calling delete_dependencies until a post is purged, to allow for restoration
|
2024-10-26 03:55:21 +00:00 |
|
freamon
|
af3bc4f0dd
|
post-reply soft-deletion: activitypub restorations
|
2024-10-21 22:20:33 +00:00 |
|
freamon
|
0220739d16
|
post-reply soft-deletion: add info to activitypublog for deletions
|
2024-10-21 22:19:43 +00:00 |
|
rimu
|
384d8077be
|
avoid trying to delete already deleted posts
|
2024-10-21 10:22:59 +13:00 |
|
rimu
|
42439fb90a
|
Merge branch 'refactor-post-new'
|
2024-10-21 09:56:20 +13:00 |
|
freamon
|
a627de0985
|
post-reply soft-deletion: also replace content for activitypub retrievals
|
2024-10-19 21:56:01 +00:00 |
|
freamon
|
3196c2cb79
|
post-reply soft-deletion: activitypub fixes
|
2024-10-19 21:19:35 +00:00 |
|
freamon
|
a2a81e5726
|
post-reply soft-deletion: don't overwrite content, so it can be restored
|
2024-10-19 17:26:26 +00:00 |
|
rimu
|
77172f1d9c
|
minor bugfixes via sentry
|
2024-10-16 21:55:41 +13:00 |
|
rimu
|
cec844ec4f
|
refactor post-new wip
|
2024-10-14 15:37:00 +13:00 |
|
rimu
|
f1ddbcf008
|
populate deleted_by field
|
2024-10-14 12:35:24 +13:00 |
|
rimu
|
4d285e6871
|
FEP-268d - federation
|
2024-10-13 10:57:33 +13:00 |
|
rimu
|
955af755de
|
FEP-268d: Search consent signals for objects
|
2024-10-13 10:51:50 +13:00 |
|
rimu
|
1f18a05a4d
|
sanitize user display names #336
|
2024-10-10 19:46:55 +13:00 |
|
rimu
|
29f48f58b3
|
accept alt text
|
2024-10-08 07:47:43 +13:00 |
|
freamon
|
75d5c821a0
|
Also increment author's post_count when backfilling
|
2024-10-06 13:09:48 +00:00 |
|
freamon
|
4cfcc69648
|
Update if account is a bot or not when refreshing user profiles #334
|
2024-10-04 10:51:29 +00:00 |
|