Commit graph

85 commits

Author SHA1 Message Date
8f16068a34 add: implement 9 new scopes, 21 new api endpoints 2025-06-13 17:47:00 -04:00
5844d23399 fix: respect muted phrases in reposts 2025-06-12 23:07:24 -04:00
7bfb113b1f fix: phrase filter case sensitivity 2025-06-11 13:14:49 -04:00
68071b96c8 add: finish forge stuff 2025-06-10 22:02:06 -04:00
53fb4d5778 fix: phrase filter 2025-06-10 17:34:35 -04:00
84daf8bd04 fix: use a pool of 48 posts for gpa 2025-06-10 15:26:03 -04:00
f034cc4f27 add: ability to mute phrases
add: ability to disable gpa experiment
2025-06-10 13:49:17 -04:00
14c52b13fb add: make gpa much harder 2025-06-09 21:25:54 -04:00
6245f9fd2e add: make a higher gpa harder 2025-06-09 21:03:45 -04:00
15dc2e5d71 add: great post average 2025-06-09 20:56:32 -04:00
a6140f7c8c add: forges ui
TODO: forges tickets feed, posts open/closed state
2025-06-09 16:45:36 -04:00
5b1db42c51 add: post titles 2025-06-08 15:34:29 -04:00
81036e3733 add: move database drivers to oiseau 2025-06-08 14:15:42 -04:00
40fce4bc77 add: delete uploads and polls when user is deleted 2025-06-07 21:18:28 -04:00
f6eb46e7e8 fix: check is_deleted when pulling posts from database 2025-06-06 22:51:29 -04:00
460e87e90e add: don't allow poll creator to vote
add: unfollow user when you block them
add: force other user to unfollow you by blocking them
add: leave receiver communities when you block them
2025-06-05 16:23:57 -04:00
6555324650 add: polls 2025-06-04 17:21:46 -04:00
4dfa09207e add: polls backend
TODO: polls frontend
2025-06-03 23:35:34 -04:00
85c1c72cc4 fix: exclude moderators from ignore_users 2025-06-03 17:58:09 -04:00
c9983b8dcb add: ability to ban strings/characters through server config 2025-06-02 16:36:06 -04:00
701ea79c9a add: show_nsfw, hide_extra_post_tabs settings
add: ability to remove tokens from account switcher ui
2025-06-02 16:11:27 -04:00
5dec98d698 add: finish ui rewrite 2025-06-01 12:25:33 -04:00
946f78a90b fix: don't send quote notification if quoter is private 2025-05-19 19:56:34 -04:00
47124bcc71 fix: don't show deleted posts in repost 2025-05-19 19:45:20 -04:00
c74f36b97c add: profile replies tab
add: profile media tab
2025-05-18 20:51:55 -04:00
3e4ee8126a add: profile and full search 2025-05-18 16:43:56 -04:00
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