Commit graph

2293 commits

Author SHA1 Message Date
Dragory
ce2255b6b7
Simplify dev docker setup 2022-06-26 19:30:46 +03:00
Dragory
b655085115
Add quick instructions for docker dev environment 2022-06-26 15:31:20 +03:00
Dragory
bc250209d8
Fix API_URL/API_DOMAIN usage in dashboard 2022-06-26 15:24:24 +03:00
Dragory
122f535e34
Fix API vhost in nginx container 2022-06-26 15:23:53 +03:00
Dragory
f463abb3e2
Temporarily disable config clean-up
The current query doesn't work in MySQL 8.
2022-06-26 15:23:22 +03:00
Dragory
6b44027eb4
Fix error when compiling ormconfig 2022-06-26 15:02:34 +03:00
Dragory
e760654c54
Use mysql_native_password for dev database zeppelin user 2022-06-26 15:01:54 +03:00
Dragory
12274a84b2
Fix .env number validation errors 2022-06-26 14:41:31 +03:00
Dragory
177a66a247
Merge remote-tracking branch 'origin/master' into 220601_docker_wip 2022-06-26 14:38:36 +03:00
Dragory
acbeddf11c
Fix old/broken env import 2022-06-26 14:37:37 +03:00
Dragory
b48b93a6de
Merge branch 'master' into 220601_docker_wip 2022-06-26 14:35:32 +03:00
Dragory
3773d659cc
Consolidate .env files. More work on dev containers. 2022-06-26 14:34:54 +03:00
Miikka
961a8c7fff
Merge pull request #337 from almeidx/userinfo-roles
fix: negative number in userinfo command
2022-06-26 14:10:05 +03:00
Almeida
7fb0d02adf
fix discord-api-types imports & usage of removed guild features (#335) 2022-06-26 14:09:27 +03:00
Jonah Lawrence
5c0d607af3
feat: Tag list search and improved readability 2022-06-21 21:43:59 -06:00
almeidx
662d9cda26
fix: no response if user only has hidden cases in !cases @user 2022-06-14 18:23:36 +01:00
Dragory
d60d2bc568
fix: fix crash when unloading reminders plugin without running afterLoad() 2022-06-14 01:31:45 +03:00
Dragory
b05fbe1d04
Update to discord.js v13.8.0, adding support for text-in-voice 2022-06-13 21:19:56 +03:00
Dragory
ba78103807
fix: fix the fix 2022-06-01 19:49:14 +03:00
Dragory
058643f360
fix: fix crash in AutoReactions if a message is posted in an uncached thread 2022-06-01 19:38:56 +03:00
Dragory
d67dee7cfd
chore: remove minor version from .nvmrc 2022-06-01 19:30:29 +03:00
Dragory
5387d4a82a
chore: update to discord.js 13.7.0 2022-06-01 19:26:43 +03:00
Dragory
2a959f354c
Initial work on Docker support 2022-06-01 19:11:44 +03:00
Dragory
6df67da3cb
debug: catch & trace interaction reply errors 2022-06-01 18:58:54 +03:00
Dragory
016330366e
fix: change new 'av' alias to 'adv' to avoid conflict with the 'avatar' alias 2022-05-12 21:47:13 +03:00
Dragory
15e51491d8
fix: fix error from 'config: null' in config 2022-05-12 21:46:20 +03:00
Dragory
10c107d5d9
fix: only retry reminders in case of HTTP errors
Doesn't make a lot of sense to keep trying to e.g. post a reminder in
a deleted channel or a channel we have no perms to post in.
2022-05-12 21:38:05 +03:00
Dragory
7faa211d49
feat: add 'av' as alias for 'add_server_from_invite' 2022-05-12 21:32:49 +03:00
metal
19235306f7
idk kev
Signed-off-by: GitHub <noreply@github.com>
2022-05-11 14:35:05 +00:00
almeidx
a31d074ba8
fix: negative number in userinfo command 2022-04-27 10:34:16 +01:00
Dragory
8445c37f64
chore: add default value for no-op button_groups option to stop TS from complaining 2022-04-24 02:56:13 +03:00
Dragory
ef78fbc065
fix: fix crash when custom id data is not valid JSON 2022-04-24 02:55:35 +03:00
Dragory
d93097306c
fix: allow servers with button_groups in their reaction_roles config to load with a warning 2022-04-23 23:26:16 +03:00
Dragory
44d68bf608
fix: fix error when trying to fetch an unknown channel in role buttons 2022-04-23 22:55:04 +03:00
Dragory
75bd7625a2
fix: catch and report errors when applying role button components 2022-04-23 20:17:32 +03:00
Dragory
22bd0ec422
fix: only allow named options for role button style
Numbered options gave an error when used.
2022-04-23 20:11:51 +03:00
Dragory
a627c7d859
fix: fix error if the specified role buttons message id doesn't point to a valid message 2022-04-23 20:01:21 +03:00
Dragory
8db8b21995
fix: fix crash in role_buttons if the role button message is removed and the guild reloaded 2022-04-23 19:53:03 +03:00
Dragory
123b08c191
docs: fix typo in role button examples 2022-04-23 19:43:29 +03:00
Dragory
b6ab2c7d4a
feat: add '!role_buttons reset' command 2022-04-23 19:43:11 +03:00
Dragory
4a9ece8e3b
feat: add start_new_row option for role button options 2022-04-23 18:51:28 +03:00
Dragory
5042d9997f
fix: crash hotfix 2022-04-23 17:55:05 +03:00
Dragory
b64611dd01
feat: use a standard custom ID format in role buttons 2022-04-23 17:45:47 +03:00
Dragory
784c54b22a
feat: add 'exclusive' option for role buttons; add documentation for role buttons; mark reaction roles as legacy 2022-04-23 17:30:37 +03:00
Dragory
05334a772f
chore: remove old button roles implementation 2022-04-23 16:38:24 +03:00
Dragory
3fe71b3e27
feat: add internal role manager plugin; add role buttons plugin 2022-04-23 16:31:41 +03:00
Dragory
9314d57645
chore: formatter pass 2022-04-23 13:14:08 +03:00
Miikka
a626481802
Merge pull request #320 from almeidx/embed-validation
fix(tags): embed validation
2022-04-23 13:09:27 +03:00
Miikka
c08335d582
chore: add dependabot to .clabot config 2022-04-23 13:07:32 +03:00
Luke
be5b6a8d49
feat: add check to refreshApiKeyExpiryTime to not refresh long lived keys (#301) 2022-04-21 22:47:06 +03:00