|
ee599f8bab
|
Add README
|
2022-01-04 10:24:02 +02:00 |
|
DariusTFox24
|
1c56bf2a60
|
Merge pull request #11 from dancojocaru2000/Frontend
Finished frontend implementation with api
|
2022-01-04 01:25:25 +02:00 |
|
DariusTFox24
|
57d9ff8ed0
|
Finished frontend implementation with api
|
2022-01-04 01:22:27 +02:00 |
|
|
649e2c729f
|
Merge pull request #10 from dancojocaru2000/Backend
Currency exchange in Backend
|
2022-01-03 21:57:28 +02:00 |
|
|
c7c8f3c765
|
Added transfer between different currency accounts
|
2022-01-03 21:49:38 +02:00 |
|
|
9a1e1b4fce
|
Added basic currency exchange data
|
2022-01-03 21:42:21 +02:00 |
|
|
e68709092b
|
Fixed datetime not having correct timezone
|
2022-01-03 21:42:03 +02:00 |
|
DariusTFox24
|
ab53e05287
|
Merge pull request #9 from dancojocaru2000/Frontend
Frontend updates
|
2022-01-03 14:28:47 +02:00 |
|
DariusTFox24
|
e8477db7b8
|
Implemented api stuff
|
2022-01-03 14:25:32 +02:00 |
|
|
1250b12049
|
Merge pull request #8 from dancojocaru2000/Backend
Hotfix: notification for received transfer has wrong id
|
2022-01-03 14:25:32 +02:00 |
|
|
28ac7a970e
|
Hotfix: notification for received transfer has wrong id
|
2022-01-03 11:45:18 +02:00 |
|
DariusTFox24
|
5e19ab457b
|
Merge pull request #7 from dancojocaru2000/Backend
Backend updates
|
2022-01-03 09:53:40 +02:00 |
|
|
72b19d0c73
|
Added notification when receiving a transfer
|
2022-01-03 05:22:31 +02:00 |
|
|
f1cbb3a125
|
Implemented notifications support
|
2022-01-03 04:59:07 +02:00 |
|
|
4ecb5b426b
|
Added IBAN example
|
2022-01-03 04:07:47 +02:00 |
|
|
6f7242477e
|
Added checking for common Romanian banks in IBAN
|
2022-01-03 03:58:15 +02:00 |
|
|
d28bfcfb51
|
Added validate_iban endpoint
|
2022-01-03 03:41:38 +02:00 |
|
|
bb8c613399
|
Added transaction description for received
|
2022-01-03 03:19:23 +02:00 |
|
|
5313b4cecd
|
Added transaction support
|
2022-01-03 03:17:49 +02:00 |
|
|
5da66e520b
|
Implemented initial /transactions endpoint support
|
2021-12-31 20:52:55 +02:00 |
|
|
c429506bdf
|
Merge pull request #6 from dancojocaru2000/Frontend
Frontend Accounts functionality
|
2021-12-30 01:50:39 +02:00 |
|
|
a0a3fe774d
|
Merge pull request #5 from dancojocaru2000/Backend
Accounts functionality
|
2021-12-30 01:49:36 +02:00 |
|
DariusTFox24
|
e369315034
|
Updated state management and implemented new account functionality
|
2021-12-30 01:45:14 +02:00 |
|
|
18fe6e9355
|
Fixed IBAN generation
|
2021-12-30 00:55:37 +02:00 |
|
|
02cf164620
|
Fixed /accounts/... response
|
2021-12-29 20:36:05 +02:00 |
|
|
17d1cb2400
|
Added documentation for accounts endpoints
|
2021-12-29 20:23:28 +02:00 |
|
|
31511f6004
|
Fixed error handling
|
2021-12-29 20:16:58 +02:00 |
|
|
9ded9cc604
|
Added GET /accounts endpoint
|
2021-12-29 19:36:47 +02:00 |
|
|
f19aad8d3e
|
Added logout endpoint and documentation
|
2021-12-29 19:36:09 +02:00 |
|
|
f91b6be3a5
|
Implemented initial account support
Also refatored into package
Also added Swagger/OpenAPI
|
2021-12-29 10:48:42 +02:00 |
|
|
efb98ceb2e
|
Allowed database file to be changed via env var
|
2021-12-09 13:54:25 +02:00 |
|
|
a78d42ef1b
|
Moved @ensure_logged_in to the decorators file
Also added docstrings to the decorators
|
2021-12-09 13:48:36 +02:00 |
|
DariusTFox
|
b76cbe77c7
|
Partial implementation of select instead of text for currency type
|
2021-12-08 16:21:06 +02:00 |
|
DariusTFox
|
0e27defbdc
|
Partial API frontend implementation
|
2021-12-08 13:54:31 +02:00 |
|
DariusTFox24
|
b44a48f241
|
Merge pull request #4 from dancojocaru2000/Frontend
Frontend
|
2021-12-07 09:57:48 +02:00 |
|
|
4de89f001a
|
Merge pull request #3 from dancojocaru2000:Backend
Backend
|
2021-12-07 09:54:45 +02:00 |
|
DariusTFox24
|
cf0cb31933
|
Merge pull request #2 from dancojocaru2000/Frontend-Kenny-GitHubActions
Frontend-Kenny-GitHubActions
|
2021-12-06 14:49:54 +02:00 |
|
|
ae9ea618c5
|
Configure to generate preview on push to Frontend
|
2021-12-06 14:43:04 +02:00 |
|
|
619ccc6be0
|
Configure installing dependencies with npm
|
2021-12-06 14:37:58 +02:00 |
|
|
2c28d5eb5c
|
Set working directory for actions
|
2021-12-06 14:35:52 +02:00 |
|
|
772fcccc7b
|
Modified GitHub Actions workflow to deploy on push
|
2021-12-06 14:26:54 +02:00 |
|
DariusTFox
|
860400e1f3
|
Implemented login/logout/username with api
|
2021-12-06 03:26:54 +02:00 |
|
|
24ea084434
|
Fixed bug in ensure_logged_in decorator
|
2021-12-06 02:55:49 +02:00 |
|
|
b390bfc5c4
|
Add logout
|
2021-12-06 02:04:13 +02:00 |
|
DariusTFox
|
d3883876dc
|
Custom 404 page
|
2021-12-06 01:51:08 +02:00 |
|
|
be0b22cbed
|
Implement login
|
2021-12-06 01:34:00 +02:00 |
|
|
a41137cf0b
|
Added GitHub Actions workflow
|
2021-11-30 21:56:47 +02:00 |
|
|
188cca8c39
|
Added initial server database work
|
2021-11-30 14:13:57 +02:00 |
|
|
78c30e28d4
|
Add root directory to VS Code workspace
|
2021-11-30 14:06:41 +02:00 |
|
DariusTFox
|
1668425c7a
|
Firebase deployment
|
2021-11-22 01:00:50 +02:00 |
|