Dragory
e4b098b563
fix: automod types
2024-01-15 22:39:27 +00:00
Dragory
5a5be89573
fix: counter types
2024-01-15 22:38:48 +00:00
Dragory
82d720d308
refactor: change LogType to a plain object instead of an enum
2024-01-15 22:37:39 +00:00
Dragory
cbec80981d
feat: improve ZodIssue rendering in config validation
2024-01-15 22:36:10 +00:00
Dragory
ac8926cdb8
chore: fix inconsistent import paths
2024-01-15 18:05:01 +00:00
Dragory
3db9090705
fix: circular dependency in automod types
2024-01-15 18:03:45 +00:00
Dragory
28692962bc
refactor: replace io-ts with zod
2024-01-14 14:25:42 +00:00
Dragory
fafaefa1fb
feat: limit logs timestamp_format length
2023-11-25 12:28:28 +02:00
Dragory
c82e147ea1
feat: more robust tag error handling
2023-11-25 12:15:32 +02:00
Dragory
09b6d43a5c
Merge branch 'master' of github.com:Dragory/ZeppelinBot
2023-11-25 12:06:02 +02:00
Dragory
9fd2bf4edb
fix: crash on tag round() with non-numeric argument
2023-11-18 12:57:54 +02:00
Dragory
062cb053cc
fix: crash on tag round() with >100 decimals
2023-11-18 12:55:01 +02:00
Miikka
b47db15ad2
Merge pull request #378 from rubyowo/concatArr-crash-fix
...
fix: crash when the arr argument for concatArr isn't specified
2023-11-18 12:51:56 +02:00
Miikka
5a4e50b19d
Merge pull request #412 from rubyowo/patch-1
...
fix: remove debug commands from backend/Dockerfile
2023-07-02 19:35:28 +03:00
Miikka
47886f83cb
Merge pull request #413 from rubyowo/patch-2
...
fix: make the migrate service run after the db
2023-07-02 15:42:02 +03:00
Ruby Star
83ac507ebd
fix: make the migrate service run after the db
2023-07-02 16:40:18 +04:00
Ruby Star
979fb68953
fix: remove debug commands from backend/Dockerfile
2023-07-02 16:22:44 +04:00
Dragory
be40bbae9c
fix: api key verification/dashboard login
2023-07-01 17:09:23 +00:00
Dragory
ee3ef7c77f
fix: broken prod migrations
2023-07-01 16:14:15 +00:00
Dragory
9cc88cfcb8
feat: use emoji icons from Hangar
2023-07-01 13:22:04 +00:00
Dragory
bafe8e3b55
chore: run prettier
2023-07-01 13:10:29 +00:00
Dragory
7927de5b5e
feat: update supporters message
2023-07-01 12:58:14 +00:00
Miikka
e207874ebf
Merge pull request #406 from DenverCoderOne/feat-Make-tag-list-search-case-insensitive
...
feat: Make tag list search case-insensitive
2023-07-01 15:56:55 +03:00
Miikka
0b3672b305
Merge pull request #363 from zayKenyon/fix-privacy-policy-repo-url
...
Update Repo URL on Privacy Policy
2023-07-01 15:49:52 +03:00
Miikka
f38593ddda
Merge pull request #407 from rubyowo/dash-import-export
...
fix(dashboard): use html instead of markdown to link to the discord
2023-07-01 15:47:43 +03:00
Miikka
4ada164ffa
Merge pull request #346 from DarkView/fix_misleadingMuteNaming
...
Fix "Server voice muted" being true even if self-muted, misleading mods into thinking the user was right-click muted by a moderator
2023-07-01 15:46:51 +03:00
Dragory
5a77318a56
chore: update .clabot
2023-07-01 12:44:59 +00:00
Dragory
474b5dccf9
fix: type errors in tests
2023-07-01 12:36:57 +00:00
Dragory
8ff2037906
chore: please robot overlords
2023-07-01 12:32:56 +00:00
Dragory
370c3666c7
chore: update backend packages
2023-07-01 12:32:16 +00:00
Dragory
761ff27771
feat: upgrade to TypeORM 0.3
2023-07-01 12:17:45 +00:00
Dragory
8cee4ec1e4
fix: crash in JumboCmd error handler
2023-07-01 11:32:59 +00:00
Dragory
0a3fe2d334
chore: update packages in /shared
2023-07-01 11:11:48 +00:00
Dragory
6ae2fe03c3
chore: now they're fighting amongst each other
2023-07-01 11:03:55 +00:00
Tiago R
f5d6c895aa
Fix counters set_value not defaulting nulls if not using per_user/per_channel ( #366 )
2023-07-01 13:58:01 +03:00
Tiago R
0da204ed5a
Fix: Utility-Clean command increased limit & chunk messages to be deleted ( #393 )
...
Co-authored-by: Almeida <almeidx@pm.me>
2023-07-01 13:47:56 +03:00
Tiago R
7c2a50921b
Fix: Utility-ServerInfo several fixes ( #394 )
2023-07-01 13:46:21 +03:00
Dragory
7edc5f68eb
chore: appease our robot overlords
2023-07-01 10:42:54 +00:00
Dragory
b67b3c35b7
build: refactor production containers
...
Production containers now copy the Zeppelin source files at
build-time rather than using a shared volume. This means fewer
permission issues and backend/dashboard builds only have to run once
at build-time, not every time the containers are started.
Docs in PRODUCTION.md have been updated accordingly.
2023-07-01 10:33:35 +00:00
Dragory
b60a7fb145
fix: clinic.js 0kb output files
...
Something in our signal handlers/code that touched signal handlers
conflicted with clinic.js's signal handler code. With this commit,
we don't touch signal handlers at all if DEBUG mode is enabled.
2023-06-26 19:55:16 +00:00
Dragory
29a1161c05
refactor: change how DEBUG behaves in prod
...
The env var now only affects the bot container, not the API.
This is because we don't currently need this extra debug information
for the API.
For the bot, with DEBUG set, the bot container will now start and do
nothing. To start the bot in this container in debug mode, open a
shell into the container and run the start-bot-prod-debug script
manually. This change was made to allow more control over what
profiling scripts and other things are run in the debug environment.
2023-06-26 19:35:19 +00:00
Dragory
1734ba4ac9
fix: 'not found' errors (cross-env, clinic) in prod env
2023-06-26 19:26:44 +00:00
Dragory
06a003ca09
fix(dashboard): yaml.dump instead of safeDump
2023-06-26 19:01:11 +00:00
Dragory
a23beadf24
fix(devenv): shut down immediately on ctrl+c
2023-06-25 12:28:18 +03:00
Dragory
c1281d90af
feat(devenv): use latest git
2023-06-25 12:27:54 +03:00
Dragory
2fe92ff76d
fix(tags): user_cooldown now applies per-user, not per-tag
2023-06-24 12:33:56 +00:00
Dragory
319461285f
Merge branch 'master' of github.com:Dragory/ZeppelinBot
2023-06-24 12:16:32 +00:00
Dragory
f3627e0b17
chore: update discord.js to v14.11, knub to v32.0.0-next.16
2023-06-24 12:14:41 +00:00
Dragory
63c41f0278
feat: new username support vol 2
2023-06-24 12:07:58 +00:00
Dragory
ecaa16bf7c
feat: use native timestamps more
2023-06-24 11:55:49 +00:00