Commit Graph

250 Commits

Author SHA1 Message Date
Tarrgon 0b211db023 Remove database-related message content usage 2026-06-12 11:30:05 -04:00
Tarrgon c80a8555af Merge pull request #6 from nxbat/try-not-to-spell-challenge
[devwatch]: devwatch button now gives more feedback.
2026-06-05 12:53:14 -04:00
Tarrgon dfe4e45984 Fix eslint optional non-null assertion 2026-06-05 12:52:07 -04:00
Tarrgon 148599dcf1 Move db schema to structure.sql 2026-06-05 12:46:26 -04:00
nxbat fa2b2dc4fa Merge branch 'e621ng:master' into try-not-to-spell-challenge 2026-06-06 00:41:00 +08:00
Tarrgon 39c7f35cf9 Parse deletion reason to markdown 2026-06-04 08:09:54 -04:00
Tarrgon f75fb5cff9 Update Database.ts 2026-06-04 08:04:06 -04:00
Nix Krystik a3397c7850 Devwatch responses are now less vague. 2026-06-04 14:44:26 +08:00
Tarrgon adf00ab267 Fix eslint 2026-06-03 20:17:25 -04:00
Tarrgon 343cb3123c Register handlers after db opened 2026-06-03 20:17:19 -04:00
Tarrgon fd3f626db4 Add tsc-alias 2026-06-03 19:48:13 -04:00
Tarrgon 52a227334f Add base URL for relative paths
I forgot about this...
2026-06-03 19:36:30 -04:00
Tarrgon 2c7689a189 Just use the open post button 2026-06-03 19:04:31 -04:00
Tarrgon c95a81e784 Update ticket and appeal handlers 2026-06-03 15:22:25 -04:00
Tarrgon 9cf7d2ce9a Add clynamic registry to .npmrc 2026-06-03 14:27:29 -04:00
Nix Krystik 57eb5f403c copying and pasting for the win. 2026-06-03 23:41:30 +08:00
Tarrgon 6ae86b472a I forgot to pin this 2026-06-03 08:02:35 -04:00
Tarrgon bafed23169 Add dtext to markdown for tickets and appeals 2026-06-03 08:01:59 -04:00
Tarrgon 5e5840ffdf Switch to module 2026-06-03 07:53:58 -04:00
Tarrgon d37d1c67cd Pin versions 2026-06-03 07:32:31 -04:00
Tarrgon 67a3753b96 eslint 2026-06-02 22:33:24 -04:00
Tarrgon a9e99cc570 I can't see where this is used 2026-06-02 21:58:42 -04:00
Tarrgon 24cd800075 Add flags regex and appeals to descriptions 2026-06-02 21:18:57 -04:00
Tarrgon d77222f2ae Remove old log 2026-06-02 21:17:44 -04:00
Tarrgon 18395fe63a Add appeal linking 2026-06-02 20:42:13 -04:00
Tarrgon 2c0ef019b8 Use a volume for migrations 2026-06-02 17:18:13 -04:00
Tarrgon ea37046d30 Update settings.ts 2026-06-02 16:46:45 -04:00
Tarrgon 8355cc5fe8 Update package-lock.json 2026-06-02 13:20:40 -04:00
Tarrgon 17ac26790f Merge pull request #4 from nxbat/scheduler
[feat]: Scheduler
2026-06-02 12:54:39 -04:00
Tarrgon 65f7bce4c2 Merge pull request #5 from nxbat/db-rewrite
Settings and small Database.ts cleanup.
2026-06-02 12:46:10 -04:00
Tarrgon 357b287aa8 Merge 2026-06-02 12:45:55 -04:00
Tarrgon 3302d8fe92 Merge branch 'master' into pr/5 2026-06-02 12:45:47 -04:00
Tarrgon 86911ad141 Fixes 2026-06-02 11:08:13 -04:00
Tarrgon 8a958ed326 Switch to migrations 2026-06-02 10:35:45 -04:00
Tarrgon e6fb923531 Settings 2026-06-02 09:40:52 -04:00
Tarrgon 53a658aa69 Add appeals pubsub events 2026-06-02 09:36:15 -04:00
Nix Krystik 0985712a1d Update changed files to use LF instead of CRLF.
See the following commits for more info:
-
  https://github.com/e621ng/discordbot-ng/commit/fdcb193e317b764755dea4a054a1b0a5adf745f2
-
  https://github.com/e621ng/discordbot-ng/commit/66d4bd49266a634436ff075c6765083853976d47
-
  https://github.com/e621ng/discordbot-ng/commit/6ad3ee5f23df319c09fdb52e6a8cf6e073a0bb3b
2026-05-30 16:38:48 +08:00
Nix Krystik dfc6196e67 revert embeds to regular content responses 2026-05-29 21:39:06 +08:00
nxbat 189e4319ad Update src/shared/Database.ts 2026-05-29 13:04:42 +00:00
Nix Krystik 71f1318f7b Merge branch 'master' into db-rewrite 2026-05-29 12:52:13 +00:00
Nix Krystik 8c6d535f97 Merge branch 'master' into scheduler 2026-05-29 12:47:46 +00:00
Tarrgon 6ad3ee5f23 Fix line endings 2026-05-29 08:43:48 -04:00
Tarrgon 66d4bd4926 Use LF line endings 2026-05-29 08:41:27 -04:00
Nix Krystik 1cb7a66a10 Merge branch 'master' into db-rewrite 2026-05-29 12:33:07 +00:00
Tarrgon fdcb193e31 Create .gitattributes 2026-05-29 08:18:50 -04:00
Nix Krystik 4cfad70fbd found the reason why Git thought i rewrite entire files. 2026-05-29 15:11:50 +08:00
Nix Krystik ea7882b143 I'm just a little daft for this one. 2026-05-29 14:46:58 +08:00
Nix Krystik 1c8ff60adf remove spacing from embed builders. 2026-05-29 08:56:27 +08:00
Nix Krystik 00da10da0c Added a embed pre-builder to make all the embeds consistent. 2026-05-29 08:53:01 +08:00
Nix Krystik a4299318b0 prettier and i couldn't agree on styling so i disabled it. ended up missing a semi-colon. javascript is javascript and ignores this now :D 2026-05-28 21:09:05 +08:00