aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Collapse)Author
2023-05-30Improve /vencord-debugV
2023-05-28ReviewDB: Add Review Modal & Pagination (#1174)Manti
Co-authored-by: V <vendicated@riseup.net>
2023-05-28MessageLinkEmbeds: Fix niche unclaimed account bugV
This plugin fires MESSAGE_UPDATE events for messages containing message links (to rerender them). If the updated message is an interaction, it contains message.interaction.user. If the one who ran the command is you, message.interaction.user will be you and the email in this data is always set to null. Discord seems to update the local user data with this user. So essentially, in the above described edge case it would update the current user to have no email (only locally, in memory. There is 0 risk for your account, it was just a temporary visual bug) which would cause the unclaimed account banner to appear. This commit fixes this by simply omitting the interaction field from the MESSAGE_UPDATE event
2023-05-23Make Fake Nitro transformations support the new markdown (#911)Nuckyz
2023-05-23New plugin : Party mode 🎉 (#1161)UwU
Co-authored-by: ArjixWasTaken <53124886+ArjixWasTaken@users.noreply.github.com> Co-authored-by: V <vendicated@riseup.net>
2023-05-23TypingTweaks: Fix type errorV
2023-05-23fix(TypingTweaks): use global displayName over username (#1165)alexia
Co-authored-by: V <vendicated@riseup.net>
2023-05-23Uwufy: Add option to uwufy all messages (#1036)PandaNinjas
Co-authored-by: V <vendicated@riseup.net>
2023-05-23FakeNitro: Fix unavailable emotes; Discord Stickers are now free (#1184)V
Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
2023-05-23PermViewer: Add ability to change sort order; Properly center (#1182)Nuckyz
2023-05-23PluginModal: Anonymise authors (#1176)V
2023-05-20Fix SHC broken patches; Sort PermViewer channel overwrites roles (#1166)Nuckyz
2023-05-18lastfm: Fix discord applicationV
2023-05-17Urban Dictionary: better embed (#1127)Hunter
Co-authored-by: V <vendicated@riseup.net>
2023-05-17feat(plugin): FavoriteEmojiFirst (#1110)Syncx
Co-authored-by: V <vendicated@riseup.net>
2023-05-17feat(InvisibleChat): use discords embed api (#1162)Sammy
2023-05-17PlatformIndicators: make mobile icon match Discord's (#1160)Nuckyz
2023-05-16VcNarrator: Add 'Narrate Self' option (#1120)Kay Alizer
* Add 'Narrate Self' option if anyone wishes to hear their own name on join this should work * Apply suggestions from code review Co-authored-by: V <vendicated@riseup.net> * Update vcNarrator.tsx --------- Co-authored-by: V <vendicated@riseup.net>
2023-05-16emoteCloner: allow other characters in sticker names (#1140)Animal
* allow spaces and other characters in cloning sticker names * fix * stickers have a different character limit
2023-05-16SHC: Permissions viewer integration (#475)Nuckyz
2023-05-16Fix handleProtoChange erroring when userSettingsProto is undefined (#1150)Nuckyz
2023-05-16PermViewer: Fix context menu for roleless users & muted channels (#1138)V
Co-authored-by: V <vendicated@riseup.net> Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
2023-05-15[skip ci] PronounDB: Do not add pronouns to automod messagesV
2023-05-15UserScript: Fix fetch().res.okV
2023-05-15feat(plugins): Permissions Viewer (#477)Nuckyz
Co-authored-by: V <vendicated@riseup.net>
2023-05-14NoReplyMention: add option to only exclude specific users from pings (#1107)outfoxxed
Co-authored-by: V <vendicated@riseup.net>
2023-05-14[ReviewDB] Improve UI & Use new RewviewDB api endpoints (#1104)Manti
2023-05-13MoreUserTags: Fix & Add ability to customize text inside tag (#1077)LordElias
Co-authored-by: V <vendicated@riseup.net> Co-authored-by: ActuallyTheSun <78964224+ActuallyTheSun@users.noreply.github.com>
2023-05-14ReverseImageSearch: Add engine iconsV
2023-05-13ViewIcons: Add context menu iconsV
2023-05-13SpotifyControls: Add context menu iconsV
2023-05-13PlatformIndicators: Fix profile spacingV
2023-05-13EmoteCloner: Add Sticker cloning (#1118)V
2023-05-12BadgesAPI: Fix canary crash (new pomelo badge, the horror)V
2023-05-12oops, add missing elseV
2023-05-12MessageClickActions: Add double click to replyV
2023-05-12PlatformIndicators: Fix weird spacing in badgesV
2023-05-12Implement plugin tagsV
2023-05-12TextReplace: Visible Linebreak in settings (#1063)AutumnVN
Co-authored-by: V <vendicated@riseup.net>
2023-05-12silentMessageToggle: Add setting to disable auto disable (#1062)Supertiger
Co-authored-by: V <vendicated@riseup.net>
2023-05-12[skip ci] ShowHiddenChannel: Fix broken patchV
2023-05-12Settings: Fix resetting scroll/search when getting a ping (#1106)V
2023-05-11[skip ci] Fix InvisibleChat button being added to wrong chat box (#1100)Nuckyz
2023-05-11USRBG: Hide Nitro badge if banner's source is USRBG (#1096)Kode
* Hide Nitro badge if banner's source is USRBG, tweaks to description * Rename function * Update src/plugins/usrbg/index.tsx --------- Co-authored-by: V <vendicated@riseup.net>
2023-05-11ViewIcons: More consistent context menu positionV
2023-05-11[skip ci] Translate: Shift/Right click shortcutV
2023-05-11Translate: Only add button in chat boxV
2023-05-11WebContextMenus: Fix slate menuV
2023-05-11Fix ServerListAPIV
2023-05-11experiments: Add a warning card to experiments page (#1097)V