0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-08 17:53:55 +08:00
discourse/plugins/discourse-data-explorer
2026-07-31 22:01:42 +01:00
..
app SECURITY: Group report details expose raw Data Explorer SQL to non-admin group members [backport 2026.1] (#40951) 2026-06-16 14:28:31 -05:00
assets Build(deps): Bump chart.js from 3.5.1 to 4.5.1 (#35358) 2026-01-14 11:23:51 +01:00
config I18N: Update translations (#37916) 2026-02-25 09:47:58 -05:00
db/migrate
lib SECURITY: Strip SQL comments and use non-recursive parameter interpolation in Data Explorer [backport 2026.1] 2026-07-31 22:01:42 +01:00
spec SECURITY: Strip SQL comments and use non-recursive parameter interpolation in Data Explorer [backport 2026.1] 2026-07-31 22:01:42 +01:00
test/javascripts DEV: Remove unneeded const self = this; from qunit tests (#35632) 2025-10-27 18:07:22 +00:00
package.json DEV: Overhaul typechecking configuration (#35794) 2025-11-12 12:54:34 +00:00
plugin.rb SECURITY: Check for no group assignments in data-explorer queries 2026-02-26 12:24:37 +00:00
README.md
tsconfig.json DEV: Overhaul typechecking configuration (#35794) 2025-11-12 12:54:34 +00:00

Data Explorer Plugin

This plugin allows admins to run SQL queries against the live Discourse database, including parameterized queries and formatting for several common column types.

For more information, please see: https://meta.discourse.org/t/data-explorer-plugin/32566