nivedin
8d5ad2411b
fix: fallback for importers and fix spelling
2023-12-15 02:38:49 +05:30
Liyas Thomas
b521604b66
fix: collection properties styles
2023-12-14 18:00:46 +05:30
James George
9bc81a6d67
feat(cli): support collection level authorization and headers ( #3636 )
2023-12-14 12:43:22 +05:30
Joel Jacob Stephen
c47e2e7767
fix: notify that the user is not an admin when trying to login with a non admin account in admin dashboard ( #3651 )
2023-12-14 12:36:05 +05:30
Akash K
5209c0a8ca
feat: dynamically load enabled auth providers ( #3646 )
2023-12-13 23:38:21 +05:30
Nivedin
47e009267b
feat: collection level headers and authorization ( #3505 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-12-13 22:43:18 +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
Akash K
ab7c29d228
refactor: revamp the importers & exporters systems to be reused ( #3425 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2023-12-06 21:24:29 +05:30
Joel Jacob Stephen
d9c75ed79e
feat: introducing shared requests to admin dashboard ( #3537 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2023-12-06 00:21:28 +05:30
Anwarul Islam
6fa722df7b
chore: hoppscotch-ui improvements ( #3497 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-12-06 00:08:44 +05:30
Balu Babu
18864bfecf
feat: addition of data field into User and Team Collections ( #3614 )
...
* feat: added new columns into the TeamCollections and UserCollections models
* feat: completed addition of new data field in TeamCollection
* feat: completed addition of new data field in UserCollections
* chore: updated all tests in team-collection module
* chore: added tests for updateTeamCollection method in team-collection module
* chore: refactored all existing testcases in user-collection to reflect new changes
* chore: added new testcases for updateUserCollection method in user-collection module
* chore: made data field optional in team and user collections
* chore: fixed edgecases for data being null
* chore: resolved issue with team-request testcases
* chore: completed changes requested in PR review
* chore: changed target to prod in hoppscotch-old-backend service
2023-12-05 20:12:37 +05:30
Akash K
95754cb2b4
chore: bump deps for hoppscotch-common and hoppscotch-selfhost-web ( #3575 )
2023-12-05 17:33:25 +05:30
Gaurav K P
ed2a461dc5
feat(common): display status text from the API response if available ( #3466 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2023-12-04 23:31:49 +05:30
Muhammed Ajmal M
8d5a456dbd
fix(common): parentheses and single quotes support to curl imports ( #3509 )
2023-12-04 23:03:22 +05:30
Nivedin
2528bbb92f
feat: shared request ( #3486 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2023-12-04 22:51:18 +05:30
Liyas Thomas
259cd48dbb
feat: init boring avatars ( #3615 )
2023-12-04 13:20:26 +05:30
Joel Jacob Stephen
b43531f200
feat: add ability to make banners dismissible + new info and warning color schemes added based on themes ( #3586 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2023-12-04 00:57:37 +05:30
Muhammed Ajmal M
26da3e18a9
fix(common): prevented truncating parameters ( #3502 )
2023-12-04 00:49:45 +05:30
Rajdip Bhattacharya
bb4b640e58
feat: convert json to interfaces ( #3566 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
Co-authored-by: nivedin <nivedinp@gmail.com >
2023-12-03 23:14:26 +05:30
Liyas Thomas
1cc845e17d
fix: minor ui improvements ( #3603 )
2023-11-29 22:45:40 +05:30
James George
60bfb6fe2c
refactor: move persistence logic into a dedicated service ( #3493 )
2023-11-29 22:40:26 +05:30
Joel Jacob Stephen
144d14ab5b
fix: email validation failure in cases when email entered is correct when trying to create a team in admin dashboard ( #3588 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2023-11-29 21:49:49 +05:30
Anwarul Islam
8f1ca6e282
feat: platform definition added for additional settings components ( #3503 )
2023-11-29 21:42:51 +05:30
Dante Calderon
a93758c6b7
chore: Remove whitespace in env variables
2023-11-22 19:40:32 +05:30
James George
1829c088cc
feat: support for subpath based access in SH apps ( #3449 )
...
Co-authored-by: Balu Babu <balub997@gmail.com >
2023-11-22 19:35:35 +05:30
Akash K
ee1425d0dd
fix: XML body disappearing with invalid XML ( #3567 )
...
fix: catch xmlformatter errors
2023-11-20 15:02:07 +05:30
Joel Jacob Stephen
24ae090916
refactor: allow banner service to hold multiple banners and display the banner with the highest score ( #3556 )
2023-11-17 20:31:34 +05:30
Nivedin
a3aa9b68fc
refactor: interceptor error display in graphql response ( #3553 )
2023-11-17 17:03:53 +05:30
Joel Jacob Stephen
50f475334e
fix: enlarged hoppscotch logo on dashboard login screen ( #3559 )
...
fix: resize the dashboard login icon
2023-11-16 22:51:08 +05:30
Andrew Bastin
7b18526f24
chore: merge hoppscotch/main into hoppscotch/release/2023.12.0
2023-11-16 13:51:12 +05:30