Commit graph

2138 commits

Author SHA1 Message Date
rimu
de11aa6c50 Defederation subscriptions 2024-12-27 20:20:16 +13:00
rimu
de8a67f27b Ensure accurate community stats 2024-12-24 16:59:54 +13:00
rimu
0d3b184238 Ensure accurate community stats 2024-12-24 14:27:12 +13:00
rimu
c2fa5fc416 community - stats local vs total members 2024-12-24 12:52:01 +13:00
rimu
8e093a2c0c community - show stats in side pane 2024-12-24 12:47:34 +13:00
rimu
5187149be4 community list - text tweak 2024-12-24 12:18:36 +13:00
rimu
c14c928efa community header alignment 2024-12-24 12:11:45 +13:00
rimu
2e32deacd0 improve speed of detect post vote manipulation detection - avoid duplicate checking #343 2024-12-23 13:52:32 +13:00
rimu
2db664d9b5 improve speed of detect post vote manipulation detection - avoid duplicate checking #343 2024-12-23 13:51:24 +13:00
rimu
b4382764f5 improve speed of detect post vote manipulation detection #343 2024-12-23 13:35:24 +13:00
rimu
61fe30136a Merge pull request 'voting_buttons remove extra whitespace and make hiding the arrows consistent' (#398) from h3ndrik/pyfedi:votinbuttons into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/398
2024-12-23 00:15:46 +00:00
rimu
7c8273158c detect post vote manipulation using jaccard_similarity #343 2024-12-23 13:08:20 +13:00
rimu
4ed1232554 readable date - fixes #395 2024-12-23 12:39:22 +13:00
rimu
5ee8e49bc4 popup user profile - big screens only (phones have no hover) 2024-12-23 12:26:28 +13:00
rimu
c01fd229e9 popup user profile - html tweaks 2024-12-23 09:34:35 +13:00
rimu
90d66f5e68 popup user profile - css tweak 2024-12-23 09:29:50 +13:00
rimu
d9ae69bd0d popup user profile 2024-12-23 09:26:05 +13:00
rimu
8267e69306 intersect once instead of revealed #394 2024-12-22 16:04:15 +13:00
rimu
704c41a25f intersect once instead of revealed #394 2024-12-22 16:01:58 +13:00
rimu
42ffe009dc css tweak 2024-12-22 15:43:28 +13:00
rimu
3662749188 extra fields on profiles ala Mastodon 2024-12-22 15:38:40 +13:00
rimu
91a74e9573 tweak route so all the search engine spiders get 404 when retrieving post_options #394 2024-12-22 15:11:42 +13:00
rimu
c10316630e tweak route so all the search engine spiders get 404 when retrieving post_options #394 2024-12-22 14:42:47 +13:00
rimu
1b8fc214db small css tweak #394 2024-12-22 14:40:29 +13:00
rimu
2288510cf2 Merge pull request 'Make post options, post reply options, and chat options uses dropdown instead of separate pages' (#394) from hono4kami/pyfedi:hono4kami/392 into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/394
2024-12-22 01:31:56 +00:00
rimu
53dc359712 Merge pull request 'Show the full timestamp when hovering over a relative timestamp of a post and post reply' (#399) from hono4kami/pyfedi:hono4kami/395-add-post-and-post-reply-absolute-timestamp into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/399
2024-12-22 01:31:32 +00:00
hono4kami
b2f57fa308 feat: add absolute timestamp for post reply
Refs: #395
2024-12-21 23:51:13 +07:00
hono4kami
5b37de577b feat: add absolute timestamp
Add absolute timestamp to full post.

Refs: #395
2024-12-21 23:44:43 +07:00
hono4kami
de50772189 feat: add absolute timestamp title attribute
Add absolute timestamp `title` attribute on post teaser

Refs: #395
2024-12-21 23:38:08 +07:00
hono4kami
6664550334 Merge pull request 'main' (#3) from rimu/pyfedi:main into main
Reviewed-on: https://codeberg.org/hono4kami/pyfedi/pulls/3
2024-12-21 16:28:14 +00:00
hono4kami
5ce0653292 feat: improve options 2024-12-21 22:04:13 +07:00
Hendrik L
922a9103c8 voting_buttons remove extra whitespace and make hiding the arrows consistent 2024-12-21 11:55:36 +01:00
rimu
0b8251524c Merge pull request 'user notes (implements #258)' (#382) from h3ndrik/pyfedi:user_note1 into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/382
2024-12-21 00:13:58 +00:00
rimu
ccad3c30e7 Merge pull request 'Clean up the Admin--Users and Monitoring users pages and add sorting' (#390) from h3ndrik/pyfedi:admin_users_cleanup into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/390
2024-12-21 00:10:27 +00:00
Andrew Slater
167f14968a Merge pull request 'Link to the documentation if an instance has closed registrations (small change, fixes #391)' (#393) from h3ndrik/pyfedi:signup-doc into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/393
2024-12-20 03:23:32 +00:00
hono4kami
23e7d65a31 feat: improve post, post reply, and chat option
Instead of using separate page for those options, make it use dropdown.

Refs: #392
2024-12-20 00:44:49 +07:00
hono4kami
4cc4cb2e7b Merge branch 'main' into hono4kami/392 2024-12-19 23:57:43 +07:00
hono4kami
30f3aabaa3 Merge pull request 'main' (#2) from rimu/pyfedi:main into main
Reviewed-on: https://codeberg.org/hono4kami/pyfedi/pulls/2
2024-12-19 14:16:49 +00:00
hono4kami
b77a64ccf7 feat: WIP better post options
Refs: #392
2024-12-19 21:02:02 +07:00
Hendrik L
0bdac9f598 add link to https://join.piefed.social/try/ on closed registration 2024-12-19 13:16:03 +01:00
rimu
dce17fd094 fix where clicking on teaser body text goes to 2024-12-19 10:21:03 +13:00
Hendrik L
d4ff1f924f remove admin_users_trash in favor of the new admin_users sorting capability 2024-12-18 13:11:13 +01:00
Hendrik L
5e911b4853 make admin_users table sortable 2024-12-18 13:05:22 +01:00
Hendrik L
e007f14359 move IP and Referer into user profile page 2024-12-18 10:04:17 +01:00
rimu
52ba7203d8 Merge pull request 'Make community search retain search query, topic, language, and sort methods' (#387) from hono4kami/pyfedi:hono4kami/362 into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/387
2024-12-18 07:17:00 +00:00
rimu
dd2836b97f Merge pull request 'Fix - subscribed page topic filter handling' (#389) from JollyDevelopment/pyfedi:jollydev/fix-subscribed-topic-filter-00 into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/389
2024-12-18 07:16:37 +00:00
aroberts-fox
db914ca2b7 comment cleanup 2024-12-17 17:04:04 -05:00
aroberts-fox
f76b205f29 Fix - subscribed page topic filter handling 2024-12-17 16:54:18 -05:00
hono4kami
a6732958df fix: fix URL queries appending
Fix another unsual behavior where a URL query fields are being appended
to URL instead of replaced, when a form field is changed.

Refs: #362
2024-12-17 22:54:00 +07:00
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