Sri Teja T
Sri Teja T
**- What I did** - enforce lowercase on the key part of a command coming through the verb handler - make keys non-case-sensitive in the server - this conversion has...
**- What I did** - introduced a method called AtKey.enforceLowerCase() which converts all parts of the key except metadata to lowercase - invoke this method in toString() and fromString() methods...
closes https://github.com/atsign-foundation/at_libraries/issues/235 **- What I did** - added new implementation for data_signing into at_commons - update dependencies and exports with regards to the data_signing_implementation **-What the tool does** - Enables...
**Feature Description** A tool to export data from a secondary in a format that is importable by another secondary. **Requirements** - Allow users to specify filters that specify which data...
**- What I did** - Default keys path set to "$HOME/.atsign/at_onboarding_cli/keys/$atsign_key.atKeys" - Default storage path set to "$HOME/.atsign/at_onboarding_cli/storage/$atsign" - init method to automatically set the commitLogPath, hiveStorage path to the...
**- What I did** - introduce new param 'enrollmentStatusFilter' in EnrollListRequestParam class - use the above param in EnrollmentService.fetchEnrollmentRequests() to build the command that lists only enrollment requests that match...
Closes https://github.com/atsign-foundation/at_client_sdk/issues/900 **- What I did** - Introduce a method that checks if the remote secondary has been reset; returns true if the remote secondary has been reset. - Introduce...
### Is your feature request related to a problem? Please describe. Feature in https://github.com/atsign-foundation/at_server/issues/1660 has been implemented in https://github.com/atsign-foundation/at_server/pull/1713 and https://github.com/atsign-foundation/at_server/pull/1727. To preserve backwards compatibility, this feature will lie dormant...
**- What I did** - removed qr_code related components from code - rename OnboardingUtil -> RegistrarApiUtil and consume this change - Delete .atKeys file if onboarding process encounters an unrecoverable...
Closes https://github.com/atsign-foundation/at_client_sdk/issues/1563 **- What I did** - Consolidated code from Register_cli and onboarding_flutter, pertaining to fetching free atsigns and getting them registered to an email. - This new consolidated code...