Dennis Reimann
2602846b2f
Add default currency to store data
2024-07-11 15:58:27 +02:00
Kukks
e19bf3a376
start ln listener immediately to app nodes
2024-07-11 15:58:25 +02:00
Kukks
2a09cbbd07
return lock
2024-07-11 15:58:23 +02:00
Dennis Reimann
60428ddb87
Add user profile info
2024-07-11 15:58:21 +02:00
Kukks
a2590af4f8
add logs
2024-07-11 15:58:19 +02:00
Dennis Reimann
4641123f08
Associate keypad POS with store
2024-07-11 15:58:17 +02:00
Kukks
8d9460e1ce
mak e regtest send a hacked but correct node info to app
2024-07-11 15:58:15 +02:00
Dennis Reimann
4cc52ee578
Add create store data
2024-07-11 15:58:14 +02:00
Dennis Reimann
a93d794b11
Move app models
2024-07-11 15:58:11 +02:00
Dennis Reimann
90ae127cdb
Split API controller
2024-07-11 15:58:09 +02:00
Kukks
2ffae18d8b
impl pay invoice
2024-07-11 15:58:07 +02:00
Kukks
87d4038fc6
get onchain txs
2024-07-11 15:58:05 +02:00
Kukks
3838b2abe7
fix tx resp format
2024-07-11 15:58:03 +02:00
Dennis Reimann
a7fa00be9a
Parse permissions from claims
2024-07-11 15:58:01 +02:00
Dennis Reimann
bb9143d493
Use original IP and port mappings
2024-07-11 15:58:00 +02:00
Dennis Reimann
aafedd7ccb
Move Bearer to Greenfield
2024-07-11 15:57:58 +02:00
Kukks
f2b62bce8e
fix compose
2024-07-11 15:57:56 +02:00
Kukks
db9f717656
tell apps the internal node to connect to
2024-07-11 15:57:54 +02:00
Kukks
e1cfd82254
expose local ip through nodes
2024-07-11 15:57:52 +02:00
Kukks
3ddcf457df
use clas
2024-07-11 15:57:50 +02:00
Dennis Reimann
8066d356b0
Resolve logo and CSS URLs
2024-07-11 15:57:48 +02:00
Dennis Reimann
365423e598
Fix after update
2024-07-11 15:57:46 +02:00
Kukks
5b20aca1f2
expand tx update notif
2024-07-11 15:57:44 +02:00
Kukks
20c30cf0d1
expose cln nodes to localhost for ldk peer connections
2024-07-11 15:57:42 +02:00
Kukks
9ed6cb8cf4
update and have working invoice gen
2024-07-11 15:57:40 +02:00
Kukks
3bb383f0f1
start connecting LN to btcpay
2024-07-11 15:57:38 +02:00
Kukks
6de334e50a
btcpay ln conn string
2024-07-11 15:57:36 +02:00
Kukks
16159c6a29
fix bh
2024-07-11 15:57:34 +02:00
Kukks
2acea1ed99
wip
2024-07-11 15:57:32 +02:00
Dennis Reimann
3454bfd213
Unset default server name
2024-07-11 15:57:30 +02:00
Dennis Reimann
b0c25bcbb6
Add nullable indicators
2024-07-11 15:57:28 +02:00
Dennis Reimann
553e560b75
Support registration
2024-07-11 15:57:26 +02:00
Dennis Reimann
1e33229daa
Refactor AppUserInfo
2024-07-11 15:57:24 +02:00
Kukks
16c9c14f6c
add common classes
2024-07-11 15:57:22 +02:00
Dennis Reimann
ba56947ca5
Update after update
2024-07-11 15:57:20 +02:00
Dennis Reimann
f5858f3338
Add Bearer authentication
2024-07-11 15:57:18 +02:00
Kukks
d804fb132c
fix event data from block
2024-07-11 15:57:16 +02:00
Kukks
f276e4ccab
fix hub contract
2024-07-11 15:57:14 +02:00
Kukks
9287cc3732
start adding notifications in hub for onchain related acitvity
2024-07-11 15:57:12 +02:00
Kukks
5b498416ef
wip
2024-07-11 15:57:10 +02:00
Kukks
7e41166390
fix btcpay app plugin loader
2024-07-11 15:57:08 +02:00
Kukks
8ae9a8d5d6
wip
2024-07-11 15:57:06 +02:00
Kukks
6e46651de2
add common proj
2024-07-11 15:57:04 +02:00
Kukks
df9d6b9a40
seed not xpriv
2024-07-11 15:57:02 +02:00
Kukks
52770ec758
wip
2024-07-11 15:57:00 +02:00
Kukks
9087d7b91b
wip
2024-07-11 15:56:58 +02:00
Nicolas Dorier
8aaf77d4b4
Add changelog and bump 1.13.4 ( #6102 )
...
* Add changelog and bump 1.13.4
* Update Changelog.md
---------
Co-authored-by: d11n <mail@dennisreimann.de>
2024-07-11 22:39:16 +09:00
nicolas.dorier
10977e6750
Move AdditionalData to AppBaseData
2024-07-11 21:43:30 +09:00
nicolas.dorier
66d8dda0f5
Timespan in API should be parsed with invariant culture
2024-07-11 21:41:19 +09:00
d11n
25ae6df095
Greenfield: Add file endpoints and upload ( #6075 )
...
* Greenfield: Add file endpoints and upload
- Endpoints for server files
- File upload using `multipart/form-data`
Closes #6074 .
Can also be tested using cURL:
- `curl --location 'https://localhost:14142/api/v1/files ' --header 'Authorization: token MY_API_TOKEN' --form 'file=@"LOCAL_FILEPATH"'`
- `curl --location 'https://localhost:14142/api/v1/users/me/picture ' --header 'Authorization: token MY_API_TOKEN' --form 'file=@"LOCAL_FILEPATH"'`
* Revert UnresolvedUri changes
* Add upload for store logo
2024-07-11 09:28:24 +09:00