lohxt1
61ba5f5c39
check if token is expired only if expires_in prop is present, clear response and clear timeline are 2 different things, clear redux state after clearing oauth2 credentials cache
2025-03-24 22:49:21 +05:30
lohit
eed3f2ff4c
Merge pull request #4300 from lohxt1/oauth2_fixes
...
timeline ui fixes, oauth2 validation fixes
2025-03-21 15:58:32 +05:30
lohxt1
b09b4b1d17
timeline ui fixes, oauth2 validation fixes
2025-03-21 15:56:02 +05:30
lohit
cd9c667e8a
Merge pull request #4297 from lohxt1/oauth2_fixes
...
oauth2 fixes, ui validations, timeline ui updates
2025-03-21 00:44:54 +05:30
lohxt1
2675e79dbd
oauth2 fixes, ui validations, timeline updates (wip)
2025-03-21 00:41:07 +05:30
lohxt1
926919524b
chore: version upgrade to 2.0.0
2025-03-20 20:31:53 +05:30
lohxt1
3a81ebf0e2
oauth2 fixes
2025-03-20 20:11:12 +05:30
lohxt1
3ffaaab8f3
Merge remote-tracking branch 'upstream/main' into feat/oauth2-improvements
2025-03-20 19:38:54 +05:30
lohxt1
5a98da2031
oauth2 fixes
2025-03-20 19:27:14 +05:30
Anoop M D
ccd4a14da6
feat: refactored about menu + added static path updates for win build
2025-03-18 21:49:35 +05:30
lohxt1
98bd997665
chore: fix font not loading issue, fix about menu item, fix padding for preferences modal
2025-03-18 21:49:35 +05:30
lohxt1
74d9b0aafe
fix browse_files function
2025-03-17 16:55:56 +05:30
lohxt1
d3fcb42a8f
timeline ui updates wip
2025-03-17 14:09:36 +05:30
lohxt1
51be153527
fix bruno-electron unit tests
2025-03-16 14:28:21 +05:30
lohxt1
eead96ca26
Merge remote-tracking branch 'upstream/main' into feat/oauth2-improvements
2025-03-16 14:02:12 +05:30
lohxt1
f99e8770f0
~ reverting the bruno-electron ipc-network files refactoring work to keep the diff minimal
2025-03-16 13:37:59 +05:30
lohit
9bde3c44f7
filename support for requests and folders ( #4111 )
2025-03-14 20:07:33 +05:30
Joshua Weber
d37cf28e10
Ignores caching for AWS credentials provider ( #4000 )
2025-03-13 15:32:39 +05:30
Anoop M D
eefb0f836b
fix: revert pr #4225 that broke tests
2025-03-13 03:22:09 +05:30
Anoop M D
cd1d4f09d2
fix: fixed failing tests by downgrading bruno-js in electron and cli
2025-03-13 02:43:15 +05:30
Nathan Baulch
122e0a1d02
fix: typos
2025-03-13 02:22:10 +05:30
Anoop M D
7e16304426
chore: updated bruno lib versions
2025-03-13 02:16:44 +05:30
Anoop M D
1be0b97895
chore: deps update - axios, jsonpath-plus, @aws-sdk/credential-providers, express
2025-03-13 01:27:37 +05:30
Pragadesh-45
6a85635c49
Fix: Inconsistent JSON parsing and formatting in res.body and Res-preview ( #4103 )
...
* Fix: Revert selective JSON parsing where string response is not parsed
- Revert "Merge pull request #3706 from Pragadesh-45/fix/response-format-updates"
- e897dc1eb0
- Revert "Merge pull request #3676 from pooja-bruno/fix/string-json-response"
- 1f2bee1f90
* Fix: Revert interpreting Assert RHS-value wrapped in quotes literally
- Revert "Merge pull request #3806 from Pragadesh-45/fix/handle-assert-results"
- 63d3cb380d
- Revert "Merge pull request #3805 from Pragadesh-45/fix/handle-assert-results"
- 6abd063749
* Fix: Inconsistent JSON formatting in preview when encoded value is a string
* Fix: Prettify JSON for Res-preview without parsing to avoid JS specific roundings
* Fix(testbench): req.body is always Buffer after the binary req body related changes
* Added `/api/echo/custom` where response can be configured using request itself
* Added tests for validating Assert and Response-preview
Co-authored-by: Pragadesh-45 <temporaryg7904@gmail.com >
* Handle char-encoding in Response-preview and added more tests
* Updated API endpoint in tests to use httpfaker api
* QuickJS (Safe Mode) exec logic to handle template literals similar to Developer Mode
* Safe Mode bru.runRequest to return statusText similar to Developer Mode
---------
Co-authored-by: ramki-bruno <ramki@usebruno.com >
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2025-03-13 00:49:57 +05:30
pooja-bruno
0fbbe8a996
feat: show response errors while keeping response preview intact ( #4082 )
...
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2025-03-10 19:51:48 +05:30
sanish-bruno
51c86bc0e9
Added UI to manage cookies
2025-03-08 23:09:46 +05:30
naman-bruno
8cda05c431
updated timeline to show body in oauth ( #4168 )
2025-03-06 17:04:07 +05:30
naman-bruno
7af7ff92bf
Fix: redirect to relative path ( #4167 )
2025-03-06 14:26:02 +05:30
naman-bruno
3169e6cdf4
Oauth2 folder ( #4105 )
2025-03-06 11:03:34 +05:30
lohit
31409c6206
feat: reuse worker threads for bru file parsing ( #4054 )
2025-02-18 19:58:37 +05:30
pooja-bruno
4e88cbf318
feat: add refresh url for oauth2 ( #4028 )
2025-02-18 17:24:56 +05:30
ramki-bruno
c997924c42
Strengthen CSP
2025-02-14 16:01:25 +05:30
Anoop M D
528f822294
feat: notifications are displayed using iframe
2025-02-14 02:37:07 +05:30
Sanjai Kumar
14d798eea7
Revert "fix: improve handling of Buffer responses and set default charset to utf-8"
...
This reverts commit d8a2e6f405 .
2025-02-11 18:06:30 +05:30
Sanjai Kumar
8af285d41e
Revert "refactor: enhance JSON parsing logic for Buffer responses"
...
This reverts commit 14e9227e07 .
2025-02-11 18:06:30 +05:30
sanjai0py
7566d658d4
Fix: Prevent interpolation of buffer values in JSON requests
2025-02-11 15:32:44 +05:30
Sanjai Kumar
89a4cd62bc
Feat: Move-Collection with Drag-and-Drop ( #3755 )
...
---------
Co-authored-by: sanjai0py <sanjailucifer666@gmail.com >
Co-authored-by: ramki-bruno <ramki@usebruno.com >
2025-02-10 20:46:42 +05:30
lohxt1
b5e53ec25c
include oauth2 request data along with headers in the access token url call
2025-02-10 20:20:40 +05:30
Pragadesh-45
5291bbaef7
Fix: Import failing for collections with special characters in Windows ( #3969 )
...
* fix: correct variable used in collection name update
* fix: sanitize collection names by removing invalid filesystem characters
* refactor: refactor collection name sanitization to use `sanitizeDirectoryName`
2025-02-10 11:37:50 +05:30
sanjai0py
14e9227e07
refactor: enhance JSON parsing logic for Buffer responses
2025-02-06 21:24:55 +05:30
sanjai0py
d8a2e6f405
fix: improve handling of Buffer responses and set default charset to utf-8
2025-02-06 21:24:55 +05:30
lohxt1
5c096cff7b
fix worker lane logic
2025-02-06 21:20:23 +05:30
Sanjai Kumar
0913e668e0
refactor: update browseFiles action to remove default properties and improve file dialog handling ( #3957 )
...
---------
Co-authored-by: sanjai0py <sanjailucifer666@gmail.com >
2025-02-06 20:26:49 +05:30
naman-bruno
28ca0494e0
Fixed: user cookie header getting overwritten by stored cookie
2025-02-06 20:03:42 +05:30
lohxt1
f668e93f52
oauth2 postman import fix and include client certs and proxy config while fetching access token
2025-02-05 16:06:41 +05:30
lohit
8f604efc7e
fixes tests for the file body pr ( #3940 )
...
fixes tests for bruno-app and bruno-electron
2025-02-04 22:12:59 +05:30
Sanjai Kumar
af182a9c00
refactor: rename binaryFile to file and update related references
2025-02-04 22:12:59 +05:30
Sanjai Kumar
dd23962958
improvements ( #3930 )
...
Co-authored-by: Sanjai Kumar <sanjai@usebruno.com >
2025-02-04 22:12:59 +05:30
Marcos Adriano
324b7cec51
feat: raw binary files handling in request body ( #3734 )
...
--------------
Co-authored-by: lohit <lohit@usebruno.com >
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2025-02-04 22:12:59 +05:30
Pragadesh-45
ec5a5c9b56
fix: correct variable used in collection name update
2025-02-04 18:49:02 +05:30