86 Commits
Author SHA1 Message Date
chylex be6203ede9 Reduce frequency of reactive UI updates with a short delay 2025-10-19 12:40:45 +02:00
chylex 998893b655 Fix merging databases causing random files to be re-downloaded, if automatic downloads are enabled
Closes #295
2025-10-15 06:43:29 +02:00
chylex 588a1ac0dc Show detailed progress when merging databases 2025-10-15 06:23:26 +02:00
chylex 57e2f9ed80 Add SQLite library version to the Debug tab 2025-06-17 07:54:40 +02:00
chylex 312be6609d Store server icons 2025-04-25 14:17:54 +02:00
chylex 44b42657ef Refactor downloads 2025-04-25 13:07:35 +02:00
chylex 780d5ae421 Optimize viewer message export 2025-03-18 17:35:38 +01:00
chylex e30b305eb5 Add option to export downloaded files
Closes #277
2025-03-17 17:27:12 +01:00
chylex e7c52fd1d5 Fix storing wrong download size in metadata when actual size is known and differs 2025-03-16 21:17:50 +01:00
chylex fb9b31175c Add option to use a separate database file for downloads when creating a new database 2025-03-16 17:16:51 +01:00
chylex 0fff3e8eaf Add option to delete orphaned downloads
Closes #273
2025-02-03 12:29:09 +01:00
chylex 261a583b50 Remove orphaned servers, channels, users, and attachments after removing messages 2025-02-03 12:28:07 +01:00
chylex 2ecb658e42 Reformat code 2025-02-03 12:28:07 +01:00
chylex 7a6dd23912 Add foreign keys to tables linked to messages 2025-02-03 12:28:07 +01:00
chylex 9f1db9a662 Fix attachment migration error when database contains attachments for deleted messages
Closes #264
2024-08-04 21:47:34 +02:00
chylex 9738880ba7 Remember downloading state and filter settings in database 2024-07-09 20:39:39 +02:00
chylex 1700f99bf7 Rename database tables related to messages 2024-07-05 05:02:06 +02:00
chylex 84acf5f5d5 Fix error when tracking announcements with attachments across multiple channels
Closes #261
2024-07-04 21:56:23 +02:00
chylex ae56433836 Fix not updating download URLs and metadata when re-tracking messages with failed downloads 2024-07-01 05:45:36 +02:00
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 383ee5c90e Stream messages to viewer using JSON lines 2024-04-21 20:55:05 +02:00
chylex 2b1c178f49 Handle request cancellation in the integrated HTTP server 2024-04-21 18:48:19 +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 de8d6a1e11 Stream downloaded files during database merges 2024-04-17 13:31:25 +02:00
chylex d79e6f53b4 Stream downloaded files from database directly into HTTP server responses 2024-04-17 13:31:25 +02:00
chylex 70c04fc986 Stream downloaded files directly into database 2024-04-17 13:31:24 +02:00
chylex c8d8d95daa Fix not rolling back database transactions after unhandled exceptions 2024-04-17 12:30:13 +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 c5f77872fe Fix some database calls not being asynchronous 2024-01-01 14:37:05 +01:00
chylex c9e50e1a80 Refactor database schema upgrades 2024-01-01 09:29:32 +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 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 935f11d736 Make database schema upgrades asynchronous 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 3bf5acfa65 Fix trailing spaces Rider generates in code 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 cbf81ec95a Fix missing JSON source generator when parsing integrated server requests 2023-12-22 16:31:11 +01:00
chylex 8a80cb8c20 Show progress dialog when upgrading database schema 2023-12-22 16:18:03 +01:00
chylex caab038eaa Use source generators for JSON serialization everywhere 2023-12-22 05:24:28 +01:00
chylex 6e64c86d7a Optimize viewer JSON export using source generators 2023-12-21 08:29:07 +01:00
chylex 095c9a061a Update attachment downloads for time-limited Discord CDN URLs
Closes #223
2023-12-21 00:27:08 +01: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 bbc734ba9b Track dimensions of image attachments 2022-07-18 21:09:20 +02:00