Sanjai Kumar
98c09db820
fix: enable sensitive field warnings for collection and folder auth ( #5230 )
...
- Fix sensitive field warnings not showing for collection-level and folder-level auth
- Use consistent object structure approach across all auth levels (collection, folder, request)
- Replace manual object property access with lodash get() for better readability and robustness
- Extract variable usage checking logic into reusable helper function
- Eliminate code duplication by using single sensitive fields definition
- Improve maintainability and performance by reducing regex pattern recreation
feat: add sensitive field warnings to collection-level auth components
refactor: streamline sensitive field checks in environment variables
refactor: remove unused imports in EnvironmentVariables component
Co-authored-by: sanjai0py <sanjailucifer666@gmail.com >
2025-07-31 22:32:37 +05:30
Sanjai Kumar
b571c1a1a5
Feat/add warnings for sensitive fields other auths ( #5100 )
2025-07-30 00:26:45 +05:30
Joseph PS
48989ceea9
manage secrets modal content updated ( #5034 )
2025-07-11 14:05:24 +05:30
Pooja
c47bc86d37
fix: Improve Variable Highlighting in Code Generation and Environment Views ( #4593 )
2025-05-08 21:53:14 +05:30
lohit jiddimani
524bb5e4b7
fix: console errors if any while importing postman env collections
2025-04-17 20:56:22 +05:30
lohit
9bde3c44f7
filename support for requests and folders ( #4111 )
2025-03-14 20:07:33 +05:30
naman-bruno
dab4bb6a1c
fix: hide env dropdown on configure ( #3826 )
2025-01-17 13:07:39 +05:30
Anoop M D
3c8cb702f5
feat: added icons to env modal buttons
2025-01-17 02:46:06 +05:30
Hadi
2df7fd6588
Added activate button to environment window. ( #1531 )
...
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2025-01-17 02:12:33 +05:30
pooja-bruno
5b04e0c189
fix: renaming first collection env ( #3735 )
2025-01-16 20:04:34 +05:30
Pooja Belaramani
87988b6879
fix: tooltip for env name and rm trash overflow changes
2024-12-24 12:57:41 +05:30
Pooja Belaramani
bf142af6d9
fix: env name truncate
2024-12-19 11:00:51 +05:30
Pooja Belaramani
ad59e3f8d1
fix: env names wrap and trash icon overflow
2024-12-16 18:10:33 +05:30
Sanjai Kumar
eaa4f4e57b
Fix/global env duplicate name error ( #3590 )
...
* fix: enhance environment name validation for global environments
* fix: improve environment name validation logic in CreateEnvironment component
* Update index.js
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-12-15 16:47:08 +05:30
lohit
5f5cc5eb22
fix: validate env name fn null checks
2024-12-02 14:14:10 +05:30
Sanjai Kumar
514da55923
Fix/improve env modal error when duplicate names ( #3557 )
...
* Enhance environment creation validation and improve error handling
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-11-30 19:16:09 +05:30
Sanjai Kumar
a2d9249515
Refactor environment variable styling and error handling ( #3291 )
2024-10-14 18:23:32 +05:30
lohxt1
8ab8af6b3f
feat: updates
2024-10-07 22:32:53 +05:30
lohxt1
f088cdb504
feat: updates
2024-09-30 16:36:19 +05:30
lohxt1
72de78025e
draft: global env ui and store
2024-09-28 18:05:31 +05:30
Pragadesh-45
2e4051b022
Bugfix/rename with same name for Environments ( #3199 )
...
* added safe to rename for rename-environment to enable case insensitive file change
* chore: removed else block
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-09-26 16:02:15 +05:30
Anoop M D
641f261733
chore: disabling smooth scroll in env vars view
2024-09-23 17:50:55 +05:30
lohit
fc79436787
fix: updates ( #3158 )
2024-09-21 19:49:50 +05:30
Anoop M D
e680d0d71d
env variables view: scroll only when form is dirty
2024-09-15 23:59:49 +05:30
Anoop M D
1057f54f2f
chore: fixed lint issue
2024-09-15 23:54:07 +05:30
Anoop M D
d971aa9596
chore: fixed lint issue
2024-09-15 23:53:32 +05:30
Sanjai Kumar
3d5ae98e04
Improved the Environments modal with accessibility fixes ( #2153 )
2024-09-15 23:50:58 +05:30
Max Bauer
741250068f
feat: masking support for SingleLineEditor ( #2240 )
...
* mask support for SingleLineEditor
* add secret visibility toggle button
* move visibility toggle into SingleLineComponent
Co-authored-by: Liz MacLean <18120837+lizziemac@users.noreply.github.com >
* fix eye button focus state
* center enabled and secret toggle
* fix input field scales to 100% width
---------
Co-authored-by: Liz MacLean <18120837+lizziemac@users.noreply.github.com >
2024-08-05 11:46:06 +05:30
Sanjai Kumar
2804ce1eb3
Revert "fix: active enviroment after rename when there is single enviroment (…" ( #2660 )
...
This reverts commit 81497d8397 .
2024-07-19 16:51:12 +05:30
Rinku Chaudhari
81497d8397
fix: active enviroment after rename when there is single enviroment ( #2640 )
2024-07-16 15:53:26 +05:30
lohit
e462eb6ecd
import environments ui and collection root object for json export - updates ( #2565 )
...
* pr review changes
* collection root object in export json
* import environment updates
2024-07-04 16:10:38 +05:30
Baptiste Poulain
71353b0404
[Feature] : Bulk env import and UX/UI improvements ( #2509 )
...
* feat(bulk-env-import): bulk import working like a charm
* feat(bulk-env-import): refresh no env dialog's styling
* feat(bulk-env-import): group create and import env within initial modal, UI improvements
* feat(bulk-env-import): minor styling fixes
* feat(bulk-env-import): handle incorrect files in env importer
---------
Co-authored-by: bpoulaindev <bpoulainpro@gmail.com >
2024-07-04 12:01:24 +05:30
Angela Yuan
c17e4effe7
Prevent losing unsaved environment variable data when attempting to change env ( #2034 )
...
* trying to begin changes
* Env bug fixed with only switching env when saved
* dialog box working, formik in EnvironmentSettings to pass props, selectedEnvironment in EnvrionmentSettings to pass props
* Removing some uneccessary comments
* no immediate following dialog pop up after warning dialog
* Wrapping commit warning moidal in CreatePortal, removing unnecessary isModified state, removing comments
* modifying dialog and adding formik back to EnvironmentVariables
* Removing unnecessary comments
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-04-26 14:11:05 +05:30
Rinku Chaudhari
4e95fd548d
fix: docs link update ( #2072 )
2024-04-15 22:41:05 +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
Sanjai Kumar
1349a79750
fix environment toggle bug ( #1932 )
2024-03-26 18:57:02 +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
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
d05a86252b
feat( #1447 ): wip on hotkey for save environment
2024-02-13 17:58:10 +05:30
Rinku Chaudhari
c3f6318d69
style: overflow of environment name fix ( #1464 )
2024-01-29 19:56:51 +05:30
Anoop M D
bacb70ea7e
feat( #931 ): relax var name strictness
2023-12-02 01:27:18 +05:30
Anoop M D
2aa876e526
Merge pull request #971 from nelup20/bugfix/964-env_var_dot_validation
...
fix(#964 ): Allow "." in variable names + make error message more consistent
2023-12-02 01:06:27 +05:30
Nelu Platonov
2ee6c5effc
fix( #964 ): Allow "." in variable names + make error message more consistent
2023-11-15 16:27:14 +01:00
Adarsh Lilha
435847081d
make value field nullable
2023-11-08 15:47:46 +05:30
Its-treason
44d90c42ed
fix( #853 ): Allow - in variable names & small refactor
2023-11-02 18:17:21 +01:00
Anoop M D
1e435b8e10
Merge pull request #791 from Its-treason/feature/variable-name-validation
...
Enforce variable strictness & validation
2023-10-26 22:19:57 +05:30
Its-treason
827df18c62
feat( #682 ): Add validation for request vars & dynamic vars
2023-10-25 23:13:37 +02:00
Anoop M D
7f7b3f479a
feat: nudge users to view docs on managing secrets
2023-10-26 00:38:44 +05:30
Its-treason
3a5a213242
Merge branch 'main' into feature/variable-name-validation
2023-10-25 21:00:18 +02:00
Anoop M D
2e38300a67
chore: updated package lock file
2023-10-25 23:55:07 +05:30