Commit Graph

35 Commits

Author SHA1 Message Date
chylex 2b1c178f49
Handle request cancellation in the integrated HTTP server 2024-04-21 18:48:19 +02:00
chylex 16d7e5a6f8
Serve viewer page and JSON data from the integrated HTTP server 2024-04-21 18:48:19 +02:00
chylex 8de309a6c4
Fix some Rider inspections and a typo 2024-04-17 14:13:33 +02:00
chylex d79e6f53b4
Stream downloaded files from database directly into HTTP server responses 2024-04-17 13:31:25 +02:00
chylex 2c1e5a7603
Rework download storage and start collecting download URLs from embeds, avatars, and reactions
Resolves #200
2024-01-07 05:50:46 +01:00
chylex 9904a711f7
Make database connection pool asynchronous 2023-12-31 19:47:28 +01:00
chylex d5720c8758
Code cleanup 2023-12-31 19:44:44 +01:00
chylex 0bc6232da7
Convert database events to reactive 2023-12-31 14:42:03 +01:00
chylex de266473c5
Migrate models to a custom version of MVVM Community Toolkit 2023-12-31 14:42:03 +01:00
chylex f64141e768
Rewrite database interface to be asynchronous and improve UI 2023-12-30 12:27:44 +01:00
chylex 3bf5acfa65
Fix trailing spaces Rider generates in code 2023-12-27 08:22:23 +01:00
chylex 567253d147
Use multiple threads to download attachments 2023-12-25 09:36:14 +01:00
chylex 93fe018343
Add -console argument to show a console on Windows 2023-12-23 08:46:43 +01:00
chylex cbf81ec95a
Fix missing JSON source generator when parsing integrated server requests 2023-12-22 16:31:11 +01:00
chylex caab038eaa
Use source generators for JSON serialization everywhere 2023-12-22 05:24:28 +01:00
chylex fe588686fc
Clean up project configuration and build scripts & fix CI builds 2023-11-23 21:45:54 +01:00
chylex e7705587c2
Fix .NET 8 warnings and update C# conventions 2023-07-18 18:51:23 +02:00
chylex bd7904b88e
Convert namespace declarations to top-level 2023-07-18 16:12:02 +02:00
chylex 3db599e901
Update to .NET 8 2023-07-18 15:56:15 +02:00
chylex 69a68b463c
Update JetBrains.Annotations to 2023.2.0 2023-07-18 15:54:13 +02:00
chylex 7fd644449c
Update JetBrains.Annotations to 2022.1.0 2022-07-18 21:43:45 +02:00
chylex c94808a15f
Show downloaded attachments when viewing via Open Viewer 2022-07-18 20:21:45 +02:00
chylex 73f4c70325
Implement legacy archive file import 2022-06-04 13:31:48 +02:00
chylex b13b85dedd
Add support for cancelling async value computation 2022-05-28 21:38:42 +02:00
chylex 06716330d6
Add utility for asynchronous value computation 2022-05-21 03:03:32 +02:00
chylex a54242de8a
Work around some Discord messages having duplicate attachments with the same ID
Closes #177
2022-05-03 21:28:29 +02:00
chylex c31155738e
Disable debug symbols for Utils project in Release configuration 2022-03-19 21:50:45 +01:00
chylex 3b698dbf33
Change assembly names of subprojects 2022-03-15 12:57:55 +01:00
chylex dc2c2d7ce8
Remove unnecessary .csproj tags and hide embedded resources from IDEs 2022-03-15 12:55:39 +01:00
chylex 1ed26a16ea
Add more performance logging to the app 2022-03-06 15:49:44 +01:00
chylex 6a2933ea0a
Add utilities for performance logging 2022-03-05 21:05:43 +01:00
chylex be5c76c3bd
Add debug log level and reset console colors after logging 2022-03-05 20:09:24 +01:00
chylex c4fe6c4391
Move app version info out of .csproj and into a single linked .cs file 2022-02-27 16:20:39 +01:00
chylex 4dc781b35c
Address Rider inspections 2022-02-21 22:27:29 +01:00
chylex 849ef18adb
Reorganize namespaces and move some classes to a separate Utils project 2022-02-21 22:27:01 +01:00