zappyzep/backend/src/data
2022-04-23 16:31:41 +03:00
..
cleanup perf: smaller DELETE chunks for saved messages, sleep 1s between batches 2021-11-02 20:08:54 +02:00
entities feat: add internal role manager plugin; add role buttons plugin 2022-04-23 16:31:41 +03:00
loops chore: resolve eslint issues 2021-11-03 16:59:08 +02:00
types feat: Phisherman integration 2021-10-31 17:17:31 +02:00
AllowedGuilds.ts Update server owner dashboard permissions automatically 2021-09-05 14:34:06 +03:00
ApiAuditLog.ts Start work on API audit logs 2021-09-05 13:58:08 +03: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 Add rudimentary user management to dashboard 2021-09-05 16:42:35 +03: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 debug: log query counts based on operation and table 2021-11-02 20:54:47 +02: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 fix: fix archive body encryption trying to encode/decode the archive as JSON 2021-10-09 14:51:18 +03: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 chore: resolve eslint issues 2021-11-03 16:59:08 +02:00
GuildContextMenuLinks.ts Context Menu Actions v1, clean and mute support with full options 2021-08-13 05:01:08 +02:00
GuildCounters.ts Reformat all files with Prettier 2021-09-11 19:06:51 +03: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 feat: add internal role manager plugin; add role buttons plugin 2022-04-23 16:31:41 +03:00
GuildRoleQueue.ts feat: add internal role manager plugin; add role buttons plugin 2022-04-23 16:31:41 +03:00
GuildSavedMessages.ts perf(messageSaver): passthrough bot messages without saving them 2021-10-17 08:13:08 +03: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 feat(mutes): clear old expired mutes for servers that have disabled the mutes plugin 2021-10-17 20:12:42 +03:00
Phisherman.ts fix(phisherman): fix caught errors still throwing in getPhishermanDomainInfo() 2021-11-03 16:49:27 +02: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