1
0
mirror of https://github.com/chylex/Discord-History-Tracker.git synced 2024-10-17 00:42:45 +02:00
Commit Graph

605 Commits

Author SHA1 Message Date
de266473c5
Migrate models to a custom version of MVVM Community Toolkit 2023-12-31 14:42:03 +01:00
e0f359c15b
Fix wrong attachment download progress information after re-enqueueing items 2023-12-30 12:27:44 +01:00
935f11d736
Make database schema upgrades asynchronous 2023-12-30 12:27:44 +01:00
f64141e768
Rewrite database interface to be asynchronous and improve UI 2023-12-30 12:27:44 +01:00
edea3470df
Set C# language version to 12 2023-12-28 20:34:45 +01:00
031d521402
Convert attachment download events to reactive 2023-12-28 17:33:30 +01:00
0131f8cb50
Refactor integrated server management 2023-12-28 17:33:30 +01:00
3bf5acfa65
Fix trailing spaces Rider generates in code 2023-12-27 08:22:23 +01:00
f603c861c5
Encapsulate server-side state and ensure graceful shutdown when closing main window 2023-12-27 08:22:23 +01:00
d2934f4d6a
Update user agent of downloader 2023-12-25 09:36:14 +01:00
567253d147
Use multiple threads to download attachments 2023-12-25 09:36:14 +01:00
aa6555990c
Fix throwing exceptions in UI binding converters 2023-12-25 07:04:31 +01:00
3d9d6a454a
Remove unnecessary ASP.NET features 2023-12-23 13:47:33 +01:00
ee39780928
Rewrite token authorization checks in integrated server 2023-12-23 13:47:31 +01:00
7b58f973a0
Disable ASP.NET logging and use custom logging for request duration 2023-12-23 11:19:54 +01:00
93fe018343
Add -console argument to show a console on Windows 2023-12-23 08:46:43 +01:00
4f5e27f651
Release v39.1 2023-12-22 16:31:11 +01:00
cbf81ec95a
Fix missing JSON source generator when parsing integrated server requests 2023-12-22 16:31:11 +01:00
8a80cb8c20
Show progress dialog when upgrading database schema 2023-12-22 16:18:03 +01:00
865deb356a
Fix progress dialog not propagating exceptions from its task 2023-12-22 14:47:55 +01:00
069ab97196
Disable reflection-based JSON serialization 2023-12-22 05:54:24 +01:00
caab038eaa
Use source generators for JSON serialization everywhere 2023-12-22 05:24:28 +01:00
fb837374fc
Enable single file compression and disable unnecessary .NET features 2023-12-22 02:30:24 +01:00
65d935cca1
Use compiled bindings in Avalonia XAML 2023-12-21 08:55:56 +01:00
6e64c86d7a
Optimize viewer JSON export using source generators 2023-12-21 08:29:07 +01:00
8aeb590bb3
Release v39.0 2023-12-21 05:18:01 +01:00
8dc1adc9f0
Fix viewer converting underscores to italics even when not at the end of a word 2023-12-21 05:09:55 +01:00
ddf70b02e7
Fix not storing channel topic and position if the channel is in a category
Closes #232
2023-12-21 04:49:19 +01:00
ef59fd992e
Reword "Do Nothing" option in autoscroll settings to improve clarity 2023-12-21 04:27:24 +01:00
d044627fac
Reduce delay in tracker for responding to new messages 2023-12-21 04:27:24 +01:00
a624745602
Force light theme in Avalonia 2023-12-21 04:24:12 +01:00
6da3c185e5
Update Avalonia to 11.0.6 2023-12-21 04:24:01 +01:00
d4d14cab97
Update Rider project configuration files 2023-12-21 00:55:19 +01:00
095c9a061a
Update attachment downloads for time-limited Discord CDN URLs
Closes #223
2023-12-21 00:27:08 +01:00
d01f9ed218
Rewrite detection of newly loaded messages 2023-12-20 13:19:11 +01:00
dd6f121059
Fix not seeing messages after a Discord update
Closes #240
2023-12-20 10:51:14 +01:00
8bba33d815
Update SQLite provider to 8.0.0 (SQLite version 3.41.2) 2023-12-20 10:42:17 +01:00
9eab8ac92a
Update README section on distribution 2023-11-24 13:47:53 +01:00
fe588686fc
Clean up project configuration and build scripts & fix CI builds 2023-11-23 21:45:54 +01:00
7392987165
Remove unused argument in tracker script
Closes #235
2023-11-23 05:22:33 +01:00
492dddb35d
Load full tracking script from the integrated server to remove need for minification 2023-11-21 07:08:26 +01:00
d35280a6a6
Release v38.0 2023-10-29 06:42:45 +01:00
ae8a34f938
Log error when reading Discord settings fails 2023-10-29 06:42:45 +01:00
18f5823f2a
Fix not seeing messages after a Discord update
Closes #226
2023-10-29 06:42:45 +01:00
37640c97b0
Update to Avalonia 11.0.5 2023-10-29 06:38:26 +01:00
3cc5c75c48
Fix JSON serialization not working in release builds 2023-10-29 06:38:26 +01:00
2424a8ac8d
Fix UI freezing due to attachment download statistics being updated on the wrong thread 2023-07-18 18:56:34 +02:00
e7705587c2
Fix .NET 8 warnings and update C# conventions 2023-07-18 18:51:23 +02:00
bd7904b88e
Convert namespace declarations to top-level 2023-07-18 16:12:02 +02:00
3db599e901
Update to .NET 8 2023-07-18 15:56:15 +02:00