Commit Graph

105 Commits

Author SHA1 Message Date
slawk0
bf8da0606c Remove unused files and improve code clarity
Deleted obsolete files, including icon.png and index.html. Refactored JavaScript code in signup.js and socket.js for better readability by adjusting indentation and format. Updated environment variables in .env and streamlined several routes and functions in index.js.
2024-10-14 15:40:08 +02:00
slawk0
03f45fcb93 fixed displaying unread dot on current recipient 2024-09-20 22:17:40 +02:00
slawk0
88904fcb53 fixed app starting before db, added creation of contact db 2024-09-18 20:48:18 +02:00
slawk0
2f395051d1 added sorting messages to display unread on top 2024-09-17 20:31:05 +02:00
slawk0
a21dcd681e fixed unread dot in wrong place 2024-09-17 17:18:37 +02:00
slawk0
d22e6e6fc6 added contact status 2024-09-16 22:38:17 +02:00
slawk0
d7e3acbacc contact is fully working 2024-09-15 17:05:42 +02:00
slawk0
2e0ef74edf contact is release! 2024-09-14 23:59:37 +02:00
slawk0
5213509676 contact is in beta 2024-09-14 23:11:00 +02:00
slawk0
c05e00cacf adding contact functionality 2024-09-14 18:40:06 +02:00
slawk0
10612146ba added remove contact button 2024-09-11 21:35:03 +02:00
slawk0
e0510dcd5a fixed auto scrolling 2024-09-11 20:35:34 +02:00
slawk0
e85dcb8487 display incoming username if username sended message 2024-09-10 22:43:50 +02:00
slawk0
20899cfa23 added contacts list ;) (i love cloude) 2024-09-10 21:41:51 +02:00
slawk0
9b6ccf7384 adding contacts list 2024-09-10 21:27:45 +02:00
slawk0
dc9aacc407 removed currentUsername from localstorage now its streamed from socket, some refactor like changed some socket.to(username) to io.to ( i have no idea whats de diffrence 2024-09-09 21:47:17 +02:00
slawk0
ff68204eae switched from success message on json to http status 2024-09-08 13:48:10 +02:00
slawk0
a8a2211dae checking for same password on changing 2024-09-08 13:43:44 +02:00
slawk0
d3be5952dc display message on creating account 2024-09-08 00:28:48 +02:00
slawk0
6d609896e1 code refactor to use json for communicating with frontend 2024-09-08 00:21:23 +02:00
slawk0
5a6e40a3a4 added change password popup and changepassword api 2024-09-07 23:06:06 +02:00
slawk0
f6a50748a8 code refactor, added comments, removed no necceserry console logs, added settings, fixed app crash on empty password or username POSTed directly to api 2024-09-07 15:21:09 +02:00
slawk0
161d2a1515 fixed db connection on first build in docker 2024-09-04 22:25:48 +02:00
slawk0
2613d77c39 test 2024-09-04 22:10:47 +02:00
slawk0
c1ff47b05c eoeoeoeoe 2024-09-04 22:06:40 +02:00
slawk0
810b0a4178 refactor docker-compose.yaml 2024-08-29 23:47:23 +02:00
slawk0
d2194ebc34 create table only if database connection was successful 2024-08-29 23:44:46 +02:00
slawk0
1921b4f5a5 dumb mistake 2024-08-29 23:31:05 +02:00
slawk0
59afc621b4 idiotttttt 2024-08-29 19:30:58 +02:00
slawk0
e6a8e00dab idiot 2024-08-29 19:28:22 +02:00
slawk0
c09847b759 fixed undefined app port 2024-08-29 19:21:02 +02:00
slawk0
1c927f75f5 fixed crash on wrong login password for existing user, update docker-compose.yaml 2024-08-29 19:13:40 +02:00
slawk0
2ec948c1e3 Update Dockerfile 2024-08-28 17:41:54 +02:00
slawk0
1baf89745f Delete README.Docker.md 2024-08-28 17:40:51 +02:00
slawk0
613cc75fba Create package-lock.json 2024-08-28 12:22:48 +02:00
slawk0
53d506b41d adjusted code to use APP_PORT env 2024-08-26 20:44:50 +02:00
slawk0
82154a157a update example .env file 2024-08-26 20:43:24 +02:00
slawk0
d520912f6a changed name docker-compose.yaml 2024-08-26 20:40:31 +02:00
slawk0
323d4f0661 added example .env 2024-08-26 20:39:04 +02:00
slawk0
135b8449ea fixed creating tables is not exist 2024-08-26 13:52:43 +02:00
slawk0
fcdc885f7e update README.md 2024-08-26 00:05:00 +02:00
slawk0
b185dd8b09 Merge remote-tracking branch 'origin/main' 2024-08-26 00:00:31 +02:00
slawk0
c5125c8faf dark mode, messages are not duplicating, display sender username 2024-08-26 00:00:20 +02:00
slawk0
1ffd07c7ad Update compose.yaml 2024-08-25 22:44:43 +02:00
slawk0
12ad8a5b99 app still wont connect to database... 2024-08-25 22:42:59 +02:00
slawk0
94e0156c89 added docker 2024-08-25 20:12:24 +02:00
slawk0
a5b6b8fbae changed CSS added persistent recipient 2024-08-25 19:10:47 +02:00
slawk0
ead833b5dd added CSS and JWT token age is now 30 days 2024-08-25 18:09:59 +02:00
slawk0
c4e355dee6 added logout API 2024-08-25 17:08:43 +02:00
slawk0
34440563db fixed messages displaying multiple times 2024-08-25 15:34:27 +02:00