- add proper handling for user deletion (3f598af)
- change cors configuration (f7a5a4e)
- change how route prefix is handled because plugin disrupts cors (cc46882)
- change invalid test name in posts and user e2e tests (7de9463)
- change vercel config to fix deployment issues and add rimraf as normal deps (47c9af1)
- correct example responses in auth and user swagger (fc33a9b)
- import crypto modules on files that used them (13b78de)
- reconfigure module ignore patterns in jest config (0aebf7f)
- trim strings for friendRequestValidator (63768c9)
- update e2e missing update user fields (597b680)
- add api versioning (93abdaf)
- add comment, post, and user models (b1ffe25)
- add comments feature (5631890)
- add edit post validator (534e556)
- add fake data generator for swagger example (619725e)
- add fake friends list generator (156987f)
- add friends features and documentation (d57f4ef)
- add jwt and logger library (7fa17e7)
- add new query parameter for posts (5b2d7f5)
- add posts feature (f164237)
- add refresh token feature (9a021f7)
- add security definitions for routes in swagger (3534b45)
- add username query for users (1339882)
- add users feature (0a4fe31)
- change add comment endpoint and add mote validations (517e1f8)
- change emptyArray function implementation (00b10f7)
- change store refresh interval (ca2dcea)
- change updateAt field when pos is updated (33a3c7f)
- implement logger and jwt plugin (84ca40e)
- implement login and register feature (b0a5dc4)
- improve endpoint url for creating posts (bf47718)
- move array related utility functions into a single file (3f190d3)
- only allow user to edit owner and content when creating comments (7c74f7b)
- posts: add get posts by user endpoint (8ac1caf)
- remove owner field requirement for updating a post (bc0654c)
- remove user data on register endpoint response body (b4c441c)
- return newly registered user on register endpoint (6996813)
- send access token via cookies (ec0fc7f)
- send refresh token via cookies on login and add logout endpoint (82480db)
- seperate refresh token handler for via cookies and request body (7f0fb9c)
- trim all incoming string payload from client (a5a6639)
- update payload requirement for updating a post (0b99eb8)
- update seed store implementation (12c677b)
- use fly.io instead of vercel (004a6c8)
- add proper handling for user deletion (3f598af)
- change invalid test name in posts and user e2e tests (7de9463)
- change vercel config to fix deployment issues and add rimraf as normal deps (47c9af1)
- import crypto modules on files that used them (13b78de)
- reconfigure module ignore patterns in jest config (0aebf7f)
- trim strings for friendRequestValidator (63768c9)
- update e2e missing update user fields (597b680)
- add api versioning (93abdaf)
- add comment, post, and user models (b1ffe25)
- add comments feature (5631890)
- add edit post validator (534e556)
- add fake data generator for swagger example (619725e)
- add fake friends list generator (156987f)
- add friends features and documentation (d57f4ef)
- add jwt and logger library (7fa17e7)
- add new query parameter for posts (5b2d7f5)
- add posts feature (f164237)
- add refresh token feature (9a021f7)
- add security definitions for routes in swagger (3534b45)
- add users feature (0a4fe31)
- change add comment endpoint and add mote validations (517e1f8)
- change emptyArray function implementation (00b10f7)
- change store refresh interval (ca2dcea)
- change updateAt field when pos is updated (33a3c7f)
- implement logger and jwt plugin (84ca40e)
- implement login and register feature (b0a5dc4)
- improve endpoint url for creating posts (bf47718)
- move array related utility functions into a single file (3f190d3)
- only allow user to edit owner and content when creating comments (7c74f7b)
- posts: add get posts by user endpoint (8ac1caf)
- remove owner field requirement for updating a post (bc0654c)
- remove user data on register endpoint response body (b4c441c)
- return newly registered user on register endpoint (6996813)
- send refresh token via cookies on login and add logout endpoint (82480db)
- seperate refresh token handler for via cookies and request body (7f0fb9c)
- trim all incoming string payload from client (a5a6639)
- update payload requirement for updating a post (0b99eb8)
- update seed store implementation (12c677b)