Commit Graph

5114 Commits

Author SHA1 Message Date
nivedin
08b6e0b747 refactor: open request with header and auth in search 2023-12-13 22:35:44 +05:30
nivedin
79a8bc669e refactor: update collection type using zod 2023-12-13 22:35:44 +05:30
nivedin
b6f3b24b9e fix: add auth and headers for old collection 2023-12-13 22:35:44 +05:30
nivedin
16bbfec736 fix: minor change 2023-12-13 22:35:44 +05:30
nivedin
ebe680c596 chore: minor padding update 2023-12-13 22:35:44 +05:30
nivedin
f79ab298da chore: update properties banner colour 2023-12-13 22:35:44 +05:30
nivedin
83019733e3 refactor: update gql properties sync 2023-12-13 22:35:44 +05:30
nivedin
c18e801420 refactor: update coll properties when syncing 2023-12-13 22:35:44 +05:30
nivedin
bb8c77fa7a chore: remove console 2023-12-13 22:35:44 +05:30
nivedin
951cff9f30 feat: auth-headers in team collection 2023-12-13 22:35:44 +05:30
nivedin
574d800a12 chore: update properties info banner 2023-12-13 22:35:44 +05:30
nivedin
ed825cf648 chore: add inherited auth and header in req runner 2023-12-13 22:35:44 +05:30
nivedin
569c170fec refactor: update inheritence when moving request 2023-12-13 22:35:44 +05:30
nivedin
056a8a8719 chore: filter header for non active values 2023-12-13 22:35:44 +05:30
nivedin
9bfe195253 chore: use samrt-env for gql headers 2023-12-13 22:35:44 +05:30
nivedin
fce68de282 feat: added inherit auth-header for personal gql 2023-12-13 22:35:44 +05:30
nivedin
ad7b3f05b1 chore: update graphql with ts and setup 2023-12-13 22:35:44 +05:30
nivedin
ea8de655d7 chore: root collection auth issue and ui update 2023-12-13 22:35:44 +05:30
nivedin
369d01a399 chore: add computed header for graphql 2023-12-13 22:35:44 +05:30
nivedin
0a54455fe7 refactor: inherit header from multiple collecions 2023-12-13 22:35:44 +05:30
nivedin
b893607ad1 refactor: inherit properties when saving 2023-12-13 22:35:44 +05:30
nivedin
7c3a84246d refactor: add fallback for new request auth state 2023-12-13 22:35:44 +05:30
nivedin
2687592a56 refactor: add auth and header fields coll in sh 2023-12-13 22:35:44 +05:30
nivedin
a48d7e879f refactor: inherited auth and header for req runner 2023-12-13 22:35:44 +05:30
nivedin
d326063659 chore: update types 2023-12-13 22:35:44 +05:30
nivedin
59735c15e4 refactor: update components to encapsulate 2023-12-13 22:35:44 +05:30
nivedin
ae531f5882 chore: update properties UI flow 2023-12-13 22:35:44 +05:30
nivedin
f8aeb42da5 chore: improve UI flow and add i18n 2023-12-13 22:35:44 +05:30
nivedin
1896e5afe1 feat: added properties option for root collection 2023-12-13 22:35:44 +05:30
Joel Jacob Stephen
f3edd001d7 feat: introducing server configurations in admin dashboard (#3628)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
2023-12-13 22:34:59 +05:30
Akash K
a8cc569786 feat: import environments from insomnia (#3625)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
2023-12-13 19:15:39 +05:30
Liyas Thomas
3ae49ca483 fix: codemirror tooltip margin 2023-12-13 12:13:34 +05:30
Liyas Thomas
37e6497e88 fix: z-index 2023-12-13 11:02:56 +05:30
Liyas Thomas
b522ae9e05 fix: shortcut key size 2023-12-13 10:17:22 +05:30
Liyas Thomas
62b11fcec8 fix: z-index on toast 2023-12-13 09:22:58 +05:30
Liyas Thomas
51ebb57623 fix: z-index 2023-12-13 08:45:30 +05:30
Liyas Thomas
ff5c2ba51c chore: minor ui improvements to modal 2023-12-12 23:32:42 +05:30
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
Andrew Bastin
957641fb0f chore: move dioc out of monorepo 2023-12-12 15:39:10 +05:30
Liyas Thomas
a55f214102 fix: use base url instead of hardcoded url (#3635) 2023-12-12 15:06:28 +05:30
Liyas Thomas
ebf90207e5 chore: improve placeholder component styles (#3638)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
2023-12-12 15:02:42 +05:30
Liyas Thomas
4ac8a117ef chore: add protocol logos to realtime page (#3637) 2023-12-12 14:25:56 +05:30
Muhammed Ajmal M
c1bc430ee6 fix: overflowing modal fix on small screens (#3643)
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2023-12-12 14:21:19 +05:30
James George
9201aa7d7d fix(common): ensure banner colors are displayed correctly (#3630) 2023-12-12 13:55:18 +05:30
Liyas Thomas
87395a4553 fix: minor ui issues 2023-12-07 17:12:33 +05:30
Andrew Bastin
6063c633ee chore: pin vue workspace-wide to 3.3.9 2023-12-07 17:04:17 +05:30
Akash K
7481feb366 feat: introduce platform defs for adding additional spotlight searchers (#3631) 2023-12-07 16:28:02 +05:30
James George
bdfa14fa54 refactor(scripting-revamp): migrate js-sandbox to web worker/Node vm based implementation (#3619) 2023-12-07 16:10:42 +05:30
Andrew Bastin
0a61ec2bfe fix: useI18n type breaking 2023-12-07 15:17:41 +05:30
Nivedin
2bf0106aa2 feat: embeds (#3627)
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2023-12-07 15:03:49 +05:30