51 Commits

Author SHA1 Message Date
DSeeLP
c7a6e5d228 redirect / to docs 2025-04-05 14:49:33 +02:00
DSeeLP
9d03f18fe7 use put instead of post to replace custom data 2025-04-05 13:59:12 +02:00
DSeeLP
fb16ce21c6 fix ci 2025-04-05 13:42:46 +02:00
DSeeLP
ec40de6068 support marking chat messages as read 2025-04-05 13:37:49 +02:00
DSeeLP
a6cdd5377b use new regex for interop users 2025-04-03 20:14:18 +02:00
DSeeLP
791ff84515 document key based user data 2025-03-24 19:09:18 +01:00
DSeeLP
e8eef372aa key based user data 2025-03-24 18:55:00 +01:00
DSeeLP
ac695a4b16 fix wrong body schema for list chats endpoint 2025-03-24 17:15:33 +01:00
DSeeLP
a0e3d2b55a add members to chat info endpoint 2025-03-24 17:10:27 +01:00
DSeeLP
975fc1d567 implement custom data 2025-03-24 16:14:33 +01:00
DSeeLP
efa8332f33 fix race conditions in tests 2025-03-24 16:14:15 +01:00
DSeeLP
7f7ed2f125 document 404 for start chat endpoint 2025-03-24 15:25:01 +01:00
DSeeLP
702bc6a688 document expired jwt error 2025-03-24 15:22:21 +01:00
DSeeLP
c72130a1da remove 403 response that isn't used from list chats endpoint 2025-03-24 15:18:31 +01:00
DSeeLP
2766d1aa14 fix url of motd endpoint 2025-03-23 22:56:41 +01:00
DSeeLP
198aa8dbeb document 422 response for register endpoint 2025-03-23 22:56:39 +01:00
DSeeLP
7dfcd3d46c use different user in balance tests to avoid race condition 2025-03-23 22:53:49 +01:00
DSeeLP
6ffe0843d6 implement motd endpoint 2025-03-23 22:44:41 +01:00
DSeeLP
cc5117ff74 document response codes of login endpoint 2025-03-23 22:44:17 +01:00
DSeeLP
8be45b2ca6 implement sending of interop payments 2025-03-22 17:32:55 +01:00
DSeeLP
80fd44d1d6 implement endpoints for interop api 2025-03-22 17:32:55 +01:00
DSeeLP
ac8dca8939 prepare database schema for interop 2025-03-22 14:12:24 +01:00
DSeeLP
dd163f4ec5 fix openapi specification 2025-03-18 17:11:40 +01:00
DSeeLP
02b56c745d fix todos in payment endpoint 2025-03-18 17:11:20 +01:00
DSeeLP
2d3cc8edc1 split into bank_core and server 2025-03-16 16:21:45 +01:00
DSeeLP
0e90a4e2e4 add notification socket 2025-03-16 14:22:34 +01:00
DSeeLP
4c72fe6bab fix chat endpoints 2025-03-16 11:38:26 +01:00
DSeeLP
b35b9ec7fc fix Chat::get_by_id 2025-03-16 11:38:17 +01:00
DSeeLP
cce43c155e fix column name of created field in chats table 2025-03-16 11:38:17 +01:00
DSeeLP
6e9f12c97b add instrumentation to chat functions 2025-03-16 11:38:17 +01:00
DSeeLP
0d5a182e4f add integration tests for chats 2025-03-16 11:38:17 +01:00
DSeeLP
e4fab172f0 allow chats to be created with username 2025-03-16 11:38:14 +01:00
DSeeLP
8f3ffc4697 implement chat functionality 2025-03-15 19:38:41 +01:00
DSeeLP
3016bb9803 fix typo in openapi spec 2025-03-14 18:11:20 +01:00
dirk
8bf7bec95b Add missing pagination headers to transaction endpoints in openapi spec 2025-03-11 15:57:28 +00:00
dirk
e96fcc60be Add missing security entries to openapi-def.yaml 2025-03-11 14:33:01 +00:00
DSeeLP
a313f7b6da initial implementation of payment history 2025-03-11 14:55:59 +01:00
DSeeLP
4498ec442f make payments work 2025-03-11 12:15:26 +01:00
DSeeLP
2988cc09aa unify LoginSuccess and RegisterSucccess into TokenResponse 2025-03-11 11:18:51 +01:00
DSeeLP
83c5768935 make account names unique per user not globally 2025-03-11 11:15:21 +01:00
DSeeLP
a4e233398f tests for user balance and account list 2025-03-07 15:14:16 +01:00
DSeeLP
6e04bb561c add tests and fix account and user list endpoints 2025-03-07 14:26:12 +01:00
DSeeLP
456c507c10 initial testing infrastructure 2025-03-07 08:25:51 +01:00
02e1ffca4d delete out.txt
Signed-off-by: TureBentzin <bentzin@tdrstudios.de>
2025-03-05 16:09:35 +00:00
DSeeLP
70601ea4c6 added graceful shutdown 2025-03-05 16:26:32 +01:00
DSeeLP
d1bb61e2a8 Implement various endpoints 2025-03-05 13:27:06 +01:00
DSeeLP
01629f00b5 implement user info, user balance and list_users endpoint 2025-03-03 13:58:11 +01:00
DSeeLP
9a52d120bf nix: compile schemas only once when cross compiling 2025-03-03 12:00:38 +01:00
DSeeLP
e9244e6be5 seperate package to generate schemas 2025-03-03 11:11:58 +01:00
DSeeLP
f9d9639244 more work and ci 2025-03-01 18:50:14 +01:00