srqc
1c86700f2c
Update ModActionsPlugin.ts
2023-01-13 00:17:28 -05:00
David D Wang
07e03ffc96
Merge commit ' 660f8e3888
' as 'patches'
2023-01-12 20:25:38 -08:00
David D Wang
660f8e3888
Squashed 'patches/' content from commit 5c7f6995
...
git-subtree-dir: patches
git-subtree-split: 5c7f6995ab142df9029d54441c45f1a905b0c691
2023-01-12 20:25:38 -08:00
David D Wang
b93c5f8122
updated env example for nginx-proxy
2023-01-12 20:23:25 -08:00
srqc
294ecd5435
Rename .env to .env.example
2023-01-12 19:12:35 -05:00
srqc
9a79749788
Update templateSafeObjects.ts
2023-01-12 18:50:10 -05:00
srqc
81ca357945
Update warnMember.ts
2023-01-12 18:46:45 -05:00
srqc
8b7b41ee11
Update WarnCmd.ts
2023-01-12 18:45:53 -05:00
srqc
aeab0b5055
Update ModActionsPlugin.ts
2023-01-12 18:44:08 -05:00
srqc
2464ddb270
Update logMemberWarn.ts
2023-01-12 18:42:18 -05:00
srqc
15b2f892b8
Update createCase.ts
2023-01-12 18:41:01 -05:00
srqc
69da0fbc74
Update warn.ts
2023-01-12 18:40:14 -05:00
srqc
1dccd69ad1
Updated case icons
2023-01-04 21:25:54 -05:00
srqc
b605121bda
Update docker-compose.production.yml
2023-01-01 17:36:59 -05:00
srqc
00f1677151
Update docker-compose.production.yml
2023-01-01 17:36:26 -05:00
srqc
0289688a0c
Update docker-compose.production.yml
2023-01-01 17:35:50 -05:00
srqc
1e9e6a542b
Update docker-compose.production.yml
2023-01-01 17:34:20 -05:00
srqc
223971335b
Renaming .env.example to .env cause the LAZYNESSSS
2022-12-31 11:09:01 -05:00
srqc
e1adbd2f50
Broke last time I changed it so uhh
2022-12-29 22:01:44 -05:00
srqc
7cd76944b9
Update and rename .env.example to .env
2022-12-29 12:15:20 -05:00
srqc
0d5ed33a5d
Update PingCmd.ts
2022-12-19 22:33:34 -05:00
srqc
1efe88c3d3
Update PingCmd.ts
2022-12-16 18:50:51 -05:00
srqc
a003987dea
Update index.ts
2022-12-15 14:28:31 -05:00
srqc
2f7554365c
Merge branch 'ZeppelinBot:master' into master
2022-12-15 14:22:39 -05:00
Dragory
801cd2630b
fix: fix crash when decay period is 0
2022-12-15 00:38:24 +02:00
srqc
daa806fc52
Update .env.example
2022-12-13 00:26:06 -05:00
srqc
31bf48bb7d
Update default.conf
2022-12-07 00:24:08 -05:00
srqc
5b35280da3
Update Dockerfile
2022-12-07 00:23:32 -05:00
srqc
8d7c131dff
Update .env.example
2022-12-07 00:22:41 -05:00
srqc
dbf861b69a
Update docker-compose.production.yml
2022-12-07 00:21:47 -05:00
srqc
57de085b53
Added bot status
2022-11-25 10:55:10 -05:00
srqc
f6240afa05
test
2022-11-17 14:09:48 -05:00
srqc
90e48ab0c1
Delete 59FD8244-6A3F-436D-BA08-E7C9A313B9A6.jpeg
2022-11-16 13:24:44 -05:00
srqc
53143899bc
Add files via upload
2022-11-16 13:21:25 -05:00
Dragory
ccd1d3d69e
fix: fix error if automod unloads after beforeLoad() but without running afterLoad()
2022-08-15 19:07:55 +03:00
Miikka
128700929e
Merge pull request #345 from almeidx/cases-user
...
fix: no response if user only has hidden cases in `!cases @user`
2022-08-14 00:22:42 +03:00
Dragory
a15b2f02a9
feat: small tweaks to tag list search
2022-08-14 00:21:21 +03:00
Miikka
e9fe0e03b9
Merge pull request #348 from DenverCoderOne/tag-list-search
...
feat: Tag list search and improved readability
2022-08-14 00:12:43 +03:00
Dragory
94802a665c
fix: fix expired api permissions not being deleted
2022-08-14 00:06:20 +03:00
metal
d846231855
Fix automod alert in news channels ( #290 )
...
* yeah yeah
* my prettier was f'ed up
Co-authored-by: metal <admin@metalruller.com>
2022-08-13 23:47:47 +03:00
metal
00591510ff
Automod add changeperms action ( #309 )
...
* initial
* fix typings UwU
* check no perms for overrides
* cleanup & add template rendering
* remove defaults
Co-authored-by: Almeida <almeidx@pm.me>
* Update backend/src/plugins/Automod/actions/changePerms.ts
Co-authored-by: Almeida <almeidx@pm.me>
* Update backend/src/plugins/Automod/actions/changePerms.ts
Co-authored-by: Almeida <almeidx@pm.me>
* Update backend/src/plugins/Automod/actions/changePerms.ts
Co-authored-by: Almeida <almeidx@pm.me>
* .resolve instead of .fetch
Co-authored-by: Almeida <almeidx@pm.me>
* fix
* add more template variables
* rename msg to message
* .edit instead of .create
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: metal <admin@metalruller.com>
Co-authored-by: Almeida <almeidx@pm.me>
2022-08-13 23:47:24 +03:00
Miikka
fdb81e37ed
Merge pull request #339 from metal0/fix-codeblocks-case-history
...
Fix codeblocks case history quote markdown
2022-08-13 23:31:21 +03:00
Miikka
e52d88e262
Merge pull request #358 from k200-1/fix_flag_order
...
Change order of flags in command
2022-08-13 23:29:37 +03:00
Dragory
3f16214ae0
chore: update .clabot contributors list
2022-08-13 23:29:15 +03:00
Dragory
ec8523ce75
fix(docker): add mysql container health check
...
This makes the prepare_backend container (which runs migrations) wait
until the mysql server is actually running, not just the container.
Thanks to Skyz on Discord for the implementation.
2022-08-13 23:24:23 +03:00
Dragory
d472fd4fa6
fix(logs): fix inconsistent thread/channel/category exclusions; add excluded_threads log channel option
2022-08-13 23:19:06 +03:00
k200
265764866e
Change order of flags in command
...
Fixes the order of the flags so that the command works
2022-08-13 13:38:11 +01:00
Dragory
218c31231e
Merge branch '220601_docker_wip'
2022-08-07 14:02:44 +03:00
Dragory
7d47f36d99
docs: documentation updates
2022-08-07 13:58:47 +03:00
Dragory
c01a4027bd
chore: remove files that are no longer needed with the docker environment
2022-08-07 13:55:07 +03:00