Commit graph

2086 commits

Author SHA1 Message Date
freamon
309a016d97 Streamline ap routes (part 13: undo user bans) 2025-01-08 22:00:00 +00:00
freamon
809a04b869 Streamline ap routes (part 12: undo locks) 2025-01-08 19:49:41 +00:00
freamon
e1e1b43d63 Streamline ap routes (part 11: undo votes) 2025-01-08 19:27:46 +00:00
freamon
e8b2861d88 Streamline ap routes (part 10: undo deletes) 2025-01-08 19:23:47 +00:00
freamon
e640ab7ed8 Streamline ap routes (part 09: creates / updates) 2025-01-08 18:57:50 +00:00
freamon
9dc1589783 Streamline ap routes (part 08: deletes) 2025-01-08 18:28:27 +00:00
freamon
63495dd5d9 Streamline ap routes (part 07: user bans) 2025-01-08 16:34:25 +00:00
rimu
d8c9e04617 add barkrowler to robots.txt 2025-01-08 14:25:23 +13:00
rimu
8618d43c1c use inbox instead of shared_inbox 2025-01-08 13:41:52 +13:00
rimu
f10fb60577 sometimes attributedTo is a list of strings or Person dicts 2025-01-08 13:24:57 +13:00
rimu
b90f4feb3c Merge remote-tracking branch 'origin/main' 2025-01-08 13:15:33 +13:00
rimu
654e148d4a sometimes attributedTo is a list of strings 2025-01-08 13:14:37 +13:00
rimu
cf14b186c1 sometimes attributedTo is a list of strings 2025-01-08 12:19:10 +13:00
freamon
0f0202cb55 Streamline ap routes (part 06: remove mods or sticky) 2025-01-07 16:26:28 +00:00
freamon
3a9ffa7c53 Streamline ap routes (part 05: add mods or sticky) 2025-01-07 16:23:29 +00:00
freamon
099f073f01 Streamline ap routes (part 04: locks) 2025-01-07 15:27:28 +00:00
freamon
88ac73f979 Streamline ap routes (part 03: flags) 2025-01-07 15:12:28 +00:00
freamon
172f861141 Streamline ap routes (part 02: dislikes) 2025-01-07 14:14:50 +00:00
freamon
05bfed955e Streamline ap routes (part 01: likes) 2025-01-07 13:53:52 +00:00
freamon
78fd925282 Add votes to posts from PeerTube instances when they send an update 2025-01-07 10:53:47 +00:00
freamon
1fa74370c6 Move code to upvote own post into new() 2025-01-07 09:45:30 +00:00
freamon
7c817decf2 misc bugfixes for PeerTube 2025-01-06 22:54:41 +00:00
freamon
af82bc7076 Fetch and verify an object from its source if sent without a signature 2025-01-06 19:25:07 +00:00
freamon
26283a5d73 change 'find_community_ap_id()' to 'find_community()' 2025-01-06 19:24:54 +00:00
Andrew Slater
241f0a359d Merge pull request 'Fix "merge #408"' (#414) from h3ndrik/pyfedi:fix_admin_tables into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/414
2025-01-06 16:07:45 +00:00
freamon
949a1c40a3 API: demo individual community response with x_api theme 2025-01-06 13:49:49 +00:00
freamon
618cdf4d44 API: demo more responses using x-api theme 2025-01-06 13:49:15 +00:00
freamon
4586477740 API: return 'moderates' and 'follows' from logged-in Site response 2025-01-06 13:48:59 +00:00
freamon
89ce75e051 Also list moderated / owned communities in 'Joined' tab 2025-01-06 11:23:13 +00:00
Hendrik L
721383ff86 fix admin users table 2025-01-06 11:31:12 +01:00
rimu
3a526e0ca7 merge #408 2025-01-06 21:23:33 +13:00
rimu
d27b6d8532 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	app/templates/admin/users.html
2025-01-06 21:17:02 +13:00
rimu
5e7eb86e6d Merge branch 'h3ndrik-admin_tables' 2025-01-06 21:14:49 +13:00
rimu
1c4452b667 Merge pull request 'Set attitude to None if no votes cast (fixes #405)' (#410) from h3ndrik/pyfedi:attitude into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/410
2025-01-06 07:58:23 +00:00
rimu
948766b8c6 tweak ordering 2025-01-05 15:21:31 +13:00
rimu
93f8184f0a maintain state of title, description and tags when switching post type 2025-01-05 14:10:25 +13:00
rimu
5a6a013afd persist post reply fieldset state 2025-01-04 10:32:00 +13:00
rimu
92dffa8535 persist post options fieldset state 2025-01-04 10:17:25 +13:00
Hendrik L
918d5d2c94 set attitude to None if no votes cast 2025-01-02 19:20:31 +01:00
Hendrik L
f50b9161b0 show full timestamps 2025-01-02 16:39:02 +01:00
Hendrik L
f847932449 add tooltips to table 2025-01-02 16:37:42 +01:00
Hendrik L
6b77192b74 sortable admin instances list 2025-01-02 16:18:02 +01:00
Hendrik L
979f3cef91 sortable admin community list 2025-01-02 15:29:29 +01:00
Hendrik L
5e365a73ff show community activity and num local members 2025-01-02 12:55:04 +01:00
Hendrik L
aa4d31e806 allow to nagivate to banned users 2025-01-02 12:35:15 +01:00
rimu
956229c7da preview markdown in new post body 2025-01-02 16:30:58 +13:00
rimu
ef1550f578 no point using redis caching when the relationship is joined anyway 2025-01-01 16:10:52 +13:00
rimu
c652be4024 more efficient query than the one generated by sqlalchemy 2025-01-01 15:58:28 +13:00
rimu
1932aa324b more efficient query than the one generated by sqlalchemy 2025-01-01 15:57:48 +13:00
rimu
ca6140315f login required on communities/notsubscribed 2025-01-01 15:44:13 +13:00