|
c29abfe21e
|
Merge branch 'master' into postgres-switch-for-tests
|
2025-01-10 13:43:16 +03:00 |
|
|
9a6d8e5158
|
Refactored the code to switch between postgres and gdbm, with db cleanup
|
2025-01-10 13:41:05 +03:00 |
|
|
db431c750e
|
Merge pull request 'copy-language-code' (#264) from copy-language-code into master
Reviewed-on: #264
|
2025-01-10 09:53:17 +01:00 |
|
|
2b9c6d641e
|
Merge branch 'master' into copy-language-code
|
2025-01-10 11:06:32 +03:00 |
|
|
3747f87a7c
|
test language code saving
|
2025-01-09 15:11:29 +03:00 |
|
|
1f0568df32
|
Merge pull request 'Implement connstring handling' (#247) from lash/purify-more into master
Reviewed-on: #247
|
2025-01-09 13:03:28 +01:00 |
|
lash
|
24c513d4f0
|
Merge branch 'master' into lash/purify-more
|
2025-01-09 12:02:17 +00:00 |
|
|
b3fd6f5c1a
|
Merge pull request 'Rename handler/ussd package' (#254) from konstantinmds/ussd:refactor/24-rename-ussd-to-application into master
Reviewed-on: #254
|
2025-01-09 13:01:19 +01:00 |
|
|
73eb765408
|
persist selected language code
|
2025-01-09 13:14:46 +03:00 |
|
|
f660f6c19a
|
add key to hold selected langauge code
|
2025-01-09 13:04:11 +03:00 |
|
|
3fccfaab61
|
Replace the connStr if it is not set
|
2025-01-09 13:01:28 +03:00 |
|
lash
|
b50a51df9b
|
Implement postgres schema
|
2025-01-09 07:42:09 +00:00 |
|
lash
|
df8c9aab0c
|
Rehabilitate tests
|
2025-01-08 22:27:19 +00:00 |
|
lash
|
ddefdd7fb3
|
Merge branch 'lash/purify-more' into postgres-switch-for-tests
|
2025-01-08 22:05:12 +00:00 |
|
|
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 |
|
lash
|
379d98ccd5
|
Merge branch 'master' into lash/purify-more
|
2025-01-08 12:32:11 +00:00 |
|
|
f40e11c267
|
Merge pull request 'account-pin-block-v2' (#256) from account-pin-block-v2 into master
release / docker (push) Has been cancelled
Reviewed-on: #256
|
2025-01-08 13:30:39 +01:00 |
|
|
b698f08136
|
chore: add space after punctuation
|
2025-01-08 15:27:10 +03:00 |
|
|
4d7589ad95
|
Merge branch 'master' into lash/purify-more
|
2025-01-08 13:07:50 +01:00 |
|
|
efdb52bccd
|
chore: add space after punctuation
|
2025-01-08 14:54:58 +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 |
|
|
ed6651697a
|
chore : add variable description to AllowedPINAttempts
|
2025-01-08 14:54:56 +03:00 |
|
|
c359d99075
|
Merge branch 'master' into account-pin-block-v2
|
2025-01-08 10:00:46 +01:00 |
|
|
8d477356f3
|
update tests
|
2025-01-08 11:47:55 +03:00 |
|
|
7f3294a8a2
|
update tests
|
2025-01-08 11:47:41 +03:00 |
|
|
4b5f08e25e
|
Merge branch 'master' into postgres-switch-for-tests
|
2025-01-08 11:06:15 +03:00 |
|
|
ea9cab930e
|
cleanup the generated test data for the schema
|
2025-01-08 10:59:22 +03:00 |
|
|
a37f6e6da3
|
pass the dbschema in the context
|
2025-01-08 10:57:58 +03:00 |
|
|
f59c3a53ef
|
allow the BuildConnStr to be accessed by different packages
|
2025-01-08 10:56:59 +03:00 |
|
|
81c3378ea6
|
use a flag to pass the schema to the context
|
2025-01-08 10:55:43 +03:00 |
|
|
46a6d2bc6e
|
create a schema if it does not exist and use it in the connection
|
2025-01-08 10:37:47 +03:00 |
|
lash
|
721f80d0f2
|
Repalce missing context
|
2025-01-08 07:34:22 +00:00 |
|
|
f49e54a562
|
Merge pull request 'Space after comma' (#259) from lash/helpcomma into master
Reviewed-on: #259
|
2025-01-08 07:57:18 +01: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 |
|
|
4fe64a7747
|
show message for a blocked account
|
2025-01-08 09:29:00 +03:00 |
|
|
3004698d5b
|
add a message for a blocked account
|
2025-01-08 09:28:31 +03:00 |
|
|
50c7ff1046
|
register handler to show blocked account message
|
2025-01-08 09:27:45 +03:00 |
|
|
07b061a68b
|
remove blocked account templates
|
2025-01-08 09:26:53 +03:00 |
|
|
6339f0c2e5
|
Merge branch 'master' into lash/purify-more
|
2025-01-07 17:58:19 +01:00 |
|
lash
|
1fa830f286
|
Add auth conn string to ssh, use connstr for execs
|
2025-01-07 13:51:26 +00:00 |
|
|
64fba91670
|
catch blocked account
|
2025-01-07 14:38:44 +03:00 |
|
|
c15958a1ad
|
reset incorrect pin attempts on correct entry
|
2025-01-07 14:32:44 +03:00 |
|
|
ee442daefa
|
add blocked account node
|
2025-01-07 14:03:53 +03:00 |
|
|
656052dc74
|
Merge pull request 'trim any leading whitespace in the input' (#258) from send-input-fix into master
release / docker (push) Has been cancelled
Reviewed-on: #258
Reviewed-by: lash <accounts-grassrootseconomics@holbrook.no>
|
2025-01-07 10:33:20 +01:00 |
|
|
6c5873da6f
|
trim any leading whitespace in the input
|
2025-01-07 12:15:15 +03:00 |
|
|
11d30583a4
|
map content of reset_incorrect and catch blocked account
|
2025-01-07 10:50:30 +03:00 |
|
|
f83f539046
|
add node to show remaining pin attempts
|
2025-01-07 10:48:59 +03:00 |
|
|
562bd4fa24
|
check for incorrect pin
|
2025-01-06 22:54:31 +03:00 |
|