Commit Graph

36 Commits

Author SHA1 Message Date
slawk0
7a3c17eff3 implementing uploading attachments 2024-11-21 17:12:11 +01:00
slawk0
23b6f6793d pending messages are displayed on the gray 2024-11-19 22:49:55 +01:00
slawk0
f4c68ecbc2 code refactor and improvements 2024-11-19 14:06:40 +01:00
slawk0
1b4ef5e34d better username validator, server improvements, 2024-11-18 22:35:17 +01:00
slawk0
ec99fcd1be fixed previous messages not loading 2024-11-17 22:08:38 +01:00
slawk0
5ba57cefac displays no more messages found message from server 2024-11-14 22:17:14 +01:00
slawk0
635bfd7e5d residues nextCursor removed 2024-11-14 21:11:52 +01:00
slawk0
8907650fc0 prepared backend for pagination, redirect to /chat if logged in, fixed messages from contact not appearing in real time, 2024-11-09 16:51:41 +01:00
slawk0
b99e148841 added filter to ContactForm.tsx to avoid duplicated contacts, messages index, scroll to top event 2024-11-03 21:02:06 +01:00
slawk0
f4796a2134 moved contacts api requests to contactsApi.tsx 2024-11-02 18:02:32 +01:00
slawk0
973ef54393 authorizeUser middleware 2024-11-01 18:24:48 +01:00
slawk0
45ca5a2243 getContactsList api,
contacts are now fetching from api
2024-10-31 21:17:50 +01:00
slawk0
efe7559265 added working status indicator 2024-10-31 00:11:12 +01:00
slawk0
fdf9b64349 added deleteContact api 2024-10-28 23:03:47 +01:00
slawk0
dfd93eee51 added filter for invalid characters, initializing contact on click selected contact 2024-10-28 20:17:23 +01:00
slawk0
c853256dfe fixed undefined user_id after signup 2024-10-23 22:40:00 +02:00
slawk0
c2af7f744e authorization code refactor, added insertContact function 2024-10-22 17:50:32 +02:00
slawk0
f20b020549 code refactor, fixed undefined username from response on /auth/validate api, displays user actual username on UserProfile.tsx 2024-10-19 17:02:08 +02:00
slawk0
1b24bca201 code refactor added missing async 2024-10-18 15:22:07 +02:00
slawk0
5875162626 removed initializeSocket function, added returns to response 2024-10-17 20:53:15 +02:00
slawk0
8034fdfffb added server site socket authorization, initializeSocket function 2024-10-15 22:01:40 +02:00
slawk0
e6f4c58d13 added message and contact input autofocus, getUserId db query, user_id to jwt 2024-10-13 14:12:15 +02:00
slawk0
bd78e7c817 minor changes 2024-10-13 00:12:50 +02:00
slawk0
8131cc6fb1 added getContact query 2024-10-12 21:20:45 +02:00
slawk0
8414919ae6 added contact db 2024-10-12 00:45:53 +02:00
slawk0
bd89f0762f password validation on server 2024-10-11 15:32:07 +02:00
slawk0
05211fba10 protectedRoutes works? 2024-10-11 14:02:00 +02:00
slawk0
e074823704 creating ProtectedRoutes.tsx 2024-10-10 22:28:45 +02:00
slawk0
387437c71e restricted access to pages 2024-10-05 22:31:30 +02:00
slawk0
75d95e827d getPassword() function, refactor from .send to .json 2024-10-05 14:25:33 +02:00
slawk0
826116e23c added hashing password, creating user uuid and password mismatch check 2024-10-05 13:00:37 +02:00
slawk0
cb90cb3498 added try catches and jwt 2024-10-04 22:13:17 +02:00
slawk0
03892f0371 added changePassword, checkUserExist, insertUser & message functions 2024-10-04 17:37:26 +02:00
slawk0
965623a3d6 code refactor of creating tables 2024-10-01 21:37:51 +02:00
slawk0
71e828b493 added creating tables and many other 2024-10-01 21:02:51 +02:00
slawk0
24ab80244f added form validation, server.js 2024-09-26 17:59:51 +02:00