mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[PR #4078] [MERGED] HSB-439 feature: invite link with SMTP optional #4655
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4655
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/4078
Author: @mirarifhasan
Created: 5/20/2024
Status: ✅ Merged
Merged: 6/27/2024
Merged by: @balub
Base:
next← Head:feat/invite-link📝 Commits (10+)
c26e2eefeat: env variable added in infra-config for smtp enable statusb28a5ccfeat: event emitter added8b5df6bfeat: added advance mailer configurations from infra configbb6cc8ftest: fix test casesd948f19feat: added query to see is smtp enabled or not7e63e8afeat: email auth provider disabled on smtp disabled8c9719chore: restrict on update directly instead of dedicated mutation3c038dffix: feedback resolved971f5edchore: modify mailer modulecc49551chore: error handle in mailer functions📊 Changes
22 files changed (+12773 additions, -14642 deletions)
View changed files
📝
.env.example(+12 -1)📝
packages/hoppscotch-backend/src/access-token/access-token.service.spec.ts(+1 -0)📝
packages/hoppscotch-backend/src/admin/admin.service.spec.ts(+2 -0)📝
packages/hoppscotch-backend/src/admin/infra.resolver.ts(+19 -0)📝
packages/hoppscotch-backend/src/auth/auth.service.spec.ts(+1 -0)📝
packages/hoppscotch-backend/src/errors.ts(+13 -0)📝
packages/hoppscotch-backend/src/gql-schema.ts(+2 -0)📝
packages/hoppscotch-backend/src/infra-config/helper.ts(+43 -4)📝
packages/hoppscotch-backend/src/infra-config/infra-config.module.ts(+2 -1)➕
packages/hoppscotch-backend/src/infra-config/infra-config.resolver.ts(+20 -0)📝
packages/hoppscotch-backend/src/infra-config/infra-config.service.ts(+106 -1)➕
packages/hoppscotch-backend/src/mailer/helper.ts(+58 -0)📝
packages/hoppscotch-backend/src/mailer/mailer.module.ts(+17 -14)📝
packages/hoppscotch-backend/src/mailer/mailer.service.ts(+12 -2)📝
packages/hoppscotch-backend/src/shortcode/shortcode.service.spec.ts(+1 -0)📝
packages/hoppscotch-backend/src/team-collection/team-collection.service.spec.ts(+1 -0)📝
packages/hoppscotch-backend/src/types/InfraConfig.ts(+9 -0)📝
packages/hoppscotch-backend/src/user-collection/user-collection.service.spec.ts(+1 -0)📝
packages/hoppscotch-backend/src/user-request/user-request.service.spec.ts(+1 -0)📝
packages/hoppscotch-backend/src/user-settings/user-settings.service.spec.ts(+1 -0)...and 2 more files
📄 Description
Closes HSB-439
Description
This PR
mailer-moduleoptionalmailer-modulemore configurableChecks
Additional Information
Nil
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.