dependabot[bot]
6599a660c5
chore(deps): bump json5, babel-loader, css-loader, webpack, file-loader, html-loader, html-webpack-plugin, postcss-loader, source-map-loader, ts-loader, vue-loader and webpack-cli
...
Bumps [json5](https://github.com/json5/json5 ) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5 ), [babel-loader](https://github.com/babel/babel-loader ), [css-loader](https://github.com/webpack-contrib/css-loader ), [webpack](https://github.com/webpack/webpack ), [file-loader](https://github.com/webpack-contrib/file-loader ), [html-loader](https://github.com/webpack-contrib/html-loader ), [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin ), [postcss-loader](https://github.com/webpack-contrib/postcss-loader ), [source-map-loader](https://github.com/webpack-contrib/source-map-loader ), [ts-loader](https://github.com/TypeStrong/ts-loader ), [vue-loader](https://github.com/vuejs/vue-loader ) and [webpack-cli](https://github.com/webpack/webpack-cli ). These dependencies need to be updated together.
Updates `json5` from 2.2.0 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3 )
Updates `babel-loader` from 8.2.2 to 8.3.0
- [Release notes](https://github.com/babel/babel-loader/releases )
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel-loader/compare/v8.2.2...v8.3.0 )
Updates `css-loader` from 3.6.0 to 6.7.3
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.6.0...v6.7.3 )
Updates `webpack` from 4.46.0 to 5.75.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.46.0...v5.75.0 )
Updates `file-loader` from 4.3.0 to 6.2.0
- [Release notes](https://github.com/webpack-contrib/file-loader/releases )
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v4.3.0...v6.2.0 )
Updates `html-loader` from 0.5.5 to 4.2.0
- [Release notes](https://github.com/webpack-contrib/html-loader/releases )
- [Changelog](https://github.com/webpack-contrib/html-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/html-loader/compare/v0.5.5...v4.2.0 )
Updates `html-webpack-plugin` from 4.5.2 to 5.5.0
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases )
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v4.5.2...v5.5.0 )
Updates `postcss-loader` from 3.0.0 to 7.0.2
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases )
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v3.0.0...v7.0.2 )
Updates `source-map-loader` from 0.2.4 to 4.0.1
- [Release notes](https://github.com/webpack-contrib/source-map-loader/releases )
- [Changelog](https://github.com/webpack-contrib/source-map-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/source-map-loader/compare/v0.2.4...v4.0.1 )
Updates `ts-loader` from 6.2.2 to 9.4.2
- [Release notes](https://github.com/TypeStrong/ts-loader/releases )
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v6.2.2...v9.4.2 )
Updates `vue-loader` from 15.9.8 to 17.0.1
- [Release notes](https://github.com/vuejs/vue-loader/releases )
- [Changelog](https://github.com/vuejs/vue-loader/blob/next/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-loader/compare/v15.9.8...v17.0.1 )
Updates `webpack-cli` from 3.3.12 to 5.0.1
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.12...webpack-cli@5.0.1 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
- dependency-name: babel-loader
dependency-type: direct:development
- dependency-name: css-loader
dependency-type: direct:development
- dependency-name: webpack
dependency-type: direct:development
- dependency-name: file-loader
dependency-type: direct:development
- dependency-name: html-loader
dependency-type: direct:development
- dependency-name: html-webpack-plugin
dependency-type: direct:development
- dependency-name: postcss-loader
dependency-type: direct:development
- dependency-name: source-map-loader
dependency-type: direct:development
- dependency-name: ts-loader
dependency-type: direct:development
- dependency-name: vue-loader
dependency-type: direct:development
- dependency-name: webpack-cli
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-01 08:18:58 +00:00
Dragory
801cd2630b
fix: fix crash when decay period is 0
2022-12-15 00:38:24 +02: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
Dragory
030da51da1
chore: remove deprecated .env.example from /dashboard
2022-08-07 13:53:02 +03:00
Dragory
1308054d69
fix: use docker compose v2 syntax in update.sh; only stop/start the containers rather than recreating them
2022-08-07 13:52:41 +03:00
Dragory
561f91949d
docs: fixes/tweaks to docker docs
2022-08-07 13:52:04 +03:00
Dragory
9bd1b97a11
fix: ignore empty values for STAFF/DEFAULT_ALLOWED_SERVERS
2022-08-07 12:45:52 +03:00
Dragory
22d0b14ef1
docker: allow configuring UID/GID used inside the containers
2022-08-07 12:23:27 +03:00
Dragory
ad1f5b8fde
chore: rename LICENCE.md to LICENSE.md
2022-08-06 22:31:10 +03:00
Dragory
a9cf019d29
chore: add LICENCE.md
2022-08-06 22:28:26 +03:00
Dragory
61f8b1579b
feat: more work on prod docker setup
2022-08-06 22:18:21 +03:00
Dragory
f0a96de371
debug: temporarily disable server auto-leaving
...
This is to avoid any potential funny business during the upcoming server migration.
2022-08-06 22:13:12 +03:00
Dragory
4a5e8ded75
feat: add DEFAULT_ALLOWED_SERVERS .env value
2022-08-06 22:12:40 +03:00
Dragory
f7fede47bd
refactor: use .env STAFF instead of global config owners for global commands
2022-08-06 22:11:54 +03:00
Dragory
91f54424ed
Early work on prod container
2022-07-16 22:16:34 +03:00
Miikka
3cf08e5a49
Update discord.js
2022-07-06 22:21:26 +00:00
Miikka
0e6c2619f0
Update applyRoleButtons.ts
2022-07-07 01:07:17 +03:00
Miikka
8574d61670
debug
2022-07-07 01:00:32 +03:00
Miikka
f5125cb3c3
Update applyRoleButtons.ts
2022-07-07 00:49:29 +03:00
Dragory
17fa857609
Remove docker-compose wrapper script; fixes to devcontainers
2022-06-26 23:15:36 +03:00
Dragory
db84d80e74
Update devenv instructions
2022-06-26 22:32:39 +03:00
Dragory
96101f267d
Add VSCode devcontainer support
2022-06-26 22:32:21 +03:00
Dragory
d8b7d0cba5
Update Docker instructions
2022-06-26 19:33:56 +03:00
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