Commit Graph

51 Commits

Author SHA1 Message Date
Udhay-Adithya
6fc2dcee1e fix: update grant type state management to ensure UI refresh on change 2025-09-01 16:29:52 +05:30
Udhay-Adithya
6eec8de39b fix: state management for signature method and code challenge method in OAuth fields 2025-08-16 22:03:39 +05:30
Udhay-Adithya
18128114f6 fix: remove unnecessary setState when the value changes, which causes the EnvAuthField widget to rebuild and the cursor position to reset 2025-08-07 15:42:29 +05:30
Udhay-Adithya
15368d825c fix: align clear OAuth2 session button to the right 2025-08-07 13:26:37 +05:30
Udhay-Adithya
b3e0411b4a feat: depreciate timeago 2025-08-07 13:04:22 +05:30
Udhay-Adithya
d33f93f784 feat: add env vars support for OAuth1 and OAuth2 authentication fields 2025-08-07 10:22:43 +05:30
Udhay-Adithya
a10d44ee90 test: add comprehensive tests for oauth fields 2025-08-07 00:55:52 +05:30
Udhay Adithya
6914bcdc9c Merge branch 'foss42:main' into add-feature-oauth-2 2025-08-07 00:32:08 +05:30
Udhay-Adithya
c0bb09fd35 feat: make credentialsFilePath nullable in OAuth models and update related logic 2025-08-06 11:43:56 +05:30
Udhay-Adithya
69d9371c47 feat: enhance OAuth2Fields with token expiration handling 2025-08-03 16:31:12 +05:30
Udhay-Adithya
98d7375071 feat: add hints and info texts 2025-07-30 11:08:29 +05:30
Udhay-Adithya
027eada4f4 refactor: comment out unused oauth1 ui 2025-07-24 14:55:25 +05:30
Udhay-Adithya
728cc52d9c fix: improve oauth2 field 2025-07-23 12:48:10 +05:30
Udhay-Adithya
0c87374602 refactor: update OAuth1 fields and normalize signature method display type 2025-07-23 11:35:15 +05:30
Udhay-Adithya
a29f594f00 fix: auth header generation 2025-07-23 00:59:10 +05:30
Udhay-Adithya
bc779882f7 feat: implement oauth1 2025-07-22 23:09:15 +05:30
Udhay-Adithya
85030c72a6 feat: implement oauth1 authentication fields in AuthPage 2025-07-21 23:34:26 +05:30
Udhay-Adithya
f458d00341 feat: add oauth2 credential file handling 2025-07-21 23:07:34 +05:30
Udhay-Adithya
4e924fc946 refactor: rename getTempFilePath to getDocumentsDirectoryFilePath for clarity 2025-07-21 21:54:02 +05:30
Udhay-Adithya
7c49ec9fe2 refactor: move EnvAuthField to common widgets directory 2025-07-21 21:10:47 +05:30
Udhay-Adithya
9bc2ac2105 feat: replace Column with ListView in auth fields 2025-07-21 20:42:53 +05:30
Udhay-Adithya
fd4b05663c feat: add oauth2 ui and authorzation code grant handling 2025-07-20 23:07:58 +05:30
Udhay-Adithya
770660a888 chore: remove unused import from api_key_auth_fields.dart 2025-07-19 14:29:38 +05:30
Udhay-Adithya
8749141542 feat: update initial values for auth fields to use local state variables 2025-07-19 14:29:12 +05:30
Udhay-Adithya
a219069ce3 test: update auth field tests 2025-07-19 13:42:27 +05:30
Udhay-Adithya
cc8abee296 feat: add environment variable substitution support for auth models 2025-07-19 01:20:57 +05:30
Ankit Mahato
744b8c0994 Fix dropdown labels 2025-07-14 01:51:50 +05:30
Ankit Mahato
972d8be6b0 Add AuthPage 2025-07-14 01:01:21 +05:30
Ankit Mahato
394835187a turns fields optional 2025-07-14 01:00:49 +05:30
Ankit Mahato
32dcbda803 JWT refactor 2025-07-12 23:36:27 +05:30
Ankit Mahato
1e10606ebf Remove comments from JWT 2025-07-12 18:05:40 +05:30
Ankit Mahato
447cbd4fa7 refactor for digest 2025-07-12 18:04:19 +05:30
Ankit Mahato
13a4000569 refactor imports 2025-07-12 16:22:47 +05:30
Ankit Mahato
5d89dfddaa Update consts.dart 2025-07-12 16:18:31 +05:30
Ankit Mahato
7925a385f6 Update bearer_auth_fields.dart 2025-07-12 16:18:29 +05:30
Ankit Mahato
759e90663d Update basic_auth_fields.dart 2025-07-12 16:18:19 +05:30
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
db2f5af773 refactor: move auth_textfield to widgets folder 2025-07-12 00:49:48 +05:30
Udhay-Adithya
127b2c1efc fix: disable onChanged for read-only auth fields 2025-07-07 22:32:14 +05:30
Udhay-Adithya
e838654b2d feat: enhance authentication fields with additional info 2025-07-07 22:25:54 +05:30
Udhay-Adithya
a13d3d57d3 tests: add auth fields widget tests(coverage 98.4%) 2025-07-07 12:39:45 +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
a11c833822 refactor: move auth models to better_networking package 2025-07-02 22:07:47 +05:30
Udhay-Adithya
8d8940d57d feat: add read-only support to authentication fields 2025-07-01 01:16:01 +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
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