Ankit Mahato
f4e0f82125
Merge branch 'main' into better_networking/sse
2025-08-05 06:18:21 +05:30
Ankit Mahato
245a7b79ac
Fix EditGraphQLRequestPane provider
2025-07-14 01:09:54 +05:30
Ankit Mahato
972d8be6b0
Add AuthPage
2025-07-14 01:01:21 +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
a13d3d57d3
tests: add auth fields widget tests(coverage 98.4%)
2025-07-07 12:39:45 +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
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
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
5a6e2b103a
feat: add authentication tab for graphql requests
2025-07-01 01:08:22 +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
0ec2120741
feat: replace DropdownButtonFormField with ADPopupMenu for improved UI consistency
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
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
a48d059422
fix: state persistance upon api type switch
2025-07-01 01:00:59 +05:30
Udhay-Adithya
52a1feb0ee
feat: enhance JWT authentication handling with new fields and JWT generation utility
2025-07-01 01:00:59 +05:30
Udhay-Adithya
1540d84de5
fix:prevent text field rebuild on watch
2025-07-01 01:00:59 +05:30
Udhay-Adithya
efaebd09eb
fix: input text field error
2025-07-01 01:00:59 +05:30
Udhay-Adithya
449e32521e
feat: refactor authentication handling to use new ApiAuthModel and update related components
2025-07-01 01:00:59 +05:30
Udhay-Adithya
417706523b
feat: improve authentication model with BearerToken, APIKey, and JWTBearer support
2025-07-01 01:00:59 +05:30
Udhay-Adithya
171a118d38
feat: add authentication support with APIAuthType and APIAuthModel
...
- Introduced APIAuthType enum for various authentication methods.
- Created APIAuthModel with basic authentication fields.
- Updated RequestModel to include authType and authData.
- Implemented EditAuthType widget for selecting and managing authentication.
- Enhanced CollectionStateNotifier to handle authentication updates.
:wq
2025-07-01 00:57:10 +05:30
Manas Hejmadi
882b393fdd
SSE: Stopping/Cancelling implementation
2025-06-29 17:06:21 +05:30
Ankit Mahato
4c1b160a56
Remove riverpod from code editor widget
2025-06-29 01:41:36 +05:30
Ankit Mahato
c8b3c80ee9
refactor request pane
2025-06-29 01:23:09 +05:30
Udhay-Adithya
dad447bb0a
feat: add support for scripts in gql requests
2025-06-24 23:36:21 +05:30
Udhay-Adithya
12aa846792
feat: update scripts code pane to use ad dropdown button
2025-06-22 20:09:50 +05:30
Udhay-Adithya
ad59d56975
refactor: replace TabView with DropdownButton
2025-06-05 21:10:06 +05:30
Udhay Adithya
464dd9aff8
Merge branch 'foss42:main' into add-feature-scripts
2025-05-16 14:31:27 +05:30
Ashita Prasad
17c3c8a793
UX Fix: Field addition button removed from mobile
2025-05-10 00:43:50 +05:30
Udhay-Adithya
71c6818093
fix: move _selectedTabIndex declaration to class level
2025-05-01 17:50:56 +05:30
Udhay-Adithya
6344e8df21
feat: add indicator for request scripts
...
Shows an indicator on the 'Scripts' tab when pre-request or post-request scripts exist for the selected request.
Updates the selected tab text color in the scripts pane for better visibility.
2025-05-01 17:11:10 +05:30
Udhay-Adithya
56137769f8
feat: adds pre/post-request script editing
...
Updates request model state management to include pre-request and post-request script fields.
Connects the script editor UI to the state notifier, allowing script changes to be persisted.
2025-04-26 00:11:08 +05:30
Udhay-Adithya
346e4c3ef0
feat: refactor code highlighting and add scripts editor pane
...
- replace `flutter_highlighter` and `highlighter` with `flutter_highlight` and `highlight`.
- add `flutter_code_editor` dependency.
- introduce a new scripts editor pane in the REST request view.
2025-04-22 14:34:43 +05:30
Udhay-Adithya
ef3867ef43
feat: add scripts tab to request pane and update tab structure
2025-04-21 23:31:55 +05:30
Ankit Mahato
f532f20660
fix json syntax highlighting after light/dark mode is switched
2025-04-13 00:08:11 +05:30
Ankit Mahato
f0ccc2f770
EnvironmentDropdown in Mobile collection Pane
2025-04-06 02:42:57 +05:30
Ankit Mahato
e93c611a95
refactoring
2025-03-30 03:21:21 +05:30
Ankit Mahato
b0c0dd0646
Update request_body.dart
2025-03-29 20:32:29 +05:30
Ankit Mahato
5edc1d5210
Merge pull request #595 from Mrudul111/feature/json-features
...
Beautify JSON and highlight json text
2025-03-29 19:43:12 +05:30
Ankit Mahato
b9cd3e5684
Add hintText
2025-03-29 19:29:29 +05:30
Ankit Mahato
d03eb12e5a
JsonTextFieldEditor fixes
2025-03-29 19:23:19 +05:30
Ankit Mahato
5ecfc4ebe4
Merge branch 'main' into add-feature-header-env-suggestions
2025-03-29 13:51:28 +05:30
Ankit Mahato
bdfb6d330c
Refactoring and updates
2025-03-29 13:45:42 +05:30
Ashita Prasad
8b12a720f3
Merge pull request #635 from AffanShaikhsurab/patch-9
...
Added env variable support for form request body
2025-03-23 07:54:53 +05:30
Ashita Prasad
3382782f37
Update request_form_data.dart
2025-03-11 03:34:44 +05:30