|
5734011f96
|
refactor: rename ussd package to application (#24)
- Rename internal/handlers/ussd directory to application
- Update all imports and references to use new package name
|
2025-01-08 13:40:00 +01:00 |
|
|
b698f08136
|
chore: add space after punctuation
|
2025-01-08 15:27:10 +03:00 |
|
|
2ff9fed3c5
|
chore: rename countIncorrectPINAttempts to incrementIncorrectPINAttempts
|
2025-01-08 14:54:57 +03:00 |
|
|
477b4cf8f6
|
chore : rename remainingPINAttempts to currentWrongPinAttemptsCount
|
2025-01-08 14:54:57 +03:00 |
|
|
c359d99075
|
Merge branch 'master' into account-pin-block-v2
|
2025-01-08 10:00:46 +01:00 |
|
|
7f3294a8a2
|
update tests
|
2025-01-08 11:47:41 +03:00 |
|
lash
|
5081b6d4ce
|
Space after comma
|
2025-01-08 06:48:35 +00:00 |
|
|
4d72ae0313
|
add handler showing a message for a blocked account
|
2025-01-08 09:30:51 +03:00 |
|
|
50c7ff1046
|
register handler to show blocked account message
|
2025-01-08 09:27:45 +03:00 |
|
|
c15958a1ad
|
reset incorrect pin attempts on correct entry
|
2025-01-07 14:32:44 +03:00 |
|
|
6c5873da6f
|
trim any leading whitespace in the input
|
2025-01-07 12:15:15 +03:00 |
|
|
562bd4fa24
|
check for incorrect pin
|
2025-01-06 22:54:31 +03:00 |
|
|
b5561decd1
|
Merge branch 'master' into lash/gettext
|
2025-01-06 09:48:33 +01:00 |
|
lash
|
2024cc96e2
|
Bring up-to-date with refactor
|
2025-01-06 07:22:58 +00:00 |
|
lash
|
d2d878d5d7
|
Merge branch 'master' into lash/ssh-4
|
2025-01-06 07:12:00 +00:00 |
|
|
44570e20ef
|
remove unused context key :- at-session-id
|
2025-01-06 09:59:47 +03:00 |
|
|
362eb209ef
|
add SessionId to context key
|
2025-01-06 09:54:28 +03:00 |
|
|
c69d3896f1
|
pass context as an argument,rename context keys
|
2025-01-06 08:52:53 +03:00 |
|
|
974af6b2a7
|
pass context as an argument
|
2025-01-06 08:50:53 +03:00 |
|
lash
|
349051b5ef
|
Merge branch 'master' into lash/gettext
|
2025-01-04 09:59:26 +00:00 |
|
|
d5a2680500
|
make context accessible
|
2025-01-04 12:02:45 +03:00 |
|
lash
|
d950b10b50
|
Move prefix db spec to separate package
|
2025-01-04 08:37:28 +00:00 |
|
lash
|
bcb3ab905e
|
Move db related to own package
|
2025-01-04 08:09:18 +00:00 |
|
lash
|
3ed9caf16d
|
Factor out request parsers
|
2025-01-04 08:02:44 +00:00 |
|
lash
|
86464c31d2
|
Merge branch 'master' into lash/purify
|
2025-01-04 07:57:54 +00:00 |
|
|
62f3681b9e
|
define context keysessionid using go-vise --withcontext
|
2025-01-04 10:40:26 +03:00 |
|
lash
|
67007fcd48
|
Factor out gdbm package
|
2025-01-04 07:35:28 +00:00 |
|
lash
|
f1b258fa6d
|
Factor out at code
|
2025-01-04 07:29:22 +00:00 |
|
lash
|
e581ec4771
|
Merge tag 'v0.8.0-beta.4' into lash/gettext
|
2025-01-03 10:29:17 +00:00 |
|
|
68ac237449
|
Merge branch 'master' into language-change-fix
|
2025-01-03 09:28:48 +01:00 |
|
|
162e6c1934
|
fix: language change
|
2025-01-03 11:26:56 +03:00 |
|
|
9d6e25e184
|
revert to previous state for the adminstore
|
2025-01-03 11:24:24 +03:00 |
|
lash
|
43b2c3b78d
|
Rehabilitate gettext resource
|
2025-01-02 18:13:37 +00:00 |
|
lash
|
d67853f6d9
|
Merge branch 'master' into lash/gettext
|
2025-01-02 14:53:18 +00:00 |
|
|
3830c12a57
|
update tests
|
2025-01-02 17:42:03 +03:00 |
|
|
491b7424a9
|
point to the correct ./devtools/admin_numbers directory
|
2025-01-02 16:01:19 +03:00 |
|
|
82b4365d16
|
hash the PIN in TestAuthorize
|
2025-01-02 14:38:22 +03:00 |
|
|
98db85511b
|
hash the PIN in the ResetOthersPin function
|
2025-01-02 14:37:45 +03:00 |
|
|
99a4d3ff42
|
verify the PIN input against the hashed PIN
|
2025-01-02 13:51:57 +03:00 |
|
|
d95c7abea4
|
return if the PIN is not a match, and hash the PIN before saving it
|
2025-01-02 13:45:18 +03:00 |
|
|
c899c098f6
|
updated the expected age
|
2025-01-02 13:20:01 +03:00 |
|
|
5ca6a74274
|
move PIN test to the common package
|
2025-01-02 13:18:49 +03:00 |
|
|
48d63fb43f
|
added pin.go to contain all PIN related functionality
|
2025-01-02 13:16:38 +03:00 |
|
lash
|
6ee2c88fe2
|
Implement gettext spec in local vm cmd
|
2025-01-02 09:39:49 +00:00 |
|
|
4ea52bf3fb
|
removed unused code
|
2024-12-31 11:16:43 +03:00 |
|
|
8217ea8fdc
|
Merge branch 'master' into force-restart-state
|
2024-12-31 05:06:26 +03:00 |
|
|
3c73fc7188
|
added a test for the Init func with the different states
|
2024-12-31 05:05:39 +03:00 |
|
|
0a332ec501
|
chore: ensure swahili language translation.
|
2024-12-30 08:05:36 +03:00 |
|
|
e8c171a82e
|
Merge branch 'master' into force-restart-state
|
2024-12-28 11:46:15 +03:00 |
|
|
0820e1b9f2
|
Merge branch 'master' into profile-update-fix
|
2024-12-28 06:30:14 +01:00 |
|