Commit graph

1095 commits

Author SHA1 Message Date
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
rimu
20e5ed50cc Merge pull request 'Adding another longer text field for site profile + changes and bugfixes to about page' (#166) from rscmbbng/pyfedi:main into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/166
2024-04-23 09:12:19 +00:00
rimu
1c5fb460c2 Merge pull request 'Auto-upvote own post/comment, and handle top-level 'this' reply' (#167) from freamon/pyfedi:2204 into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/167
2024-04-23 09:11:49 +00:00
freamon
d49470ab8b Add one upvote from yourself for own posts and replies 2024-04-22 19:51:07 +01:00
freamon
f2eaf5d3b7 Add stupid reply handling to top-level comments also 2024-04-22 19:50:49 +01:00
rra
616425d95f add new field to template, only show info if we supply it 2024-04-22 19:53:35 +02:00
rra
ed449a8925 new db field 2024-04-22 19:53:12 +02:00
rra
d204bf9663 add fields to site settings, provide more context to options 2024-04-22 19:23:54 +02:00
rra
c45ed6a435 fix configured email not showing, add longer site description field, provide more context to options 2024-04-22 19:23:26 +02:00
rimu
a1442afaf5 save name of user or community when creating notification subscription #20 2024-04-22 21:00:04 +12:00
rimu
708edd51b6 refactor community subscription to use new subscription system #20 2024-04-22 20:53:03 +12:00
rimu
95172af37c include languages in api/v3/site 2024-04-22 20:10:13 +12:00
rimu
34d09acc92 surprise feature for those who comment "this" 2024-04-22 15:25:37 +12:00
rimu
06977afe21 print stylesheet 2024-04-21 16:39:06 +12:00
rimu
03900b0f24 print stylesheet 2024-04-21 16:37:08 +12:00