• Joined on 2024-04-13
stijn pushed to master at Altitude/AltitudeWeb 2026-07-19 15:54:51 +00:00
3f974b2dff Sort chat messages in descending order by timestamp for improved recency-based display.
stijn pushed to master at Altitude/AltitudeWeb 2026-07-19 15:51:24 +00:00
51416aec01 Improve chat UI with consistent styling, hover effects, flexbox adjustments, and message container restructuring. Sort messages by timestamp for better readability.
a5c6ab9020 Refine unread message count logic by excluding messages from the selected server.
Compare 2 commits »
stijn pushed to master at Altitude/AltitudeWeb 2026-07-19 15:12:08 +00:00
d61f2ed938 Modularize chat page with new components (chat-box, server-list, chat-info). Introduce server filtering, real-time updates, and redesigned layout for enhanced usability.
73132fae13 Fix circular dep
Compare 2 commits »
stijn pushed to master at Altitude/AltitudeWeb 2026-07-18 23:36:19 +00:00
6996ecf48c Enhance chat view with server-specific colors, timestamp display, and improved message styling.
stijn pushed to master at Altitude/AltitudeWeb 2026-07-18 23:28:55 +00:00
634de9a856 Update event name from 'chat-message' to 'chat' in chat service event listener.
stijn pushed to master at Altitude/AltitudeWeb 2026-07-18 23:24:56 +00:00
7a360d1a26 Filter chat messages by allowed servers defined in application.properties.
stijn pushed to master at Altitude/AltitudeWeb 2026-07-18 23:19:19 +00:00
0233958118 Normalize MiniMessage payloads with normalizeComponent utility and update message handling in chat view and service.
357948f134 Display "BLOCKED" label for messages with notBlocked set to false in chat view.
Compare 2 commits »
stijn pushed to main at Altitude/Chat 2026-07-18 23:03:14 +00:00
92979e9789 Refactor ChatListener to improve readability and formatting consistency across message handling and ignored players logic.
stijn pushed to master at Altitude/AltitudeWeb 2026-07-18 22:59:10 +00:00
4b6a491919 Introduce MiniMessage rendering system for structured chat formatting and interaction
stijn pushed to master at Altitude/AltitudeWeb 2026-07-18 22:33:03 +00:00
4708da0c43 Configure Tomcat remote IP settings and forward headers strategy for improved proxy support
stijn pushed to master at Altitude/AltitudeWeb 2026-07-18 22:22:59 +00:00
aa0c61cf5e Introduce Angular Chat Component with SSE integration for real-time updates.
stijn pushed to master at Altitude/AltitudeWeb 2026-07-18 22:12:18 +00:00
04ca05cd14 Refactor ChatLogDao to use Timestamp and update ChatMessageMapper with proper JSON serialization using Jackson.
stijn pushed to master at Altitude/AltitudeWeb 2026-07-18 22:09:17 +00:00
1eb0aac97e Update toJson method in ChatMessageMapper to include notBlocked field in JSON conversion.
stijn pushed to master at Altitude/AltitudeWeb 2026-07-18 22:08:54 +00:00
5b28f2b707 Enable Spring Boot Actuator with limited exposure and secure /actuator/mappings endpoint access.
stijn pushed to master at Altitude/AltitudeWeb 2026-07-18 21:30:54 +00:00
dde66bd608 Introduce EventPublisher and EventController for server-sent events (SSE) to enable real-time chat updates.
stijn pushed to master at Altitude/AltitudeWeb 2026-07-18 20:58:02 +00:00
646bbd4145 Introduce chat database integration with message persistence and initialization.
stijn pushed to main at Altitude/Chat 2026-07-18 19:05:01 +00:00
af6820d1bf Remove custom OffsetDateTime mappings in OpenAPI config and ensure timestamps are converted to UTC in ChatLog.
stijn pushed to master at Altitude/AltitudeWeb 2026-07-18 19:02:18 +00:00
9ebd420874 Replace UnsupportedOperationException with HTTP 202 ACCEPTED response in sendChatMessages.
stijn pushed to master at Altitude/AltitudeWeb 2026-07-18 18:52:33 +00:00
321e736d4b Add logging for debugging chat message addition, marked for future removal
stijn pushed to main at Altitude/Chat 2026-07-18 18:51:39 +00:00
8546bda28a Replace hardcoded web server URL with configurable value from Config.
28894ef245 Improve string formatting consistency in Config.java and add webServerSettings method for web server configuration
Compare 2 commits »