Commit graph

59 commits

Author SHA1 Message Date
b8b0ef7f21 add: user settings following page
add: comments to be seen by owner of the post they're on (even if the owner is private)
2025-05-18 14:47:24 -04:00
fa1a609bf5 fix: login username case
how do people always run into the stupidest problems
2025-05-18 00:32:33 -04:00
4837da0cba fix: repost ui limitation 2025-05-17 22:12:29 -04:00
f6cbeb9bd8 add: post drafts
fix: allow question sender to view question
2025-05-17 19:57:09 -04:00
24162573ee add: lossy encode webp images 2025-05-17 11:28:58 -04:00
03480d32db fix: don't show posts from banned users ever 2025-05-16 21:42:14 -04:00
741fe1c986 add: ability to require account to view profile 2025-05-16 21:29:25 -04:00
dd4f8b6d58 add: purge/restore post api 2025-05-16 16:20:24 -04:00
81307752c2 fix: stacks manage page when user deletes profile
add: allow moderators to view deleted posts
2025-05-16 16:09:21 -04:00
4c26879d00 add: show if user account is banned on profile
fix: check post owner privacy settings on community pages
2025-05-16 00:25:44 -04:00
03b252937b fix: don't show posts from private profiles when quoted
fix: password updating (mod)
2025-05-15 23:59:26 -04:00
2ec56809b8 add: order popular tabs by score instead of just likes
score = likes - dislikes
2025-05-14 20:39:22 -04:00
f3b605e30e fix: allow posts to be made with empty content if an image is uploaded
fix: chats websocket message delete
2025-05-12 18:46:24 -04:00
797ce06eba fix: parse mention even if it's the last thing in the string 2025-05-11 16:46:32 -04:00
70965298b5 add: post image uploads (supporter) 2025-05-11 14:27:55 -04:00
275dd0a1eb add: custom emojis
fix: don't show reposts of posts from blocked users
fix: don't show questions when they're from users you've blocked
2025-05-10 21:58:02 -04:00
d174b44f57 add: stacks mode and sort 2025-05-09 15:56:19 -04:00
75d72460ae add: user stacks 2025-05-08 22:18:04 -04:00
8c3024cb40 add: post tags 2025-05-08 20:08:43 -04:00
efeb660de6 fix: don't allow users to mention users who have blocked them 2025-05-08 17:41:15 -04:00
78443cba13 fix: requests pkey with questions 2025-05-06 21:58:02 -04:00
a62905a8c4 add: show nsfw posts to their author
nsfw posts are also always shown if the profile is private
2025-05-06 16:28:07 -04:00
71d017693c add: post warnings 2025-05-06 15:48:03 -04:00
trisua
0304461389 add: connect to socket by community
direct messages/groups connect by channel id, everything else should connect by channel with the "is_channel" header set to true
2025-04-29 16:53:34 -04:00
trisua
9e6c5c9726 fix: allow users with a private profile to view their own posts
add: channels/messages models
2025-04-24 19:06:30 -04:00
trisua
9a2852f7ba fix: contrast checks 2025-04-23 17:22:33 -04:00
trisua
276f25a496 add: reposts/quotes pages
add: repost notification
2025-04-23 16:46:13 -04:00
trisua
3db7f2699c add: anonymous questions 2025-04-19 18:59:55 -04:00
trisua
ad17acec98 add: user follow requests
add: nsfw questions
fix: inherit nsfw status from questions
fix: inherit community from questions
2025-04-14 17:21:52 -04:00
trisua
bc95f0aaf0 fix: show community in global question timelines 2025-04-13 12:20:55 -04:00
trisua
063e33899e add: questions timelines 2025-04-13 12:15:14 -04:00
trisua
7b4865333e fix: make reposts of nsfw posts nsfw
chore: update permission management uis
2025-04-13 00:54:00 -04:00
trisua
7960484bf9 add: questions, requests 2025-04-12 22:25:54 -04:00
trisua
24f67221ca add: "all" timeline
add: only show most popular posts from the past week
2025-04-12 12:17:30 -04:00
trisua
2ec7e54a8e add: slightly more advanced theming
add: profile "before you view" warning
2025-04-11 18:08:51 -04:00
trisua
df32b9d65e add reposts/quotes
fix #2
2025-04-10 18:16:52 -04:00
trisua
1ee1f29cdf add: following timeline 2025-04-09 22:00:45 -04:00
trisua
f14f84773e add(ui): show community owner in member list
fix: don't show replies on profile
2025-04-09 21:13:45 -04:00
trisua
51534fbd52 add: nsfw marker for posts/communities 2025-04-07 16:32:09 -04:00
trisua
f83cfa3756 add: post editing, profile pinned posts, theme settings
TODO: nsfw profile/community options
2025-04-07 16:07:01 -04:00
trisua
205fcbdcc1 add: user totp 2fa 2025-04-04 21:42:08 -04:00
trisua
8a9394a06a fix: don't show replies in main timelines
fix: add ui debounce
fix: make usernames case insensitive
2025-04-03 16:47:48 -04:00
trisua
9f4e8a4d25 fix(postgres): use INT instead of BIGINT for simple counts 2025-04-03 15:56:44 -04:00
trisua
27d7c2f4b5 fix: postgres 2025-04-03 15:07:57 -04:00
trisua
dcd5f359c6 fix: postgres feature 2025-04-03 13:52:29 -04:00
trisua
eea3d08e1f add: pinned posts 2025-04-03 12:43:36 -04:00
trisua
e52733b00c fix: don't allow mention spam
add: ip banning, ip ban management page
2025-04-03 11:22:56 -04:00
trisua
d3d0c41334 add: audit log, reports
add: theme preference setting
2025-04-02 11:39:51 -04:00
trisua
b2df2739a7 add: audit log and reports table
TODO: audit log/reports UIs
2025-04-01 23:16:09 -04:00
trisua
3a8af17154 add: image proxy
add: mentions in posts
TODO: audit log, reports, user mod panel
2025-04-01 13:26:33 -04:00