Anwarul Islam
|
965e4e1d44
|
feat(common): authentication strategy improvements (#5130)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
|
2025-06-25 22:12:09 +05:30 |
|
Anwarul Islam
|
82d9367843
|
feat: add JWT authentication support (#5079)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
|
2025-05-28 15:41:47 +05:30 |
|
Anwarul Islam
|
130facb440
|
fix: include request body to AWS V4 signer in effective request functions (#5084)
|
2025-05-21 21:02:07 +05:30 |
|
Anwarul Islam
|
3980847983
|
feat(common): enhance HAWK authentication with payload hash calculation (#5067)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
|
2025-05-20 17:01:04 +05:30 |
|
Anwarul Islam
|
ccf3c6f834
|
feat: add support for HAWK authentication (#4694)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
|
2025-04-29 14:51:16 +05:30 |
|
Anwarul Islam
|
bedb0ffdb6
|
fix(common): improve authorization header handling (#4818)
|
2025-03-26 17:12:41 +05:30 |
|
shuaixr
|
fd3bf0e63e
|
fix: ensure correct body for application/x-www-form-urlencoded in all code exports (#4712)
|
2025-02-06 14:42:30 +05:30 |
|
Akash K
|
80d7dd046d
|
feat: support for binary body (#4466)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
|
2024-11-26 19:48:01 +05:30 |
|
Akash K
|
c74c42ebaf
|
feat: add individual content types for formadata (#4550)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
|
2024-11-24 19:36:10 +05:30 |
|
James George
|
8ac934599a
|
fix: process headers correctly in Digest Auth and other updates (#4494)
|
2024-10-30 17:12:19 +05:30 |
|
Andrew Bastin
|
108315d1b4
|
chore: bump version to 24.10.0
|
2024-10-29 17:25:37 +05:30 |
|
Anwarul Islam
|
4b2f04df82
|
feat: add support for Digest authorization (#4339)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
Co-authored-by: nivedin <nivedinp@gmail.com>
|
2024-10-29 12:34:40 +05:30 |
|
Anwarul Islam
|
20c4767dce
|
fix: trailing comma makes json invalid (#4416)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
|
2024-10-28 21:04:08 +05:30 |
|
James George
|
7aa43232cc
|
chore: bump dependencies (#4444)
|
2024-10-24 03:25:55 +05:30 |
|
Anwarul Islam
|
dcdcdeb1db
|
feat: support for comments on application/json request body (#4335)
|
2024-10-01 14:08:01 +05:30 |
|
Andrew Bastin
|
519b520913
|
fix: sidebar codegen crashing and AWS Signature Auth flow (#4315)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com>
|
2024-09-01 21:25:06 +05:30 |
|
Anwarul Islam
|
c2fb6aee3f
|
chore: AWS Signature Authorization type flow updates (#4311)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
|
2024-08-30 20:28:27 +05:30 |
|
Anwarul Islam
|
703b71de2c
|
feat: add support for AWS Signature auth type (#4142)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
Co-authored-by: nivedin <nivedinp@gmail.com>
|
2024-08-30 14:00:13 +05:30 |
|
Anwarul Islam
|
43730d66f6
|
feat: description field for request parameters and headers (#4187)
* feat: key-value component added for reuse
* chore: inspection result added
* chore: add `HoppRESTRequest` schema `v7`
* feat: add `description` for field for REST request headers
* feat: add `description` for field for GraphQL request headers
* fix: synchronization logic b/w bulk edit context and the default view
- Add `HoppGQLRequest` schema `v6`.
- Fix pre-existing issue with changes in bulk edit context not immediately reflecting in the default GQL request headers view.
* feat: support importing `description` fields from external sources
* test: fix failing tests
* chore: include description field for computed headers
Headers computed based on authorization info & inherited entries.
* feat: add `description` field for headers at the collection level
Add `HoppCollection` schema `v3`.
* test: fix failing tests
* ci: update tests workflow target branch trigger
* chore: cleanup
* chore: cleanup
* chore: rely on type inference
---------
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
Co-authored-by: nivedin <nivedinp@gmail.com>
|
2024-08-27 14:30:12 +05:30 |
|
Nivedin
|
c88ea5c8b2
|
fix: auth bug when value is a secret environment (#4210)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
|
2024-07-27 20:54:16 +05:30 |
|
Dmitry
|
f913899ad5
|
fix: fix issue for multipart/form-data and cookie header (#4172)
* fix(multipart-formdata): fix type for data variable
* fix(multipart-formdata): fix parameter filter for unsetted file
* fix(multipart-formdata): add mime type for sending file
* fix(multipart-formdata): add application/octet-stream by default mimetype
* fix(multipart-formdata): remove content-type: multipart/form-data header
* fix(multipart-formdata): remove cookie cookie header if not present
* fix(multipart-formdata): fix content-type filter
---------
Co-authored-by: Dmitry Mukovkin <d.mukovkin@cft.ru>
|
2024-07-22 18:33:38 +05:30 |
|
Nivedin
|
7ebc9a6fd6
|
fix: secret variables being populated as undefined on code snippets (#4180)
|
2024-07-18 14:44:37 +05:30 |
|
Akash K
|
0f592d1789
|
fix: use proper values for addTo field when auth type is api-key (#3966)
|
2024-04-16 17:44:28 +05:30 |
|
Anwarul Islam
|
6f4455ba03
|
fix: request failing on change content type to multipart-formdata (#3922)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
|
2024-03-22 18:11:16 +05:30 |
|
Akash K
|
6b58915caa
|
feat: oauth revamp + support for multiple grant types in oauth (#3885)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
|
2024-03-20 00:18:03 +05:30 |
|
Nivedin
|
a14870f3f0
|
fix: collection auth headers active tab update bug and type fix (#3899)
|
2024-03-15 21:17:34 +05:30 |
|
Nivedin
|
7ec8659381
|
feat: request variables (#3825)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
|
2024-03-07 12:50:44 +05:30 |
|
Nivedin
|
00862eb192
|
feat: secret variables in environments (#3779)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
|
2024-02-08 21:58:42 +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 |
|
Anwarul Islam
|
ba31cdabea
|
feat: tab service added (#3367)
|
2023-10-11 18:21:07 +05:30 |
|
Andrew Bastin
|
3d004f2322
|
chore: split app to commons and web (squash commit)
|
2022-12-02 03:05:35 -05:00 |
|