Commit Graph

86 Commits (889446fff7850e45f605ad53a8139b391f9b39a4)

Author SHA1 Message Date
Alexey Golub 889446fff7 Update nuget packages
6 years ago
Alexey Golub 6d1cfef729 Update Onova
6 years ago
Oleksii Holub ac2b450892 Retry on any 5xx HTTP response in DataService
6 years ago
Oleksii Holub 4046fd0ad9 [HTML] Add syntax highlighting via Highlight.js
6 years ago
Alexey Golub adbe544c57 Add some margin at the end of the chatlog in HTML
6 years ago
Alexey Golub 6f4d1c3d77 Refactor message grouping
6 years ago
Alexey Golub 33f71c1612 Remove message group limit setting
6 years ago
Alexey Golub 9b78472e05 Update message grouping algorithm to match Discord's
6 years ago
Alexey Golub 918cb4820f Add alt text to emoji images
6 years ago
Alexey Golub 48ec4d085a Fix bad overflow wrapping
6 years ago
Alexey Golub 0d1ce38489 Jumboable emojis
6 years ago
Alexey Golub 666f2d8d4a Fix emoji and reaction css
6 years ago
Alexey Golub 2dd0742c1c Fix video attachments getting rendered as images
6 years ago
Alexey Golub 69fe8af87a Update Failsafe
6 years ago
Alexey Golub 492003c75a Fix incorrect standard emoji rendering in plaintext
6 years ago
Alexey Golub 28175e2110 Parse emojis in markdown and render them using Twemoji
6 years ago
Alexey Golub a564906719 Use ByteSize for file size in attachments
6 years ago
Alexey Golub 5161593e0f Forgot to commit DataService.Parsers
6 years ago
Alexey Golub 847a05a269 Refactor reaction emojis into a separate class, add support for animations and standard emojis via twemoji
6 years ago
Alexey Golub f09f30c7bd
Implement a more sophisticated markdown parsing engine (#145)
6 years ago
Alexey Golub 7b614ed448 Update version
6 years ago
Alexey Golub 6531462220 Fix getting last message when there's no date range
6 years ago
Alexey Golub e89f2735a0 Update version
6 years ago
Alexey Golub 991dfccf3c Retry on 503 status code
6 years ago
Alexey Golub 524c86b8f2 Add channel ID to default export file name to avoid collisions
6 years ago
Alexey Golub e4b0d60c40 Add multichannel export to GUI
6 years ago
Alexey Golub 65c5df89f4 Use Failsafe
6 years ago
Oleksii Holub b3e2dd3994 Group channels by category in GUI
6 years ago
Alexey Golub 2859a740eb Update nuget packages
6 years ago
TVdata bf5cedb646 Add CLI command to export all available channels in a guild (#123)
6 years ago
Alexey Golub dddb13fcc5 Refactor default file name generation and add date ranges there
6 years ago
Alexey Golub ca727e9f23 Improve naming of exported partition files
6 years ago
Alexey Golub 0d3510222e Migrate to Stylet and refactor view/view-model framework
6 years ago
Oleksii Holub d620010e85 Add some safeguarding in case partition limit is less or equal to zero
6 years ago
Oleksii Holub beadc25e61 Cleanup GroupMessages
6 years ago
Oleksii Holub 8bc29c4928 Refactor SplitIntoPartitions
6 years ago
Alexey Golub b518fb2f59 Update version
6 years ago
Alexey Golub 94165dcd8d Don't render the template in memory to avoid out of memory exceptions
6 years ago
Alexey Golub a0359b1e43
Split output file into multiple partitions (#116)
6 years ago
Oleksii Holub d28e81f8dc Don't replace new lines in csv
6 years ago
Oleksii Holub 761cb032d7 Don't group messages in PlainText export
6 years ago
Oleksii Holub 47f0561c71 Refactor message grouping from data layer to render layer
6 years ago
Oleksii Holub ba27a9f909 Rename ExportService.Export to ExportChatLog for consistency
6 years ago
Oleksii Holub 52684c264f Change order of parameters in ExportService.Export
6 years ago
Oleksii Holub bcad5b4ed1 Set ChatLog.TotalMessageCount from ChatLogService
6 years ago
Alexey Golub 95a4217ab3 Refactor resolving chat log to a separate service to allow reusability across CLI and GUI
6 years ago
Alexey Golub 97a36028b9 Update version
6 years ago
Alexey Golub 614bd8590d Generate file name if given output path CLI argument is a directory
6 years ago
Alexey Golub 0faa427970 Invert if condition in authentication header
6 years ago
Alexey Golub dd9da4831e Change how user token is sent in requests
6 years ago