api-client/packages/hoppscotch-backend/src/admin
Mir Arif Hasan 6abc0e6071
HBE-326 feature: server configuration through GraphQL API (#3591)
* feat: restart cmd added in aio service

* feat: nestjs config package added

* test: fix all broken test case

* feat: infra config module add with get-update-reset functionality

* test: fix test case failure

* feat: update infra configs mutation added

* feat: utilise ConfigService in util functions

* chore: remove saml stuff

* feat: removed saml stuffs

* fix: config service precedence

* fix: mailer module init with right env value

* feat: added mutations and query

* feat: add query infra-configs

* fix: mailer module init issue

* chore: smtp url validation added

* fix: all sso disabling is handled

* fix: pnpm i without db connection

* fix: allowedAuthProviders and enableAndDisableSSO

* fix: validateSMTPUrl check

* feat: get api added for fetch provider list

* feat: feedback resolve

* chore: update code comments

* fix: uppercase issue of VITE_ALLOWED_AUTH_PROVIDERS

* chore: update lockfile

* fix: add validation checks for MAILER_ADDRESS_FROM

* test: fix test case

* chore: feedback resolve

* chore: renamed an enum

* chore: app shutdown way changed

---------

Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2023-12-12 16:42:58 +06:00
..
decorators feat: Introducing Admin Module to Backend (HBE-83) (#21) 2023-03-21 16:42:30 +05:30
guards feat: Introducing Admin Module to Backend (HBE-83) (#21) 2023-03-21 16:42:30 +05:30
admin.model.ts HBE-296 feat: introducing 'infra' type and splitting model properties between 'admin' and 'infra' (#3445) 2023-10-30 17:03:43 +06:00
admin.module.ts HBE-326 feature: server configuration through GraphQL API (#3591) 2023-12-12 16:42:58 +06:00
admin.resolver.ts feat: introducing shortcode into admin module (#3504) 2023-11-10 14:28:02 +05:30
admin.service.spec.ts HBE-326 feature: server configuration through GraphQL API (#3591) 2023-12-12 16:42:58 +06:00
admin.service.ts HBE-326 feature: server configuration through GraphQL API (#3591) 2023-12-12 16:42:58 +06:00
infra.model.ts HBE-296 feat: introducing 'infra' type and splitting model properties between 'admin' and 'infra' (#3445) 2023-10-30 17:03:43 +06:00
infra.resolver.ts HBE-326 feature: server configuration through GraphQL API (#3591) 2023-12-12 16:42:58 +06:00
input-types.args.ts refactor: removing unused import, commented codes, improved cursor query (#69) 2023-04-06 19:54:10 +05:30
invited-user.model.ts feat: Introducing Admin Module to Backend (HBE-83) (#21) 2023-03-21 16:42:30 +05:30