Tiago R
f58e7f5eb7
Fix automod cooldown logic ( #442 )
...
* fix automod cooldowns
Signed-off-by: GitHub <noreply@github.com>
* almeida fixes
Signed-off-by: GitHub <noreply@github.com>
* https://shr2.i0.tf/82e683c8/bd310b9c-7492-44f0-aed5-af6a22a3c196.png
Signed-off-by: GitHub <noreply@github.com>
---------
Signed-off-by: GitHub <noreply@github.com>
2024-01-07 21:12:50 +00:00
Ben Richeson
094e94f0f4
Add pause_invites
automod action ( #423 )
...
* feat(AutomodPlugin): toggle invite action
* feat: rename and change config shape
* refactor: rename disable_invites to pause_invites
* fix: make options an object, else setting an action to `false` ignores it
2024-01-05 01:41:12 +00:00
Tiago R
c53bfaa233
remove trimLines
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-29 17:03:45 +00:00
Tiago R
3217f35017
implement MEMBER_MUTE_EXPIRED ( #437 )
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-29 14:30:40 +00:00
Ben Richeson
8a4a2d3647
feat: option to trigger antiraid_level only on change ( #424 )
...
Co-authored-by: Almeida <github@almeidx.dev>
2023-12-29 12:52:43 +00:00
hawkeye7662
d51461ee3a
Catch Too Many Reactions error ( #326 )
...
Catches Maximum number of reactions reached (20) error by checking for error code 30010
Co-authored-by: Almeida <github@almeidx.dev>
2023-12-29 12:32:48 +00:00
hawkeye7662
1cb8431a02
Fix loose matching for automod ( #428 )
...
Added a missing closing bracket for the regex to work.
Co-authored-by: Almeida <github@almeidx.dev>
2023-12-29 12:29:28 +00: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
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
Tiago R
bb4fdf6530
move embed fields to embed description
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:23:57 +00:00
Tiago R
ae651c8a70
paginated user cases
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:23:57 +00:00
Tiago R
2ac7ae85ce
missed one
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
2b5a5e636a
almeida review.mp4
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
e0637a206f
better startThread if checks (almeida is happy)
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
89d6e8aeec
missed one
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
aa1f11e801
lint
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
bfc90093dc
yeet renderUserUsername
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
4d0161a49f
oh god almeida looked at my code
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
10bb0b67bc
some more patches thanks to ruby
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
ba4a2b45b8
remove useless feature check
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
1e66f235b2
media channel icon
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
c5704131ce
support media channels
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
1579c3ec25
disable status-search arg
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
4c788bc321
some transforms
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
43076b3db6
update djs
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +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
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
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
Obliie
740aa39cd5
feat: add clean message context menu command
2023-08-05 21:35:06 +01:00
Obliie
6689f91a6a
feat(ContextMenus): add new field to modals for case evidence
2023-07-16 19:48:53 +01:00
Obliie
26bf9363f9
fix(ContextMenus): correct ban modal custom id
2023-07-16 19:07:03 +01:00
Obliie
cdcca8ccbb
style(ContextMenus): improve ux
2023-07-16 18:46:00 +01:00
Obliie
8fcbd50ea1
fix: interaction error handling
2023-07-16 00:38:35 +01:00
Obliie
7f2f2c8f98
fix: modal id conflicts causing collectors to respond to unrelated submissions
2023-07-16 00:12:13 +01:00
Obliie
454bec6c9f
feat: Add user context menu commands for notes, warns, mutes and bans
2023-07-15 22:51:41 +01:00
Obliie
24b11800f5
fix: plugin dependencies and cleanup
2023-07-15 22:05:30 +01:00
Obliie
771ed76f64
feat: Context menu mod menu command
2023-07-15 21:34:26 +01: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
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
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
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