Ankit Mahato
|
5afce7438b
|
Update consts.dart
|
2025-07-12 15:52:47 +05:30 |
|
Ankit Mahato
|
99c38c4f96
|
refactor API Key auth
|
2025-07-12 15:52:10 +05:30 |
|
Ankit Mahato
|
9850b7a044
|
Update auth widgets export
|
2025-07-12 15:24:57 +05:30 |
|
Udhay-Adithya
|
69e7f7bc26
|
docs: add authentication testing links
|
2025-07-12 01:00:41 +05:30 |
|
Udhay-Adithya
|
db2f5af773
|
refactor: move auth_textfield to widgets folder
|
2025-07-12 00:49:48 +05:30 |
|
Udhay-Adithya
|
51c44a3eb7
|
fix: update label for private key field in JWT auth fields test
|
2025-07-12 00:47:54 +05:30 |
|
Udhay-Adithya
|
3ca5255e8f
|
fix: pass null for authData in sendHttpRequest for digest authentication to prevent infinite loop when realm and nonce are empty
|
2025-07-12 00:43:44 +05:30 |
|
Udhay-Adithya
|
20c71073cb
|
fix: update qop label in DigestAuthFields test
|
2025-07-12 00:42:24 +05:30 |
|
Udhay-Adithya
|
db93e82b5f
|
fix: make authModel optional in HistoryRequestModel
|
2025-07-12 00:34:12 +05:30 |
|
Udhay Adithya
|
65f375c69e
|
Merge branch 'foss42:main' into basic-auth
|
2025-07-12 00:19:13 +05:30 |
|
Ankit Mahato
|
991d486db2
|
Merge pull request #862 from Udhay-Adithya/fix-scripts-state
fix ui state not being consistent with the original request model
|
2025-07-11 21:29:45 +05:30 |
|
Udhay-Adithya
|
38eb527703
|
feat: update APIAuthType enum to include display types for authentication options
|
2025-07-07 22:41:25 +05:30 |
|
Udhay-Adithya
|
127b2c1efc
|
fix: disable onChanged for read-only auth fields
|
2025-07-07 22:32:14 +05:30 |
|
Udhay-Adithya
|
38d8e8e76b
|
fix: update tooltip icon color and size
|
2025-07-07 22:28:18 +05:30 |
|
Udhay-Adithya
|
e838654b2d
|
feat: enhance authentication fields with additional info
|
2025-07-07 22:25:54 +05:30 |
|
Udhay-Adithya
|
739afca856
|
tests: improve auth utils tests(coverage 90%)
|
2025-07-07 22:08:51 +05:30 |
|
Udhay-Adithya
|
dcccc2b761
|
tests: add api auth model tests(coverage 100%)
|
2025-07-07 21:49:09 +05:30 |
|
Udhay-Adithya
|
a13d3d57d3
|
tests: add auth fields widget tests(coverage 98.4%)
|
2025-07-07 12:39:45 +05:30 |
|
Udhay-Adithya
|
8d4eedc21b
|
tests: add authentication unit tests
|
2025-07-07 02:03:47 +05:30 |
|
Udhay-Adithya
|
32855fd2f9
|
refactor: update authentication handling to check authData instead of enableAuth flag
|
2025-07-06 12:28:35 +05:30 |
|
Udhay-Adithya
|
c39b8fbe6d
|
refactor: remove unused import and logging from JWT generation
|
2025-07-06 12:22:58 +05:30 |
|
Udhay-Adithya
|
13bf0549f1
|
refactor: remove unused digest authentication model import and clean up JWT handling comments
|
2025-07-06 12:22:04 +05:30 |
|
Udhay-Adithya
|
d5ca13b356
|
feat: enhance JWT support with private key handling and additional algorithms
|
2025-07-06 12:19:27 +05:30 |
|
Udhay-Adithya
|
92af4fba77
|
feat: add digest authentication
|
2025-07-03 19:24:56 +05:30 |
|
Udhay-Adithya
|
6c5862cd85
|
refactor: move authModel to HttpRequestModel
|
2025-07-03 12:12:18 +05:30 |
|
Udhay-Adithya
|
4284f47fe6
|
fix: add missing crypto dependency to better_networking package
add missing auth tab in HistoryRequestPane
|
2025-07-02 22:25:45 +05:30 |
|
Udhay-Adithya
|
a11c833822
|
refactor: move auth models to better_networking package
|
2025-07-02 22:07:47 +05:30 |
|
Udhay-Adithya
|
3903277aa9
|
chore: resolve merge conflicts
|
2025-07-02 21:03:16 +05:30 |
|
Udhay-Adithya
|
6c7c57d8fb
|
fix: update environment model references and ensure correct request model is returned in pre-request script
|
2025-07-02 17:43:19 +05:30 |
|
Udhay-Adithya
|
fe6720f4c7
|
fix: ensure executionRequestModel is a copy to avoid modifying the original request model
|
2025-07-02 13:39:12 +05:30 |
|
Udhay-Adithya
|
a88a5d7629
|
feat: revert padding
|
2025-07-02 13:27:16 +05:30 |
|
Udhay-Adithya
|
f565d27216
|
fix: minor ui fixes
|
2025-07-01 20:14:25 +05:30 |
|
Udhay-Adithya
|
737aac96ec
|
fix: keep ui state consistent with the original request model when scripts are run
|
2025-07-01 20:03:22 +05:30 |
|
Udhay-Adithya
|
a17d6fdd9f
|
chore: remove logging in EditAuthType
|
2025-07-01 01:16:01 +05:30 |
|
Udhay-Adithya
|
8d8940d57d
|
feat: add read-only support to authentication fields
|
2025-07-01 01:16:01 +05:30 |
|
Udhay-Adithya
|
bf170e1446
|
feat: remove AuthModel from HttpRequestModel and integrate into HistoryRequestModel and RequestModel
|
2025-07-01 01:15:55 +05:30 |
|
Udhay-Adithya
|
e06cb2e0bf
|
feat: add read-only authentication tab to graphql history request pane
|
2025-07-01 01:10:25 +05:30 |
|
Udhay-Adithya
|
5a6e2b103a
|
feat: add authentication tab for graphql requests
|
2025-07-01 01:08:22 +05:30 |
|
Udhay-Adithya
|
620c2750ee
|
fix: change JWT generation failure handling to throw an exception instead of returning a basic JWT
|
2025-07-01 01:07:51 +05:30 |
|
Udhay-Adithya
|
987d9ca96a
|
feat: enhance EditAuthType to support read-only in history view
|
2025-07-01 01:07:47 +05:30 |
|
Udhay-Adithya
|
99e5fa7cbb
|
feat: enhance AuthModel serialization with anyMap support and add default name for API key
|
2025-07-01 01:04:43 +05:30 |
|
Udhay-Adithya
|
5be9ffdcc1
|
feat: update AuthModel serialization to use explicitToJson for nested objects
|
2025-07-01 01:04:43 +05:30 |
|
Udhay-Adithya
|
0ec2120741
|
feat: replace DropdownButtonFormField with ADPopupMenu for improved UI consistency
|
2025-07-01 01:04:43 +05:30 |
|
Udhay-Adithya
|
ff23413164
|
feat: change text field design
|
2025-07-01 01:04:43 +05:30 |
|
Udhay-Adithya
|
bb10ad655d
|
feat: split authentication related fields into seperate files
|
2025-07-01 01:04:39 +05:30 |
|
Udhay-Adithya
|
74c09592bb
|
refactor: rename authData to authModel and update related tests
|
2025-07-01 01:03:52 +05:30 |
|
Udhay-Adithya
|
d046d50273
|
refactor: rename ApiAuthModel to AuthModel and authData to authModel
|
2025-07-01 01:03:52 +05:30 |
|
Udhay-Adithya
|
fd92206ccb
|
refactor: reorganize import statements
|
2025-07-01 01:03:45 +05:30 |
|
Udhay-Adithya
|
0d7f1a9d5b
|
fix: update authorization label and reorder request pane
|
2025-07-01 01:02:31 +05:30 |
|
Udhay-Adithya
|
88017a96b0
|
chore: generate lock files
|
2025-07-01 01:00:59 +05:30 |
|