Commit Graph

24 Commits

Author SHA1 Message Date
b985172cd0 fix: schemaValidationMessages errors in Swagger docs 2022-10-04 14:59:14 +02:00
8e69511e3e docs: add oauth2 tag 2022-08-29 17:37:00 +00:00
7e305429b4 feat: make JWT refreshTokens more secure
Don't store the token itself in the database, store a UUID, and when refreshing the accessToken, verify the token and verify that in the payload there is a corresponding UUID stored in the database
2022-08-29 17:26:43 +00:00
a6dd112e4a refactor: minor changes 2022-08-29 16:10:17 +00:00
46745e1b7e build(deps): update latest 2022-08-23 21:53:07 +00:00
4d565e4f1f build(deps): update latest 2022-06-29 03:59:30 +00:00
a4c77fec50 fix: file upload and OAuth2 (#10) 2022-04-08 21:36:29 +02:00
69c567cb66 fix: stricter ajv validation 2022-04-07 14:56:07 +00:00
694ac58aad fix: usage of API_URL 2022-03-21 20:44:15 +01:00
19b6f96ecf feat: usage of ESM modules imports (instead of CommonJS) (#5)
Replace `jest` with `tap`.
2022-03-20 11:49:27 +01:00
91a0e2a76f feat: add OAuth2 authentication (Google/GitHub/Discord) 2022-03-06 15:41:30 +00:00
9e6bf25c83 feat(scripts): add delete dead uploaded files 2022-03-05 18:49:38 +00:00
1bcee76324 fix(services): add missing real time 2022-03-02 11:47:13 +01:00
e6d8b64f8a feat(services): add guilds endpoints 2022-02-19 19:08:25 +00:00
2405b4951b fix(services): improve validation PUT /users/current 2022-01-29 22:31:37 +01:00
32ac15c831 style: fix linting issues with imports 2022-01-13 17:41:34 +01:00
5643ab420f feat: add realtime with socket.io 2022-01-13 16:33:16 +00:00
97b1d04261 fix(services): restrict GET /uploads/messages/:file to authorized users 2022-01-06 18:13:13 +01:00
03946f26e7 feat(services): add POST /channels/[channelId]/messages/uploads 2022-01-01 14:19:27 +00:00
766c9fdbd6 feat(services): add POST /channels/[channelId]/messages 2022-01-01 01:35:56 +00:00
385c95be90 feat(services): ability to search GET /guilds/public 2021-11-13 14:48:56 +01:00
56c613b5cf feat(services): add PUT /guilds/[guildId]/icon 2021-10-26 14:01:49 +00:00
b77e602358 feat: migrate from express to fastify 2021-10-24 04:18:18 +02:00
714cc643ba chore: initial commit 2021-10-24 04:06:16 +02:00