freamon
948a2bf2f7
Support PixelFed's attachment format
...
(for the first image, anyway)
2024-05-10 15:58:21 +01:00
freamon
424f8e004f
Handle extraneous html/text when generating titles for microblog content
2024-05-10 15:46:16 +01:00
freamon
843e9d060a
fall back for if there's no recognised punctuation in microblog
2024-05-10 13:42:12 +01:00
freamon
f626ad95ff
Also use exclamation point as end of sentence indicator
2024-05-10 13:35:15 +01:00
freamon
0cc7232409
Fix typo: add community ban_util date if it's in the future
2024-05-10 10:03:39 +01:00
freamon
2ddda35375
Fix URL redirect for Unban User from Community
2024-05-10 09:50:05 +01:00
freamon
35f41cde73
Extra blank line for PEP 8
2024-05-10 09:14:33 +01:00
rimu
7da8c96677
account deletion federation #126
2024-05-10 17:52:16 +12:00
rimu
e22b3ba4a8
remember previous community choice #97
2024-05-09 20:03:02 +12:00
rimu
da1069aae3
search within community, fixes #97
2024-05-09 20:00:22 +12:00
rimu
15a86d0f84
default to 'en' in celery #51
2024-05-09 19:30:06 +12:00
rimu
7867b5b346
add language choices to UI - logged in users only #51
2024-05-09 19:21:45 +12:00
rimu
af4dee7ea3
add language choices to UI #51
2024-05-09 17:54:30 +12:00
rimu
29c2a05d38
let user choose interface language #51
2024-05-09 13:59:52 +12:00
rimu
3bc30ec99c
let admin override language for remote communities #51
2024-05-08 21:07:22 +12:00
rimu
cba60c2aee
language filter on community list #51
2024-05-08 19:55:04 +12:00
rimu
2d5bbbb3bf
don't silently change which community is being posted in when not a member of that community #78
2024-05-08 19:44:23 +12:00
rimu
2d321134e6
when someone is blocked, remove them from followers collection #172
2024-05-08 19:28:49 +12:00
rimu
1e256e5d8f
find spammy content more easily
2024-05-07 19:44:39 +12:00
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