Commit Graph

621 Commits

Author SHA1 Message Date
a680e94364
CI: Include frontend linting into build process
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-24 23:26:10 +01:00
ac607b512c
[editor] Update node dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-24 23:24:40 +01:00
286c4d34a3
Lint: Fix linter errors
made visible after update of golangci-lint

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-24 22:32:00 +01:00
de43429bbe
[docs] Update README with new commands
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-24 21:44:49 +01:00
d8c6f8d221
[core] Split out cli commands
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-24 21:41:38 +01:00
120f88ecbd
[core] Fix type warnings for Swagger documentation
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-24 21:02:30 +01:00
e8d39c19a4
[core] Fix: Allow start when no tokens are available
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-24 20:53:02 +01:00
3213f4ac37
[core] Add validation and reset of encrypted values
in order to detect change of encryption pass

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-24 20:41:02 +01:00
7126f6d7b7
[eventsub] Switch to v2 follows topic
as Twitch changed the policy which applications can use the v1 endpoint

> Update (2023-02-23): The deprecated “Get Users Follows” API
> endpoint and channel.follow (v1) EventSub subscription type now
> have limited access to minimize usage in new development leading up
> to the August 3 decommission date. The API endpoint is accessible
> to client IDs that have made requests on or before February 17,
> 2023. The v1 EventSub subscription type is accessible to client IDs
> that had an active subscription on February 17, 2023.
> (https://discuss.dev.twitch.tv/t/follows-endpoints-and-eventsub-subscription-type-are-now-available-in-open-beta/43322)

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-22 00:24:07 +01:00
f066b3fd2a
[eventsub] Add shoutout_created event
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-21 10:51:34 +01:00
4c7697261b
[core] Ensure channel has correct format in access service
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-17 17:08:57 +01:00
990060ce41
[commercial] Add commercial actor
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-17 17:08:56 +01:00
9726948de8
prepare release v3.6.0 2023-03-06 14:42:45 +01:00
1f62c131d6
[editor] Fix number-of-lines mode causing type-error
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-06 14:27:54 +01:00
722cfe76c7
[script] Add rule ID to error
in order to increase debugability

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-04 01:33:45 +01:00
2b3e0b4078
[eventmod] Add eventmod actor
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-02-20 19:41:03 +01:00
e751934da7
Remove unmaintained example plugin
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-02-18 13:34:10 +01:00
553ede1298
Update Go dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-02-18 13:32:41 +01:00
8eaf676b13
[eventsub] Add shoutout_received event
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-02-11 23:10:16 +01:00
a5460453b7
prepare release v3.5.1 2023-02-08 19:11:44 +01:00
7420cf5007
[core] Fix: List all configured channel permissions
in order to fix bot permission check when bot has not joined own channel

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-02-08 19:10:26 +01:00
7e56cf52c7
prepare release v3.5.0 2023-02-08 18:36:19 +01:00
014f90c94c
[editor] Notify frontend to reload data after token change
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-02-06 23:41:54 +01:00
e672737172
[editor] Ensure updating bot token does not drop scopes
by adding granted extended scopes to the bot-token auth and adding
default scopes to extended scopes for the bot

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-02-06 19:55:46 +01:00
75991fdb87
[core] Rewrite bot token storage logic
- Do not store bot-token as core-kv entry
- Hold the bot username in core-kv
- Take bot client from extended channel permissions
- Store (updated) bot tokens into extended permissions

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-02-06 19:55:46 +01:00
7b20e4d3fe
[stopexec] Add stopexec actor
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-02-05 16:08:55 +01:00
5aa8d521fe
[editor] Fix Node package vulnerabilities
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-02-04 14:23:56 +01:00
bd9bddc9b1
[editor] Fix non-optional booleans causing rules to be non-saveable
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-02-04 14:22:35 +01:00
897b97a833
[shield] Add shield mode actor
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-02-04 14:22:35 +01:00
58f8cb7704
[editor] Add new moderator:read:followers scope and pin follow subscription version
refs https://discuss.dev.twitch.tv/t/follows-endpoints-and-eventsub-subscription-type-are-now-available-in-open-beta/43322

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-02-04 12:38:26 +01:00
b29688292d
[editor] Fix: When match_message is cleared, remove it completely
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-01-31 19:12:38 +01:00
5753bfc115
[template] Add recentTitle template function
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-01-29 00:53:58 +01:00
4886b90b62
prepare release v3.4.0 2023-01-27 22:24:56 +01:00
5b608b46e9
[editor] Add notification in case bot is missing default-scopes
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-01-20 12:36:43 +01:00
4477874330
[shoutout] Implement actor and slash-command for shoutout API
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-01-20 12:13:59 +01:00
b8c4cad7b4
prepare release v3.3.0 2023-01-07 14:07:32 +01:00
f870042195
[core] Fix: Remote-update cron broken as of missing field
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-01-01 16:29:27 +01:00
9ec1117490
[log] Add log-actor
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-01-01 14:42:23 +01:00
37a82002df
[template] Add doesFollow and doesFollowLongerThan functions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-26 22:38:14 +01:00
63ea08a4cd
[templating] Add followAge function
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-26 21:22:37 +01:00
9106bcbe3f
[customevent] Add scheduled events to API handler
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-26 18:48:46 +01:00
bf3b800972
prepare release v3.2.1 2022-12-24 17:36:55 +01:00
48767c3494
[twitch] Fix: Pagination fetching broken for eventsub subscriptions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-24 17:28:51 +01:00
facd2e7b91
[core] Add more debugging for eventsub subscriptions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-24 17:13:13 +01:00
30c2246f25
prepare release v3.2.0 2022-12-22 18:49:55 +01:00
5d7a6f798e
[core] Add retries for eventsub-self-check
when placed behind slower LBs like nginx-ingress on k8s

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-22 03:22:32 +01:00
61a3facb64
[core] Add validation for rule UUIDs to be unique
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-18 14:48:57 +01:00
114c9e9039
[core] Add content-type detection for remote rule subscriptions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-18 13:56:57 +01:00
f9716d6591
[vip/unvip] Implement actors and chat commands
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-05 19:20:30 +01:00
f0dfea1728
[twitch] Implement AddChannelVIP, RemoveChannelVIP
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-05 18:58:10 +01:00