Commit Graph

683 Commits

Author SHA1 Message Date
kiwiidb
f2edae717d start writing integration test 2022-12-02 13:52:44 +01:00
kiwiidb
a21d2eb180 add mock hodl lnd 2022-12-02 12:38:52 +01:00
kiwiidb
dbb8eb4709 avoid goroutine bug 2022-12-02 12:10:52 +01:00
kiwiidb
3a5261388c rm unnecessary whitespace 2022-12-02 11:53:46 +01:00
kiwiidb
9c75a92adf clean up code, remove bug 2022-12-02 11:49:04 +01:00
kiwiidb
f2a4a4d435 payment tracking logging 2022-11-29 13:41:07 +01:00
kiwiidb
47894ad3c2 payment tracking logging 2022-11-29 13:40:11 +01:00
kiwiidb
10278c7de3 track outgoing payments in goroutines 2022-11-29 13:34:54 +01:00
kiwiidb
c437651cf8 log invoice on error in track status 2022-10-06 12:37:39 +02:00
kiwiidb
0bcf83545b check pending payments at startup 2022-10-06 11:11:03 +02:00
kiwiidb
209a0d0b8c add more methods for checking all pending payments 2022-10-04 18:33:24 +02:00
kiwiidb
c23fd3b0b4 track payment: use byte representation of hash 2022-09-27 16:27:59 +02:00
kiwiidb
dfabdef8ed add migration script 2022-09-27 13:00:35 +02:00
Michael Bumann
5ce55e8f75 Merge pull request #225 from prusnak/logo-scaling
Proper custom logo scaling
2022-08-22 00:06:35 +02:00
Pavol Rusnak
cebbdcf9ed Fix logo scaling 2022-08-21 23:57:52 +02:00
kiwiidb
34b3ff6d22 Merge pull request #224 from getAlby/fix/zeus-error
don't omit payment error when empty
0.10.0
2022-08-08 11:03:10 +02:00
kiwiidb
ceec6dd181 don't omit payment error when empty 2022-08-08 10:11:18 +02:00
kiwiidb
3b7b00f619 Merge pull request #222 from getAlby/fix/custom-records-in-ws
add custom records
2022-08-05 14:34:06 +02:00
kiwiidb
98bebe0c87 add custom records 2022-08-05 12:12:03 +02:00
kiwiidb
0526b33e9d Merge pull request #220 from prusnak/password-entropy
Introduce config.MinPasswordEntropy option
2022-08-02 13:51:05 +02:00
kiwiidb
cc521da304 Merge pull request #218 from prusnak/macaroonfile-certfile
macaroon and cert can be provided as files
2022-08-02 13:48:42 +02:00
kiwiidb
e3960b6903 Merge pull request #216 from prusnak/editorconfig
Add .editorconfig + fix whitespace issues
2022-08-01 10:25:22 +02:00
Pavol Rusnak
5ea75be052 Introduce config.MinPasswordEntropy option
that allows an operator to set minimum entropy (in bits)
of a password to be accepted during account creation
2022-07-29 09:02:33 +02:00
Pavol Rusnak
2a95d32607 add LND_MACAROON_FILE an LND_CERT_FILE to README 2022-07-23 14:21:38 +02:00
juligasa
dc35f00497 macaroon and cert can be provided as files 2022-07-22 12:30:49 +02:00
kiwiidb
2bdd71c0ea Merge pull request #215 from prusnak/psql-unix-prefix
Enable "unix:" prefix for PostgreSQL connection string
2022-07-22 09:17:56 +02:00
Pavol Rusnak
9dc300a6cf Add .editorconfig + fix whitespace issues 2022-07-22 00:03:48 +02:00
Pavol Rusnak
487524c236 Enable "unix:" prefix for PostgreSQL connection string 2022-07-21 17:34:52 +02:00
Michael Bumann
c6a56b5aa9 Merge pull request #214 from prusnak/readme-amount-units
readme: add satoshi units to readme
2022-07-21 13:13:11 +02:00
Pavol Rusnak
c66d315f7b readme: add satoshi units to readme 2022-07-21 13:01:10 +02:00
kiwiidb
bc5f4248b9 Merge pull request #212 from prusnak/branding
Make it possible to override branding
2022-07-18 10:52:38 +02:00
Pavol Rusnak
3fa782c2d4 Make it possible to override branding 2022-07-17 22:27:42 +02:00
kiwiidb
85440ebb70 Merge pull request #211 from prusnak/typo
Fix typo and whitespace
2022-07-16 12:23:00 +02:00
Pavol Rusnak
5ac1f8dd62 Use LndHub capitalization consistently 2022-07-15 01:08:34 +02:00
Pavol Rusnak
ce0825e8be Fix typo 2022-07-14 02:17:09 +02:00
Pavol Rusnak
97abfe6178 Fix whitespace via go fmt 2022-07-14 02:17:09 +02:00
Michael Bumann
152373e87d Merge pull request #209 from prusnak/version
Fix version in documentation
2022-07-13 20:06:50 +02:00
Michael Bumann
e8986561bb Merge pull request #210 from prusnak/docs-macaroon
Explain how to bake custom macaroon
2022-07-13 20:06:16 +02:00
Pavol Rusnak
9cf670f7fe Explain how to bake custom macaroon 2022-07-10 19:15:22 +02:00
Pavol Rusnak
5a8aafd7fc Fix license identifier 2022-07-10 18:58:03 +02:00
Pavol Rusnak
362c2cbe12 Fix version in documentation 2022-07-10 18:24:27 +02:00
kiwiidb
a43779259a Merge pull request #208 from getAlby/feature/id-in-auth-response
also return user id when generating token
0.9.0
2022-07-08 11:37:26 +02:00
kiwiidb
bc8873b2b4 only return user id on create call 2022-07-08 10:06:46 +02:00
kiwiidb
4498312249 Merge pull request #207 from getAlby/refactor/username-login
replace username by login
2022-07-08 07:20:01 +02:00
kiwiidb
96c6a4f952 replace username by login 2022-07-07 14:07:28 +02:00
kiwiidb
5e31a28fa2 Merge pull request #200 from prusnak/limits
Introduce MaxReceiveAmount, MaxSendAmount, MaxAccountBalance
2022-06-30 14:35:52 +02:00
kiwiidb
fa8a1d6d61 Merge pull request #206 from prusnak/makefile
Fix makefile
2022-06-30 14:35:35 +02:00
Pavol Rusnak
12f1062913 Fix makefile
After Legacy/v2 endpoints refactoring the old build command fails with:

./main.go:152:2: undefined: RegisterLegacyEndpoints
./main.go:153:2: undefined: RegisterV2Endpoints
2022-06-30 12:31:13 +02:00
Pavol Rusnak
6740e66094 Introduce MaxReceiveAmount, MaxSendAmount, MaxAccountBalance 2022-06-30 10:55:51 +02:00
kiwiidb
5adf1a8363 Merge pull request #198 from prusnak/create-accounts-option
Make it possible to disable account creation
2022-06-30 09:45:12 +02:00