Commit graph

2062 commits

Author SHA1 Message Date
hono4kami
d78cf0cef6 fix: fix weird behavior on URL search params
Fix weird behavior where URL search params value gets appended instead of
being replaced.

Refs: #362
2024-12-17 14:31:33 +00:00
hono4kami
2d2e18abf7 fix: fix can only search by All communities
Refs: #362
2024-12-17 14:31:33 +00:00
hono4kami
bad1839c14 fix: fix title attribute
Fix title attribute for the button on post count table column header.

Refs: #362
2024-12-17 14:31:33 +00:00
hono4kami
e758389b10 feat: make community search retain last_active sort
Refs: #362
2024-12-17 14:31:33 +00:00
hono4kami
8ffd02651c chore: remove unused link on table header
Refs: #362
2024-12-17 14:31:33 +00:00
hono4kami
8dd3d3de93 feat: make community search retain sort method
Make community search retain post_reply_count sort method.

Refs: #362
2024-12-17 14:31:33 +00:00
hono4kami
61963a43dc feat: make community search retain post_count sort
Refs: #362
2024-12-17 14:31:33 +00:00
hono4kami
3e91ee34f7 feat: make community search community name sort
Refs: #362
2024-12-17 14:31:33 +00:00
hono4kami
b8178b650c fix: make community search page retain fields
Make community search page retain `topic_id`, `language_id`, and `search`

Refs: #362
2024-12-17 14:31:33 +00:00
freamon
ad55fc510c Move code to hide duplicate cross-posts into PR #386 2024-12-17 12:50:29 +00:00
freamon
95571f510d Merge branch 'h3ndrik-modlog_admin' 2024-12-16 22:13:28 +00:00
rimu
d73c12d4c7 remove moviepy and ffmpeg dependency 2024-12-16 20:49:43 +13:00
xmatt
cf73c996b9 Merge branch 'main' into feature/image_post_editing 2024-12-14 22:32:46 +00:00
mtyton
79b3797b5f Added possibility to edit images in Image posts 2024-12-14 23:30:45 +01:00
freamon
d4e9ff14d9 bugfix for extra cross-posts exclusion commit 2024-12-14 19:36:50 +00:00
freamon
46c150cecf Undo changes from previous commit until debugged 2024-12-14 13:06:47 +00:00
freamon
a588126190 Exclude extra cross-posts from main feed #206 2024-12-14 11:53:53 +00:00
rimu
52be7bad5d switch to requests.get in generate_image_from_video_url #373 2024-12-14 14:24:21 +13:00
rimu
68132a6ac2 warnings on domains 2024-12-13 19:30:10 +13:00
rimu
d98a5e19d3 warnings on domains 2024-12-13 19:24:09 +13:00
rimu
27ecfafcd4 Merge remote-tracking branch 'origin/main' 2024-12-13 19:00:01 +13:00
rimu
c6a1563ab8 bold arrows after voting to make it clearer that a vote was cast 2024-12-13 18:59:50 +13:00
Hendrik L
410c473547 add modlog to the admin tools 2024-12-12 20:53:38 +01:00
Hendrik L
b4f1706a6b user_notes relationship, caching, cleanup 2024-12-12 20:05:59 +01:00
freamon
c851680b05 Depreciate generate_image_from_video_url(), put <video> in masonry instead #373 2024-12-11 22:54:58 +00:00
freamon
4ac3b0f97d Reset post before calling post_fixup_from_remote() 2024-12-11 22:54:44 +00:00
rimu
ab8df181ad Merge remote-tracking branch 'origin/main' 2024-12-12 08:13:36 +13:00
rimu
76db8a726e tweaks 2024-12-12 08:13:25 +13:00
freamon
852d784c7f API: provide route back from x-api theme 2024-12-11 02:11:40 +00:00
freamon
111d726de7 API: login and out when using x-api theme 2024-12-11 00:49:18 +00:00
freamon
a7e2175a55 API: extra fields for Site response 2024-12-11 00:49:06 +00:00
freamon
a1d3e445d3 Instance IP address will be incorrect if request was bounced 2024-12-11 00:48:55 +00:00
rimu
1b87906a70 teaser text wrap on mobile 2024-12-11 09:07:32 +13:00
rimu
9a84b0c532 Merge remote-tracking branch 'origin/main' 2024-12-11 08:16:27 +13:00
Hendrik L
148df4fcba edit form for user note 2024-12-10 14:30:28 +01:00
Hendrik L
8da62f56c8 fix oopsie 2024-12-10 12:16:52 +01:00
Hendrik L
1550d9bb70 render user note 2024-12-10 09:12:18 +01:00
rimu
6a366098a6 very minor tidy up 2024-12-10 21:00:07 +13:00
rimu
0752ccfe72 ugh 2024-12-10 15:41:40 +13:00
rimu
d079a6dab7 tweak padding #380 2024-12-10 09:12:58 +13:00
rimu
2e4b3ffd33 move notification bell from teaser to post options #380 2024-12-10 08:30:16 +13:00
Hendrik L
cd2cbd44a6 remove extra margin after image preview 2024-12-09 20:11:02 +01:00
Hendrik L
67d59e2657 float thumbnails 2024-12-09 17:27:10 +01:00
Hendrik L
d772f2304b unify notification bell and try to fix related css in the action/option bars 2024-12-09 16:43:21 +01:00
Hendrik L
5780e9b05e separate out breadcrumb_nav 2024-12-09 13:47:54 +01:00
Hendrik L
b3bb16cce4 reduce duplication in post template 2024-12-09 13:39:14 +01:00
rimu
d063850acd Merge remote-tracking branch 'origin/main' 2024-12-09 18:11:43 +13:00
rimu
cb0d9317ae reply edit time spacing #376 2024-12-09 18:11:32 +13:00
rimu
7d8421a8cf Merge pull request 'Adding community_links filter to side pane' (#379) from JollyDevelopment/pyfedi:jollydev/fix-community-sidebar-url-filters-00 into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/379
2024-12-08 22:42:58 +00:00
freamon
80f599568b Add theme for experimenting with API 2024-12-08 22:37:02 +00:00