Commit graph

1142 commits

Author SHA1 Message Date
Mark Cilia Vincenti
ea4cb43479
Improve concurrency handling in ExportAssetDownloader (#1002)
Co-authored-by: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com>
2023-02-13 17:07:02 +02:00
Tyrrrz
2c67e502e4 Optimize export locking in tests 2023-02-13 16:42:03 +02:00
Tyrrrz
1fc27fd5c4 Actually fix concurrency in tests this time 2023-02-12 18:47:43 +02:00
Tyrrrz
d5848bebc6 Fix concurrency issue in tests 2023-02-12 18:26:40 +02:00
Tyrrrz
5cef107e98 Update NuGet packages 2023-02-12 17:46:14 +02:00
Tyrrrz
2a5e09bf07 Use a fixed timezone in tests 2023-02-12 17:43:45 +02:00
Tyrrrz
f73d07a7c9 Normalize the default date format to the format Discord uses for the US client 2023-02-12 16:13:09 +02:00
Tyrrrz
d99958a9b1 Add support for different formats in the timestamp markdown node
Closes #662
2023-02-12 16:12:41 +02:00
Tyrrrz
75b942f66c Bump Discord API version 2023-02-12 14:52:41 +02:00
Tyrrrz
0fdab76a74 Fix tests 2023-02-12 13:13:53 +02:00
Tyrrrz
53b8927fce Get rid of xUnit fixtures 2023-02-11 23:12:15 +02:00
Tyrrrz
3487849eba Remove unnecessary code 2023-02-11 16:03:37 +02:00
Jacob P
b71af710c7
Fix links of group icons (#1001)
Closes https://github.com/Tyrrrz/DiscordChatExporter/issues/987
2023-02-10 15:31:08 +02:00
Tyrrrz
63124b4431 Fix a styling issue with "pinned a message to this channel" notification 2023-02-10 15:28:19 +02:00
Tyrrrz
f99f1f4641 Normalize spaces before system notifications 2023-02-09 19:53:31 +02:00
Tyrrrz
3b2c308a25 Add proper support for more system notifications
Closes #844
2023-02-09 19:50:41 +02:00
Tyrrrz
a95d2ef298 Reimplement previous changes using message flags 2023-02-09 19:03:30 +02:00
Tyrrrz
049338009e Render server cross-posts properly
Closes #633
2023-02-09 18:44:24 +02:00
Tyrrrz
93799eb231 Don't show update notification when launching the app for the first time 2023-02-09 17:27:14 +02:00
Tyrrrz
1e7b8ec83f Show notification on first run after an update with a link to the changelog
Closes #487
2023-02-09 17:17:25 +02:00
Oleksii Holub
e7d80688aa Fix tests 2023-02-08 18:36:03 +02:00
Oleksii Holub
60d9992c74 Refactor 2023-02-08 18:27:46 +02:00
Oleksii Holub
c6ea04144d Clean up 2023-02-06 16:11:28 +02:00
Oleksii Holub
b36071cddd Use channel icon instead of guild icon, when available
Closes #987
2023-02-06 16:08:44 +02:00
Oleksii Holub
90c68e3cde More namespace refactoring 2023-02-06 15:57:08 +02:00
Oleksii Holub
4cb8866429 Write emoji code for reactions in JSON
Closes #962
2023-02-06 15:43:23 +02:00
Oleksii Holub
9dc81b93da Refactor test namespaces 2023-02-06 15:43:04 +02:00
Oleksii Holub
04f5050bbe Extend token guide
Closes #955
2023-02-06 15:39:51 +02:00
Oleksii Holub
6917406101 Simplify project structure 2023-02-06 15:28:05 +02:00
Oleksii Holub
3436f6b060 Simplify dialog buttons 2023-02-06 15:17:26 +02:00
Tyrrrz
e00f126a5e Make changelog heading more consistent 2023-02-05 09:58:25 +02:00
Oleksii Holub
c7ac3229f5 Hyphenate "command-line" 2023-02-01 12:35:30 +02:00
Tyrrrz
fc29735a45 Use local secret store for tests instead of hand-made solution 2023-01-30 12:16:47 +02:00
Tyrrrz
bf76f10030 Fix file lock not getting disposed when postamble throws an exception 2023-01-30 12:04:33 +02:00
Tyrrrz
a68df7a065 Fix markdown parser 2023-01-30 11:45:18 +02:00
Tyrrrz
0cf6281c19 Clean up the markdown parser 2023-01-30 07:25:32 +02:00
Jacob P
d1e5f418b6
Update emoji parser to account for miscellaneous characters that are not emojis (#993)
Closes #923
2023-01-30 03:50:47 +02:00
Tyrrrz
abaa31a9d1 More docs cleanup 2023-01-27 10:06:03 +02:00
Tyrrrz
374c7af48d Clean up the docs more 2023-01-27 09:59:02 +02:00
Tyrrrz
7e2c78eabf Update version 2023-01-27 04:56:26 +02:00
Tyrrrz
7df7614cd0 Update NuGet packages 2023-01-27 04:50:57 +02:00
Tyrrrz
5b65e4ce5d Clean up the wiki 2023-01-27 04:29:36 +02:00
Jacob P
597ec1e7b0
Move wiki inside the repository (#991)
Co-authored-by: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com>
2023-01-27 04:11:51 +02:00
Tyrrrz
b9fa38d2b2 Remove redundant environment variable from CI 2023-01-26 02:06:08 +02:00
Tyrrrz
91ba79e6ec Fix nullref in HTTP retry policy 2023-01-25 20:51:16 +02:00
Oleksii Holub
56df93305e
Be more realistic 2023-01-24 02:03:25 +02:00
Oleksii Holub
c69e39800d
Update Readme.md 2023-01-24 01:37:47 +02:00
Oleksii Holub
f505ff3f1e Handle failed progress tasks as completed in CLI
Closes #988
2023-01-18 19:39:39 +02:00
Oleksii Holub
b844e48016 Update NuGet packages 2023-01-18 19:37:41 +02:00
Tyrrrz
36fc6490f3 Update actions 2023-01-13 22:30:20 +02:00