3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00
zeppelin/backend
Nils 2e50fa7630
Add allow_mentions option to enable tags mentioning someone (#160)
Checked when a tag is posted - so a tag can have for example pings enabled if a mod executes that tag, but not if anyone below mod does it.
2021-04-02 16:40:20 +03:00
..
src Add allow_mentions option to enable tags mentioning someone (#160) 2021-04-02 16:40:20 +03:00
.gitignore 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
api.env.example dashboard/api: add support for Zeppelin staff members; add ViewGuild permission; code cleanup 2020-05-23 16:22:03 +03:00
bot.env.example 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
ormconfig.js Add support for server-specific timezone and date format settings 2020-08-10 00:24:06 +03:00
package-lock.json Update Knub to v30.0.0-beta.35 2021-03-06 13:32:23 +02:00
package.json Update Knub to v30.0.0-beta.35 2021-03-06 13:32:23 +02:00
register-tsconfig-paths.js Switch from ts-node to tsc-watch for faster watch restarts; move format npm script to project root 2019-11-30 17:05:18 +02:00
start-dev.js Switch from ts-node to tsc-watch for faster watch restarts; move format npm script to project root 2019-11-30 17:05:18 +02:00
tsconfig.json Turn on strict TS compilation. Fix up and tweak types accordingly. 2020-11-09 20:03:57 +02:00