Commit Graph

  • 9323b58ed6 FIXED milestones dashboard Lili 2023-03-14 16:28:45 +01:00
  • cb574618a6 working milestones prototype in dashboard Lili 2023-03-14 16:26:04 +01:00
  • 68b8588c76 dashboard milestones stub Lili 2023-03-14 15:42:14 +01:00
  • 2732967e26 fix error catching in add_to_milestone Lili 2023-03-14 15:14:52 +01:00
  • 07c701de71 milestone stub + helpers name change lets hope milestones work Lili 2023-03-14 14:15:18 +01:00
  • 90615ce7c6 add colspan to "recent redeems" no longer makes an extra line Lili 2023-03-13 15:29:34 +01:00
  • 82d9088c18 first version of passive mode seems to work fine Lili 2023-03-13 15:22:40 +01:00
  • 189ffcc1a8 add error check to is_stream_live() Lili 2023-03-13 14:59:20 +01:00
  • 0d56521602 add prefix info to readme v1.1.0 Lili 2023-01-18 17:08:56 +01:00
  • a5b38865eb promote beta build to full release Lili 2023-01-18 16:44:36 +01:00
  • fd66271a4c more readme updates Lili 2023-01-18 14:30:16 +01:00
  • af66b9f839 more readme updates Lili 2023-01-18 14:27:27 +01:00
  • 2f13ffabe9 readme: more domain changes to .example, wording Lili 2023-01-18 10:57:05 +01:00
  • 2d0976f441 readme update: change example domain to .example Lili 2023-01-18 10:54:23 +01:00
  • c6542515aa readme update: add more about categories Lili 2023-01-18 10:53:35 +01:00
  • ddaa111c84 promote build to beta 1 all features are about done, let's goooooooooooooooooooo Lili 2023-01-16 13:31:52 +01:00
  • c047ec94ac add auto-refresh to dashboard + fix bug selected "tab"/"button" is now properly highlighted dashboard refreshes every 30 seconds Lili 2023-01-16 13:30:43 +01:00
  • 0c678d8988 add a safeguard for empty list categories redeems remove warnings in readme about it as well Lili 2023-01-16 13:30:15 +01:00
  • dc68887c82 change redeem categories to list format Lili 2023-01-13 18:51:44 +01:00
  • 02bf3223c4 draft of updated readme currently it says that categories are a list but they are not. i hope to make them a list before release lol Lili 2023-01-13 15:12:56 +01:00
  • f3d088d6fb change types to categories to avoid confusion with actual types of redeems like list Lili 2023-01-13 12:57:43 +01:00
  • ae792192e8 add a category example to default redeems Lili 2023-01-13 11:04:30 +01:00
  • ef2f6910e6 add a refresh+clear command Lili 2023-01-13 11:04:01 +01:00
  • 625d37209c promote build to alpha 2 Lili 2023-01-12 14:40:19 +01:00
  • 10c4f6f514 split long line Lili 2023-01-12 14:40:05 +01:00
  • 27812b9480 add first implementation of redeem categories Lili 2023-01-12 14:23:32 +01:00
  • 2138650f91 reorganize helpers file Lili 2023-01-12 13:20:28 +01:00
  • d3763d51c3 fix regex to be non-greedy Lili 2023-01-11 10:25:48 +01:00
  • 05f28b71bd promote develop build to 1.1.0a1 very early alpha, still missing 2 things from the checklist Lili 2023-01-10 12:23:59 +01:00
  • 6283a8f948 split long line in db.py Lili 2023-01-09 15:21:20 +01:00
  • 537fa01aef split long lines in redeems_handler.py Lili 2023-01-09 15:17:45 +01:00
  • 25589ff69e add emoji html junk removing function emoji in redeem notes now show up as their shortcodes Lili 2023-01-09 15:08:33 +01:00
  • 85c4df9250 add an error message to points read too Lili 2023-01-05 14:32:53 +01:00
  • 543dc3e5b9 change logger logs to f-strings I read on a webpage the way it used to be would work but the webpage lied and I got not all arguments converted error Lili 2023-01-05 14:26:18 +01:00
  • b666211142 better handling of errors in redeems situations short circuit execution that doesnt take away points + better message Lili 2023-01-05 11:27:10 +01:00
  • c978b27799 remove unnecessary import Lili 2023-01-05 11:01:54 +01:00
  • efd773e2e8 fix typo that broke check_counter_exists Lili 2023-01-04 13:53:46 +01:00
  • 7625d9b959 check if counter exists before incrementing nonexistant counter prints warning + recommends running refresh-counters Lili 2023-01-04 13:22:47 +01:00
  • f1dfb79f2c remove prefix comment Lili 2023-01-04 12:41:12 +01:00
  • 6a3e74cdec add prefix sanity check to init tlapbot will throw runtime error if prefix isn't a single character longer prefixes would break the bot bc of how redeems_handler.py works Lili 2023-01-04 12:38:58 +01:00
  • 92a2a77c80 add customized prefix to dashboard Lili 2023-01-04 12:37:56 +01:00
  • 3caaed4b35 add customizable prefix Lili 2023-01-04 12:37:45 +01:00
  • a5463c09ee simplify dashboard file removed redundant assignments to variables Lili 2023-01-04 12:30:38 +01:00
  • 3282072b42 split long line was over 100 characters Lili 2023-01-03 13:38:15 +01:00
  • b34524334c rewrite error message make it clear that read_all_users_with_username reads multiple values Lili 2023-01-03 13:34:06 +01:00
  • 8e461c5076 remove redundant list conversion unique_users is only used to iterate over and set is an iterable so i do not need to convert it to list Lili 2023-01-03 13:32:07 +01:00
  • e65ffae8ce promote 1.0.1alpha to 1.0.1 v1.0.1 Lili 2022-12-07 11:14:33 +01:00
  • c6d94f9d5f version 1.0.1alpha for my next stream Lili 2022-12-05 16:06:39 +01:00
  • bafa1eca16 fix behavior with 2 commands + new user crashes issue #5 crash i discovered when testing (users joining when bot is resetting) Lili 2022-12-05 11:36:25 +01:00
  • 9c0e709c63
    Merge pull request #8 from trwnh/patch-3 Lili (Lin) Pavelů 2022-12-05 11:23:12 +01:00
  • 99bdcc16cc
    Merge pull request #7 from trwnh/patch-2 Lili (Lin) Pavelů 2022-12-05 11:22:58 +01:00
  • 89c9d5945a
    Merge pull request #6 from trwnh/patch-1 Lili (Lin) Pavelů 2022-12-05 11:22:45 +01:00
  • 65b68f886e
    Fix: Change POST to GET for certain API calls trwnh 2022-11-30 11:29:00 -06:00
  • fe57550de2
    Fix: Remove strict "is True" check trwnh 2022-11-30 11:00:30 -06:00
  • 420d954568
    Refactor: reduce nesting trwnh 2022-11-30 10:45:52 -06:00
  • 5838f15b1c Merge branch 'master' of git.kawen.site:Lili/tlapbot v1.0.0 Lili 2022-11-29 11:01:52 +01:00
  • 2c405d5a85 1.0.0 real for real (hopefully) Lili 2022-11-29 11:01:31 +01:00
  • b5c3a3c930 add example of running log level debug w/ gunicorn Lili 2022-11-25 16:35:39 +01:00
  • af36ddff75 change error logger to error Lili 2022-11-25 15:11:42 +01:00
  • 291675810c update README.md with logging info Lili 2022-11-25 15:02:27 +01:00
  • 22b4ee68d9 add gunicorn logging, GUNICORN to config.py Lili 2022-11-24 16:56:23 +01:00
  • 444601dab8 version 1.0.0a2: change prints to logger errors are warning, debug is for spam. Lili 2022-11-24 16:06:01 +01:00
  • 528ffa05d8 change version to alpha 1 of 1.0.0 Lili 2022-11-22 12:34:51 +01:00
  • e82ecb0784 Merge branch 'master' of git.kawen.site:Lili/tlapbot Lili 2022-11-22 12:24:15 +01:00
  • 5e5e81114f style fixes Lili 2022-11-22 11:33:05 +01:00
  • 5d3a4c3825 remove unused imports hopefully theyre unused lol Lili 2022-11-22 11:23:21 +01:00
  • 5556f394e9 remove unnecessary gitignored file Lili 2022-11-22 11:19:32 +01:00
  • f26b57fea6 add setting of flask app variable to install Lili 2022-11-21 14:45:01 +01:00
  • 6d8d4136ea readme edits (simplify dashboard description) Lili 2022-11-21 13:38:16 +01:00
  • 3b5ccfccca add help tab paragraph to readme Lili 2022-11-18 13:10:19 +01:00
  • 0162487e7b readme editing (small fixes wrt instance folder) Lili 2022-11-18 13:03:20 +01:00
  • 19b25724fd image caption format fix Lili 2022-11-17 14:39:07 +01:00
  • b9396cf885 add dashboard picture to readme Lili 2022-11-17 14:38:23 +01:00
  • 38669f382e add CLI commands to readme Lili 2022-11-17 14:22:37 +01:00
  • 8d3570e219 readme update: add dashboard to features, wording Lili 2022-11-17 14:01:53 +01:00
  • aa88783688 readme edits Lili 2022-11-15 15:58:33 +01:00
  • 074b37fc47 add redeems to README.md Lili 2022-11-15 15:56:39 +01:00
  • cf6202af3f readme update + add note about reverse proxy remove redundant install method, simplify wording Lili 2022-11-15 14:56:24 +01:00
  • 07959e03ce README.md update: wording, prod install+running also prepared headings for the config.py and redeems.py explainer Lili 2022-11-14 14:46:44 +01:00
  • 0182d323d2
    Merge pull request #3 from SleepyLili/improved-help Lin (Lili) Pavelů 2022-11-14 12:31:04 +01:00
  • 10b14cf04d remove alpha status time to merge to main branch improved-help Lili 2022-11-14 12:29:02 +01:00
  • 7ecd5f7471 add version number for stream Lili 2022-11-10 16:09:17 +01:00
  • 6f96019257 Add a basic description of tlapbot to !help. Change default to not list redeems, and instead redirect to dashboard Lili 2022-11-09 15:14:10 +01:00
  • e33ab1f74b more text to explain redeems Lili 2022-11-09 14:54:00 +01:00
  • 5ab2e0d8d2 wording update for better clarity Lili 2022-11-09 14:40:27 +01:00
  • f0b918aa2c add tabs to dashboard tab with recent redeems and counters then tab with redeems info recent redeems open by default Lili 2022-11-09 14:35:45 +01:00
  • 73194a0fc8 add new functionality to config, info to redeems Lili 2022-11-07 17:31:01 +01:00
  • e4850ab89f move help to own file, rewrite it for speed and for better info Lili 2022-11-07 17:30:40 +01:00
  • ee1eb66567 remove CLI db stuff from owncast helpers was moved to db.py Lili 2022-11-07 17:30:20 +01:00
  • 72800a6311 add list of current redeems to dashboard is currently ugly, needs to be made prettier Lili 2022-11-07 17:30:00 +01:00
  • 7b9dbc805c add new and moved CLI commands to init Lili 2022-11-07 16:45:29 +01:00
  • 657854eb5d move clear-queue to db, add refresh-counters to db Lili 2022-11-07 16:42:45 +01:00
  • 2c3109901c make app silently fail when config is missing since default was already loaded Lili 2022-11-07 16:29:02 +01:00
  • e3cc9286af
    Merge pull request #2 from SleepyLili/configurable-redeems Lin (Lili) Pavelů 2022-11-07 12:59:07 +01:00
  • 60e61728b8 make version number not be an alpha configurable-redeems Lili 2022-11-07 12:57:43 +01:00
  • 1c295dde29 fix duplicate removal on name change for auth user Lili 2022-11-07 12:56:11 +01:00
  • 62ddd19834 bump version number for live instance Lili 2022-11-03 16:14:31 +01:00
  • 41d9fc4657 fix duplicate name purging, add name addition to account creation Lili 2022-11-03 15:58:33 +01:00
  • 6ec8a31100 add duplicate name removal to webhook catcher Lili 2022-10-25 19:00:43 +02:00
  • 95acd70b85 prepare remove duplicate usernames function (NOT TESTED) Lili 2022-10-25 18:58:04 +02:00