Commit Graph
1050 Commits
Author SHA1 Message Date
Ben Arc ed6cccbf0b refreshes currently playing 2021-06-07 23:36:11 +01:00
Ben Arc cb6c3629ea Works! 2021-06-07 23:29:40 +01:00
Ben Arc ed60b7f6ee broke 2021-06-07 15:42:02 +01:00
Ben Arc 430cbb8275 Added backend websocket and queue maker 2021-06-07 14:44:50 +01:00
Ben Arc 9038bc4556 Breaking, adding queue update 2021-06-07 14:24:04 +01:00
Ben Arc 9963412fe6 time to add a websocket 2021-06-07 12:03:13 +01:00
Ben Arc 3faf426945 Merge remote-tracking branch 'origin/master' into Jukebox 2021-06-06 22:14:36 +01:00
fiatjaf 5fbd1f08c4 lnurlp: only send success_action when it exists. 2021-06-05 15:20:36 -03:00
7412373f11 Livestream Fix (#198)
Co-authored-by: Tiago Vasconcelos <tvasconcelos@gmail.com>
2021-06-04 16:27:25 -03:00
keblekandfiatjaf f4c3ac18b6 Adding comment for LNPay
Adding what they are called in the website to add clarity
2021-06-04 16:26:39 -03:00
fiatjaf 05139b3305 lnurlp: fix success_url checking. 2021-06-04 00:29:55 -03:00
d9b37c077d More docs (#197)
Paywall and DJ Livestream updated

Co-authored-by: Tiago Vasconcelos <tvasconcelos@gmail.com>
2021-06-03 22:56:50 -03:00
fiatjaf fc792f874b public api for checking an invoice status with longpolling. 2021-06-02 17:05:07 -03:00
7a25c8ce24 Docs (#196)
Updated docs for LNURL pay, LNURL withdraw and Offline shop

Co-authored-by: Tiago Vasconcelos <tvasconcelos@gmail.com>
2021-06-02 14:16:03 -03:00
benarc 56d1be1cda listener not working 2021-06-01 23:40:50 +01:00
ebf3dfd076 New Docs (#195)
New docs for TPOS and Events, and a fix in Events extension!

Co-authored-by: Tiago Vasconcelos <tvasconcelos@gmail.com>
2021-06-01 19:25:57 -03:00
benarc 2996a84b48 Little bug 2021-06-01 21:21:01 +01:00
benarc ba7bd91140 removed display queue because spotify doesn't support 2021-06-01 21:19:41 +01:00
fiatjaf b06e1c8fa9 try-catch in pay_invoice on global lnurl-withdraw. 2021-06-01 13:28:05 -03:00
benarc 5052826bc2 Added track update, still needs current track 2021-06-01 16:50:06 +01:00
Ben Arc 3a8a8f95e9 Merge branch 'master' into Jukebox 2021-05-31 09:13:30 +01:00
Ben Arc 8b9d99ab2d Added better description for connecting account 2021-05-31 09:13:09 +01:00
Ben Arc b6e6d942e4 Added api info 2021-05-29 14:03:03 +01:00
Ben Arc 2dfd3f0371 Merge branch 'usermanagerupdate' 2021-05-29 13:43:21 +01:00
Ben Arc 8af88022cd Updated usermanager
Made use of the email and password fields in db
2021-05-29 13:42:14 +01:00
Pacandfiatjaf 036e45d77c Enforce https on Success URL for lnurlp 2021-05-28 10:01:57 -03:00
fiatjaf f6a8e96087 fix note about global virtualenv. 2021-05-22 20:35:37 -03:00
fiatjaf b9db504f34 fix links to extensions in payments tags. 2021-05-21 22:57:22 -03:00
fiatjaf 9ba5342f3c subdomain: guard allowed_record_types type. 2021-05-15 11:06:35 -03:00
fiatjaf 5dbbca0ffb improve invoice deleting code. 2021-05-14 13:13:42 -03:00
Ben Arc f43c227b95 Creates invoice 2021-05-12 15:47:21 +01:00
Ben Arc e726d752d8 Damn, spotify json broken :( 2021-05-10 20:29:26 +01:00
fiatjaf 8cff11bf72 global quart errorhandler. 2021-05-06 23:22:02 -03:00
fiatjaf 2b21a4f479 g.nursery -> current_app.nursery 2021-05-06 12:41:44 -03:00
Ben Arc 2a4457afec Fixed a few bugs, started invoice endpoint 2021-05-06 10:02:18 +01:00
fiatjaf d5f5c9473f guard against amount=NaN in two other lnurlw contexts. 2021-05-05 20:45:49 -03:00
Ben Arc 396de3cfa3 Added jukebox page 2021-05-05 23:03:22 +01:00
Ben Arc a698ba7a26 Adding endpoints for jukebox 2021-05-05 19:20:53 +01:00
Ben Arc bfdff79dd5 Added shareable qr, broke jukebox creation 2021-05-05 15:58:33 +01:00
Ben Arc be234c349f Added update jukebox 2021-05-03 23:22:40 +01:00
Dave ScoteseandGitHub 9b793c9f3a Nearly undetectable typo fix. (#188)
Regularily => regularly
2021-05-02 23:21:27 -03:00
Ben Arc 245a819f19 Table working 2021-04-29 22:38:57 +01:00
Ben Arc 38c2270abf black + added devices 2021-04-29 08:47:58 +01:00
Ben Arc b594281f83 Can connect to spotify ccount 2021-04-29 00:40:58 +01:00
Ben Arc dc10a0f52b Connects to spotify 2021-04-28 12:04:47 +01:00
fiatjaf b6f015b561 lnurlp: account for invalid amount in querystring. 2021-04-27 15:52:44 -03:00
supertestnetandGitHub 88895f80be note on virtualenv installation (#185) 2021-04-27 11:22:14 -03:00
Ben Arc 3f8890def7 Fixed few bugs 🎵 2021-04-27 10:13:04 +01:00
Ben Arc c0b18d78cc Initial commit 🎵 2021-04-27 10:07:17 +01:00
fiatjaf bcecf6d431 handle invalid lnurl-w responses on redeem_lnurl_withdraw. raspiblitz 2021-04-23 19:24:04 -03:00