Commit graph

706 commits

Author SHA1 Message Date
rimu
e981588d72 Merge remote-tracking branch 'origin/main' 2024-04-01 12:14:57 +13:00
rimu
40c33672b1 improve nsfl detection 2024-04-01 10:12:31 +13:00
Soheb
9ea8444f7b Undo noisy changes caused by IDE 2024-03-31 12:08:50 +01:00
Soheb
dd36f0b97e Undo noisy changes caused by IDE 2024-03-31 12:05:54 +01:00
Soheb
e14f96dabb Variable reuse for min-touch-target 2024-03-31 12:01:40 +01:00
Soheb
c70a436268 Merge branch 'main' into improve-utilities-bar-mobile 2024-03-31 11:57:56 +01:00
rimu
d2c6900d5b max author width - for mobile 2024-03-31 14:41:50 +13:00
rimu
f423d3f829 tighten up comment margins 2024-03-31 14:27:51 +13:00
rimu
cc61d7656a alignment tweak #130 2024-03-31 14:22:16 +13:00
rimu
42a8f9291f remove extra whitespace on desktop #130 2024-03-31 14:17:49 +13:00
rimu
93006941c8 use about_html from db rather than rendering it each time #133 2024-03-31 12:06:44 +13:00
rimu
fc36ede2b0 make recaptcha optional #80 #134 2024-03-31 11:42:34 +13:00
rimu
85939c27d4 add pagination to subscriber list #131 2024-03-30 15:56:45 +13:00
rimu
ff7f89bfce more efficient subscribers query, using a join #131 2024-03-30 15:49:26 +13:00
rimu
588133fda6 remove bio from subscribers table #131
the bio could potentially be quite long, making the table look bad
2024-03-30 15:49:02 +13:00
rimu
87b1fc28f6 PEP 8 requires 2 blank lines between functions #131 2024-03-30 15:44:38 +13:00
rimu
eaad74ba71 Merge pull request 'Community moderators can now see everyone that is subscribed to a community' (#131) from rscmbbng/pyfedi:main into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/131
2024-03-30 02:42:41 +00:00
rra
078d4ff088 oops 2024-03-29 16:55:36 +01:00
rra
6679071471 remove accidental double query and add note for rimu, working towards #116 and #21 2024-03-29 13:54:00 +01:00
rra
98425bccd4 Merge remote-tracking branch 'upstream/main' 2024-03-29 13:41:56 +01:00
rra
02719db138 rework community bans view to show all community subscribers 2024-03-29 13:41:43 +01:00
Soheb
9c87caf896 Improve touch on the utilities bar for phone/tablet 2024-03-29 11:00:28 +00:00
somoso
85e7a03958 Merge branch 'main' into improve-voting-buttons 2024-03-29 10:43:00 +00:00
Soheb
e0a45759e8 Improve voting buttons for mobile 2024-03-29 10:39:00 +00:00
rimu
50d1672a3a reverse earlier bad decision 2024-03-29 16:22:06 +13:00
rimu
9a5fb831ec bugfix 2024-03-29 16:02:02 +13:00
rimu
4f3bb0863d move code to standard places #125 2024-03-29 15:58:25 +13:00
rimu
d6d8a83ed5 Merge pull request 'Recognise fediverse community links' (#125) from freamon/pyfedi:test into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/125
2024-03-29 02:48:14 +00:00
rimu
4cb4a9cbb2 Prevent side (y axis) overscrolling on iOS 2024-03-29 02:28:00 +00:00
freamon
dbf4c03aa5 Recognise fediverse community links 2024-03-28 03:40:42 +00:00
rimu
8c9f91467b fix add_reply 2024-03-28 10:02:16 +13:00
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
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
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