Commit Graph

177 Commits (40d833cd576fb6e070c6878e1bc6bbddd54d8704)

Author SHA1 Message Date
Lucas LaBuff d39fc212b6
Filter which messages are exported (#622)
3 years ago
Tyrrrz 5b5a53dbf4 [HTML] More template cleanup
3 years ago
Tyrrrz 2b0fa4213b [HTML] Cleanup templates slightly
3 years ago
Tyrrrz fd9d367bad [HTML] Cleanup formatting in stylesheet
3 years ago
Tyrrrz dbc3209160 [HTML] Merge all static stylesheets into a single dynamic stylesheet
3 years ago
Tyrrrz 3bcde0c534 [HTML] Move stylesheets into their own template
3 years ago
Luke 3c6d9d74a4
Lazy load images (#613)
3 years ago
Tyrrrz 1e53f50ca3 [HTML] Simplify disabling jumbo in referenced message content
3 years ago
Tyrrrz cd05058cf7 Prefer proxy URLs for embed content everywhere
3 years ago
Tyrrrz e9c3872701 [HTML] Prevent click events on elements inside referenced message
3 years ago
Tyrrrz 88c4330a66 [HTML] Link to pre-resized avatar image for better image quality
3 years ago
Tyrrrz 998bdaf2d4 [HTML] Use svg variants of Twemoji for better resize quality
3 years ago
Tyrrrz 24a80f915f [HTML] Recognize standard emoji by code and show emoji code in tooltips
3 years ago
Tyrrrz de57cd714d [HTML] Prepend "Message sent: " to message timestamp tooltips
3 years ago
Tyrrrz f9ab269b29 [HTML] Don't jumbo emojis in referenced messages
3 years ago
Tyrrrz 4fd6f8272e [HTML] Update styling to match Discord
3 years ago
Tyrrrz b28f029382 Refactor YouTube embeds
3 years ago
Tyrrrz 29552be6e5 Cleanup
3 years ago
Tyrrrz 9491e18e2f Update NuGet packages
3 years ago
quentinmay 4b1c9660be
Render YouTube iframe for applicable video embeds (#607)
3 years ago
Tyrrrz 950625e671 [HTML] Show timestamps of individual messages
3 years ago
Tyrrrz ce2dedff6b [HTML] Use a clickable <div> instead of <a> for reply reference link
3 years ago
Tyrrrz baac419538 [HTML] Fix embed footer styling
3 years ago
Tyrrrz bd40dbde48 Don't throw if file dates cannot be modified when downloading media
3 years ago
Tyrrrz cbe4bc593c [HTML] Prefer proxy URLs for resolving embed media
3 years ago
Tyrrrz d01ed13041 Update NuGet packages
3 years ago
Tyrrrz 2ddfb46c31 Add IFormatProvider to FileSize.TryParse(...) and PartitionLimit.Parse(...)
3 years ago
rtm516 3c5beeba79
Export channel category id to JSON (#554)
3 years ago
Tyrrrz 511af1e35c Refactor
3 years ago
rtm516 2fea455c64
[JSON] Write user color (#552)
3 years ago
Andrew Kolos eb89ea5b40
Add partition by file size (#497)
3 years ago
Tyrrrz 58464d8708 Improve error messages
3 years ago
Tyrrrz 6f90c367b9 Clamp progress in DiscordClient.GetMessagesAsync(...)
3 years ago
Tyrrrz f866c16355 Update NuGet packages
3 years ago
Tyrrrz 072d4c1fe6 Use MiniRazor.CodeGen instead of MiniRazor
3 years ago
Lucas LaBuff 6365e0a080
Fix JSON discriminator and nickname fields (#524)
3 years ago
Tyrrrz 3aef7faa1e Use `is null`/`is not null`
3 years ago
Tyrrrz ebe4d58a42 Cleanup
3 years ago
Alexey Golub 4bfb2ec7fd
Improve performance (#162)
5 years ago
Alexey Golub 4113101c0c Get rid of ByteSize in favor of our own class
5 years ago
Alexey Golub 0a60dea5c1 Use net46, netstd2.0, and netcoreapp2.1 for target frameworks
5 years ago
Alexey Golub 889446fff7 Update nuget packages
5 years ago
Alexey Golub 6d1cfef729 Update Onova
5 years ago
Oleksii Holub ac2b450892 Retry on any 5xx HTTP response in DataService
5 years ago
Oleksii Holub 4046fd0ad9 [HTML] Add syntax highlighting via Highlight.js
5 years ago
Alexey Golub adbe544c57 Add some margin at the end of the chatlog in HTML
5 years ago
Alexey Golub 6f4d1c3d77 Refactor message grouping
5 years ago
Alexey Golub 33f71c1612 Remove message group limit setting
5 years ago
Alexey Golub 9b78472e05 Update message grouping algorithm to match Discord's
5 years ago
Alexey Golub 918cb4820f Add alt text to emoji images
5 years ago
Alexey Golub 48ec4d085a Fix bad overflow wrapping
5 years ago
Alexey Golub 0d1ce38489 Jumboable emojis
5 years ago
Alexey Golub 666f2d8d4a Fix emoji and reaction css
5 years ago
Alexey Golub 2dd0742c1c Fix video attachments getting rendered as images
5 years ago
Alexey Golub 69fe8af87a Update Failsafe
5 years ago
Alexey Golub 492003c75a Fix incorrect standard emoji rendering in plaintext
5 years ago
Alexey Golub 28175e2110 Parse emojis in markdown and render them using Twemoji
5 years ago
Alexey Golub a564906719 Use ByteSize for file size in attachments
5 years ago
Alexey Golub 5161593e0f Forgot to commit DataService.Parsers
5 years ago
Alexey Golub 847a05a269 Refactor reaction emojis into a separate class, add support for animations and standard emojis via twemoji
5 years ago
Alexey Golub f09f30c7bd
Implement a more sophisticated markdown parsing engine (#145)
5 years ago
Alexey Golub 7b614ed448 Update version
5 years ago
Alexey Golub 6531462220 Fix getting last message when there's no date range
5 years ago
Alexey Golub e89f2735a0 Update version
5 years ago
Alexey Golub 991dfccf3c Retry on 503 status code
5 years ago
Alexey Golub 524c86b8f2 Add channel ID to default export file name to avoid collisions
5 years ago
Alexey Golub e4b0d60c40 Add multichannel export to GUI
5 years ago
Alexey Golub 65c5df89f4 Use Failsafe
5 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
Oleksii Holub f63ea41188 Update version
6 years ago
Alexey Golub 3572a21aad
Allow using bot token instead of user token (#70)
6 years ago
Alexey Golub 37ee0b8be3 Cleanup templates and change how model is referenced
6 years ago
trainboy2019 ed146bac22 Add support for animated avatars (#66)
6 years ago
Alexey Golub b9c449709f Update version
6 years ago
Alexey Golub 25207c5093 Improve the templates a bit
6 years ago
Alexey Golub 4fbec95208 Fix CSV and PlainText outputs not rendering timestamps correctly
6 years ago
Alexey Golub 0a48da4c56 Update version
6 years ago
Alexey Golub 3f5f62585c Make emojis larger if they are the only thing in content
6 years ago