Sanjai Kumar
1349a79750
fix environment toggle bug ( #1932 )
2024-03-26 18:57:02 +05:30
Sanjai Kumar
c20beab0a0
feat( #1624 ): Implement opening cloned request automatically ( #1930 )
2024-03-26 15:26:19 +05:30
Anoop M D
5539cc1a2d
chore: removed golden edition pre-order offer
2024-03-26 03:09:37 +05:30
Anoop M D
d20de4da0a
chore: bumped version to 1.12.3
2024-03-26 00:11:42 +05:30
Anoop M D
50e3943fb1
chore: zuplo bronze sponsorship
2024-03-23 04:10:29 +05:30
Anoop M D
c357d3da4b
chore: zuplo bronze sponsorship
2024-03-23 04:09:10 +05:30
Anoop M D
9b89f33103
chore: zuplo bronze sponsorship
2024-03-23 04:05:34 +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
Baptiste Poulain
0b2b16abcc
Fix/postman translation collection variables ( #1894 )
...
* fix(postman-translation-collectionVariables): auto translate pm.collectionVariables.set and get
* fix(postman-translation-collectionVariables) : additional translations, simplify regex, add testing
* fix(postman-translation-collectionVariables): update lock file
---------
Co-authored-by: bpoulaindev <bpoulainpro@gmail.com>
2024-03-22 18:37:30 +05:30
slowjoe007
8503752e09
Allow to keep the default truststore, when using a custom CA ( #1863 )
2024-03-22 18:35:42 +05:30
George Hopkins
9b7cdb2d48
feat: Add tooltips to sidebar footer ( #1888 )
2024-03-22 18:31:18 +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
dw-0
82c600a0e6
feat: toggle visibility of secret envVars ( #650 )
...
* feat: toggle visibility of secret envVars
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
* feat: also hide secrets in environment settings
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
* style: run prettier
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
* refactor: resolve conflict
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2024-03-22 18:24:16 +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
Afrian Junior
a546457e0f
fix(ux): better text selection implementation on dark-mode ( #1861 )
2024-03-20 15:52:44 +05:30
Feldrise
2b0ad29b93
fix: system theme in dark mode ( #1823 )
2024-03-19 13:11:09 +05:30
Anoop M D
cdbb15f33e
chore: bumped version to v1.12.0
2024-03-19 06:36:38 +05:30
Anoop M D
14911b4def
chore: removed dependency on tailwind forms
2024-03-19 06:34:54 +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
Anoop M D
13eef748e1
chore: updated package lock
2024-03-12 23:56:10 +05:30
Anoop M D
dbe41e7f59
fix( #1731 ): fix aws sdk issue
2024-03-12 23:53:14 +05:30
Anoop M D
c00bfb0ce4
fix: fixed failing tests
2024-03-12 23:47:08 +05:30
Anoop M D
09aefffc47
fix: fixed failing tests
2024-03-12 23:43:50 +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
Scott LaPlante
3ee76067fb
CLI fixes for aws and environment modifications ( #1713 )
...
* Interpolate awsv4 values to support them including templated values.
Closes #1508
* change to let to allow for rewrite; rename to envVariables for consistency
* When running via CLI, preserve changes to collection variables and
environment variables.
Closes #1255
* Closes #1255 - set well known variable name on environment
* Revert "When running via CLI, preserve changes to collection variables and"
This reverts commit 7c94c9ec19
.
* Revert "change to let to allow for rewrite; rename to envVariables for consistency"
This reverts commit 9320b8faf0
.
---------
Co-authored-by: Scott LaPlante <scott.laplante@flueid.com>
2024-03-12 23:20:37 +05:30
patest-dev
e6090a4d59
Update the german readme file ( #1759 )
...
* Update readme_de.md
* Update readme_de.md
2024-03-12 23:19:15 +05:30
Gabriel
c257603e17
docs: update pt-br readme ( #1760 )
2024-03-12 23:18:24 +05:30
patest-dev
ee441d2ab6
Fix bruno-cli readme changelog link ( #1770 )
2024-03-12 23:17:47 +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
Grant Forsythe
1fca217046
fix: broken link in readme ( #1737 )
...
* fix: broken link in readme
* fix: replace relative link with an absolute link
2024-03-11 17:46:14 +05:30
trusta
5ec2475f31
feat( #1659 ): add html reporter for cli ( #1660 )
2024-03-11 02:13:25 +05:30
Isaac Hatton
f1b80ba0ff
contributing.md Capitalisation corrections ( #1682 )
...
Make Capitalisation of Bruno consistent with README.md and also make Pull Request plural to fit better gramatically.
2024-03-11 02:09:44 +05:30
Warren Buckley
475b585fdd
Updates readme with winget install command ( #1670 )
2024-03-11 02:08:45 +05:30
lohit
95b59b06e8
feat(#BRU-26): json filter button with expandable input bar ( #1699 )
...
* feat(#BRU-26): JSON filter UI
* feat(#BRU-22): prettify graphql toast
2024-03-11 02:06:27 +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
Daniel Subiabre García
86ddd2b9b0
Update readme_es with new content and typo fixes ( #1723 )
2024-03-11 01:49:00 +05:30
Julien Ma
80142dbfcd
Fix margin between items in Welcome > Links ( #1742 )
2024-03-11 01:44:49 +05:30
Anoop M D
3683d4c1df
Merge pull request #1746 from shuuji3/patch-1
...
docs(readme.md): fix broken CI badge
2024-03-11 01:40:39 +05:30
TAKAHASHI Shuuji
3ef8135173
docs(readme.md): fix broken CI badge
2024-03-11 02:35:42 +09:00
Anoop M D
e7dacde46a
chore: added sponsors section
2024-03-07 21:22:27 +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