Commit Graph
62 Commits
Author SHA1 Message Date
chylex 9448cd05b6 WIP 2023-07-21 18:47:21 +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 b2389dd521 Update SQLite provider to 7.0.9 2023-07-18 15:54:13 +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 f625a39b4d Update SQLite provider to 6.0.7 (SQLite version 3.35.5) 2022-07-18 21:51:19 +02:00
chylex bbc734ba9b Track dimensions of image attachments 2022-07-18 21:09:20 +02:00
chylex 6837b05b0d Fix missing ToArray call when serializing message reactions to JSON 2022-07-18 21:00:36 +02:00
chylex c94808a15f Show downloaded attachments when viewing via Open Viewer 2022-07-18 20:21:45 +02:00
chylex d463b407f4 Fix code for reducing chance of SQLite connection pool livelocks 2022-07-18 20:13:05 +02:00
chylexandchylex 176a81e055 Reformat list of allowed origins in CORS 2022-07-15 01:34:08 +02:00
Matojejeandchylex 1cf3e76644 Add CORS for Canary and PTB 2022-07-15 01:34:08 +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 053ab5b091 Fix exception & wrong download statistics when multiple attachments have the same URL 2022-06-04 21:47:34 +02:00
chylex 71c628fdf8 Fix not recomputing download statistics after removing download items 2022-06-04 21:45:40 +02:00
chylex 31fe6aed35 Stop ignoring removal filters for messages and download items if the filter matches all 2022-06-04 21:25:06 +02:00
chylex 73f4c70325 Implement legacy archive file import 2022-06-04 13:31:48 +02:00
chylex daa2feb445 Add support for merging downloaded attachments from other databases 2022-05-29 16:37:18 +02:00
chylex 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
chylex 133ec532d2 Refactor database merging & add user count to final report 2022-05-29 16:37:18 +02:00
chylex 6b54a80be1 Implement attachment downloads in desktop app 2022-05-29 12:09:47 +02:00
chylex 1e6e5c6f92 Refactor generating SQL "WHERE" clauses 2022-05-28 21:40:13 +02:00
chylex 2459c8ee1a Add randomization of SQLite connection pool delays to reduce chance of livelocks 2022-05-28 21:40:13 +02:00
chylex b13b85dedd Add support for cancelling async value computation 2022-05-28 21:38:42 +02:00
chylex 9572f0f002 Rename MessageFilterRemovalMode to FilterRemovalMode 2022-05-24 22:02:36 +02:00
chylex bff86b09c7 Update SQLite version to 3.35.5 2022-05-22 16:19:19 +02:00
chylex 4cbf387e2a Optimize viewer export to support exporting large databases 2022-05-21 20:11:09 +02:00
chylex a4ebd5eed6 Replace message statistics thread with new async value computer 2022-05-21 03:27:57 +02:00
chylex a54242de8a Work around some Discord messages having duplicate attachments with the same ID
Closes #177
2022-05-03 21:28:29 +02:00
chylex 86acef1a22 Add option to Advanced tab to vacuum the database 2022-03-21 14:18:21 +01:00
chylex 277e241183 Speed up opening database by deferring the initial refresh of total message count 2022-03-21 14:18:21 +01:00
chylex 6ce0ef7d55 Refresh message statistics after tracking messages in a background thread 2022-03-21 01:38:41 +01:00
chylex 9ca56bd910 Enable write-ahead log for SQLite connections to prevent blocking concurrent writes and reads 2022-03-21 00:38:24 +01:00
chylex 9341988017 Add debug tab with random database data generator 2022-03-20 23:11:38 +01:00
chylex 3b698dbf33 Change assembly names of subprojects 2022-03-15 12:57:55 +01:00
chylex d26e16eadf Move advanced tracking settings into a separate tab 2022-03-14 18:17:17 +01:00
chylex ae821f738e Fix app memory leaks caused by UI code 2022-03-13 14:47:25 +01:00
chylex ab7f5d0a41 Add SQLite connection pooling and fix not releasing file lock after closing database
Closes #167
2022-03-13 13:50:26 +01:00
chylex 1bddde7ccd Fix not fully disposing internal app server when stopped 2022-03-13 13:17:58 +01:00
chylex 563c644f48 Fix new databases containing columns that were removed in an earlier commit 2022-03-12 18:12:30 +01:00
chylex 1ed26a16ea Add more performance logging to the app 2022-03-06 15:49:44 +01:00
chylex e420add646 Split edit timestamps and message reply ids to separate tables to reduce database size 2022-03-06 15:11:23 +01:00
chylex 6f1149ad5e Add utilities to simplify working with SQLite 2022-03-05 22:58:47 +01:00
chylex b9899922e0 Optimize viewer export in the app 2022-03-05 21:35:56 +01:00
chylex 725ab7accf Update SQLite version to 3.35.0 2022-03-05 17:18:33 +01:00
chylex 4bc9626013 Add name to server management thread 2022-03-05 13:36:04 +01:00
chylex c4fe6c4391 Move app version info out of .csproj and into a single linked .cs file 2022-02-27 16:20:39 +01:00
chylex 4dc781b35c Address Rider inspections 2022-02-21 22:27:29 +01:00
chylex 849ef18adb Reorganize namespaces and move some classes to a separate Utils project 2022-02-21 22:27:01 +01:00