Commit graph

23 commits

Author SHA1 Message Date
trisua
c1c8cdbfcd fix: socket connections/closing
you can no longer crash the entire server by connection to the socket 8 times
2025-04-28 21:22:20 -04:00
trisua
7774124bd0 add: channels, messages 2025-04-27 23:11:37 -04:00
trisua
33ba576d4a add: profile connections, spotify connection 2025-04-26 16:27:18 -04:00
trisua
a28072be7f add: channels/messages database functions
chore: bump contrasted
2025-04-25 16:22:38 -04:00
trisua
d42375441f add: allow users to block users who have blocked them/private users
fix: anonymous post page panic
add: allow users to select home timeline
2025-04-24 16:40:03 -04:00
trisua
9a2852f7ba fix: contrast checks 2025-04-23 17:22:33 -04:00
trisua
f867abcb34 add: display warning in profile settings if your text contrast is horrible 2025-04-22 19:46:08 -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
063e33899e add: questions timelines 2025-04-13 12:15:14 -04:00
trisua
7960484bf9 add: questions, requests 2025-04-12 22:25:54 -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
b78508ee15 add: mirror other user's theme when viewing other user profiles
fix: community/profile name sizing
2025-04-09 19:25:41 -04:00
dependabot[bot]
e9ac4b9626
build(deps): bump tokio in the cargo group across 1 directory
Bumps the cargo group with 1 update in the / directory: [tokio](https://github.com/tokio-rs/tokio).


Updates `tokio` from 1.44.1 to 1.44.2
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.44.2
  dependency-type: direct:production
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-08 02:08:23 +00:00
trisua
205fcbdcc1 add: user totp 2fa 2025-04-04 21:42:08 -04:00
trisua
a11a70d3e7 fix: use redis set_ex instead of just set 2025-04-03 13:09:50 -04:00
trisua
131a38abb9 add: cloudflare turnstile captcha
add: "popular communities" card in communities list
2025-04-02 23:26:43 -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
trisua
6413ed09fb add: community settings ui
TODO: add community read/write access settings
TODO: add profile settings
TODO: profile following in ui
TODO: community joining and membership management in ui
2025-03-29 22:27:57 -04:00
trisua
38dbf10130 add: redis cache support 2025-03-23 21:19:16 -04:00
trisua
d2ca9e23d3 add: icon resolver
add: config "no_track" file list option
add: rainbeam-shared -> tetratto-shared
add: l10n
2025-03-23 12:31:48 -04:00
trisua
b6fe2fba37 add: postgres support
chore: restructure
2025-03-22 22:17:47 -04:00