Commit Graph

120 Commits

Author SHA1 Message Date
chylex a6225b9721
Hide user discriminators & fix places that still displayed usernames instead of display names
References #216
2024-05-09 00:04:31 +02:00
chylex 943163473a
Add support for global display names of users
Closes #216
2024-05-08 23:39:13 +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 7fdc19880e
Add -concurrentdownloads program argument to configure number of concurrent download tasks
References #256
2024-04-16 10:50:50 +02:00
chylex 72b8fb7c14
Update viewer to reference downloaded embeds, avatars, and emoji 2024-01-07 19:15:12 +01: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 4929a19397
Fix button to retry failed downloads & show error if downloads fail to start 2024-01-01 16:25:32 +01:00
chylex c9e50e1a80
Refactor database schema upgrades 2024-01-01 09:29:32 +01:00
chylex 37374eeb18
Migrate ConfigureAwait to Task.Run 2023-12-31 20:18:08 +01:00
chylex 23ddb45a0d
Make opening/saving viewer asynchronous 2023-12-31 20:18:08 +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 89161e14b1
Increase default window size slightly 2023-12-31 16:54:14 +01:00
chylex 119649ef9b
Optimize rendering of download statistics table 2023-12-31 15:33:00 +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 e0f359c15b
Fix wrong attachment download progress information after re-enqueueing items 2023-12-30 12:27:44 +01:00
chylex f64141e768
Rewrite database interface to be asynchronous and improve UI 2023-12-30 12:27:44 +01:00
chylex 031d521402
Convert attachment download events to reactive 2023-12-28 17:33:30 +01:00
chylex 0131f8cb50
Refactor integrated server management 2023-12-28 17:33:30 +01:00
chylex 3bf5acfa65
Fix trailing spaces Rider generates in code 2023-12-27 08:22:23 +01:00
chylex f603c861c5
Encapsulate server-side state and ensure graceful shutdown when closing main window 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 aa6555990c
Fix throwing exceptions in UI binding converters 2023-12-25 07:04:31 +01:00
chylex 93fe018343
Add -console argument to show a console on Windows 2023-12-23 08:46:43 +01:00
chylex 8a80cb8c20
Show progress dialog when upgrading database schema 2023-12-22 16:18:03 +01:00
chylex 865deb356a
Fix progress dialog not propagating exceptions from its task 2023-12-22 14:47:55 +01:00
chylex caab038eaa
Use source generators for JSON serialization everywhere 2023-12-22 05:24:28 +01:00
chylex 65d935cca1
Use compiled bindings in Avalonia XAML 2023-12-21 08:55:56 +01:00
chylex a624745602
Force light theme in Avalonia 2023-12-21 04:24:12 +01:00
chylex 6da3c185e5
Update Avalonia to 11.0.6 2023-12-21 04:24:01 +01:00
chylex fe588686fc
Clean up project configuration and build scripts & fix CI builds 2023-11-23 21:45:54 +01:00
chylex 492dddb35d
Load full tracking script from the integrated server to remove need for minification 2023-11-21 07:08:26 +01:00
chylex ae8a34f938
Log error when reading Discord settings fails 2023-10-29 06:42:45 +01:00
chylex 37640c97b0
Update to Avalonia 11.0.5 2023-10-29 06:38:26 +01:00
chylex 2424a8ac8d
Fix UI freezing due to attachment download statistics being updated on the wrong thread 2023-07-18 18:56:34 +02: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 610516de1f
Update file dialogs and hide overwrite prompt when opening database files
Closes #198
2023-07-17 23:11:41 +02:00
chylex 3a6b83e0ba
Update to Avalonia 11 2023-07-17 23:11:41 +02:00
chylex 22958536e7
Update Avalonia to 0.10.18 & SQLite provider to 6.0.10 2022-10-22 00:17:48 +02:00
chylex e4a09515b0
Update Avalonia to 0.10.16 2022-07-18 21:29:07 +02:00
chylex c94808a15f
Show downloaded attachments when viewing via Open Viewer 2022-07-18 20:21:45 +02:00
chylex 739e87c5ab
Add one decimal place to MB/GB/TB in the table in the Attachments tab 2022-07-18 20:19:51 +02:00
chylex 9ae5ece24b
Fix negative numbers & exception with very large numbers in attachment size limit 2022-06-04 21:55:55 +02:00
chylex 71c628fdf8
Fix not recomputing download statistics after removing download items 2022-06-04 21:45:40 +02:00
chylex af621b8d46
Fix wrong plural in the Viewer tab if the total amount of messages is zero (properly this time) 2022-06-04 21:26:50 +02:00
chylex 73f4c70325
Implement legacy archive file import 2022-06-04 13:31:48 +02:00