Kenneth Bruen kbruen · he/him
kbruen synced commits to master at kbruen/foxbank from mirror 2022-01-03 15:02:43 +02:00
ab53e05287 Merge pull request #9 from dancojocaru2000/Frontend
1250b12049 Merge pull request #8 from dancojocaru2000/Backend
e8477db7b8 Implemented api stuff
28ac7a970e Hotfix: notification for received transfer has wrong id
Compare 4 commits »
kbruen synced commits to Frontend at kbruen/foxbank from mirror 2022-01-03 15:02:42 +02:00
e8477db7b8 Implemented api stuff
kbruen synced commits to Backend at kbruen/foxbank from mirror 2022-01-03 13:02:42 +02:00
28ac7a970e Hotfix: notification for received transfer has wrong id
kbruen synced commits to master at kbruen/foxbank from mirror 2022-01-03 11:02:43 +02:00
5e19ab457b Merge pull request #7 from dancojocaru2000/Backend
72b19d0c73 Added notification when receiving a transfer
f1cbb3a125 Implemented notifications support
4ecb5b426b Added IBAN example
6f7242477e Added checking for common Romanian banks in IBAN
Compare 9 commits »
kbruen synced commits to Frontend at kbruen/foxbank from mirror 2022-01-03 11:02:42 +02:00
5e19ab457b Merge pull request #7 from dancojocaru2000/Backend
72b19d0c73 Added notification when receiving a transfer
f1cbb3a125 Implemented notifications support
4ecb5b426b Added IBAN example
6f7242477e Added checking for common Romanian banks in IBAN
Compare 20 commits »
kbruen synced commits to Backend at kbruen/foxbank from mirror 2022-01-03 07:02:42 +02:00
72b19d0c73 Added notification when receiving a transfer
kbruen synced commits to Backend at kbruen/foxbank from mirror 2022-01-03 05:02:43 +02:00
f1cbb3a125 Implemented notifications support
4ecb5b426b Added IBAN example
6f7242477e Added checking for common Romanian banks in IBAN
d28bfcfb51 Added validate_iban endpoint
bb8c613399 Added transaction description for received
Compare 6 commits »
kbruen synced commits to Backend at kbruen/foxbank from mirror 2021-12-31 20:55:48 +02:00
5da66e520b Implemented initial /transactions endpoint support
kbruen synced commits to Frontend at kbruen/foxbank from mirror 2021-12-30 03:00:16 +02:00
e369315034 Updated state management and implemented new account functionality
kbruen synced commits to master at kbruen/foxbank from mirror 2021-12-30 03:00:16 +02:00
c429506bdf Merge pull request #6 from dancojocaru2000/Frontend
a0a3fe774d Merge pull request #5 from dancojocaru2000/Backend
e369315034 Updated state management and implemented new account functionality
18fe6e9355 Fixed IBAN generation
02cf164620 Fixed /accounts/... response
Compare 14 commits »
kbruen synced commits to Backend at kbruen/foxbank from mirror 2021-12-30 01:00:15 +02:00
18fe6e9355 Fixed IBAN generation
kbruen synced commits to Backend at kbruen/foxbank from mirror 2021-12-29 20:50:16 +02:00
02cf164620 Fixed /accounts/... response
17d1cb2400 Added documentation for accounts endpoints
31511f6004 Fixed error handling
9ded9cc604 Added GET /accounts endpoint
f19aad8d3e Added logout endpoint and documentation
Compare 5 commits »
kbruen synced commits to Backend at kbruen/foxbank from mirror 2021-12-29 10:50:15 +02:00
f91b6be3a5 Implemented initial account support
kbruen created repository kbruen/dart_tdlib_gen 2021-12-12 06:15:05 +02:00
kbruen synced commits to Backend at kbruen/foxbank from mirror 2021-12-09 15:57:33 +02:00
efb98ceb2e Allowed database file to be changed via env var
kbruen synced commits to Backend at kbruen/foxbank from mirror 2021-12-09 13:49:18 +02:00
a78d42ef1b Moved @ensure_logged_in to the decorators file