Commit Graph

321 Commits (03c5c1bc5eea3eeb3f6ffde8bee5dfd00935f00f)

Author SHA1 Message Date
Oleksii Holub 11414b5937 Refactor message filter grammar and add `~` as an alias for `-` in negated filters for better UX when using CLI
2 years ago
Oleksii Holub e8f8c47dbd Make JS in HTML templates more consistent
2 years ago
Oleksii Holub 9aba36fce5 Update twemoji URLs
2 years ago
Oleksii Holub e171b43c22 Simplify CSS
2 years ago
Oleksii Holub 23e1850d15 Render consecutive twitter embeds as on
2 years ago
Oleksii Holub edba9f36a7 Hide message content in HTML when linking to an image
2 years ago
Oleksii Holub 2fd7e327a9 Add support for YouTube Shorts video embeds in HTML
2 years ago
Oleksii Holub 01389b7e28 Fix rendering of code blocks in HTML
2 years ago
Oleksii Holub bd0701cb82 Render quotes inline in referenced messages in HTML
2 years ago
Oleksii Holub 4283ef22b1 Add HTML minification
2 years ago
Oleksii Holub 94ef4b6981 Support listing and exporting voice channels
2 years ago
Oleksii Holub 2463cb5087 Sort DMs by last message and avoid grouping them in GUI
2 years ago
Oleksii Holub 2c7986c4e6 Refactor `IsTextChannel` and `IsVoiceChannel` to extensions
2 years ago
Lucas LaBuff 47d8163a46
Add filename token for current date (#869)
2 years ago
Ethan ddc7f921bd
Fix Twemoji URLs with ZWJs being generated incorrectly (#865)
2 years ago
Philipp C. Heckel 0e49936e38
Make messages linkable in HTML (#864)
2 years ago
Oleksii Holub ca56d47110 Allow whitespace in sticker names
2 years ago
Andrew Kolos 20eeaa58e9
Add has:pin filter (#853)
2 years ago
Oleksii Holub bb81cf06ae Rework retry policy
2 years ago
Oleksii Holub c9e16a7f74 Spaces in css rules
2 years ago
Oleksii Holub f9b6793d47 Update margins in HTML embeds
2 years ago
Oleksii Holub cfbd267d3a Fix embed styles in HTML
2 years ago
Oleksii Holub 2b6f01bf6f Fix font sizes in HTML template
2 years ago
Oleksii Holub 0e138bac7d Improve top-level spacing in html template
2 years ago
Oleksii Holub 71876febf8 Use attachment description as alt text in html
2 years ago
Oleksii Holub 489c786c1e Pass token without validation
2 years ago
Oleksii Holub 1f0e667085 Fix missing awaits in preamble template
2 years ago
Oleksii Holub 5b4d88ca26 Update HTML layout and styles
2 years ago
Chris Helder 65cc3954b6
Use 512x512 user profile pictures (#826)
2 years ago
Oleksii Holub ffe5544f9c Dowload fonts in HTML export when using download media
2 years ago
Oleksii Holub 338566c1d6 More cleanup
2 years ago
Oleksii Holub aea96d5eba Cleanup
2 years ago
Oleksii Holub 1daff4178d Cleanup GUI
3 years ago
Oleksii Holub f80a5fe644 Fix multiline quote rendering in HTML
3 years ago
Oleksii Holub b7dca87fb9 Add reaction filter
3 years ago
Oleksii Holub 8ecc2940b0 HTML-escape links inside HTML export instead of URL-escaping
3 years ago
Oleksii Holub 407c2bd2ae Don't crash on invalid mentions
3 years ago
Tomlacko ecb615ecf1
Fix for extremely long file extensions (#812)
3 years ago
Oleksii Holub 36b4a45f3a Update Gress
3 years ago
Oleksii Holub cf83cbd89c
Add support for stickers (#802)
3 years ago
Oleksii Holub d51d0d4872 Use snowflakes in more places
3 years ago
Oleksii Holub 2467caac9f Use api v9
3 years ago
Oleksii Holub bd98f4cb6a Refactor `StringPart` into `StringSegment`
3 years ago
Oleksii Holub c36b8df8e7 Update NuGet packages
3 years ago
Tyrrrz 0de1f47310 More parsing leniency
3 years ago
Tyrrrz e31ff55e33 Handle invalid dates more gracefully
3 years ago
Tyrrrz 65ab003ff5 Relax parsing rules for embed fields
3 years ago
Alexey Golub 2156c6cd0c
Automatically detect token kind (#764)
3 years ago
Tyrrrz bfa5d10761 Handle null `name` in `Emoji.Parse(...)`
3 years ago
Tyrrrz 008bb2f591 Use .NET 6's `ParallelForEachAsync(...)`
3 years ago
Tyrrrz b8567d384f More defensive programming
3 years ago
Tyrrrz a06b448f4a Don't use `GetNonWhiteSpaceString()` with nullable JSON fields
3 years ago
Tyrrrz 880f400e2c C#10ify
3 years ago
Tyrrrz 4974fe5292 Refer to `Category.Name` explicitly instead of relying on `ToString()`
3 years ago
Tyrrrz 1db2bb4170 Remove Tyrrrz.Extensions package
3 years ago
Tyrrrz da9536bd1b Update NuGet packages
3 years ago
Tyrrrz d8de3bf779 Re-add `IComparable<T>` to `Snowflake`
3 years ago
Tyrrrz 7c88a21543 Convert several types to records
3 years ago
Tyrrrz 214d5e3bdb Fix nullability errors
3 years ago
Artem 092f0cade9
Align design with Discord (#728)
3 years ago
Emily fc6cfcfcc6
Fix RTL rendering in HTML exports (#727)
3 years ago
Emily 46450367e3
Add markdown support for channel topics in HTML export (#720)
3 years ago
Tyrrrz 21d89afa70 Add managed cancellation support
3 years ago
Tyrrrz acfe102e7f Simplify HTTP client management
3 years ago
Tyrrrz ea31b1b270 Refactor
3 years ago
Tyrrrz 44f64a2cb3 Update NuGet packages
3 years ago
Tyrrrz 301bca0633 Rename MessageFilter.Filter(...) to MessageFilter.IsMatch(...)
3 years ago
Tyrrrz 6b8170ab89 Allow the contains filter to also search on embed content
3 years ago
Tyrrrz fcca052165 Ignore unix timestamp markers with invalid offsets
3 years ago
Chris Helder ac7ebd6f91
Use higher resolution for user profile pictures (#685)
3 years ago
Lucas LaBuff 9303383662
Fix parsing of "has:file" filter (#678)
3 years ago
Tyrrrz 265cb71dfd Add note explaining why Razor templates are not rendered directly
3 years ago
Tyrrrz 99f94425c2 Stop pluralizing "emoji" as "emojis"
3 years ago
Tyrrrz 6fa6df981e [HTML] Fix bot tag positioning
3 years ago
Tyrrrz eec4123b98 [HTML] Add horizontal gap between embed fields
3 years ago
Tyrrrz 6fa7cbe568 Allow link nodes to have markdown children instead of just text
3 years ago
Tyrrrz aae3790a5f [HTML] Special case plain image embeds
3 years ago
Tyrrrz 28b2039a33 [HTML] Update quote style
3 years ago
Tyrrrz f40589dea6 [HTML] Special case Spotify embeds
3 years ago
Tyrrrz bb4db21b87 Add missing formats to the list of supported image and video attachments
3 years ago
Tyrrrz 38bc259ab6 [HTML] Render full date in tooltips on unix timestamps
3 years ago
Tyrrrz 530e2c50a9 Simplify `User.GetAvatarUrl(...)`
3 years ago
Tyrrrz 63c92047a1 Test improvements
3 years ago
Tyrrrz 7d9d3ca5fb Exclude EmojiIndex from coverage
3 years ago
Tyrrrz cad6baba48 Fix coverage collection in tests
3 years ago
Tyrrrz daa8c0a735 [HTML] Update fallback text when referenced message is deleted or could not be loaded
3 years ago
Tyrrrz d4eba75036 Normalize namings ("...Type" -> "...Kind")
3 years ago
Tyrrrz 92766b580b [HTML] Show "Click to see attachment" on replies to attachment or embed messages without content
3 years ago
Tyrrrz abf7498667 Add support for timestamp markers
3 years ago
Tyrrrz ae42554621 Render voice channel mentions
3 years ago
Tyrrrz b58e67776c [HTML] Improve how the reference symbol looks
3 years ago
Tyrrrz 35264e8a12 Improve "Requested resource does not exist" exception message to give slightly more context
3 years ago
Tyrrrz 650c55bbd1 Refactor
3 years ago
Cliff J e1726683f8
Hide author icon when loading returns an error (#644)
3 years ago
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
4 years ago
Tyrrrz 6f90c367b9 Clamp progress in DiscordClient.GetMessagesAsync(...)
4 years ago
Tyrrrz f866c16355 Update NuGet packages
4 years ago
Tyrrrz 072d4c1fe6 Use MiniRazor.CodeGen instead of MiniRazor
4 years ago
Lucas LaBuff 6365e0a080
Fix JSON discriminator and nickname fields (#524)
4 years ago
Tyrrrz 3aef7faa1e Use `is null`/`is not null`
4 years ago
Tyrrrz ebe4d58a42 Cleanup
4 years ago
Alexey Golub 4bfb2ec7fd
Improve performance (#162)
6 years ago
Alexey Golub 4113101c0c Get rid of ByteSize in favor of our own class
6 years ago
Alexey Golub 0a60dea5c1 Use net46, netstd2.0, and netcoreapp2.1 for target frameworks
6 years ago
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