1
0
mirror of https://github.com/chylex/Discord-History-Tracker.git synced 2024-11-24 20:42:46 +01:00
Commit Graph

84 Commits

Author SHA1 Message Date
9d208b026c
Synchronize publishing downloaded items to UI 2023-12-31 16:51:33 +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
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
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
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
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
caab038eaa
Use source generators for JSON serialization everywhere 2023-12-22 05:24:28 +01:00
6e64c86d7a
Optimize viewer JSON export using source generators 2023-12-21 08:29:07 +01:00
095c9a061a
Update attachment downloads for time-limited Discord CDN URLs
Closes #223
2023-12-21 00:27:08 +01:00
8bba33d815
Update SQLite provider to 8.0.0 (SQLite version 3.41.2) 2023-12-20 10:42:17 +01:00
fe588686fc
Clean up project configuration and build scripts & fix CI builds 2023-11-23 21:45:54 +01:00
492dddb35d
Load full tracking script from the integrated server to remove need for minification 2023-11-21 07:08:26 +01: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
b2389dd521
Update SQLite provider to 7.0.9 2023-07-18 15:54:13 +02:00
22958536e7
Update Avalonia to 0.10.18 & SQLite provider to 6.0.10 2022-10-22 00:17:48 +02:00
f625a39b4d
Update SQLite provider to 6.0.7 (SQLite version 3.35.5) 2022-07-18 21:51:19 +02:00
bbc734ba9b
Track dimensions of image attachments 2022-07-18 21:09:20 +02:00
6837b05b0d
Fix missing ToArray call when serializing message reactions to JSON 2022-07-18 21:00:36 +02:00
c94808a15f
Show downloaded attachments when viewing via Open Viewer 2022-07-18 20:21:45 +02:00
d463b407f4
Fix code for reducing chance of SQLite connection pool livelocks 2022-07-18 20:13:05 +02:00
176a81e055 Reformat list of allowed origins in CORS 2022-07-15 01:34:08 +02:00
Matojeje
1cf3e76644 Add CORS for Canary and PTB 2022-07-15 01:34:08 +02:00
9ae5ece24b
Fix negative numbers & exception with very large numbers in attachment size limit 2022-06-04 21:55:55 +02:00
053ab5b091
Fix exception & wrong download statistics when multiple attachments have the same URL 2022-06-04 21:47:34 +02:00
71c628fdf8
Fix not recomputing download statistics after removing download items 2022-06-04 21:45:40 +02:00
31fe6aed35
Stop ignoring removal filters for messages and download items if the filter matches all 2022-06-04 21:25:06 +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
4e94e788bc
Fix not closing connections to database files incompatible with the current app version (including rejected upgrade prompts) 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
1e6e5c6f92
Refactor generating SQL "WHERE" clauses 2022-05-28 21:40:13 +02:00
2459c8ee1a
Add randomization of SQLite connection pool delays to reduce chance of livelocks 2022-05-28 21:40:13 +02:00
b13b85dedd
Add support for cancelling async value computation 2022-05-28 21:38:42 +02:00
9572f0f002
Rename MessageFilterRemovalMode to FilterRemovalMode 2022-05-24 22:02:36 +02:00
bff86b09c7
Update SQLite version to 3.35.5 2022-05-22 16:19:19 +02:00
4cbf387e2a
Optimize viewer export to support exporting large databases 2022-05-21 20:11:09 +02:00