Commit Graph
47 Commits
Author SHA1 Message Date
0697a1660f Stream Alerts: Follow new dynamic naming convention (#289)
Co-authored-by: Fitti <fitti@fitti.io>
2021-08-07 11:14:27 -03:00
0813adb70d Stream Alerts: Enforce sensible length limits on Name and Message (#285)
Co-authored-by: Fitti <fitti@fitti.io>
2021-08-04 11:32:51 -03:00
FittiandGitHub baf3b76c33 Stream Alerts: Fix donations table and default donor name "Anonymous" (#283) 2021-08-03 15:54:55 -03:00
Fitti 89f54143f7 Fix typo 2021-08-01 09:35:15 +02:00
FittiandGitHub 989f4eef8e Merge branch 'lnbits:master' into TwitchAlerts 2021-08-01 09:07:39 +02:00
Fitti bac5aeaedb Update README.md 2021-08-01 07:00:45 +02:00
Fitti 663cd42f5f Update README.md 2021-08-01 06:59:10 +02:00
Fitti 93a2d9c9a3 Uri -> URI 2021-08-01 06:13:29 +02:00
Fitti 716c3f934b Add Streamlabs Redirect Uri 2021-08-01 06:12:35 +02:00
Fitti a18806ecf3 Fix onchain support 2021-08-01 05:45:36 +02:00
Fitti 5ddcb60525 Enable onchain wallet support 2021-08-01 05:22:28 +02:00
Fitti 7444be8c54 Rename TwitchAlerts to StreamAlerts 2021-08-01 04:54:43 +02:00
Fitti 7c1ff1ff37 Format with yapf 2021-07-07 01:28:39 +02:00
Fitti 435787ad93 Cleanup, Comments, Docstrings 2021-07-03 18:01:04 +02:00
Fitti f88c622f94 Change charge description 2021-06-28 20:19:54 +02:00
Fitti 56b85ecdac Get entire flow working 2021-06-28 20:09:27 +02:00
Fitti ef0dee1c5c Add fiat calculation to donation 2021-06-28 19:12:15 +02:00
Fitti d9f631d3ec Get donation form to load 2021-06-28 19:02:47 +02:00
Fitti 841da76a8c Get working index.html 2021-06-28 18:50:56 +02:00
Fitti d24980aa3c Small fixes + renames 2021-06-28 18:18:52 +02:00
Fitti 39844b257b Further customize copied code 2021-06-28 17:18:35 +02:00
Fitti 3f353a6eae Add donation getter endpoint 2021-06-28 09:06:13 +02:00
Fitti f70eac2a48 Copy and start to modify templates 2021-06-28 09:05:49 +02:00
Fitti 22a68f3e9f Redirect to correct Twitch stream 2021-06-24 10:20:57 +02:00
Fitti 1ed23c2635 Fix not awaiting get_service 2021-06-24 10:20:38 +02:00
Fitti 775444cd6b Finish donation posting API flow 2021-06-24 09:59:11 +02:00
Fitti 1cd1a99944 Prevent brute-force token overwriting 2021-06-23 09:53:10 +02:00
Fitti c754017e9d Fix authentication process 2021-06-22 18:29:01 +02:00
Fitti 8386facbdb Add state for authentication 2021-06-22 18:05:07 +02:00
Fitti d16eae2d9d Return json instead of plain text from API 2021-06-22 17:12:55 +02:00
Fitti 8342e2bf8b Return BAD_REQUEST for bad api_post_donation requests 2021-06-22 17:07:44 +02:00
Fitti 9390a79cca Validate api_post_donation requests 2021-06-22 17:06:56 +02:00
Fitti 010d59caac Make class names singular 2021-06-22 16:42:50 +02:00
Fitti 7066f4d11a Make extension directory lowercase 2021-06-22 15:54:34 +02:00
Fitti 76438f5563 Make CamelCase lowercase 2021-06-22 15:46:46 +02:00
Fitti 9c2c04dad2 Fix return type for post_donation 2021-06-22 13:24:11 +02:00
Fitti 74af2c0b02 Expand API endpoints 2021-06-22 13:19:45 +02:00
Fitti 3db23d954b Create various helper functions 2021-06-22 13:19:22 +02:00
Fitti c759f3617e Add models and migrations 2021-06-22 13:18:50 +02:00
Fitti 2dded1b585 Get basic working endpoints
This is a setup that works specifically with a
hardcoded test wallet
2021-06-22 09:55:58 +02:00
Fittiandfiatjaf fbda278e42 Fix typos and make small improvements
Credit to Vinnie64 for pointing out one of the errors
2021-06-21 13:53:07 -03:00
Fittiandfiatjaf 870a61abe9 Add missing instruction to dev installation guide
The missing data folder will throw an exception:
`sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) unable to open database file`
2021-06-20 20:57:12 -03:00
Fitti da893ccba6 Fix missing template 2021-06-20 07:51:24 +02:00
Fitti 420a4cd524 Make extenstion available to load 2021-06-20 07:50:58 +02:00
Fitti fd8d4d3e67 Add TwitchAlerts plugin 2021-06-20 06:34:01 +02:00
Fittiandfiatjaf 8472efb1b5 Fix codeblock in guide 2021-06-19 13:34:51 -03:00
Fittiandfiatjaf 1e0367a451 Fixes #212
This is a quick and dirty fix of issue #212.  
Partially reverts previous changes from commit 5fbd1f08c4
Re-implements the change in a slightly different way.
2021-06-14 05:01:34 -03:00