Gustavo Kath
179c30b15b
fix( #1920 ): Ignore redirect abortion emmited by loadUrl ( #1959 )
2024-04-10 02:19:37 +05:30
Pushpender Saini
484f6ef0c1
Fix content-type in client_credentials oauth flow ( #2039 )
2024-04-10 02:07:57 +05:30
Anoop M D
fbee23329d
fix( #1810 ): handled error case responseTime
2024-04-09 15:05:08 +05:30
RJ17799
5b2ca0ea03
fix( #1145 ): fix res.responseTime in runner ( #1810 )
2024-04-09 02:15:57 +05:30
ccoVeille
64b90b4cc3
fix typos and french documentation ( #1965 )
...
* chore: fix typos in code
* chore: GitHub is a trademark
Github => GitHub
* chore: fix documentation in French
2024-04-06 06:08:50 +05:30
Anoop M D
d20de4da0a
chore: bumped version to 1.12.3
2024-03-26 00:11:42 +05:30
Mateusz Pietryga
0f69c30a86
Fix: OAuth2 Authorization Request OPTIONAL parameters are required by bruno ( #1797 ) ( #1807 )
2024-03-22 18:44:19 +05:30
Stefan
753ca4341f
check oauth2 authorization code redirect for exact 'code' query parameter ( #1777 )
...
Co-authored-by: Stefan Grüttner <stefan.gruettner@deutschebahn.com>
2024-03-22 18:43:12 +05:30
Mateusz Pietryga
e278116356
Fix: OAuth2 Access Token request is sent as GET ( #1795 ) ( #1808 )
2024-03-22 18:42:00 +05:30
Mateusz Pietryga
ae3c76a6c1
Fix OAuth2 code verifier too short ( #1793 ) ( #1809 )
2024-03-22 18:39:50 +05:30
slowjoe007
8503752e09
Allow to keep the default truststore, when using a custom CA ( #1863 )
2024-03-22 18:35:42 +05:30
Bobby
7741a3e4ee
feat( #1839 ): Add Audio and Video Preview ( #1840 )
...
Any audio and video response can be now be previewed.
2024-03-22 18:29:39 +05:30
Anoop M D
f8ba781340
chore: version bump
2024-03-21 00:50:03 +05:30
Baptiste Poulain
f96f763f14
fix(enableTranslation): remove unused enableTranslation and useTranslation tokens ( #1867 )
...
Co-authored-by: bpoulaindev <bpoulainpro@gmail.com>
2024-03-20 18:45:27 +05:30
Anoop M D
cdbb15f33e
chore: bumped version to v1.12.0
2024-03-19 06:36:38 +05:30
Baptiste Poulain
410eecc884
feature(postman_tests_scripts): automatic tests and scripts translation from postman import ( #1151 )
...
* feature(postman_tests_scripts): automatic tests and scripts translation from postman import
---------
Co-authored-by: Baptiste POULAIN <baptistepoulain@MAC882.local>
Co-authored-by: bpoulaindev <bpoulainpro@gmail.com>
2024-03-13 18:40:31 +05:30
Anoop M D
2cd0e065bd
chore: updated lib versions
2024-03-13 03:05:29 +05:30
Anoop M D
d0c7c872c9
chore: bumped version to v1.11.0
2024-03-13 00:52:00 +05:30
Anoop M D
63684afbff
chore: bruno notifications endpoint
2024-03-13 00:31:46 +05:30
James Hall
6629d5a2c8
fix( #1521 ): only show Recent Documents menu on supporting platforms. ( #1585 )
...
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-03-12 23:33:30 +05:30
Anoop M D
6a2754d4fb
feat: refactor and improve notifications implementation
2024-03-12 02:50:06 +05:30
lohit
b0f4491cd2
feat(#BRU-31): notifications feature draft ( #1730 )
...
* feat(#BRU-31): notifications feature
* feat(#BRU-31): date correction
2024-03-11 17:48:52 +05:30
lohit
6a05321109
feat( #1003 ): closing stale 'authorize' windows | handling error, error_description, error_uri query params for oauth2 | clear authorize window cache for authorization_code oauth2 flow ( #1719 )
...
* feat(#1003 ): oauth2 support
---------
Co-authored-by: lohit-1 <lohit@usebruno.com>
2024-03-11 01:51:55 +05:30
Mateusz Pietryga
5f35d71b8b
Fix #1683 allow OAuth2 authorizationUrl with user provided query parameters ( #1712 )
2024-03-04 17:21:12 +05:30
Sanjai Kumar
e2d1f52993
Fix/json with bigints ( #1710 )
...
* fix(#1689 ): JSON with Bigints support
* added Jsonbigint support for cli
2024-03-04 15:32:35 +05:30
Jack Jiang
cc02794ce9
Use URL Encoded Form for OAuth2.0 token endpoint ( #1701 )
...
OAuth2.0 expects URL encoded form instead of JSON content
https://www.oauth.com/oauth2-servers/server-side-apps/example-flow/
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-03-04 15:22:34 +05:30
lohit
858536e13d
feat( #1003 ): collection level oauth2, access_token_url & scope for 'Client Credentials' and 'Password Credentials' grant types ( #1691 )
...
* feat(#1003 ): authorization_code grant type PKCE support, code cleanup..
---------
Co-authored-by: lohit-1 <lohit@usebruno.com>
2024-03-04 15:21:05 +05:30
Anoop M D
0e85b302b8
chore: bumped version to v1.10.0
2024-02-28 00:40:10 +05:30
Anoop M D
13cb71eaef
chore: fix tests
2024-02-27 01:43:36 +05:30
Anoop M D
1cf8a2f3f1
chore( #1667 ): graceful handling of none type for backward compatibility
2024-02-27 01:29:10 +05:30
Anoop M D
389a383b99
Merge branch 'main' into feature/BRU-18--inherit-auth-mode
2024-02-27 01:11:55 +05:30
lohit
9f81e6dc73
feat( #1003 ): oauth2 support - resourceOwnerPasswordCredentials, authorization code, client credentials ( #1654 )
...
* feat(#1003 ): oauth2 support
Co-authored-by: lohit-1 <lohit@usebruno.com>
2024-02-26 16:44:38 +05:30
lohxt1
3c2cbe63c4
feat( #1655 ): inherit auth mode for requests
2024-02-26 14:27:59 +05:30
Martin Meciar
b6abc665a5
fix( #1545 ): empty strings encryption
...
enable empty strings to be encrypted
2024-02-15 19:01:07 +01:00
Anoop M D
8cb6060558
chore: version bumped to v1.9.0
2024-02-14 04:18:53 +05:30
Ricardo Silverio
942a895ae0
[Feature] Stop button for runner execution ( #1580 )
...
* First attempts
* Sending cancel token in run-folder-event
* Remove logs, update lock
* cancelTokenUid with default value
* Indentation
* Generating token in the main process side
* Removing uuid import
2024-02-14 03:16:41 +05:30
Anoop M D
eab50f01d7
fix( #1521 ): fixed issue related to recent menu being disabled
2024-02-14 03:06:27 +05:30
James Hall
8287126deb
Recent documents menu ( #1582 )
...
* Adds recent documents menu.
* Removes erroneous import.
* Open collection from recent document menu.
2024-02-14 02:47:32 +05:30
Mateo Gallardo
64487ad923
Fixed file uploads performance issues ( #1562 )
2024-02-12 23:48:01 +05:30
Anoop M D
33d5d78e85
chore: bumped version to v1.8.0
2024-02-06 03:37:05 +05:30
Anoop M D
12b9a02f7e
chore: updated deps
2024-02-06 03:31:45 +05:30
Anoop M D
123bf198a3
feat( #1496 ): handling edge cases for ignore config
2024-02-05 03:27:20 +05:30
fredjeck
cb95b5f36a
Introduces a new bruno.json configuration property named 'ignore' allowing to specify which files or folders should be ignored in the collection. ( #1514 )
...
Also makes sure the behavior of legacy collections is not altered.
Fixes issue #1496
2024-02-05 03:04:54 +05:30
Anoop M D
09e7ea0d4d
feat( #1130 ): file upload schema updates
2024-02-05 02:52:03 +05:30
Max Destors
634f9ca4a2
feat: Multipart Form Data file uploads ( #1130 )
...
* Add multipart form files upload support
* clean up
* Fixed electron files browser for Multipart Form files
* Using relative paths for files inside the collection's folder
---------
Co-authored-by: Mateo Gallardo <mateogallardo@gmail.com>
2024-02-04 23:04:18 +05:30
Rinku Chaudhari
7b6c72c63b
fix: getContentType function and save file logic update ( #1499 )
2024-02-01 13:29:06 +05:30
Anoop M D
ea7d141d10
chore: release v1.7.1
2024-01-30 22:11:53 +05:30
Anoop M D
c39b8ff282
fix( #1487 ): updated deps and bumped versions
2024-01-30 22:04:39 +05:30
Anoop M D
e258e7f5ab
fix( #1487 ): rolling back to vm2 from @n8n/vm2
2024-01-30 22:00:58 +05:30
Anoop M D
c48cb56709
chore: updated deps
2024-01-30 15:20:51 +05:30