3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-19 08:05:01 +00:00
Commit graph

1033 commits

Author SHA1 Message Date
Dragory
c46f63bf0b Add links to splash page. Update splash styles to be more mobile friendly. 2020-05-23 23:41:29 +03:00
Dragory
371e2fb98f dashboard: add custom page titles for documentation and dashboard 2020-05-23 23:18:28 +03:00
Dragory
fd89d02827 Update splash page title 2020-05-23 23:12:35 +03:00
Dragory
17a223f304 dashboard: change Dashboard button to point to /dashboard instead of /login 2020-05-23 23:11:46 +03:00
Dragory
ebef200f41 Add supported to !about 2020-05-23 19:45:55 +03:00
Dragory
c1f63fc5f4 dashboard: work on guild access page 2020-05-23 17:31:01 +03:00
Dragory
27f0046d50 dashboard: add staff vuex store 2020-05-23 16:28:05 +03:00
Dragory
76dc049332 dashboard/api: add support for Zeppelin staff members; add ViewGuild permission; code cleanup 2020-05-23 16:22:03 +03:00
Dragory
99d3eb2a17 Ignore debug files 2020-05-23 15:33:07 +03:00
Dragory
6f27e63d52 Update descriptions for Censor/Spam to point to Automod for more advanced functionality 2020-05-23 15:31:54 +03:00
roflmaoqwerty
477de5a15e refactored archive searcg into its own method. Updated ban and regular search to use these methods 2020-05-23 11:53:31 +10:00
Dragory
9948dc1185 Remove test code 2020-05-23 00:13:05 +03:00
Dragory
ed1f740aa2 tags: rename timeFormat() to formatTime() 2020-05-22 23:55:00 +03:00
Dragory
028178ea59 Fix over-eager matching for YouTube embeds 2020-05-22 23:44:21 +03:00
Dragory
b2b149b5cd automod.reply: allow embeds, add auto_delete option 2020-05-22 23:38:11 +03:00
Dragory
d2b65c03aa tags: add support for embeds 2020-05-22 23:21:57 +03:00
Dragory
affc241d7b tags: add support for cooldowns 2020-05-22 22:57:51 +03:00
Dragory
e6fe71db64 Add logs for !note 2020-05-22 22:21:56 +03:00
Dragory
8488cc2591 Add 'reason' variable to mod action logs 2020-05-22 22:18:54 +03:00
Dragory
2b4e58ea07 Add pagination to !mutes, show manual mutes separately with -manual 2020-05-22 22:11:08 +03:00
Dragory
992a19db4d Aliases for hidecase/unhidecase 2020-05-22 21:22:15 +03:00
Dragory
7dd78b9a95 Merge branch 'DarkView-exportForMutesList' 2020-05-22 21:20:54 +03:00
Dragory
d42557169d Merge branch 'exportForMutesList' of git://github.com/DarkView/ZeppelinBot into DarkView-exportForMutesList 2020-05-22 21:20:46 +03:00
Dragory
42e8c1aabb Merge branch 'DarkView-allowMultipleIDsOnClearmute' 2020-05-22 21:19:29 +03:00
Dragory
c7ca79e14d Code style tweak 2020-05-22 21:19:14 +03:00
Dragory
3ae339d6b2 Merge branch 'allowMultipleIDsOnClearmute' of git://github.com/DarkView/ZeppelinBot into DarkView-allowMultipleIDsOnClearmute 2020-05-22 21:18:08 +03:00
Dragory
790f72a5df Merge branch 'DarkView-boostNullFix' 2020-05-22 21:17:16 +03:00
Dragory
9f29056f68 Small code style tweak 2020-05-22 21:17:04 +03:00
Dragory
f1ea0d9205 Merge branch 'boostNullFix' of git://github.com/DarkView/ZeppelinBot into DarkView-boostNullFix 2020-05-22 21:16:27 +03:00
Dragory
f46858d7c8 Merge branch 'DarkView-automoMessageLink' 2020-05-22 21:15:51 +03:00
Dragory
bf2a920fd4 Merge branch 'automoMessageLink' of git://github.com/DarkView/ZeppelinBot into DarkView-automoMessageLink 2020-05-22 21:15:43 +03:00
Dragory
c719193094 Merge branch 'DarkView-timeRelatedTagArgs' 2020-05-22 21:14:45 +03:00
Dragory
b4ad5efc8c Tweaks to time/date tag functions 2020-05-22 21:14:26 +03:00
Dragory
979a86226d Merge branch 'timeRelatedTagArgs' of git://github.com/DarkView/ZeppelinBot into DarkView-timeRelatedTagArgs 2020-05-22 20:58:46 +03:00
Dragory
d5b23e9049 Merge branch 'DarkView-kickCleanArg' 2020-05-22 20:57:42 +03:00
Dragory
9be86ff6d2 Fix softban permission 2020-05-22 20:57:31 +03:00
Dragory
89a2d12f2d Merge branch 'kickCleanArg' of git://github.com/DarkView/ZeppelinBot into DarkView-kickCleanArg 2020-05-22 20:56:47 +03:00
Dragory
f218e32646 Fix merge conflict 2020-05-22 20:55:15 +03:00
Dragory
f44cc55686 automod: only apply 1 matching rule on member join
This is consistent with message rule behaviour.
2020-05-22 20:53:30 +03:00
Dragory
7c9cf05960 Run Automod on message edits 2020-05-22 20:52:23 +03:00
Dragory
32faa67136 logs: batch log messages by default (1000ms) 2020-05-22 20:49:57 +03:00
Dragory
637540424f logs: add excluded_channels 2020-05-22 20:49:37 +03:00
Dragory
3264ce1f14 Add a shared lock for Persist and ReactionRoles plugins to prevent race conditions 2020-05-22 20:35:15 +03:00
roflmaoqwerty
60fd362538 implemented ban search command. moved search rendering code to new method 2020-05-18 23:59:45 +10:00
roflmaoqwerty
9e4777e46c refactored search result format methods 2020-05-18 00:12:00 +10:00
roflmaoqwerty
7db6edf895 implemented performBanSearch 2020-05-18 00:11:59 +10:00
Dragory
19b54360a4 *Remove* debug line 2020-05-13 07:56:39 +03:00
Dragory
2be4e3c9c2 Remove debug line 2020-05-13 07:54:54 +03:00
Dragory
07d369d74e Fix !role help not using the proper prefix at one place 2020-05-13 07:51:52 +03:00
Dragory
62e5584a5a Fix SimpleError not logging properly 2020-05-11 04:02:22 +03:00