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

68 Commits

Author SHA1 Message Date
9738880ba7
Remember downloading state and filter settings in database 2024-07-09 20:39:39 +02:00
943163473a
Add support for global display names of users
Closes #216
2024-05-08 23:39:13 +02:00
16d7e5a6f8
Serve viewer page and JSON data from the integrated HTTP server 2024-04-21 18:48:19 +02:00
8de309a6c4
Fix some Rider inspections and a typo 2024-04-17 14:13:33 +02:00
72b8fb7c14
Update viewer to reference downloaded embeds, avatars, and emoji 2024-01-07 19:15:12 +01:00
2c1e5a7603
Rework download storage and start collecting download URLs from embeds, avatars, and reactions
Resolves #200
2024-01-07 05:50:46 +01:00
4929a19397
Fix button to retry failed downloads & show error if downloads fail to start 2024-01-01 16:25:32 +01:00
c9e50e1a80
Refactor database schema upgrades 2024-01-01 09:29:32 +01:00
37374eeb18
Migrate ConfigureAwait to Task.Run 2023-12-31 20:18:08 +01:00
23ddb45a0d
Make opening/saving viewer asynchronous 2023-12-31 20:18:08 +01:00
9904a711f7
Make database connection pool asynchronous 2023-12-31 19:47:28 +01:00
d5720c8758
Code cleanup 2023-12-31 19:44:44 +01:00
119649ef9b
Optimize rendering of download statistics table 2023-12-31 15:33:00 +01:00
0bc6232da7
Convert database events to reactive 2023-12-31 14:42:03 +01:00
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
f64141e768
Rewrite database interface to be asynchronous and improve UI 2023-12-30 12:27:44 +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
f603c861c5
Encapsulate server-side state and ensure graceful shutdown when closing main window 2023-12-27 08:22:23 +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
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
65d935cca1
Use compiled bindings in Avalonia XAML 2023-12-21 08:55:56 +01:00
492dddb35d
Load full tracking script from the integrated server to remove need for minification 2023-11-21 07:08: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
610516de1f
Update file dialogs and hide overwrite prompt when opening database files
Closes #198
2023-07-17 23:11:41 +02:00
3a6b83e0ba
Update to Avalonia 11 2023-07-17 23:11:41 +02:00
c94808a15f
Show downloaded attachments when viewing via Open Viewer 2022-07-18 20:21:45 +02:00
71c628fdf8
Fix not recomputing download statistics after removing download items 2022-06-04 21:45:40 +02:00
73f4c70325
Implement legacy archive file import 2022-06-04 13:31:48 +02:00
daa2feb445
Add support for merging downloaded attachments from other databases 2022-05-29 16:37:18 +02:00
133ec532d2
Refactor database merging & add user count to final report 2022-05-29 16:37:18 +02:00
6b54a80be1
Implement attachment downloads in desktop app 2022-05-29 12:09:47 +02:00
d51dcb0a84
Fix Viewer tab statistics (not computing in constructor, not cancelling after resetting filter) & tweak code 2022-05-28 21:40:12 +02:00
9572f0f002
Rename MessageFilterRemovalMode to FilterRemovalMode 2022-05-24 22:02:36 +02:00
2f3b8b974c
Rename MessageFilterPanel to FilterPanel 2022-05-24 22:02:36 +02:00
a1c93232d0
Cleanup temporary files when DHT is closed 2022-05-21 21:32:32 +02:00
db5f9d65db
Change default viewer file name to the name of the database file 2022-05-21 20:11:09 +02:00
4cbf387e2a
Optimize viewer export to support exporting large databases 2022-05-21 20:11:09 +02:00
64cf3c9fbb
Calculate amount of exported messages asynchronously 2022-05-21 20:11:09 +02:00
86acef1a22
Add option to Advanced tab to vacuum the database 2022-03-21 14:18:21 +01:00
277e241183
Speed up opening database by deferring the initial refresh of total message count 2022-03-21 14:18:21 +01:00
3b41ea7b5f
Fix showing potentially outdated message count when merging databases 2022-03-21 14:03:21 +01:00
fd09ac496e
Increase batch size when adding randomly generated data & fix magic numbers 2022-03-21 01:19:20 +01:00
3e891e19c3
Avoid redundant database queries when the Viewer tab is not visible 2022-03-20 23:11:39 +01:00
9341988017
Add debug tab with random database data generator 2022-03-20 23:11:38 +01:00