mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[PR #4087] [MERGED] feat(sh-admin): introducing advanced SMTP configurations and invite links to dashboard #4660
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#4660
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/4087
Author: @joeljstephen
Created: 5/24/2024
Status: ✅ Merged
Merged: 6/27/2024
Merged by: @AndrewBastin
Base:
next← Head:feat/dashboard-invite-link📝 Commits (10+)
eb89e12feat: updated config handler and configs file to include new advanced smtp configs819e5aafeat: updated smtp configurations and i18n strings to include the new config additionse5f9aa9refactor: updated smtp config component to use advanced configs as checkboxb64e0b9feat: copy invite link for users and teams modules844a3f1refactor: updated text with i18n strings410b294feat: new mutation to toggle smtpd047a5bfeat: introduced custom mail configs and updated code to reflect the change570fe4arefactor: improvements to the empty field checkd642692refactor: improvements to invite links895fcf0refactor: code improvements and new i18n strings📊 Changes
11 files changed (+406 additions, -98 deletions)
View changed files
📝
packages/hoppscotch-sh-admin/locales/en.json(+14 -3)📝
packages/hoppscotch-sh-admin/src/components.d.ts(+36 -37)📝
packages/hoppscotch-sh-admin/src/components/settings/ServerRestart.vue(+9 -0)📝
packages/hoppscotch-sh-admin/src/components/settings/SmtpConfiguration.vue(+119 -18)📝
packages/hoppscotch-sh-admin/src/components/teams/PendingInvites.vue(+28 -11)📝
packages/hoppscotch-sh-admin/src/components/users/InviteModal.vue(+9 -12)📝
packages/hoppscotch-sh-admin/src/composables/useConfigHandler.ts(+101 -10)➕
packages/hoppscotch-sh-admin/src/helpers/backend/gql/mutations/ToggleSMTP.graphql(+3 -0)📝
packages/hoppscotch-sh-admin/src/helpers/configs.ts(+46 -1)📝
packages/hoppscotch-sh-admin/src/pages/users/index.vue(+21 -3)📝
packages/hoppscotch-sh-admin/src/pages/users/invited.vue(+20 -3)📄 Description
Ticket
Description
This PR introduces additional advanced SMTP configurations to the dashboard. SMTP can be now be enabled without the need for email based authentication.
New updates that are added:
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.