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

60 Commits

Author SHA1 Message Date
9f1db9a662
Fix attachment migration error when database contains attachments for deleted messages
Closes #264
2024-08-04 21:47:34 +02:00
9738880ba7
Remember downloading state and filter settings in database 2024-07-09 20:39:39 +02:00
1700f99bf7
Rename database tables related to messages 2024-07-05 05:02:06 +02:00
84acf5f5d5
Fix error when tracking announcements with attachments across multiple channels
Closes #261
2024-07-04 21:56:23 +02:00
ae56433836
Fix not updating download URLs and metadata when re-tracking messages with failed downloads 2024-07-01 05:45:36 +02:00
943163473a
Add support for global display names of users
Closes #216
2024-05-08 23:39:13 +02:00
2b1c178f49
Handle request cancellation in 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
de8d6a1e11
Stream downloaded files during database merges 2024-04-17 13:31:25 +02:00
d79e6f53b4
Stream downloaded files from database directly into HTTP server responses 2024-04-17 13:31:25 +02:00
70c04fc986
Stream downloaded files directly into database 2024-04-17 13:31:24 +02:00
c8d8d95daa
Fix not rolling back database transactions after unhandled exceptions 2024-04-17 12:30:13 +02: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
c5f77872fe
Fix some database calls not being asynchronous 2024-01-01 14:37:05 +01:00
c9e50e1a80
Refactor database schema upgrades 2024-01-01 09:29:32 +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
0bc6232da7
Convert database events to reactive 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
3bf5acfa65
Fix trailing spaces Rider generates in code 2023-12-27 08:22:23 +01:00
567253d147
Use multiple threads to download attachments 2023-12-25 09:36:14 +01:00
8a80cb8c20
Show progress dialog when upgrading database schema 2023-12-22 16:18:03 +01:00
095c9a061a
Update attachment downloads for time-limited Discord CDN URLs
Closes #223
2023-12-21 00:27:08 +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
bbc734ba9b
Track dimensions of image attachments 2022-07-18 21:09:20 +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
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
a4ebd5eed6
Replace message statistics thread with new async value computer 2022-05-21 03:27:57 +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
6ce0ef7d55
Refresh message statistics after tracking messages in a background thread 2022-03-21 01:38:41 +01:00
9ca56bd910
Enable write-ahead log for SQLite connections to prevent blocking concurrent writes and reads 2022-03-21 00:38:24 +01:00
ab7f5d0a41
Add SQLite connection pooling and fix not releasing file lock after closing database
Closes #167
2022-03-13 13:50:26 +01:00
563c644f48
Fix new databases containing columns that were removed in an earlier commit 2022-03-12 18:12:30 +01:00
1ed26a16ea
Add more performance logging to the app 2022-03-06 15:49:44 +01:00