Commit graph

  • fa39851439 Fix alert icon in docs. Misc tweaks. Dragory 2019-10-10 23:15:03 +03:00
  • fc43beee38 dashboard: sort guilds in guild list Dragory 2019-10-10 23:05:00 +03:00
  • 5de6bf9cfa Dashboard tweaks Dragory 2019-10-10 23:03:18 +03:00
  • 3bd485e7e4 Update dashboard side to tailwindcss Dragory 2019-10-10 22:55:31 +03:00
  • 577500af92 dashboard: use webpack for builds; use tailwindcss instead of bulma; all sorts of tweaks Dragory 2019-10-10 21:58:00 +03:00
  • 028786d348 Docs updates Dragory 2019-10-05 14:46:00 +03:00
  • f820a06bac Switch from CodeMirror to Ace editor Dragory 2019-10-05 14:45:13 +03:00
  • 2f64cea03b Remove obsolete doc components Dragory 2019-10-05 14:18:21 +03:00
  • 85136c11e3 automod: add alert action support Dragory 2019-09-30 00:47:19 +03:00
  • 6e67ff8292 Remove obsolete import in Plugin.vue Dragory 2019-09-29 15:58:39 +03:00
  • 490dc587a2 Fix error when getUrlsInString doesn't match any URLs Dragory 2019-09-29 15:57:08 +03:00
  • a905e82492 Add usageGuide/configurationGuide to PluginInfo, make trimPluginDescription dynamic Dragory 2019-09-29 15:55:17 +03:00
  • 86b1df0a6a docs api: plugin options -> defaultOptions, tweak config schema formatting Dragory 2019-09-29 15:54:19 +03:00
  • 3ff3bfd5f0 dashboard: separate plugin usage/configuration, add usage guide + configuration guide Dragory 2019-09-29 15:53:14 +03:00
  • 1cf09ea997 Update Knub to 24.1.0 to restore support for async type conversion fns Dragory 2019-09-28 19:35:51 +03:00
  • 438694bc6e Use ts-node/register with node CLI instead of ts-node CLI Dragory 2019-09-28 19:34:36 +03:00
  • 4d7ab10fcf Update to Knub 24. Update Node typings to fix error with [util.inspect.custom] property. Dragory 2019-09-22 17:06:22 +03:00
  • 1681a45069 More documentation work Dragory 2019-08-22 02:58:32 +03:00
  • 5bbc318c68 Continue work on new automod plugin Dragory 2019-08-22 01:23:19 +03:00
  • ee6d622941 Auto-generate plugin docs (WIP) Dragory 2019-08-22 01:22:26 +03:00
  • 6bdb05e678 Make warn/kick/ban actions in ModActions available to other plugins via public methods Dragory 2019-08-22 01:18:36 +03:00
  • 404039e196 Add property/type for plugin info in ZeppelinPlugin Dragory 2019-08-21 22:07:13 +03:00
  • 357687654a Move vuex dependency from root package.json to dashboard folder Dragory 2019-08-21 22:06:31 +03:00
  • a05fcd7c06 Update Knub to v22.0.0 Dragory 2019-08-21 22:05:27 +03:00
  • ae43d890a1 Initial work on new automod Dragory 2019-08-18 16:40:15 +03:00
  • 1e549ef2a3 Fix error if the bot attempts to save a message that was already saved Miikka Virtanen 2019-08-14 10:57:39 +03:00
  • a48a58bd3c Fix error when calling resolveUserId with null/missing user id Miikka Virtanen 2019-08-14 10:55:34 +03:00
  • 328ec379c5 Fix issues with long reasons in !ban/softban/kick. Display an error if a ban/softban/kick command fails. Miikka Virtanen 2019-08-14 10:53:35 +03:00
  • 8d8343543d Fix userid/channelid argument types; rename userid/userID to userId for consistency; misc code style fix Dragory 2019-08-10 01:47:45 +03:00
  • afd677b270 ChannelArchiver: include message reactions in archive Dragory 2019-08-10 00:43:58 +03:00
  • cd07a3e32e ChannelArchiver: break out of the loop if there are no more messages to archive Dragory 2019-08-10 00:28:18 +03:00
  • 64f7b8cce4 ChannelArchiver: fix archiving of the wrong channel Dragory 2019-08-10 00:22:25 +03:00
  • 66ac85e300 Add ChannelArchiver plugin Dragory 2019-08-10 00:13:55 +03:00
  • 733855ac70 Add standardized function for asking the user to confirm an action Dragory 2019-08-10 00:13:35 +03:00
  • 307f95e0f4 Add a standardized way of checking for bot owners in global plugins Dragory 2019-08-10 00:12:16 +03:00
  • 6b46346a80 Update Knub to 21.0.0 Dragory 2019-08-10 00:11:02 +03:00
  • 5a1cf205a7 utils: safety checks to resolveUser; ignore a tslint error Dragory 2019-08-05 01:40:27 +03:00
  • 4f8dc4f0ae ModActions: ignore server errors when getting bans Dragory 2019-08-05 01:39:11 +03:00
  • a7507fa4ef Debug2 Dragory 2019-08-04 19:20:46 +03:00
  • 77ed889adc Debug Dragory 2019-08-04 18:08:20 +03:00
  • d679ab8b72 Temporary fixes to deepKeyIntersect while config modifiers are still a thing Dragory 2019-08-04 17:30:47 +03:00
  • 72729fdc14 Update Knub to 20.3.2 Dragory 2019-08-04 17:13:49 +03:00
  • 08d49ad477 Some improvements to 'unknown member' error reporting Dragory 2019-08-04 16:51:42 +03:00
  • a1aa995a7a Fix for non-object-literals in deepKeyIntersect Dragory 2019-08-04 16:47:42 +03:00
  • e4f1a6eb15 Censor: use decoded TSafeRegex for blocked_regex, disable default i flag(!) Dragory 2019-08-04 15:47:42 +03:00
  • 82a0fa4b43 Use GlobalZeppelinPlugin when applicable Dragory 2019-08-04 15:47:09 +03:00
  • a602164c13 Forgot to commit these a couple commits ago Dragory 2019-08-04 15:46:36 +03:00
  • e0bef49a84 BotControl: more robust owner checking, use GlobalZeppelinPlugin, add show_plugin_config command Dragory 2019-08-04 15:46:09 +03:00
  • a188b0433c api: crash on unhandled rejections Dragory 2019-08-04 15:45:35 +03:00
  • 6043fd5cd3 Configs are not decoded as well as validated by io-ts. Improvements to config validation, error messages, and TSafeRegex type. Dragory 2019-08-04 15:44:41 +03:00
  • 6282c13b70 Don't fetch all users on load (again...) Dragory 2019-08-04 13:42:39 +03:00
  • 68380c5ac3 Add support for safe regex type checking; make sure regexes passed to Censor are safe Dragory 2019-08-04 13:41:35 +03:00
  • 4034c6a850 Also run tslint on pre-commit Dragory 2019-08-04 13:18:41 +03:00
  • 460562d485 tslint: enable no-floating-promises Dragory 2019-08-04 13:18:26 +03:00
  • aab3a0cb1d Post: don't confirm post commands if the target channel is the same as the command channel Dragory 2019-08-04 13:18:02 +03:00
  • 5aa1f3cec9 Code cleanup Dragory 2019-08-04 13:16:46 +03:00
  • f0ba484f79 Utility: make sure the data in !info is always fresh Dragory 2019-08-04 13:16:23 +03:00
  • 09464e56e3 Mutes: fix mutes/unmutes sometimes not applying/removing the role Dragory 2019-08-04 13:16:01 +03:00
  • 66d6642bc6 Add forceFresh parameter to resolveMember. Clean up resolveUser/resolveMember code. Dragory 2019-08-04 13:14:23 +03:00
  • 08dec5d703 Disable dynamic scss imports (weird errors in prod builds, FIXME) Dragory 2019-07-29 22:58:38 +03:00
  • b52a4e1225 Code style tweak Dragory 2019-07-29 22:58:13 +03:00
  • a45d2965e9 Dashboard: disable source maps in prod builds, add debug build with source maps and no minification Dragory 2019-07-29 22:57:58 +03:00
  • c5c0ed55d0 Dashboard: fix docs link after logging in, move logout button to the right Dragory 2019-07-29 22:36:04 +03:00
  • 735eddae17 Splash: docs -> documentation Dragory 2019-07-29 22:32:11 +03:00
  • 3c02935cb4 Dashboard: don't collapse whitespace in code blocks (or anywhere) Dragory 2019-07-29 22:31:47 +03:00
  • 34f7d6f937 Docs: update user section of ArgumentTypes (from Dark) Dragory 2019-07-29 21:56:03 +03:00
  • ab87efac1f Tweaks Dragory 2019-07-29 21:51:38 +03:00
  • c0739ba326 Docs: add 'work in progress' notification Dragory 2019-07-29 21:51:25 +03:00
  • d1c837e89f Move material icons import to docs.scss for lazy loading Dragory 2019-07-29 21:34:34 +03:00
  • cb8392de2c Include buefy in package-lock.json Dragory 2019-07-29 21:34:19 +03:00
  • e67cc27b10 Docs: consistent menu capitalization Dragory 2019-07-29 21:30:36 +03:00
  • 4c652cf95c
    Merge pull request #15 from DarkView/master Miikka 2019-07-29 21:30:09 +03:00
  • 66705678a6 More docs work - Page for Document types and done LocateUser Nils Blömeke 2019-07-29 18:55:32 +02:00
  • 17f605dd6d More docs Dragory 2019-07-28 20:13:01 +03:00
  • b065b1b18e Dashboard: rename component folders to lowercase Dragory 2019-07-28 18:26:36 +03:00
  • f186e5c61f Work on documentation Dragory 2019-07-28 18:24:32 +03:00
  • c2935bd1d7 Better config validator error message for missing properties Dragory 2019-07-22 13:50:41 +03:00
  • ee58769460 Add bot alerts for missing audit log permissions; ignore internal server errors on discord's side when fetching audit logs Dragory 2019-07-22 13:50:24 +03:00
  • fb481aa583 CompanionChannels: snake_case for config options, 'companions' -> 'entries' Dragory 2019-07-22 13:27:28 +03:00
  • 6eff4dd80f Better debug message Dragory 2019-07-22 13:14:10 +03:00
  • 20d7d77178 CompanionChannels: refactor config format, don't do unnecessary permission changes Dragory 2019-07-22 13:11:14 +03:00
  • 0ea655ecee dashboard: fix space indents; code formatting Dragory 2019-07-22 13:10:36 +03:00
  • 00e34b322d Fix unknown property validation; fix override validation; be clear about which property is unknown Dragory 2019-07-22 13:09:05 +03:00
  • 6f75185e74 Handle OAuth2 token errors separately from regular server errors Dragory 2019-07-22 02:44:45 +03:00
  • 828385d0eb Fix YAML errors not showing the proper error message in config editor Dragory 2019-07-22 02:00:04 +03:00
  • 004a753a58 Revert emoji match fix Dragory 2019-07-22 01:33:38 +03:00
  • e34f3b1442 Fix invalid response in default route Dragory 2019-07-22 01:13:08 +03:00
  • 283041cd52 Don't post server errors publically Dragory 2019-07-22 01:11:36 +03:00
  • 541856d3b5 Include process file for API, separate bot/api process files Dragory 2019-07-22 01:04:31 +03:00
  • 1c7508ffc5 Fix overzealous auth requirement in API Dragory 2019-07-22 00:49:05 +03:00
  • b24dd6a938 Remove LogServer in favor of API server's log endpoint (again) Dragory 2019-07-22 00:48:26 +03:00
  • c0603a73fc Lazy-load dashboard components Dragory 2019-07-22 00:28:02 +03:00
  • 7deae18ca7 Fix code splitting for dashboard Dragory 2019-07-22 00:27:18 +03:00
  • 76b898d597 Delete unneeded file Dragory 2019-07-22 00:17:57 +03:00
  • 14dd31d015 Don't save identical configs as new revisions Dragory 2019-07-22 00:14:24 +03:00
  • 0f724fc9bd Dashboard styling; don't allow login if you have no guild perms; allow logging out Dragory 2019-07-22 00:11:24 +03:00
  • a517ca3906 Add temporary config auto-reload Dragory 2019-07-22 00:10:54 +03:00
  • 51a9b2bfa5 ormconfig: load api or bot .env, whichever exists Dragory 2019-07-22 00:10:27 +03:00
  • 688249cbb8 Update Knub to 20.3.1 Dragory 2019-07-22 00:10:03 +03:00
  • 3e0498f96b Typing fixes; show last reload time in !about Dragory 2019-07-22 00:09:45 +03:00