3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-17 14:41:49 +00:00
zeppelin/backend/src/migrations
Dragory 84135b201b
Add anti-raid levels to automod. Large refactor of spam detection. Add member_join and member_join_spam triggers.
Anti-raid levels don't by themselves do anything, but they can be
used in overrides to activate specific automod items.

Spam detection should now be more reliable and also combine further
spam messages after the initial detection into the archive.

Messages deleted by automod no longer create the normal deletion log
entry. Instead, the AUTOMOD_ACTION log entry contains the deleted
message or an archive if there are multiple (i.e. spam).
2020-01-26 19:54:32 +02:00
..
1540519249973-CreatePreTypeORMTables.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1543053430712-CreateMessagesTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1544877081073-CreateSlowmodeTables.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1544887946307-CreateStarboardTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1546770935261-CreateTagResponsesTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1546778415930-CreateNameHistoryTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1546788508314-MakeNameHistoryValueLengthLonger.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1547290549908-CreateAutoReactionsTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1547293464842-CreatePingableRolesTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1547392046629-AddIndexToArchivesExpiresAt.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1547393619900-AddIsHiddenToCases.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1549649586803-AddPPFieldsToCases.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1550409894008-FixEmojiIndexInReactionRoles.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1550521627877-CreateSelfGrantableRolesTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1550609900261-CreateRemindersTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1556908589679-CreateUsernameHistoryTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1556909512501-MigrateUsernamesToNewHistoryTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1556913287547-TurnNameHistoryToNicknameHistory.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1556973844545-CreateScheduledPostsTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1558804433320-CreateDashboardLoginsTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1558804449510-CreateDashboardUsersTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1561111990357-CreateConfigsTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1561117545258-CreateAllowedGuildsTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1561282151982-RenameBackendDashboardStuffToAPI.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1561282552734-RenameAllowedGuildGuildIdToId.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1561282950483-CreateApiUserInfoTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1561283165823-RenameApiUsersToApiPermissions.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1561283405201-DropUserDataFromLoginsAndPermissions.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1561391921385-AddVCAlertTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1562838838927-AddMoreIndicesToVCAlerts.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1573158035867-AddTypeAndPermissionsToApiPermissions.ts Fix 3 2019-12-01 02:09:48 +02:00
1573248462469-MoveStarboardsToConfig.ts Finished Starboard (Pre Override test) 2019-11-09 00:48:38 +01:00
1573248794313-CreateStarboardReactionsTable.ts Finished Starboard (Pre Override test) 2019-11-09 00:48:38 +01:00
1575145703039-AddIsExclusiveToReactionRoles.ts Add --exclusive/-e to !reaction_roles 2019-11-30 23:39:32 +02:00
1575199835233-CreateStatsTable.ts Initial work on stats 2019-12-01 15:57:35 +02:00
1575230079526-AddRepeatColumnsToScheduledPosts.ts Add repeat options for scheduled posts 2019-12-01 23:23:34 +02:00
1578445483917-CreateReminderCreatedAtField.ts Run prettier and check tslint on entire codebase 2020-01-12 11:48:31 +02:00
1580038836906-CreateAntiraidLevelsTable.ts Add anti-raid levels to automod. Large refactor of spam detection. Add member_join and member_join_spam triggers. 2020-01-26 19:54:32 +02:00