nivedin
00588bcc0a
fix: interceptor error from extension issue
2023-11-14 17:17:07 +05:30
Akash K
e24d0ce605
fix: oauth 2.0 authentication type is breaking ( #3531 )
2023-11-14 00:12:04 +05:30
Andrew Bastin
9d1d369f37
fix: performance issues due to mouse on header detection
2023-11-08 18:47:40 +05:30
Liyas Thomas
bb8dc6f7eb
chore: updated brand assets ( #3500 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-11-08 15:47:35 +05:30
Anwarul Islam
be3e5ba7e7
fix: graphql query deprecation issue ( #3506 )
2023-11-08 14:51:39 +05:30
Andrew Bastin
663134839f
feat: let platforms disable we are using cookies prompt
2023-11-07 20:49:07 +05:30
Andrew Bastin
736f83a70c
fix: header inspector cookie inspection will not trigger if current interceptor supports cookies
2023-11-07 20:36:34 +05:30
Andrew Bastin
05d2175f43
fix: selfhost-desktop not running gql-codegen
2023-11-07 20:24:22 +05:30
Andrew Bastin
97bd808431
chore: set versions with a bump version
2023-11-07 16:04:02 +05:30
Andrew Bastin
a13c2fd4c1
chore: pin @codemirror/language to 6.9.0
2023-11-07 15:57:19 +05:30
Andrew Bastin
16044b5840
feat: desktop app
...
Co-authored-by: Vivek R <123vivekr@gmail.com >
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2023-11-07 14:20:03 +05:30
Andrew Bastin
4ebf850cb6
chore: bump version to 2023.8.3
2023-11-06 17:39:31 +05:30
Nicolas Merget
5428a73811
fix: add optional chaining for teamMembers to handle undefined team ( #3484 )
...
Co-authored-by: James George <jamesgeorge998001@gmail.com >
2023-11-06 11:25:39 +05:30
Anwarul Islam
4a154e6569
chore: fix spelling mistake on type import ( #3487 )
2023-11-06 11:25:03 +05:30
Liyas Thomas
0aa5825d8b
fix: cleanup ui and improve consistency in input elements ( #3494 )
2023-11-06 10:56:15 +05:30
Andrew Bastin
bdb63e99d5
fix: pin @lezer/highlight to 1.1.4 to prevent page breaks
2023-11-03 23:30:46 +05:30
James George
b5307e4a89
chore(common): implement enforced pre-commit type checks for FE service files ( #3472 )
2023-11-02 23:37:27 +05:30
Gaurav K P
01df1663ad
fix(common): handle false negatives in url validation ( #3465 )
2023-11-01 22:23:33 +05:30
Nivedin
abd5288da8
refactor: move sentry to platform ( #3451 )
2023-11-01 18:17:55 +05:30
Andrew Bastin
57cb59027b
chore: bump codemirror dependencies
2023-10-19 13:37:07 +05:30
Liyas Thomas
73b3ff8e41
feat: improve import-export UI ( #3452 )
...
* chore: uniform styles across components
* chore: removed absolute wrapper divs
* feat: add import button when graphql collections are empty
* chore: add icon for button
---------
Co-authored-by: nivedin <nivedinp@gmail.com >
2023-10-13 17:57:14 +05:30
James George
016a18d3b2
fix(common): use tab service within helpers ( #3448 )
2023-10-12 13:15:45 +05:30
Anwarul Islam
ba31cdabea
feat: tab service added ( #3367 )
2023-10-11 18:21:07 +05:30
Nivedin
51510566bc
refactor: add import buttons in empty state for collections & environments ( #3438 )
2023-10-11 11:08:51 +05:30
Anwarul Islam
cabee0ecc8
fix: memory leak issue on TeamInvite modal ( #3440 )
...
* fix: memory leak issue
* feat: added rerun ability
* chore: lint fix
2023-10-11 07:59:12 +05:30
Anwarul Islam
2c2b39a236
feat: no permission warning added for users except owner while deleting team ( #3328 )
...
* feat: no permission warning added
* chore: changed to function reference
2023-10-09 19:31:48 +05:30
Liyas Thomas
78450c9316
fix: tooltip position in editor instance ( #3374 )
2023-10-09 11:37:52 +05:30
Andrew Bastin
0188a8d7db
chore: bump version
2023-10-06 22:04:57 +05:30
Rakibul Yeasin
17d6ae15a5
fix: Cannot set custom method #3406 ( #3408 )
...
* fix : #3406
* chore: remove console log
* fix: an unknown keyboard event issue
---------
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com >
2023-10-06 11:57:26 +05:30
Andrew Bastin
40f72278a9
fix: team collection resetting on unmount within app lifecycle ( #3396 )
...
* fix: team collection resetting on unmount within app lifecycle
* chore: linting
* refactor: eliminate redundancy
* chore: update comment about the watcher purpose
---------
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2023-10-06 11:34:44 +05:30
5idereal
f717704731
chore(i18n): update tw.json ( #3409 )
2023-10-06 11:27:24 +05:30
Joel Jacob Stephen
185c225297
feat: introduces ability to export single environment variables and allow CLI to accept the export format used by the app ( #3380 )
...
* feat: add ability to export a single environment
* refactor: export environment without id
* feat: introducing zod for checking json format for environment variables
* refactor: new zod specific type for HoppEnvPair
* feat: add ability to export single environment in team environment
* refactor: moved zod as a dependency to devDependency
* refactor: separated repeating logic to helper file
* refactor: removed unnecessary to string operation
* chore: rearranged smart item placement
* refactor: introduced error type when a bulk environment export is used in cli
* refactor: removed unnecssary type exports and updated logic and variable names across most files
* refactor: better logic for type shapes
* chore: bump hoppscotch-cli package version
---------
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-10-06 11:21:54 +05:30
James George
ae89af9978
feat: alert the user on empty collection/environment exports ( #3416 )
2023-10-05 14:38:38 +05:30
Anwarul Islam
175a991ec4
fix: gql teamID not being passed ( #3392 )
...
* chore: bump dependencies for path.charCodeAt issue
* fix: gql teamID is not passed issue
2023-09-28 22:04:02 +05:30
Joel Jacob Stephen
544b045300
fix: authorisation headers not being sent along with subscriptions when using graphql ( #3354 )
...
* fix: send auth headers to the payload
* refactor: alert user that headers are sent to connection_init
* refactor: send headers only when headers are populated
* chore: cleanup code
2023-09-28 21:57:07 +05:30
Andrew Bastin
bb380f3751
chore: bump version to 2023.8.1
2023-09-18 20:18:23 +05:30
Andrew Bastin
33a7580e46
fix: support modal popping up on typing shift based commands on input
2023-09-18 20:10:17 +05:30
Andrew Bastin
185b575e5b
refactor: minor performance improvements on teams related operations
2023-09-18 18:50:57 +05:30
Andrew Bastin
bcc1147f81
fix: clear regression and extension recovers response for error status codes
2023-09-18 18:26:17 +05:30
Anwarul Islam
f5b130024e
fix: missing baseurl on import openapi ( #3323 )
...
* fix: missing baseurl on import openapi
* fix: url parser for openapi v3
* chore: revert to baseURL for cases where doc servers is present but url is null
---------
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-09-18 14:42:04 +05:30
Liyas Thomas
bb5c333bae
fix: remove scrollbar from smart env input component on firefox ( #3362 )
2023-09-18 13:20:53 +05:30
Nivedin
3684d25848
fix: sticky searchbar hidden in codemirror ( #3351 )
...
* fix: sticky search bar in codemirror
* chore: use tailwind classes
* chore: improve consistency across editor instances
---------
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2023-09-18 12:45:14 +05:30
Anwarul Islam
8b0ba3a45e
feat: differentiation for successful invites and failed invites ( #3325 )
...
feat: invites result splitted
2023-09-18 11:48:38 +05:30
Liyas Thomas
e847fb7b77
chore: clean up i18n ( #3350 )
2023-09-18 11:26:31 +05:30
Nivedin
5c78ae4dee
fix: dirty tab count incorrect when closing tabs ( #3359 )
...
* fix: dirty tab count incorrect when closing tabs
* refactor: make the calculation more expressive
---------
Co-authored-by: amk-dev <akash.k.mohan98@gmail.com >
2023-09-18 11:20:26 +05:30
Nivedin
53ec605963
fix: duplicate tab reference bug ( #3356 )
2023-09-18 11:15:18 +05:30
Yuri Grand
75193a7aa8
i18n: translate locales to russian ( #3312 )
...
chore: translate locales to russian
2023-09-13 12:53:10 +05:30
tyo
b269c239d9
chore(i18n): update translation for Indonesian ( #3284 )
2023-09-13 12:48:46 +05:30
Liyas Thomas
72b4a1fc4e
fix: typo in "twitter link" and "invite to hoppscotch" action ( #3346 )
2023-09-13 11:55:58 +05:30
DNT
d2d1674d31
i18n: update vi.json ( #3241 )
2023-09-13 11:52:37 +05:30