- Bump leptos-use from 0.15.5 to 0.15.6. (#205)
- Bump strum from 0.26.3 to 0.27.0. (#207)
- Bump clap from 4.5.28 to 4.5.29. (#209)
- Bump leptos from 0.7.5 to 0.7.7. (#210)
- Bump @faker-js/faker from 9.4.0 to 9.5.0. (#212)
- Bump pulldown-cmark from 0.12.2 to 0.13.0. (#213)
- Get or initialize AsyncRedisCache before remove. (#202)
- Make request helpers return text when there is not json. (#203)
- Show attached images at the bottom of the post. (#189)
- Store rendered content in a cache. (#191, #192, #193)
- Store blob queries in a cache. (#194)
- Store user queries in a cache. (#196)
- Store website queries in a cache. (#197)
- Store post queries in a cache. (#198)
- Store user session queries in a cache. (#199)
- Bump lettre from 0.11.11 to 0.11.12. (#188)
- Bump uuid from 1.12.1 to 1.13.1. (#190)
- Set env var LEPTOS_WASM_OPT_VERSION=version_122 in GitHub Actions. (#200)
- Dependencies badge and screenshot to README.md. (#185)
- Bump openssl from 0.10.68 to 0.10.70 in the cargo group. (#181)
- Bump @types/node from 22.13.0 to 22.13.1. (#183)
- Bump clap from 4.5.27 to 4.5.28. (#184)
- Only delete user sessions when a user is locked. (#186)
- Apply correct orientation on a resized image. (#182)
- Environment variable to choose filter for image resizing. (#173)
- Notify user by email when a new session has started with their account. (#178)
- Show message with support email address when asking for an invitation code. (#179)
- Bump @playwright/test from 1.50.0 to 1.50.1. (#177)
- Bump async-trait from 0.1.85 to 0.1.86. (#174)
- Bump @types/node from 22.12.0 to 22.13.0 (#176)
- Bump leptos from 0.7.4 to 0.7.5. (#170)
- Make the website on PostCard more visible. (#171)
- Optionally show post preview before submit. (#165)
- Bump rand from 0.8.5 to 0.9.0. (#161)
- Improve README.md a little bit. (#162)
- Bump @types/node from 22.10.10 to 22.12.0. (#164)
- Bump serde_json from 1.0.137 to 1.0.138. (#163)
- Everything is new.
- Basic setup.
- Core package with database connection, models, configurations and other things. (#128, #148, #149, #150, #151)
- Leptos utility package with shared components, server side functions and other resources. (#54, #55, #58, #123, #132, #133, #146)
- Home application to browse websites, posts and users. (#64, #84, #87, #102, #145, #147)
- Monitor application to manage background jobs.
- Accounts application to register, login and reset password.
- Uploads application to display uploaded images.
- Studio application to manage websites, posts and navigation. (#12, #18, #19, #48, #88, #118, #134, #140)
- My Account application to manage user settings.
- Websites application to display websites and their posts. (#20, #21, #22, #30, #32, #60, #75, #85, #95, #100, #114, #139)
- CLI application to create invitation codes.
- Optionally, allow register only with invitation code.
- GitHub Actions workflows for continuous integration. (#1, #3, #6, #9, #27, #39, #59, #74)
- Image uploader. (#76)
- Websites themes. (#67, #68)
- Support for Handlebars in posts content. (#113)
- Hashtags on websites' description, posts content and users bio. (#109)
- Post views. (#61, #63)
- Post comments. (#137)
- Post reactions. (#142)