Commit graph

10 commits

Author SHA1 Message Date
3b846b8c8e Migrated to using Bun instead of Node and PNPM. This also brings in a Devcontainer which enables quick and easy development of the project. Additionally this adds connectivity to S3 (with a default Minio server pre-created) this enables Files to be uploaded against Mantises. There's also a new Internal Notes feature to store arbitrary text notes against a Mantis. 2025-04-27 21:18:01 +00:00
8dda301461 Adds full text indexes, and advanced search capabilities to the StyleAI chat bot. 2025-04-26 14:20:15 +01:00
8ad2c6ef53 Add filters. 2025-04-26 11:26:38 +01:00
5268d6aecd Adds in Mantis features. Enabling automated downloading of Mantises into the internal database, browsing of them, and viewing of attachments (including .msg files).
Resolves #14
2025-04-26 10:54:04 +01:00
300040bd58 Add in Pino logging and make UI consistent across the app. 2025-04-25 19:34:17 +01:00
1f9bb34853 Changes sessions to be stored in the DB, this ensures that sessions persist after a restart! 2025-04-25 13:03:25 +01:00
a857c3da07 Adds in initial migration, recommends ESLint VS Code extension and sets up defaults to format with ESLint on save and use ESLint as the general formatter 2025-04-25 08:48:14 +01:00
8655eae39c Adds in AI chatting system. 2025-04-24 23:20:20 +01:00
28c054de22 Adds in authentication system and overhauls the navigation bar to be built dynamically. 2025-04-24 21:35:52 +01:00
2ad9a63582 Add mantis summaries and start of email summaries... Need to figure out a way to get the emails since MS block IMAP :( 2025-04-23 21:12:08 +01:00