zappyzep/backend
Dragory dbcd5e7de2
Cap delay strings to 100 years
This is to avoid issues with max date values and other similar edge
cases. This was an issue when accidentally passing a user ID as the
time value for e.g. reminders.
2020-10-13 19:45:41 +03:00
..
src Cap delay strings to 100 years 2020-10-13 19:45:41 +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 to Knub v30.0.0-beta.25 2020-10-10 14:44:20 +03:00
package.json Update to Knub v30.0.0-beta.25 2020-10-10 14:44:20 +03: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 automatic JS strict mode + noImplicitThis 2020-07-22 21:23:27 +03:00