Commit graph

1391 commits

Author SHA1 Message Date
benarc
40fd894cce Zones are saving/updating 2022-07-18 09:11:19 +01:00
benarc
1988a9d5d7 Added error messages 2022-07-18 09:11:19 +01:00
benarc
80a5d26dce Message ui working 2022-07-18 09:11:19 +01:00
Tiago vasconcelos
a55dd18528 UI fires up 2022-07-18 09:11:19 +01:00
Tiago vasconcelos
c41f6033be orders 2022-07-18 09:11:19 +01:00
Tiago vasconcelos
8b37302164 stalls 2022-07-18 09:11:19 +01:00
Tiago vasconcelos
ebaf0c990f zones 2022-07-18 09:11:19 +01:00
Tiago vasconcelos
5cc39930e5 products 2022-07-18 09:11:19 +01:00
benarc
b1bfef8784 initial 2022-07-18 09:11:19 +01:00
Tiago Vasconcelos
c8ab2859fd
Splitpayments: floating point percentage for split value (#690)
* allow for float in model

* recreate DB with float type

* remove rounding in UI

* black

Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
2022-07-17 20:00:06 +02:00
Tiago Vasconcelos
2b827d37fa
return lnurl in create link (#685) 2022-07-17 14:39:02 +02:00
Lee Salminen
8079325ec9
fix /usermanager/api/v1/extensions (#730)
Requests to `POST /usermanager/api/v1/extensions` would silently fail due to a missing `await`.
2022-07-17 14:38:00 +02:00
calle
2febb364ca
lnurldevice migration: typo fix (#746)
* typo fix

* fix table name

* revert typo
2022-07-17 13:22:23 +02:00
calle
ad2aad05e0
CI: Migration SQLite to PostgreSQL (#719)
* migrate all extensions
* errors if migration is missing
2022-07-17 13:11:13 +02:00
calle
f4e7d62ca3
make format everything (#743) 2022-07-16 14:23:03 +02:00
Tiago Vasconcelos
348033da1b
python code styling (#739) 2022-07-15 19:11:11 +02:00
matthewcroughan
36e92765d3 treewide: use StaticFiles() rather than rel path
This commit is not exhaustive, and it is a trend in this codebase to not
use StaticFiles() and instead use relative paths. This means the code
cannot run anywhere other than the source code directory, as it will not
find the files it is looking for
2022-07-08 11:06:26 +01:00
calle
089313f613
Logging with loguru (#708)
* logging

* requirements

* add loguru dependency

* restore it

* add loguru

* set log level in .env file

* remove service fee print

* set log level

* more logging

* more logging

* more logging

* pyament.checking_id

* fix
2022-07-07 14:30:16 +02:00
Tiago Vasconcelos
847fd18796
update readme link (#687)
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
2022-07-07 00:14:27 +02:00
Lee Salminen
94e4495026 run prettier 2022-07-05 16:16:46 -06:00
Lee Salminen
aa51d85d65 Merge branch 'main' into improved-pwa 2022-07-05 15:10:57 -06:00
Lee Salminen
ebeb3d213b alter injection of tpos to match 2022-07-05 15:09:04 -06:00
Tiago Vasconcelos
1b064ceda4
fix issue #683 (#684) 2022-07-05 21:40:05 +02:00
calle
92887ed169
Format: prettier (#707)
* format: prettier

* gh-actions: add prettier checkg

* actions
2022-07-05 21:14:56 +02:00
Tiago vasconcelos
42d342cd0d blacked 2022-07-05 16:21:49 +01:00
blackcoffeexbt
f44bd55b4b
Corrected example CURL requests in multiple extension API docs (#689)
* Updated api docs example CURL calls for satspay server

* Updated api docs example CURL calls for copilot extension

* Updated api docs example CURL calls for jukebox extension

* Updated api docs example CURL calls for livestream extension

* Updated api docs example CURL calls for lnaddress extension

* Updated api docs example CURL calls for lnurldevices extension

* Updated api docs example CURL calls for lnurlp extension

* Updated api docs example CURL calls for offlineshop extension

* Updated api docs example CURL calls for paywall extension

* Updated api docs example CURL calls for satsdice extension

* Updated api docs example CURL calls for splitpayments extension

* Fix typo double slash in satsdice extension api docs

* Updated api docs example CURL calls for tpos extension

* Updated api docs example CURL calls for watchonly extension
2022-07-05 17:20:42 +02:00
calle
17c79cd044
Makefile: remove prettier (#705)
* remove prettier

* black
2022-07-05 17:18:22 +02:00
Lee Salminen
f9b929ae7d add PWA support for the tpos extension 2022-07-04 16:39:05 -06:00
Lee Salminen
102dc56c4a cant force the color 2022-07-04 13:38:05 -06:00
Lee Salminen
82d7bfbba8 Enhancements to TPOS Extension
- Add new tip % option to TPOS extension.
        - When adding a new TPOS, a user can choose 1 or more tip % options to be displayed to the customer.
        - When adding a new TPOS, a user can choose a wallet to send all collected tips to.

- UI Refresh on TPOS extension.
        - Moved the share button to the top navigation, next to the TPOS name, and changed the icon to a more recognizable one.
        - Re-arranged the buttons on the keypad to be more ergonomic.
2022-07-03 15:49:31 -06:00
Tiago vasconcelos
c8a6caa4e3 update api section title 2022-06-28 11:12:42 +01:00
calle
e7dd3ec64f
reactivate actions (#682)
* reactivate other actions

* black

* codeql 2

* black only

* remove mock event loop

* do not follow grpc
2022-06-27 01:11:35 +02:00
Tiago vasconcelos
6147bd23ec fix typo 2022-06-22 17:08:08 +01:00
Tiago vasconcelos
6867d65733 one final addition to readme 2022-06-22 17:04:23 +01:00
Tiago vasconcelos
fea92354a8 some vanity bling 2022-06-22 16:51:14 +01:00
Tiago vasconcelos
a7efff858b bring back list scrub 2022-06-22 16:46:27 +01:00
Tiago vasconcelos
267530f217 readme 2022-06-22 16:46:15 +01:00
Tiago vasconcelos
6b66ca1531 correct api instructions and add readme 2022-06-22 16:45:54 +01:00
Tiago vasconcelos
73b8bd682c clean up 2022-06-22 13:30:06 +01:00
calle
06fbc4b0ae
move fiat_base_multiplier multiplication into api_link_create_or_update() (#675) 2022-06-22 12:28:40 +02:00
Tiago vasconcelos
c90cf6ee1b general clean up 2022-06-21 16:44:59 +01:00
Tiago vasconcelos
6a4170f4cc scrubbing works, duplicated code warning 2022-06-21 15:33:23 +01:00
Tiago vasconcelos
10e1bbcb66 pay lnurl 2022-06-21 10:31:18 +01:00
Arc
b90eb0a3ba
Merge pull request #648 from lnbits/black_formatting
Code cleanup: black formatting
2022-06-20 20:57:44 +01:00
Tiago vasconcelos
f6d922e1b7 update scrub links 2022-06-17 12:33:14 +01:00
Tiago vasconcelos
1a394d0a73 create scrub link 2022-06-17 11:41:12 +01:00
calle
1dec874af7
lnurlp: do not divide twice (#669) 2022-06-15 12:48:13 +02:00
Arc
8e9972ead1
Merge pull request #632 from bennyhodl/patch-1
Fix GET transactions endpoint in usermanager docs
2022-06-15 09:10:47 +01:00
callebtc
c5ddd1a2c6 fiat_base_multiplier also in rate conversion 2022-06-10 16:08:29 +02:00
callebtc
6617450c21 store fiat_base_multiplier in db 2022-06-10 16:05:33 +02:00