Commit graph

17 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
10bda9949a Minor styling improvements, and fix for new project setup. 2025-04-26 23:41:46 +01:00
910d1b3d21 Adds full text indexes, and advanced search capabilities to the StyleAI chat bot. 2025-04-26 22:46:29 +01:00
ef002ec79b Wrap downloader in a catch 2025-04-26 12:07:42 +01:00
c1cff132b3 Fix error when Mantis key isn't set. 2025-04-26 12:02:17 +01:00
8ad2c6ef53 Add filters. 2025-04-26 11:26:38 +01:00
af8cc56e79 Mantis summary updates. 2025-04-26 10:55:37 +01:00
0e0d1bffb3 Fix some annoyances with chat. 2025-04-26 10:55:37 +01:00
92230f8a07 Adds in dashboard page showing basic Mantis statistics 2025-04-26 10:55:37 +01:00
7564937faa Authentication flow change - Remove requirement for user to enter username - Use Passkey discoverability instead. 2025-04-26 10:55:37 +01:00
0d277e3035 Add in registration token requirement to prevent unauthorised registrations. 2025-04-26 10:55:37 +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
727746030c Overhaul settings and implement user preferences. Also implements dark theme toggle as part of the user settings. 2025-04-25 17:32:33 +01:00
0e491ecabe Force line endings and whitespace, and revamp logout via introduction of a new profile component. 2025-04-25 13:56:12 +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
83d93aefc0 Moved away from SSR to regular Node API server. 2025-04-25 12:50:44 +01:00