Nivedin
|
25a519a2e9
|
fix: wrap line button showing inconsistency bug (#4188)
|
2024-07-18 15:20:57 +05:30 |
|
Nivedin
|
8c6b80dc42
|
fix: embeds response and request option section getting hidden bug (#4181)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
|
2024-07-18 15:13:43 +05:30 |
|
Nivedin
|
7ebc9a6fd6
|
fix: secret variables being populated as undefined on code snippets (#4180)
|
2024-07-18 14:44:37 +05:30 |
|
Anwarul Islam
|
90bb470b3a
|
fix: <img> is flex's immediate child therefore it stretch to its parent width (#4173)
* fix: img is flex immediate child and renders in full width
* chore: remove unnecesary use of flex
|
2024-07-17 21:34:08 +05:30 |
|
Nivedin
|
fe79c47d1f
|
fix: codemirror crashing due to cursor not updating (#4151)
fix: cursor not updating while filtering
|
2024-07-02 13:41:20 +05:30 |
|
Akash K
|
2917d50c6a
|
feat: copyable invite links (#4153)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
|
2024-06-28 18:48:10 +03:00 |
|
jamesgeorge007
|
ac84166b8b
|
chore: update documentation link references
|
2024-06-28 11:49:09 +05:30 |
|
jamesgeorge007
|
07e7180dc9
|
chore: update CLI documentation link references
Bump CLI version.
|
2024-06-28 11:16:47 +05:30 |
|
Anwarul Islam
|
b851d3003c
|
feat: added change log prompt for PWA updates (#4098)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
Co-authored-by: nivedin <nivedinp@gmail.com>
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
|
2024-06-27 19:03:33 +03:00 |
|
James George
|
3b70668162
|
feat: CLI collection runner command generation UI flow (#4141)
Co-authored-by: nivedin <nivedinp@gmail.com>
|
2024-06-27 19:17:56 +05:30 |
|
Joel Jacob Stephen
|
5e3bc01922
|
refactor(common): improvements to banner handling logic (#4123)
|
2024-06-25 15:14:52 +05:30 |
|
Andrew Bastin
|
9479258acb
|
chore: merge hoppscotch/patch into hoppscotch/next
|
2024-06-24 16:09:12 +05:30 |
|
Anwarul Islam
|
9d02c8e6c9
|
feat: added codegen tab in the sidebar (#4099)
|
2024-06-24 12:03:19 +05:30 |
|
James George
|
021ecf17ce
|
feat: introduce personal access tokens for authorization (#4094)
Co-authored-by: Nivedin <53208152+nivedin@users.noreply.github.com>
|
2024-06-24 11:45:31 +05:30 |
|
Nivedin
|
257974325e
|
fix: large content scroll bug in codemirror editor (#4138)
|
2024-06-21 23:27:22 +05:30 |
|
Akash K
|
93807bfe8f
|
fix: make client credential optional in authcode + pkce flow (#4114)
* fix: make client credential optional
* test: update test fixtures
---------
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
|
2024-06-12 14:10:54 +05:30 |
|
Andrew Bastin
|
e3ad0c9e2e
|
feat: add ability for platforms to define custom login selector ui
|
2024-06-11 06:20:02 +05:30 |
|
Nivedin
|
bece13e6b0
|
fix: precision lost when json is beautified (#4086)
|
2024-06-03 14:30:31 +05:30 |
|
Nivedin
|
5c214a8da0
|
fix: persist interceptor state for logged out user (#4060)
* fix: persist interceptor state for loged out user
* refactor: update interceptor section in settings page
* chore: update settings page interceptor section UI
* chore: minoir ui and code refactor
|
2024-06-03 14:28:58 +05:30 |
|
Nivedin
|
f8ac6dfeb1
|
chore: add workspace switcher login A/B testing flow (#4053)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
|
2024-05-10 16:35:42 +05:30 |
|
Nivedin
|
ef1117d8cc
|
refactor: switch workspace after creation (#4015)
Co-authored-by: amk-dev <akash.k.mohan98@gmail.com>
|
2024-05-09 20:28:24 +05:30 |
|
Nivedin
|
eecc3db4e9
|
chore: update placeholder text (#4023)
|
2024-04-30 16:49:32 +05:30 |
|
Nivedin
|
0e2887b4e9
|
feat: first time user spotlight animation (#3977)
|
2024-04-22 12:21:30 +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
|
1f7a8edb14
|
fix: lint errors removed by using satisfies or as for type (#3934)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
Co-authored-by: amk-dev <akash.k.mohan98@gmail.com>
|
2024-03-28 20:28:48 +05:30 |
|
Nivedin
|
c326f54f7e
|
feat: added mutation and function to platform for updating user profile name (#3929)
Co-authored-by: amk-dev <akash.k.mohan98@gmail.com>
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
|
2024-03-25 14:41:25 +05:30 |
|
Anwarul Islam
|
2c5b0dcd1b
|
feat: focus codemirror view when ImportCurl component launched (#3911)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
|
2024-03-22 18:21:16 +05:30 |
|
Nivedin
|
ba8c4480d9
|
fix: workspace list section bugs (#3925)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
|
2024-03-22 18:02:28 +05:30 |
|
James George
|
e53382666a
|
fix(common): prevent exception with ShortcodeListAdapter initialization (#3917)
|
2024-03-20 20:29:04 +05:30 |
|
Nivedin
|
146c73d7b6
|
feat: github enterprise SSO provider addition (#3914)
|
2024-03-20 20:01:56 +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 |
|
Akash K
|
457857a711
|
feat: team search in workspace search and spotlight (#3896)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
|
2024-03-19 18:50:35 +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
|
41d617b507
|
fix: secret env bug in firebase due to undefined value (#3881)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
|
2024-03-13 17:11:51 +05:30 |
|
Nivedin
|
8fdba760a2
|
refactor: personal workspace nomenclature update (#3893)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
|
2024-03-13 14:21:23 +05:30 |
|
Nivedin
|
07e8af7947
|
refactor: update team nomenclature (#3880)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
|
2024-03-08 23:54:32 +05:30 |
|
Nivedin
|
8deba7a28e
|
fix: context menu bug and incorrect position (#3874)
|
2024-03-07 17:59:06 +05:30 |
|
Nivedin
|
7ec8659381
|
feat: request variables (#3825)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
|
2024-03-07 12:50:44 +05:30 |
|
James George
|
de8929ab18
|
feat(common): support simultaneous imports of collections and environment files (#3719)
|
2024-03-05 17:49:01 +05:30 |
|
Anwarul Islam
|
bd406616ec
|
fix: collection level authorization inheritance issue (#3852)
|
2024-02-23 19:39:55 +05:30 |
|
Nivedin
|
291f18591e
|
fix: perfomance in safari (#3848)
|
2024-02-22 00:41:30 +05:30 |
|
James George
|
342532c9b1
|
fix(common): prevent exceptions with open shared requests in new tab action (#3835)
|
2024-02-22 00:36:45 +05:30 |
|
Akash K
|
fc34871dae
|
fix: accessing undefined property variables (#3831)
|
2024-02-15 21:32:50 +05:30 |
|
Akash K
|
de4635df23
|
chore: add workspace type property in request run analytics event (#3820)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
|
2024-02-13 17:38:11 +05:30 |
|
Nivedin
|
41bad1f3dc
|
fix: secret environment flow bugs (#3817)
|
2024-02-10 20:22:10 +05:30 |
|
Andrew Bastin
|
ecca3d2032
|
chore: correct linting errors
|
2024-02-09 14:42:12 +05:30 |
|
Muhammed Ajmal M
|
47226be6d0
|
feat: persist line wrap setting (#3647)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
|
2024-02-09 14:05:09 +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 |
|
Akash K
|
16803acb26
|
chore: Oauth temporary ux improvements (#3792)
|
2024-02-06 20:35:29 +05:30 |
|
Nivedin
|
3911c9cd1f
|
refactor: update share request flow (#3805)
|
2024-02-05 23:50:15 +05:30 |
|