3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-17 07:05:03 +00:00
Commit graph

2400 commits

Author SHA1 Message Date
iamshoXy
158380ad7e
Merge branch 'ZeppelinBot:master' into master 2023-12-29 00:50:37 +01:00
BanTheNons
d09e0566b3
fix: reactions in the channel archiver command (#308)
Co-authored-by: Almeida <github@almeidx.dev>
2023-12-28 20:43:46 +00:00
rubyowo
b881245640
feat: make update script exit if one of the commands fail (#415)
* feat: make update script fail if merge conflict

* stop on first error with bash command

---------

Co-authored-by: Almeida <github@almeidx.dev>
2023-12-28 20:36:56 +00:00
Tiago R
d8c1a5791b
Reworked automod "set_slowmode" action (#441)
* initial

* fixes

Signed-off-by: GitHub <noreply@github.com>

---------

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: Almeida <github@almeidx.dev>
2023-12-28 20:14:26 +00:00
Tiago R
8860d4fb22
Timeouts: better validations (#438)
* better timeout validations

Signed-off-by: GitHub <noreply@github.com>

* almeida reviews

Signed-off-by: GitHub <noreply@github.com>

* better error handling

Signed-off-by: GitHub <noreply@github.com>

* add missing catch noops

Signed-off-by: GitHub <noreply@github.com>

---------

Signed-off-by: GitHub <noreply@github.com>
2023-12-28 14:41:32 +00:00
Almeida
047ab872df
fix parsing of file extension in match_attachment_type trigger (#425) 2023-12-27 18:44:35 +00:00
Tiago R
d162418be5
Add missing dependency to mutes plugin & fix timeout expiry (#430)
* +debug

Signed-off-by: GitHub <noreply@github.com>

* Revert "+debug"

This reverts commit 83daee09d9.

* add missing dependency to mutes

Signed-off-by: GitHub <noreply@github.com>

* lower max timeout duration

Signed-off-by: GitHub <noreply@github.com>

---------

Signed-off-by: GitHub <noreply@github.com>
2023-12-27 18:38:26 +00:00
Tiago R
00fb71f26d
compose: Don't expose MySQL through all interfaces (#435)
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 18:36:37 +00:00
Tiago R
f17232e0c1
dont allow self targeting for set-perms (#434)
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 18:35:16 +00:00
zay
e5e574625a
chore(basic-config): rename plugin (#359) 2023-12-27 18:33:20 +00:00
Almeida
cf55eb161f
fix formatting and globs in package.json (#440) 2023-12-27 18:30:08 +00:00
Tiago R
94a712832a
Display available emojis separately from total on server info (#433)
* respect .available (almeida-approved code!!)

Signed-off-by: GitHub <noreply@github.com>

* Update backend/src/plugins/Utility/functions/getServerInfoEmbed.ts

Co-authored-by: Almeida <almeidx@pm.me>

---------

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: Almeida <almeidx@pm.me>
2023-12-27 18:20:48 +00:00
Miikka
fdefca17ae
Merge pull request #439 from metal0/typeorm-counters
fix: typeorm counters missing "where" from new typeorm update
2023-12-22 23:49:10 +02:00
Tiago R
48d5696552
add missing "where"
Signed-off-by: GitHub <noreply@github.com>
2023-12-22 20:21:22 +00:00
iamshoXy
ea40d7eebe Update 2023-12-12 17:50:33 +01:00
iamshoXy
e53fffb5e9 Update 2023-12-12 16:01:33 +01:00
iamshoXy
50b1151f69 Remove permission checks 2023-12-12 15:28:00 +01:00
iamshoXy
e94e4dba68
Merge branch 'ZeppelinBot:master' into master 2023-11-18 13:33:55 +01: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
iamshoXy
c5235564ec update 2023-09-13 14:48:23 +02:00
iamshoXy
4094cce931 resolve member? 2023-09-13 14:14:10 +02:00
iamshoXy
2fc42c217a PR: Fix issues with both ban commands 2023-09-13 13:58:12 +02:00
iamshoXy
aa10e28dac permission change 2023-09-09 20:44:42 +02:00
iamshoXy
4cd95b68a7 remove evidence 2023-09-09 16:40:59 +02:00
iamshoXy
e93f017e8a Disable clean menu 2023-09-09 16:01:12 +02:00
iamshoXy
fbc1054aab Improve context menu commands 2023-09-09 15:56:15 +02:00
iamshoXy
0612b6f17d Update 2023-09-09 15:15:02 +02:00
iamshoXy
b30b81c4ed
Increase proxy timeout 2023-09-09 13:35:12 +02:00
iamshoXy
ab682bda6f
Update docker-compose.production.yml 2023-09-09 12:11:27 +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