Commit graph

2349 commits

Author SHA1 Message Date
rimu
2baf2b3a89 ruff linter 2025-01-21 09:58:00 +13:00
rimu
8fb94d4dde recycle db connection pool 2025-01-20 20:41:56 +13:00
rimu
01d82939e0 db pool config options 2025-01-20 13:47:10 +13:00
rimu
df450acd3d make dev environment avoid gevent monkey patching 2025-01-19 16:21:22 +13:00
rimu
c50292cc16 tweak 2025-01-19 16:03:16 +13:00
rimu
1174134c73 async io, omg 2025-01-19 16:01:03 +13:00
rimu
20a17c9fb7 don't shorten invalid urls 2025-01-19 15:24:30 +13:00
rimu
3871691ea4 reduce cpu usage of daily-maintenance task 2025-01-19 15:19:13 +13:00
rimu
ab217dc318 Merge remote-tracking branch 'origin/main' 2025-01-19 14:59:58 +13:00
rimu
bdbbf1b847 fixes #430 2025-01-19 14:59:47 +13:00
freamon
29d450d75a Template for Banned from Community Notification to lead to #400 2025-01-18 22:43:58 +00:00
freamon
eb7af155ee API: post reports (creation) 2025-01-18 17:56:09 +00:00
freamon
dc5c0fd7b4 Update resolve_remote_post_from_search() to not require 'audience' field 2025-01-18 17:25:54 +00:00
freamon
ac6f66e892 API: post delete and restore 2025-01-18 14:52:09 +00:00
freamon
3e3aca1910 move check for incoming Mentions into post.new() 2025-01-18 00:59:26 +00:00
freamon
1df4cde0d8 API: fixes for post create / edit with the app 2025-01-18 00:35:20 +00:00
freamon
b4aa566dba Also increment subscriptions_count for remote users joining local communities #424 2025-01-17 23:22:32 +00:00
freamon
ec232d9a17 Catch UnidentifiedImageError if non-image uploaded 2025-01-17 22:48:07 +00:00
freamon
6df39c02f3 outgoing federation: improve inter-op with microblog apps for posts 2025-01-17 22:23:08 +00:00
freamon
33dcbd45b0 outgoing federation: remove tags from Create / Update level 2025-01-17 19:59:45 +00:00
freamon
022d1d67dc mentions in post bodies - inbound federation 2025-01-17 18:54:44 +00:00
freamon
6a4e89149f mentions in post bodies - recognise @user@instance syntax in UI 2025-01-17 18:54:32 +00:00
freamon
6ee41578d6 mentions in post bodies - use shared code for outbound federation / notification 2025-01-17 18:54:14 +00:00
freamon
19771a5ea4 API: merge up make_post and edit_post 2025-01-17 18:54:00 +00:00
freamon
989afa0344 fixes for outgoing federation of comments 2025-01-17 18:53:39 +00:00
freamon
f9c9991370 bugfix for blocked phrases 2025-01-17 18:53:23 +00:00
freamon
e85a0ddd9a Keep post.cross_posts at null instead of empty array if they don't have any 2025-01-17 18:53:06 +00:00
freamon
d64dde5468 API: initial support for post edits (polls and uploaded images not supported yet) 2025-01-17 18:52:51 +00:00
freamon
0cab646195 API: initial support for new posts (polls and uploaded images not supported yet) 2025-01-17 18:52:39 +00:00
rimu
22b8ed6782 Merge pull request 'Show number of cast votes in user profile and rearrange the statistics' (#409) from h3ndrik/pyfedi:user_num_votes into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/409
2025-01-17 04:33:14 +00:00
rimu
d0a3a3c5a2 remove hx-boost from admin tabs #423
it breaks the dropdown menu
2025-01-17 17:28:57 +13:00
rimu
5feb66807d hx-boost on admin tabs #423 2025-01-17 17:19:49 +13:00
rimu
e06afb874f Merge pull request 'UI Updates for Admin Home, Round Two' (#423) from JollyDevelopment/pyfedi:jollydev/admin-tabbed-ui-00 into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/423
2025-01-17 04:10:39 +00:00
rimu
cee5c727fd inline commenting - auto scroll to keep new form on screen 2025-01-17 16:22:59 +13:00
rimu
0349128be1 inline commenting - explanatory comments 2025-01-17 16:05:24 +13:00
rimu
d8c4826ff6 inline commenting - explanatory comments 2025-01-17 16:02:47 +13:00
rimu
fada29b70e inline commenting 2025-01-17 15:50:37 +13:00
Hendrik L
89714608ad show number of cast votes in user profile 2025-01-16 11:05:05 +01:00
rimu
468a083dfa avoid security issue of unvalidated redirections #421
https://owasp.org/www-project-web-security-testing-guide/v41/4-Web_Application_Security_Testing/11-Client_Side_Testing/04-Testing_for_Client_Side_URL_Redirect
2025-01-16 16:58:15 +13:00
rimu
192b6470f7 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	app/templates/base.html
2025-01-16 16:39:16 +13:00
rimu
da29475224 Merge pull request 'Add user note edit button to the user preview hover' (#421) from h3ndrik/pyfedi:user-preview-redirect2 into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/421
2025-01-16 03:38:17 +00:00
rimu
0f0e0b40b6 fix alignment of edited date on posts 2025-01-16 16:17:55 +13:00
rimu
d06b7ea4b0 2025 roadmap 2025-01-15 21:49:27 +13:00
JollyDevelopment
675020a22a adding divs around the activities table so it wont over flow the page 2025-01-14 08:56:03 -05:00
JollyDevelopment
929aaaee1d site tab name change 2025-01-14 08:56:03 -05:00
JollyDevelopment
a3c601ee06 Admin Home Tabbed, with view-transitions 2025-01-14 08:56:03 -05:00
JollyDevelopment
7fd3d7ab69 Revert "view-transition testing for post teaser to full post"
This reverts commit 538960ea9b7d843a35f6a2d2e2e03d2f5394216c.
2025-01-14 08:54:44 -05:00
JollyDevelopment
17eb4953d8 view-transition testing for post teaser to full post 2025-01-14 08:54:44 -05:00
rimu
b4664c8ea9 handle a variety of date formats for end of ban time 2025-01-14 13:23:30 +13:00
rimu
3997567f2f Merge pull request 'Show who deleted a post' (#422) from h3ndrik/pyfedi:deleted_by into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/422
2025-01-13 20:41:30 +00:00