api-client/packages/hoppscotch-backend/src
Andrew Bastin e978541bf1
refactor: update mailer service to stop using postmark (#38)
* refactor: update mailer service to stop using postmark

* chore: remove postmark as a dep and move out postmark code

* chore: remove postmark variables from .env.example

* chore: add formal errors for mailer initialization errors

* chore: add and update jsdoc comments in mailer service methods
2023-03-15 14:02:55 +05:30
..
auth hotfix: adding dynamic redirection in self-host auth system (HBE-173) (#40) 2023-03-14 19:19:22 +05:30
decorators hotfix: refresh token cookie migration (HBE-167) (#31) 2023-03-03 15:52:26 +05:30
guards refactor: refactored gql-auth-guard to work for websocket based subscriptions 2023-02-08 14:20:51 +05:30
mailer refactor: update mailer service to stop using postmark (#38) 2023-03-15 14:02:55 +05:30
plugins chore: added gql decorator and complexity plugin 2022-12-07 23:09:15 +05:30
prisma fix: fixed improper imports in auth module 2023-01-09 18:56:40 +05:30
pubsub feat: subscription return response updated for moveUserRequest (#39) 2023-03-13 16:15:51 +05:30
shortcode HBE-147 refactor: Introduce shortcodes into self-host refactored to pseudo-fp format (#22) 2023-02-22 17:40:53 +05:30
team fix: cleaning deprecated resolvers on Team Module (HBE-157) (#25) 2023-02-28 14:22:00 +06:00
team-collection refactor: refactoring Team-Collections with reordering in self-host (HBE-150) (#34) 2023-03-09 19:37:40 +05:30
team-environments feat: teamEnvironment module added 2023-02-08 20:21:51 +06:00
team-invitation hotfix: fixing type errors in backend graphql layer (HBE-174) (#45) 2023-03-15 11:20:45 +05:30
team-request refactor: Refactoring of Team Request with Reordering (HBE-151) (#20) 2023-03-09 20:59:39 +06:00
types hotfix: fixing type errors in backend graphql layer (HBE-174) (#45) 2023-03-15 11:20:45 +05:30
user feat: team module added 2023-02-08 20:21:51 +06:00
user-collection hotfix: fixing type errors in backend graphql layer (HBE-174) (#45) 2023-03-15 11:20:45 +05:30
user-environment fix: added updated and deleted subscription changes (#24) 2023-02-27 19:03:48 +05:30
user-history hotfix: fixing type errors in backend graphql layer (HBE-174) (#45) 2023-03-15 11:20:45 +05:30
user-request hotfix: fixing type errors in backend graphql layer (HBE-174) (#45) 2023-03-15 11:20:45 +05:30
user-settings fix: changed user type to AuthUser in user-settings resolver 2023-02-01 18:24:18 +05:30
app.module.ts hotfix: fixing type errors in backend graphql layer (HBE-174) (#45) 2023-03-15 11:20:45 +05:30
errors.ts refactor: update mailer service to stop using postmark (#38) 2023-03-15 14:02:55 +05:30
gql-schema.ts feat: introduce gql schema sdl generation to the backend (#35) 2023-03-13 18:52:50 +05:30
main.ts hotfix: adding dynamic redirection in self-host auth system (HBE-173) (#40) 2023-03-14 19:19:22 +05:30
utils.ts feat: Introducing user-collections into self-host (HBE-98) (#18) 2023-03-03 15:03:05 +05:30