|
b29760d7ec
|
add: channels/messages scopes and api endpoints
|
2025-06-13 22:07:36 -04:00 |
|
|
8f16068a34
|
add: implement 9 new scopes, 21 new api endpoints
|
2025-06-13 17:47:00 -04:00 |
|
|
c3139ef1d2
|
add: grant scopes for all community endpoints
|
2025-06-13 12:49:09 -04:00 |
|
|
5844d23399
|
fix: respect muted phrases in reposts
|
2025-06-12 23:07:24 -04:00 |
|
|
6fcbb1fe00
|
fix: association removal panic
|
2025-06-12 21:06:04 -04:00 |
|
|
46f8aea538
|
add: forge pinned tickets
|
2025-06-10 22:12:22 -04:00 |
|
|
68071b96c8
|
add: finish forge stuff
|
2025-06-10 22:02:06 -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 |
|
|
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 |
|
|
a9845fbd67
|
add: check associated when voting on polls
|
2025-06-06 15:57:31 -04:00 |
|
|
675b3e4ee6
|
add: user associations
|
2025-06-05 20:56:56 -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 |
|
|
1ac64d34ed
|
add: paginate notifications/requests pages
|
2025-06-02 21:39:35 -04:00 |
|
|
0983a3bb84
|
add: allow mods to view user notifications
|
2025-06-02 21:18:19 -04:00 |
|
|
7bda718082
|
add: outbox tab on profile
tab is only visible to profile owner and mods
|
2025-06-01 19:26:55 -04:00 |
|
|
8de5c0ea76
|
add: hide posts from users who have blocked you from timelines
|
2025-05-29 18:59:53 -04:00 |
|
|
22ae479bd7
|
add: provide more information on psql and redis connection errors
|
2025-05-28 13:41:19 -04:00 |
|
|
013bc0b45f
|
fix: mark all notifications as read/unread
fix: check profile status, warning, and biography length
fix: check post warning and tags length
|
2025-05-28 13:06:48 -04:00 |
|
|
3f6f1eda9f
|
add: mark all notifications as read/unread
fix: anonymous avatar/username
|
2025-05-22 22:54:06 -04:00 |
|
|
b1d812d07b
|
fix: ip parse panic
|
2025-05-22 00:26:29 -04:00 |
|
|
829eef7f5d
|
fix: check ip ban by prefix during login
|
2025-05-21 23:52:29 -04:00 |
|
|
d7e800fcb4
|
add: ban ipv6 addresses by prefix
assumes all ipv6 addresses have 64-bit prefix (8 bytes at the start + 2 bytes for colons)
|
2025-05-21 23:32:45 -04:00 |
|
|
2b91422d18
|
add: better quote post ui
|
2025-05-21 00:04:18 -04:00 |
|
|
fb2a9285d2
|
fix: don't allow user display name to be over 32 chars
|
2025-05-20 23:30:40 -04:00 |
|
|
efb259764e
|
fix: username and community title validation
|
2025-05-19 19:31:12 -04:00 |
|
|
a4d7f44aa3
|
fix: don't show dislikes to regular users
|
2025-05-19 18:52:47 -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 |
|
|
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 |
|
|
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 |
|
|
03b252937b
|
fix: don't show posts from private profiles when quoted
fix: password updating (mod)
|
2025-05-15 23:59:26 -04:00 |
|
|
12adcd5fd3
|
add: only people with post manage permission to view post likes
|
2025-05-14 20:16:40 -04:00 |
|
|
b63df2cb31
|
add: post likes page
fix: requests pkey
|
2025-05-14 19:54:53 -04:00 |
|
|
bbb629336f
|
fix: check profile privacy settings when viewing link to post
|
2025-05-14 19:35:29 -04:00 |
|
|
37d034db39
|
fix: profile settings html sanitization
|
2025-05-13 18:50:36 -04:00 |
|
|
eb95be0f38
|
add: ability to manage uploads
|
2025-05-11 15:20:15 -04:00 |
|
|
6fabb38c10
|
fix: only allow 4 uploads at once
|
2025-05-11 14:43:09 -04:00 |
|
|
70965298b5
|
add: post image uploads (supporter)
|
2025-05-11 14:27:55 -04:00 |
|
|
8e241b3435
|
fix: gif emoji uploading
fix: external image proxy
|
2025-05-10 22:11:12 -04:00 |
|