Commit graph

1259 commits

Author SHA1 Message Date
rimu
ba3dba8f57 Simplest possible solution #178
The issue isn't so much the lack of bold on the headings as the visual hierarchy being disrupted when the community name is bolder than the post title. Removing the bold on the community name makes it work in any situation.
2024-05-07 11:12:14 +12:00
rimu
3125d7aa67 improve UI responsiveness when voting by federating vote in background 2024-05-06 19:49:51 +12:00
rimu
f0d229c423 use smaller versions of lemmy images #159 2024-05-06 15:42:12 +12:00
rimu
45e19723ff Merge remote-tracking branch 'origin/main' 2024-05-06 15:16:14 +12:00
rimu
a16865bc36 Merge pull request 'Follow-up to PR 172: Use signed GET request to fetch remote actor details.' (#180) from freamon/pyfedi:signed_fetch into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/180
2024-05-06 03:08:48 +00:00
rimu
d844a7816b video type attribute. fixes #176 2024-05-06 14:23:07 +12:00
rimu
3e086ed606 save money on sentry.io bill by disabling performance monitoring 2024-05-06 14:19:39 +12:00
freamon
dff8d5c5bc Fix: don't check signature twice for Likes from User Follows 2024-05-04 23:22:47 +01:00
freamon
b6237e5eac Fix: only write local user's follower URL once 2024-05-04 22:44:51 +01:00
freamon
81af3ebcb5 Use signed Get request for remote actors trying to Follow local ones 2024-05-04 22:32:17 +01:00
freamon
cfef490143 Add instance actor 2024-05-04 21:26:39 +01:00
freamon
c82581462d Move default_context()
(avoid circular dependency for next commits)
2024-05-04 21:16:55 +01:00
rimu
1f0f1ae215 inocolation - additional content 2024-05-03 19:23:40 +12:00
rimu
ec88d84775 add celery decorator to task functions #172 2024-05-03 06:27:25 +12:00
rimu
e2e20c76a0 generate titles from microblog posts - sentences with a ? need it added back on 2024-05-01 21:02:25 +12:00
rimu
f111b50041 generate titles from microblog posts - sentences can end with a ? 2024-05-01 20:05:49 +12:00
rimu
07957513a3 Merge pull request 'Allow local users to be followed by remote users #2, #154' (#172) from freamon/pyfedi:3004 into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/172
2024-05-01 00:58:28 +00:00
rimu
092fd17a79 clarify title. fixes #173 2024-05-01 09:18:29 +12:00
rimu
970013d21b generate titles from microblog posts - handle invalid html 2024-05-01 09:04:57 +12:00
rimu
4d7acb9396 generate titles from microblog posts using the first sentence of the first paragraph
(limited to 150 chars, as before)
2024-05-01 08:48:37 +12:00
freamon
c7f2a168fe Send (undo)Like from Remote User follower to shared inbox 2024-04-30 13:15:57 +01:00
freamon
b1617f3e98 Federate posts to from local user to remote User followers 2024-04-30 13:15:42 +01:00
freamon
e7ebce679a Respond to /u/actor/followers URL 2024-04-30 13:14:51 +01:00
freamon
b374e3031b Add msg to ap log if local user not found 2024-04-30 13:14:24 +01:00
freamon
15507efd73 Only accept Undo/Follow if original Follow was accepted 2024-04-30 13:13:56 +01:00
freamon
d2a99e08b4 Process Undo/Follow requests from remote actors to local actors 2024-04-30 13:13:29 +01:00
freamon
f7cfd1f92b Accept Follow requests from remote actors to local actors 2024-04-30 13:12:53 +01:00
rimu
76d228f5fa ensure local communities have lowercase machine name 2024-04-30 21:29:49 +12:00
rimu
7805563b0f lowercase ap_id on communities 2024-04-30 21:11:57 +12:00
rimu
c9dc8780fe debug #20 2024-04-30 18:44:23 +12:00
rimu
dc89405d05 debug #20 2024-04-30 11:33:43 +12:00
rimu
01d4b2678c anyone can subscribe to any post or comment #20
(not just the author)
2024-04-29 21:43:37 +12:00
rimu
cede0163fd use communities_banned_from() more often 2024-04-29 16:08:35 +12:00
rimu
e1204bc267 topic notifications #20 2024-04-29 16:03:00 +12:00
rimu
2008ce89a6 Merge remote-tracking branch 'origin/main' 2024-04-28 16:50:02 +12:00
rimu
37b95f03b9 oops missed one #170 2024-04-28 16:49:49 +12:00
rimu
343bef62f8 Merge pull request 'Ignore local content in remote community outboxes' (#171) from freamon/pyfedi:2704 into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/171
2024-04-28 04:34:22 +00:00
freamon
c4e1ae49e5 Ignore local content in remote community outboxes 2024-04-27 19:24:31 +01:00
rimu
2b7cd2302c Merge pull request 'Ensure domains match / Filter Blocked users from Home' (#169) from freamon/pyfedi:2604 into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/169
2024-04-27 07:50:16 +00:00
rimu
407b65b8d2 masonry - fix problem caused by backticks in post title #106 2024-04-27 19:45:12 +12:00
freamon
ccc9906c75 Hide deleted Users from list of Blocked People 2024-04-26 13:35:56 +01:00
freamon
25b83763af Filter posts from blocked_accounts on home page also 2024-04-26 13:35:44 +01:00
freamon
4dc0763881 Avoid crash if bad URL entered in 'add remote' #77 2024-04-26 13:35:31 +01:00
freamon
3cddfd86e8 Ensure domains of 'id' and 'actor'/'attributedTo' match 2024-04-26 13:35:16 +01:00
rimu
5c1da0a0be masonry - on topics too #106 2024-04-24 19:41:12 +12:00
rimu
4f79d3a349 masonry - adjust lightbox to suit new structure #106 2024-04-24 19:28:43 +12:00
rimu
513e419af0 masonry - z layout #106 2024-04-24 17:32:07 +12:00
rimu
97cc67809c preconnect to post url 2024-04-24 10:29:14 +12:00
rimu
0f020a6372 make ap_id always lower case 2024-04-23 21:28:58 +12:00
rimu
bf76be2804 Merge remote-tracking branch 'origin/main' 2024-04-23 21:12:51 +12:00