-
BIG rooms update
- Allows you to create rooms
- Make invite links for your rooms, so other people can join
- This took me 3h of my life 💀
-
General updates
- Join room by URL
- Made login possible with both username and email
-
UI updates
- Overlay when ws is disconnected
- General UI update
-
Security updates
- WS rate limiting
- made userId secret
- Lots of bug fixes
- UI Updates
- Made register and login UI
- Added logout button in the app
- Added sign in/up error
- Added a 404 page
- Security updates
- Prevent 2 users from having the same email
- Added message sanitazion
- Added username, email and password type safety
- Login ratelimiting
- Save the databases on program stop
- Added GZIP
- Added a room database
- Improved database script
- Added bg resize and fixed bugs
- Added avatar upload on signup
- Backend avatar upload handing (resizing and changing img format)
- Made the sign in/up form better (it still sucks lol)
- Moved rooms list to main db
- Moved icons to backend uploads, to prepare for next icon upload update
- Added path traversal security
- Fixed bugs
- Added README.md
- Initial git release
- Added basic auth
- Grouped backend and frontend
- Fixed some bugs
- Add rooms UI
- HUGE updates to prepare for the upcomming groups update (both backend and frontend)(took me 6h...)
- Added file names and a little preview to the upload form
- Added on-the-go file type and size checking, without closing the popup
- Made the UI responsible
- Added collapseable menus
- Changed some styles
- Added custom chat wallpaper
- Added basic popups
- Changed to SocketIO
- Added user icons
- Made a better message input
- Added users online
- Added basic UI
- Basic send and receive