Alexey Golub
|
ca727e9f23
|
Improve naming of exported partition files
|
2018-12-08 23:55:49 +02:00 |
|
Alexey Golub
|
0d3510222e
|
Migrate to Stylet and refactor view/view-model framework
|
2018-11-29 19:18:44 +02:00 |
|
Oleksii Holub
|
d620010e85
|
Add some safeguarding in case partition limit is less or equal to zero
|
2018-11-15 10:26:54 +02:00 |
|
Oleksii Holub
|
beadc25e61
|
Cleanup GroupMessages
|
2018-11-14 18:15:07 +02:00 |
|
Oleksii Holub
|
8bc29c4928
|
Refactor SplitIntoPartitions
|
2018-11-14 17:51:03 +02:00 |
|
Alexey Golub
|
b518fb2f59
|
Update version
|
2018-11-03 23:51:19 +02:00 |
|
Alexey Golub
|
94165dcd8d
|
Don't render the template in memory to avoid out of memory exceptions
Fixes #88
|
2018-11-03 23:04:26 +02:00 |
|
Alexey Golub
|
a0359b1e43
|
Split output file into multiple partitions (#116)
|
2018-11-03 22:53:20 +02:00 |
|
Oleksii Holub
|
d28e81f8dc
|
Don't replace new lines in csv
Part of #102
|
2018-11-01 18:33:29 +02:00 |
|
Oleksii Holub
|
761cb032d7
|
Don't group messages in PlainText export
Part of #102
|
2018-11-01 18:27:41 +02:00 |
|
Oleksii Holub
|
47f0561c71
|
Refactor message grouping from data layer to render layer
|
2018-11-01 18:16:23 +02:00 |
|
Oleksii Holub
|
ba27a9f909
|
Rename ExportService.Export to ExportChatLog for consistency
|
2018-10-31 17:54:13 +02:00 |
|
Oleksii Holub
|
52684c264f
|
Change order of parameters in ExportService.Export
|
2018-10-31 17:35:28 +02:00 |
|
Oleksii Holub
|
bcad5b4ed1
|
Set ChatLog.TotalMessageCount from ChatLogService
|
2018-10-31 17:34:57 +02:00 |
|
Alexey Golub
|
95a4217ab3
|
Refactor resolving chat log to a separate service to allow reusability across CLI and GUI
|
2018-10-30 22:52:28 +02:00 |
|
Alexey Golub
|
97a36028b9
|
Update version
|
2018-09-14 00:34:18 +03:00 |
|
Alexey Golub
|
614bd8590d
|
Generate file name if given output path CLI argument is a directory
Closes #67
|
2018-08-13 23:25:06 +03:00 |
|
Alexey Golub
|
0faa427970
|
Invert if condition in authentication header
|
2018-08-03 00:13:44 +03:00 |
|
Alexey Golub
|
dd9da4831e
|
Change how user token is sent in requests
|
2018-08-03 00:00:51 +03:00 |
|
Oleksii Holub
|
f63ea41188
|
Update version
|
2018-07-25 11:53:05 +03:00 |
|
Alexey Golub
|
3572a21aad
|
Allow using bot token instead of user token (#70)
|
2018-07-24 22:47:45 +03:00 |
|
Alexey Golub
|
37ee0b8be3
|
Cleanup templates and change how model is referenced
|
2018-07-03 22:58:46 +03:00 |
|
trainboy2019
|
ed146bac22
|
Add support for animated avatars (#66)
|
2018-07-02 21:12:32 +03:00 |
|
Alexey Golub
|
b9c449709f
|
Update version
|
2018-07-01 21:12:06 +03:00 |
|
Alexey Golub
|
25207c5093
|
Improve the templates a bit
|
2018-07-01 21:04:03 +03:00 |
|
Alexey Golub
|
4fbec95208
|
Fix CSV and PlainText outputs not rendering timestamps correctly
Fixes #65
|
2018-07-01 16:53:33 +03:00 |
|
Alexey Golub
|
0a48da4c56
|
Update version
|
2018-06-28 00:36:26 +03:00 |
|
Alexey Golub
|
3f5f62585c
|
Make emojis larger if they are the only thing in content
|
2018-06-28 00:29:47 +03:00 |
|
Alexey Golub
|
49f39c7097
|
Add retry policy for 429 responses
|
2018-06-28 00:20:31 +03:00 |
|
Alexey Golub
|
e3eac10fb8
|
Bring HTML light theme in line with dark theme
|
2018-06-27 23:16:28 +03:00 |
|
Alexey Golub
|
23f9331e4e
|
Cleanup
|
2018-06-27 00:45:29 +03:00 |
|
Alexey Golub
|
69088b83eb
|
Html-encode date ranges in html export
|
2018-06-26 23:23:18 +03:00 |
|
Alexey Golub
|
7ecf90d1cb
|
Refactor css for 'pre' with modifiers
|
2018-06-26 01:14:54 +03:00 |
|
Alexey Golub
|
f0cd2dce1b
|
Improve reactions
|
2018-06-26 01:09:23 +03:00 |
|
IntriguingTiles
|
e8436faf66
|
Add support for reactions (#62)
|
2018-06-26 00:27:45 +03:00 |
|
Alexey Golub
|
8678043f0d
|
Implement progress reporting when downloading messages (#57)
|
2018-06-25 23:11:34 +03:00 |
|
Oleksii Holub
|
e4f0b8193f
|
Output date range in the export file
Closes #56
|
2018-06-25 18:44:50 +03:00 |
|
Alexey Golub
|
c2cebe99e3
|
Fix wrong json node being used to parse mentioned users in messages
|
2018-06-25 02:28:38 +03:00 |
|
Alexey Golub
|
481991bd00
|
Architecture refactor (#63)
|
2018-06-25 01:59:15 +03:00 |
|
Malcolm Diller
|
d958f613a3
|
Add support for embeds (#46)
|
2018-05-06 13:09:25 +03:00 |
|
Alexey Golub
|
3b7da21c24
|
Update version
|
2018-04-15 17:19:46 +03:00 |
|
Alexey Golub
|
ff6ef480ab
|
Remove comments from csv exporter
|
2018-04-15 16:58:47 +03:00 |
|
Tim van den Essen
|
e1e8c73613
|
Add csv exporting (#44)
|
2018-04-15 16:52:02 +03:00 |
|
Alexey Golub
|
cc2583f96b
|
Update version
|
2018-04-08 13:03:03 +03:00 |
|
Alexey Golub
|
de763f8aaa
|
Try to parse DM group chat names instead of only using participants
Fixes #41
|
2018-04-08 12:46:55 +03:00 |
|
Alexey Golub
|
7b67cbc385
|
Improve markdown parsing to make it less volatile
Fixes #18, #20, #40
|
2018-04-08 12:29:38 +03:00 |
|
Alexey Golub
|
7ffb799136
|
Update nuget packages
|
2018-04-01 00:31:58 +03:00 |
|
Alexey Golub
|
5a84fb25e6
|
Update nuget packages and rework UpdateService
|
2018-03-20 22:18:09 +02:00 |
|
Alexey Golub
|
9988300942
|
Let user disable auto-updates
|
2018-02-25 18:22:55 +02:00 |
|
Alexey Golub
|
4540134a98
|
Don't crash when update fails
|
2018-02-25 18:11:00 +02:00 |
|