rimu
e78dd304be
record last activity in a conversation
2024-03-28 09:24:13 +13:00
rimu
12fc9654d3
link url needs to be optional #123
2024-03-28 09:19:04 +13:00
rimu
bf1393a0f2
case of user names
2024-03-27 22:55:31 +13:00
rimu
b82ee443de
Also resolve all other reports about the same thing #21
2024-03-27 20:31:36 +13:00
rimu
090b6d5a68
escalate or resolve reports #21
2024-03-27 20:20:08 +13:00
rimu
84d98e2e55
referrer fix
2024-03-27 19:36:09 +13:00
rimu
d076fea654
cope with user names with upper case letters
2024-03-27 16:34:15 +13:00
rimu
5632f9b78f
minor merge fixups #124
2024-03-27 16:15:29 +13:00
rimu
3e76bd2775
minor merge fixups #124
2024-03-27 16:08:25 +13:00
rimu
bf11490011
Merge remote-tracking branch 'origin/main'
...
# Conflicts:
# app/activitypub/routes.py
# app/activitypub/util.py
2024-03-27 16:07:21 +13:00
rimu
109a808217
Merge pull request 'Some initial Mastodon support' ( #124 ) from freamon/pyfedi:25 into main
...
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/124
2024-03-27 03:04:00 +00:00
rimu
50db96fb6c
remove broken html_to_markdown function
2024-03-27 16:02:04 +13:00
rimu
46bfa7890b
tweak margin
2024-03-27 15:32:50 +13:00
rimu
0cf0238756
Merge pull request 'small fixes' ( #123 ) from rscmbbng/pyfedi:small-fixes into main
...
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/123
2024-03-27 02:28:30 +00:00
freamon
7d16b422f5
Use same JSON format for outgoing Comment Replies and Updates as Post Replies
2024-03-26 23:17:19 +00:00
freamon
484d165f47
Initial support for incoming Microblog posts
2024-03-26 22:46:15 +00:00
rra
18f8da4d0a
community edit and moderation are now visually a single screen; community delete button moved to settings
2024-03-26 23:17:10 +01:00
rra
4eef40e09d
change unclear and unhelpful terminology
2024-03-26 22:48:45 +01:00
rimu
829ca9df23
typo!
2024-03-27 10:42:36 +13:00
rra
1108bbe066
fix typo breaking reporting function
2024-03-26 22:20:42 +01:00
rra
9fccd2d3b3
The system expects domains to start with http, validate for it
2024-03-26 17:29:08 +01:00
rra
c1961c41c3
fix crash when there are no topics
2024-03-26 17:16:51 +01:00
rra
6d2ddb92fa
Merge remote-tracking branch 'upstream/main'
2024-03-26 16:12:37 +01:00
freamon
1b1b126bf9
Rework finding community from Create JSON
2024-03-26 15:03:45 +00:00
rimu
aed298118f
filter reports by local or remote #21
2024-03-26 22:18:05 +13:00
freamon
5fd59849b7
Merge remote-tracking branch 'upstream/main' into 25
2024-03-25 11:04:12 +00:00
rimu
22731c1d38
Add Blockquote to Each Selected Line - fixes #121
2024-03-25 21:46:31 +13:00
rimu
6762d9a87b
Merge pull request 'Top-level Post Replies' ( #120 ) from freamon/pyfedi:23c into main
...
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/120
2024-03-25 08:19:52 +00:00
rimu
48bc683a6a
show users based on id
2024-03-25 21:15:27 +13:00
rimu
fb046f1acb
properly resize image posts
2024-03-25 13:30:18 +13:00
rimu
e15d2a0581
don't accept new posts from banned communities
2024-03-25 13:30:09 +13:00
freamon
a84bd73b32
Return list of sticky posts for local community featured url
2024-03-24 22:10:41 +00:00
freamon
a0e974df11
Only send separate Note if community is remote or local community has no followers from post.author's instance
2024-03-24 16:38:20 +00:00
rimu
5c5c28a4a3
bug when editing post
2024-03-24 20:58:25 +13:00
rimu
c0f526d70f
remove unused interests
2024-03-24 19:48:02 +13:00
rimu
39ed5d501b
update documentation to avoid future migration issues fixes #113
2024-03-24 19:47:51 +13:00
rimu
a860ce45cd
urllib3 version
2024-03-24 19:16:02 +13:00
freamon
403a04df7c
Also send top-level post reply directly to post author
2024-03-24 04:13:51 +00:00
freamon
caedb3e84f
Copy Lemmy for top-level post reply JSON
2024-03-24 03:20:45 +00:00
rimu
c5055cd09f
detect friendica
2024-03-24 15:35:45 +13:00
freamon
f63472e6bf
Add mention_tag() function to User class
2024-03-24 02:19:49 +00:00
freamon
e3b9e5f0f7
Add public_url() function for User and Community classes
2024-03-24 02:12:34 +00:00
freamon
4dbe485608
Add ap_public_url for New Local communities
2024-03-24 02:02:47 +00:00
freamon
4ae5b36459
Lowercase the ap_profile_id of New Local Users and New Local Communties
...
(to match behaviour for remote users and communities)
2024-03-24 01:53:18 +00:00
rimu
bb3798428e
browse topics button
2024-03-24 13:44:31 +13:00
freamon
e8f7551e06
Avoiding crashes from adding remotes:
...
If remote community is missing
If remote community doesn't have a 'featured' url (e.g. KBIN)
If remote community returns empty/broken outbox (e.g. KBIN returns {}) with 200 OK
2024-03-24 00:15:10 +00:00
rimu
ad62df7c10
improve consistency of image post handling
...
when a link post is created and the link is to an image, create an image post instead
2024-03-24 12:00:16 +13:00
rimu
6d2b722f0e
move urllib to top
...
this needs to already be present before flask is installed, so it is the correct version when boto3 is installed. phew
2024-03-24 10:17:23 +13:00
rra
c236fe999f
Merge remote-tracking branch 'upstream/main'
2024-03-23 14:25:39 +01:00
rimu
1394d7baad
update install docs
2024-03-23 21:23:38 +13:00