Commit Graph

578 Commits

Author SHA1 Message Date
NovaFox161 d9b3832e27 Start work on support for self-hosted DAV service as calendar host backend 2026-01-07 01:10:18 -06:00
NovaFox161 c757fb6d69 So that made it worse, this makes it work 2025-12-23 02:29:51 -06:00
NovaFox161 5e01254db6 Trying a custom serializer for http status cuz I'm lazy 2025-12-23 01:55:03 -06:00
NovaFox161 f126789b8e Upgrade Gradle and several dependencies
Wow that required more changes than I expected
2025-12-23 01:27:31 -06:00
NovaFox161 385c218c28 Fix calendar edits failing when no description is present 2025-11-10 23:18:44 -06:00
NovaFox161 ae259d3194 Static calendar display will now automatically cut-off at 1 year 2025-08-20 22:36:34 -05:00
Nova Maday 97538ad564 Merge pull request #168 from DreamExposure/feature/redis-user
Feature/redis user
2025-08-12 19:19:45 -05:00
NovaFox161 cfdd42ef2f Add support for redis username and database 2025-08-12 18:55:09 -05:00
NovaFox161 b075b36c69 Just setting this as a string because my jackson mapper doesn't seem to be working and I'm too long into this to care enough to fix it properly right now 2025-07-28 01:44:26 -05:00
NovaFox161 0938dff9d5 Add human-readable uptime, and remove unneeded values 2025-07-28 00:37:41 -05:00
NovaFox161 2dfb56d31f I think its fully working now, much better than before 2025-07-27 22:11:20 -05:00
NovaFox161 271b3a567e Okay it does work, now to fix my maths 2025-07-27 21:50:30 -05:00
NovaFox161 e5ba9b74f3 Just trying to see if this does what I want, doubt it tho 2025-07-27 21:34:38 -05:00
NovaFox161 f273359dfe Mystery solved, still some things to fix, but cleaning out the debug logging I had 2025-07-27 19:55:10 -05:00
NovaFox161 e740b3ec98 Custom duration serializer doesn't appear to work 2025-07-27 19:41:38 -05:00
NovaFox161 7aa1051027 Adding logging here to see if I can get the error on the API side
Its so bizarre to me that the error is being swallowed somewhere, that's the only reason this has been taking such a weirdly long time to debug
2025-07-27 19:17:34 -05:00
NovaFox161 c2757f5ade So its broken, but I don't know why 2025-07-26 02:44:50 -05:00
NovaFox161 3617f9534b Cache config name is duped, why bother with it separate anyway 2025-07-26 02:11:02 -05:00
NovaFox161 c485c0fa98 Attempting to refactor how network status is tracked
If this works, it will make the API completely stateless, finally, as well as remove a good chunk of legacy spaghetti
2025-07-26 02:01:29 -05:00
NovaFox161 54ca1214b7 Add new minimal announcement style that hides all IDs and other unnecessary data 2025-07-24 00:13:45 -05:00
NovaFox161 760e7932ea Add settings subcommand to allow toggling new rsvp dropdown 2025-07-23 23:20:58 -05:00
NovaFox161 794cfe00c6 Apparently NotImplementedError will escape try/catches 2025-07-23 16:17:05 -05:00
NovaFox161 378a9eede1 Hopefully this is the correct way to do Unicode emotes 2025-07-21 21:42:08 -05:00
NovaFox161 2750d32079 Add confirm/cancel buttons to wizard messages for improved UX 2025-07-21 20:48:18 -05:00
NovaFox161 0c4eb3a067 Treat a 404 on calendar delete as soft-success rather than failing 2025-07-21 16:04:36 -05:00
NovaFox161 39e4a09035 This should fix inability to edit calendars 2025-07-21 15:48:36 -05:00
NovaFox161 e5cec1e46f That didn't work 2025-07-18 23:11:12 -05:00
NovaFox161 bda86a25ad Trying to see if this logic helps 2025-07-18 22:29:26 -05:00
NovaFox161 070cfa70e7 Add support in embed title for announcement modifier 2025-07-18 20:57:04 -05:00
NovaFox161 9599cf0d2a Dunno how I managed to invert that as well 2025-07-18 19:42:40 -05:00
NovaFox161 434077bb25 Inverted condition 2025-07-18 19:30:42 -05:00
NovaFox161 7be589a371 Add support for announcement DURING modifier. Needs testing and validation, but oh boi, its exciting 2025-07-18 17:49:14 -05:00
NovaFox161 2d992e8477 Fix typo 2025-07-07 20:00:45 -05:00
NovaFox161 9846ce5c4f Add ability to temporarily pause announcements, implements #54 2025-07-06 21:09:43 -05:00
NovaFox161 3d177ca516 Add rsvp dropdown to announcements 2025-07-06 18:48:58 -05:00
NovaFox161 1110cdc4f7 Added rsvp dropdown interaction
Needs testing, but hopefully it should work
2025-07-06 18:02:13 -05:00
NovaFox161 45e4bea993 Discord is dumb 2025-07-03 21:24:09 -05:00
NovaFox161 b8f043f621 Add autocomplete to calendar option in commands 2025-07-03 21:04:47 -05:00
NovaFox161 a026bfa4dd Suppress warning because of how barely used this is, I don't want to redo it "properly" 2025-07-03 17:31:14 -05:00
NovaFox161 9e95e73beb Add autocomplete suggestions for timezone input 2025-07-02 23:34:04 -05:00
NovaFox161 bf6636986e Improve debug devex, closes #48 2025-07-02 22:31:27 -05:00
NovaFox161 29adb52b44 Missed a case 2025-06-18 22:38:42 -05:00
NovaFox161 d8473d43dd I might have finally figured out the everyone ping bug
Turns out Discord only lets you do it as `@everyone` not as `<@&guildId>`

Make it make sense
2025-06-18 22:35:22 -05:00
NovaFox161 65ee402170 Upgrade Discord4J to v3.3.3-RC2 2025-06-18 22:30:24 -05:00
NovaFox161 0b35901ab2 Upgrade various other dependencies and cleanup several warnings 2025-06-17 23:37:59 -05:00
NovaFox161 fb48222e6d Fix a handful of bugs observed in embeds 2025-01-20 16:11:25 -06:00
NovaFox161 5132652000 Attempting collections error fix 2025-01-17 19:06:16 -06:00
NovaFox161 56d07380f0 Fix issue with unexpected prod data lol 2024-12-30 22:08:49 -06:00
NovaFox161 98e0164f5a Place reactor metrics collection behind toggle
Needed because I can't yet map URI templates yet
2024-12-28 23:58:46 -06:00
NovaFox161 c7ede7e3a5 Improved error catching on image validation handling 2024-12-28 17:42:50 -06:00