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 |
|
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 |
|
hono4kami
|
e97ac5f6bb
|
Merge pull request 'main' (#1) from rimu/pyfedi:main into main
Reviewed-on: https://codeberg.org/hono4kami/pyfedi/pulls/1
|
2024-12-17 10:37:56 +00:00 |
|
freamon
|
95571f510d
|
Merge branch 'h3ndrik-modlog_admin'
|
2024-12-16 22:13:28 +00:00 |
|
rimu
|
f2fff4e00e
|
added docker instructions
|
2024-12-16 20:50:40 +13:00 |
|
rimu
|
d73c12d4c7
|
remove moviepy and ffmpeg dependency
|
2024-12-16 20:49:43 +13:00 |
|
rimu
|
40777cd390
|
Merge remote-tracking branch 'origin/main'
|
2024-12-16 11:30:42 +13:00 |
|
rimu
|
317e33fc2a
|
sample docker config
|
2024-12-16 11:30:28 +13:00 |
|
rimu
|
fb1b357576
|
add pf_network and depends_on to docker compose file
|
2024-12-16 11:27:55 +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 |
|
mtyton
|
2fa98b26ef
|
Merge pull request 'main' (#1) from rimu/pyfedi:main into main
Reviewed-on: https://codeberg.org/mtyton/pyfedi/pulls/1
|
2024-12-13 20:46:54 +00: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 |
|