rimu
de26bee466
Merge branch 'main' of codeberg.org:rimu/pyfedi
2024-04-17 09:05:14 +12:00
rimu
7218b5aa42
fix merge conflicts
2024-04-17 09:04:29 +12:00
rimu
ee7135e081
Merge pull request 'Minor improvements to docs and theme' ( #160 ) from rscmbbng/pyfedi:main into main
...
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/160
2024-04-16 20:58:43 +00:00
rra
7e9f447c70
minor fixes to theming engine
2024-04-16 18:29:27 +02:00
rimu
39946fcc2a
Merge pull request 'Ignore Page/Announce, and some little fixes' ( #158 ) from freamon/pyfedi:15 into main
...
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/158
2024-04-16 10:20:52 +00:00
rra
2bf9b4a8c8
instance contact email interface, forms and display on about page
2024-04-16 12:10:24 +02:00
rra
c3120bc3e6
Merge remote-tracking branch 'upstream/main'
2024-04-16 11:54:01 +02:00
rimu
8be961bea8
save language of posts and communities
2024-04-16 21:49:05 +12:00
rimu
219b22e34a
migration post one language
2024-04-16 21:23:19 +12:00
rimu
98207edb13
migration for tags and languages
2024-04-16 21:16:10 +12:00
rimu
516eafa1f3
video as a entirely separate post type
2024-04-16 20:59:58 +12:00
rimu
abd4dd16c9
embed video and generate still thumbnail
2024-04-16 16:35:12 +12:00
freamon
554f93d56a
One more fix for lemmy spoiler regex
2024-04-16 00:06:54 +01:00
freamon
6f2ea27df7
Use Leave/Join in post_reply_edit for consistency with other areas
2024-04-15 22:11:15 +01:00
freamon
96528ada90
Ignore Announces intended for Mastodon
2024-04-15 22:06:50 +01:00
freamon
8a46a933d6
Hide 'Create Post' if Community is restricted_to_mods and User isn't a Mod
2024-04-15 12:56:01 +01:00
rimu
01a235725e
safer shorten_string
2024-04-15 19:24:05 +12:00
rimu
7efabae7b8
reduce intensity of HR when used in comments
...
this reduces confusion with the UI which also uses similar lines for layout
2024-04-15 19:11:04 +12:00
rimu
e5bfd1b4c9
better chat notification link
2024-04-15 19:03:59 +12:00
rimu
3c006332e3
site admins can delete comments
2024-04-15 12:16:29 +12:00
rimu
b193f71527
make spicyness of hot algo configurable through .env
2024-04-15 12:08:04 +12:00
rimu
a9f4fff576
also delete replies to deleted comments
2024-04-14 21:49:42 +12:00
rimu
2f4f56649e
move admin nav into main menu
2024-04-14 20:05:40 +12:00
rimu
59ca0f02a8
blocking an account
2024-04-14 08:57:46 +12:00
rimu
2dcbc45d67
hot sort - more spicy pls (experiment)
2024-04-14 08:17:02 +12:00
rimu
75c3f7c8be
hot sort - more spicy pls (experiment)
2024-04-14 07:59:24 +12:00
rimu
2c99d5eea0
tidy up post button css
2024-04-13 13:39:04 +12:00
rimu
5d2e7d350c
tidy up post button css
2024-04-13 13:30:00 +12:00
rimu
1341836e09
tidy up post button css
2024-04-13 13:17:25 +12:00
rra
03d5859ebf
Merge remote-tracking branch 'upstream/main'
2024-04-12 16:50:42 +02:00
rimu
e135cf735f
contact email field in DB #151
2024-04-12 16:22:58 +12:00
rimu
5e20658474
Merge pull request 'Fixes for HTML stuff' ( #153 ) from freamon/pyfedi:10 into main
...
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/153
2024-04-12 04:18:59 +00:00
rimu
6c3f78ec8e
detect vote manipulation
2024-04-12 10:52:15 +12:00
rimu
e50018d529
bad attitude AND bad rep users
2024-04-12 09:59:06 +12:00
rimu
5c9cc98c0a
bad attitude users
2024-04-12 09:45:14 +12:00
rimu
cac38e66ba
no voting buttons on user profiles - stop downvote abuse
2024-04-11 19:27:57 +12:00
rimu
79359d17ad
add upvote history to user profile and search results
2024-04-11 19:21:43 +12:00
freamon
d7bee348b3
Remove HTML elements from first paragraph when forming microblog title
2024-04-11 05:00:20 +01:00
freamon
3a0c72d6d4
Fix for lemmy spoiler regex if paragraphs inside
2024-04-11 04:55:30 +01:00
rimu
bd6c71d8bb
show if a piece of content has already been voted on
2024-04-11 14:04:57 +12:00
rimu
7b162792ee
increase rows of text entry fields
2024-04-11 12:50:26 +12:00
rimu
66628c6033
piped.video links on all youtube posts
2024-04-10 18:00:59 +12:00
rimu
9d1f1a9f14
avoid missing site variable
2024-04-10 08:48:31 +12:00
rimu
2d6e175092
remove 404 handler
...
a lot of 404s are just images in /static/* and it doesn't make sense to waste cpu cycles presenting a nice page. Also rendering a page requires populating g.site which means hitting the DB.
2024-04-10 08:43:34 +12:00
rimu
758d8e79c0
bugfix
2024-04-09 19:55:31 +12:00
rimu
f777f97006
block various bots using robots.txt
2024-04-09 19:43:56 +12:00
rimu
2729539d8c
only attach image to post if post was successfully created
2024-04-09 19:27:42 +12:00
rimu
15c628903d
avoid AttributeError when instance inbox is not populated
2024-04-09 19:23:19 +12:00
rimu
12e6e55cb4
avoid "list.remove(x): x not in list"
2024-04-09 19:16:11 +12:00
rimu
e29d4659e6
chat options bugfix
2024-04-09 19:09:58 +12:00