3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-11 20:55:01 +00:00
zeppelin/backend/src/data
2023-03-11 19:31:36 +00:00
..
cleanup Temporarily disable config clean-up 2022-06-26 15:23:22 +03:00
entities half the number of errors 2023-03-11 19:31:36 +00:00
loops half the number of errors 2023-03-11 19:31:36 +00:00
types feat: Phisherman integration 2021-10-31 17:17:31 +02:00
AllowedGuilds.ts half the number of errors 2023-03-11 19:31:36 +00:00
ApiAuditLog.ts half the number of errors 2023-03-11 19:31:36 +00:00
apiAuditLogTypes.ts Update server owner dashboard permissions automatically 2021-09-05 14:34:06 +03:00
ApiLogins.ts chore: formatter pass 2022-04-23 13:14:08 +03:00
ApiPermissionAssignments.ts migrate permissions 2023-03-11 14:31:59 +00:00
ApiUserInfo.ts Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
Archives.ts Centralize archive deletion loop; stagger different centralized loops slightly 2021-09-25 21:53:48 +03:00
BaseGuildRepository.ts perf: move encryption/decryption to a separate thread 2021-10-09 14:22:51 +03:00
BaseRepository.ts perf: move encryption/decryption to a separate thread 2021-10-09 14:22:51 +03:00
buildEntity.ts perf(savedMessages): save a db lookup and message content decryption by building the returned entity manually after creation 2021-10-09 11:49:34 +03:00
CaseTypes.ts Add case icons. Clean up !cases. Allow customizing case colors and icons. 2020-08-11 04:16:06 +03:00
Configs.ts Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
db.ts Fix error when compiling ormconfig 2022-06-26 15:02:34 +03:00
DefaultLogMessages.json feat: move log timestamp prepending to log message format; use native timestamps by default 2021-11-02 21:27:08 +02:00
getChannelIdFromMessageId.ts Organise all imports, make Mutes depend on Logs 2021-06-06 23:51:32 +02:00
GuildAntiraidLevels.ts Organise all imports, make Mutes depend on Logs 2021-06-06 23:51:32 +02:00
GuildArchives.ts half the number of errors 2023-03-11 19:31:36 +00:00
GuildAutoReactions.ts Organise all imports, make Mutes depend on Logs 2021-06-06 23:51:32 +02:00
GuildButtonRoles.ts Make message with default buttons stateful 2021-06-08 04:34:32 +02:00
GuildCases.ts half the number of errors 2023-03-11 19:31:36 +00:00
GuildContextMenuLinks.ts Context Menu Actions v1, clean and mute support with full options 2021-08-13 05:01:08 +02:00
GuildCounters.ts fix: fix crash when decay period is 0 2022-12-15 00:38:24 +02:00
GuildEvents.ts Centralize periodic checks for mutes, tempbans, vcalerts, reminders, and scheduled posts 2021-09-25 21:34:07 +03:00
GuildLogs.ts Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
GuildMemberTimezones.ts Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
GuildMutes.ts Centralize periodic checks for mutes, tempbans, vcalerts, reminders, and scheduled posts 2021-09-25 21:34:07 +03:00
GuildNicknameHistory.ts Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
GuildPersistedData.ts Organise all imports, make Mutes depend on Logs 2021-06-06 23:51:32 +02:00
GuildPingableRoles.ts Organise all imports, make Mutes depend on Logs 2021-06-06 23:51:32 +02:00
GuildReactionRoles.ts Organise all imports, make Mutes depend on Logs 2021-06-06 23:51:32 +02:00
GuildReminders.ts Centralize periodic checks for mutes, tempbans, vcalerts, reminders, and scheduled posts 2021-09-25 21:34:07 +03:00
GuildRoleButtons.ts half the number of errors 2023-03-11 19:31:36 +00:00
GuildRoleQueue.ts half the number of errors 2023-03-11 19:31:36 +00:00
GuildSavedMessages.ts half the number of errors 2023-03-11 19:31:36 +00:00
GuildScheduledPosts.ts Centralize periodic checks for mutes, tempbans, vcalerts, reminders, and scheduled posts 2021-09-25 21:34:07 +03:00
GuildSlowmodes.ts Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
GuildStarboardMessages.ts Organise all imports, make Mutes depend on Logs 2021-06-06 23:51:32 +02:00
GuildStarboardReactions.ts Organise all imports, make Mutes depend on Logs 2021-06-06 23:51:32 +02:00
GuildStats.ts Organise all imports, make Mutes depend on Logs 2021-06-06 23:51:32 +02:00
GuildTags.ts feat(tags): remove foreign key from tag_responses, use raw deletion events 2021-10-17 11:49:34 +03:00
GuildTempbans.ts Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
GuildVCAlerts.ts Centralize periodic checks for mutes, tempbans, vcalerts, reminders, and scheduled posts 2021-09-25 21:34:07 +03:00
LogType.ts Include Sticker and Emoji events in Logs 2021-07-29 01:02:29 +02:00
Mutes.ts half the number of errors 2023-03-11 19:31:36 +00:00
Phisherman.ts Consolidate .env files. More work on dev containers. 2022-06-26 14:34:54 +03:00
queryLogger.ts fix: add missing queryLogger.ts 2021-11-02 21:03:55 +02:00
Reminders.ts Centralize periodic checks for mutes, tempbans, vcalerts, reminders, and scheduled posts 2021-09-25 21:34:07 +03:00
ScheduledPosts.ts Centralize periodic checks for mutes, tempbans, vcalerts, reminders, and scheduled posts 2021-09-25 21:34:07 +03:00
Supporters.ts Organise all imports, make Mutes depend on Logs 2021-06-06 23:51:32 +02:00
Tempbans.ts Centralize periodic checks for mutes, tempbans, vcalerts, reminders, and scheduled posts 2021-09-25 21:34:07 +03:00
UsernameHistory.ts Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
VCAlerts.ts Centralize periodic checks for mutes, tempbans, vcalerts, reminders, and scheduled posts 2021-09-25 21:34:07 +03:00
Webhooks.ts feat: add editing support to InternalPoster 2021-11-02 23:10:37 +02:00
Zalgo.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