Commit graph

54 commits

Author SHA1 Message Date
334efa15b5 feat: new readme 2024-02-15 13:03:04 +00:00
ae826cc130 chore: sync repo 2024-02-15 10:06:59 +00:00
cab4a0d9f1 feat: added create kweek route & multi file upload 2024-02-05 18:08:32 +00:00
ac9026aea6 fix: rename DTO name 2024-02-03 17:00:10 +00:00
2f33a05eab feat: added delete user route 2024-02-03 16:28:20 +00:00
66681673bc feat: added biome on pre-commit 2024-02-03 14:41:32 +00:00
cf101674e7 chore: repo sync 2024-02-01 18:10:22 +00:00
78471ba5c4 fix: fixed dockerfile 2024-01-31 12:58:50 +00:00
d55a2dedba chore: added new env fields 2024-01-30 21:29:45 +00:00
34944d9000 refactor: upload image controller 2024-01-30 21:20:46 +00:00
491cdd16aa feat: added swc, file upload, new route and minio 2024-01-30 20:22:17 +00:00
8af84b7cfa feat: added update email and password routes 2024-01-26 18:30:34 +00:00
e6718ca54f feat: added new routes, changed posts name 2024-01-26 17:09:38 +00:00
b5fa098b9d fix: protected routes now respects rate limit
closes issue #59
2024-01-25 20:12:58 +00:00
a4181e3485 feat: added rate limit 2024-01-25 17:13:49 +00:00
b5911c712c feat: added fastify, add authentication with passport 2024-01-25 16:17:13 +00:00
7d3afa3dcd feat: removed expressjs in favor of nestjs 2024-01-25 00:06:36 +00:00
05a53252a4 chore: removed swagger custom css 2024-01-24 20:14:42 +00:00
7087050fc0 chore: updated every file to match biome rules 2024-01-24 15:22:01 +00:00
2191b01a93 feat: added swagger for documentation 2023-10-01 14:47:41 -03:00
2ad6018806 feat: updated fetch-info
updated fetch-info to return user's followers and following
2023-10-01 14:46:14 -03:00
8d345747c6 fix: updated rate-limit middleware 2023-09-30 17:57:17 -03:00
f73a12e454 feat: implemented unit tests 2023-09-30 17:15:19 -03:00
e31b7d083e feat: added commitlint and husky for linting commit messages 2023-09-30 14:31:02 -03:00
119ab37daf Updated Fetch User Service 2023-09-07 11:25:34 -03:00
02e4075ab2 Updated route endpoint 2023-09-07 09:41:19 -03:00
a075da4aba Created new route 2023-09-05 20:29:40 -03:00
b6ed80db68 Rollback to the good ol' header auth. 2023-09-03 16:54:55 -03:00
81b0c05d68 Updated cookie name 2023-09-03 13:00:08 -03:00
af1cc94d8e Updated CORS config 2023-09-03 12:58:09 -03:00
23dd0a2b32 Updated README 2023-09-02 16:11:41 -03:00
a2d4af45a3 Created logout route. Update eslint config file 2023-08-22 17:47:32 -03:00
eef8d9c5dc Updated app.ts 2023-08-22 16:58:40 -03:00
2607bd56ff Added Cookies for authentication. 2023-08-22 16:57:34 -03:00
5057f58a12 Created new routes. Fixed small bug in the tests. 2023-08-22 13:52:50 -03:00
4e96576f5d Fixed Docker and tests. Replaced ioredis. 2023-08-08 19:52:28 -03:00
14e3990d76 Added morgan and winston for logging, still need to test socket io 2023-08-05 16:51:43 -03:00
e11771a62b Added ESLint and Prettier, added module resolvers, tests not working by now. 2023-07-31 20:18:07 -03:00
fc7ede917c Removed little space 2023-07-28 10:42:43 -03:00
141712edb4 Refactored routers, changed file name 2023-07-28 10:41:28 -03:00
fcb4a83787 Implemented comments likes and refactored some routes 2023-07-28 10:18:22 -03:00
d428991539 Created new routes, changed file names, new tables 2023-07-25 18:25:43 -03:00
11d74d846b Created like-post and follow-user routes, changed file names 2023-07-25 10:57:23 -03:00
b6be9d6755 Fixed tests 2023-07-20 08:15:29 -03:00
08612929ea Changed file name 2023-07-17 17:51:16 -03:00
4382b35fe3 Added Multer and Sharp for image upload and compression. 2023-07-17 17:47:05 -03:00
f743521fae Implemented rate limit, added Redis database, added more verifications 2023-07-12 15:05:17 -03:00
735695a7d7 Created update post test 2023-07-11 16:54:50 -03:00
c5e928aeec Fixed small bug in create-user.ts 2023-06-29 10:51:44 -03:00
34604fce27 Created new tests (some of they are not working) 2023-06-27 20:25:27 -03:00