| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use default scrollbar for body on webkit browsers | Josh | 2020-12-18 | 1 | -5/+3 |
| | | |||||
| * | [matrix] Modal cleanup | Josh | 2020-12-18 | 3 | -29/+40 |
| | | | | | | * General modal cleanup * Remove second scrollbar caused by modal | ||||
| * | [matrix] Dark Theme | Josh | 2020-12-18 | 7 | -20/+154 |
| | | | | | | | | | | * Apply width restructions to modals and images * Dark theme 2.0 * Add webkit scrollbar * Use Object.keys instead of Object.entries where applicable | ||||
| * | Proper padding for the copy button | Rapptz | 2020-12-18 | 1 | -2/+1 |
| | | |||||
| * | Reverse the related links | Rapptz | 2020-12-18 | 1 | -1/+1 |
| | | |||||
| * | Use html_js_files instead of the old approach to add JS files. | Rapptz | 2020-12-18 | 1 | -2/+5 |
| | | |||||
| * | Cleanup copy button CSS and add a hover-over explanation. | Rapptz | 2020-12-18 | 2 | -9/+3 |
| | | |||||
| * | Rewrite the DOM to use CSS grids | Rapptz | 2020-12-18 | 3 | -407/+502 |
| | | | | | | This also rewrites the CSS to use CSS variables. Currently this isn't done to codeblocks however. | ||||
| * | add copy codeblock button | NCPlayz | 2020-12-18 | 3 | -2/+60 |
| | | | | | | | | | Apply suggestions from code review Co-authored-by: Danny <[email protected]> Change to icon, change according to slice's review | ||||
| * | [matrix] Add sans-serif font toggle to settings modal | Josh | 2020-12-18 | 3 | -8/+102 |
| | | | | | | | | | | | | | | | | | | * Add sans serif font toggle * remove unnecessary boolean comparison from setFont Co-authored-by: slice <[email protected]> * Update checkbox title Co-authored-by: slice <[email protected]> * General cleanup of settings system * Apply overflow hidden to modal Co-authored-by: slice <[email protected]> | ||||
| * | [matrix] Create settings modal | Josh | 2020-12-18 | 3 | -7/+84 |
| | | | | | | | | | | | | | | | | * Create settings modal * Fix issue with spacing after settings button * Fix issue with modal background on mobile devices * Add close button to modal * Add tooltip to close button * Support closing modal with escape key * Add missing semicolon to keydown event listener | ||||
| * | [matrix] Refactor docs JS | Josh | 2020-12-18 | 2 | -63/+71 |
| | | | | | | | | * Refactor custom.js * Refactor scorer.js * tables variable shoudn't be in global scope | ||||
| * | Add favicon | Nadir Chowdhury | 2020-12-18 | 2 | -1/+1 |
| | | |||||
| * | Use actual viewport tag with initial-scale set to 1 | Rapptz | 2020-12-18 | 1 | -1/+1 |
| | | |||||
| * | Add fixed header links, fix some parts of mobile UI | Jens Reidel | 2020-12-18 | 1 | -5/+23 |
| | | | | | | | | | Dynamic content width equal to old one if on 1080p Fix mobile view Disable fixed header on mobile | ||||
| * | Bump Sphinx to 3.0.3 | Rapptz | 2020-12-18 | 1 | -2/+2 |
| | | |||||
| * | make documentation sphinx 3.x compatible | Riley Shaw | 2020-12-18 | 1 | -1/+2 |
| | | |||||
| * | Move table JS outside of scrolling | Rapptz | 2020-12-18 | 1 | -7/+8 |
| | | |||||
| * | Bump Sphinx to 2.4.4 | Rapptz | 2020-12-18 | 1 | -1/+1 |
| | | |||||
| * | Add attributetable and add some class-level sections. | Rapptz | 2020-12-18 | 5 | -4/+440 |
| | | | | | | The extensions have yet to receive this treatment and CSS needs work, but for now this is fine. | ||||
| * | Add support for Member.pending boolean attribute | Rapptz | 2020-12-18 | 1 | -1/+13 |
| | | |||||
| * | [commands] max_concurrency comes before cooldowns | Rapptz | 2020-12-17 | 1 | -3/+3 |
| | | | | | Fix #6172 | ||||
| * | Add versionadded string for Emoji.url_as | Rapptz | 2020-12-17 | 1 | -2/+4 |
| | | |||||
| * | Add Emoji.url_as | Daggy1234 | 2020-12-17 | 2 | -4/+50 |
| | | |||||
| * | [tasks] Fix a typo in documentation | Rapptz | 2020-12-14 | 1 | -1/+1 |
| | | |||||
| * | [tasks] Add support for manually calling the wrapped coroutine | Rapptz | 2020-12-14 | 1 | -0/+20 |
| | | |||||
| * | Update Windows opus binaries from 1.2.1 to 1.3.1 | Devon R | 2020-12-12 | 2 | -0/+0 |
| | | |||||
| * | Add in Decoder | Devon R | 2020-12-12 | 1 | -36/+176 |
| | | |||||
| * | Make File docstring raw for Python 3.9 compatibility | TicClick | 2020-12-11 | 1 | -1/+1 |
| | | |||||
| * | Allow PartialMessage to work with DM channels as well | Rapptz | 2020-12-11 | 2 | -9/+31 |
| | | |||||
| * | Export to_message_reference_dict to make PartialMessage.reply work | Rapptz | 2020-12-11 | 1 | -0/+1 |
| | | |||||
| * | Add operations you can do to a Message and PartialMessage to docs | Rapptz | 2020-12-11 | 1 | -1/+27 |
| | | |||||
| * | Add PartialMessage to allow working with channel/message_id pairs. | Rapptz | 2020-12-11 | 3 | -21/+147 |
| | | | | | Fix #5905 | ||||
| * | Fix WebhookMessages docstrings | Steve C | 2020-12-10 | 1 | -2/+2 |
| | | | | Silly danno | ||||
| * | Add support for editing and deleting webhook messages. | Rapptz | 2020-12-09 | 4 | -15/+241 |
| | | | | | Fix #6058 | ||||
| * | Revert Message.edit logic that deals with allowed_mentions | Rapptz | 2020-12-08 | 1 | -26/+11 |
| | | | | | It made no sense here. | ||||
| * | Fix embed suppression when using client-wide allowed_mentions | Lilly Rose Berner | 2020-12-08 | 1 | -1/+1 |
| | | |||||
| * | [commands] Added in missing channel links | Ben Skerritt | 2020-12-07 | 1 | -1/+1 |
| | | |||||
| * | Fix wrong documented permission for GuildChannel.invites() | Misa | 2020-12-07 | 1 | -1/+1 |
| | | | | | | | | I tested it just now, and manage_guild is not the permission you need to fetch invites from a given channel. You need manage_channels. Note that this isn't the same as Guild.invites(), which DOES use manage_guild. | ||||
| * | Add created_at property to PartialEmoji | Steve C | 2020-12-06 | 1 | -1/+12 |
| | | | | Also fixed docstring for PartialEmoji.url | ||||
| * | [commands] Cog unload failures are swallowed. | Rapptz | 2020-12-03 | 1 | -1/+4 |
| | | | | | Fix #6113 | ||||
| * | Add support for chunking AsyncIterator objects | Josh | 2020-12-03 | 2 | -0/+45 |
| | | |||||
| * | Update documentation for rules/updates channels | RocketRace | 2020-12-03 | 1 | -3/+3 |
| | | |||||
| * | Add reaction roles example | Kippiii | 2020-12-03 | 1 | -0/+83 |
| | | |||||
| * | Fix Team.icon_url_as format argument default value | Bryan Forbes | 2020-11-28 | 1 | -1/+1 |
| | | |||||
| * | [bug] call super constructor for `CustomActivity` to fix `created_at` | Nadir Chowdhury | 2020-11-28 | 1 | -0/+1 |
| | | |||||
| * | [chore] Remove redundant imports | Nadir Chowdhury | 2020-11-28 | 10 | -22/+6 |
| | | | | This also removes the historical patch for NullHandler implemented in bbf1c54, as it has been available since Python 3.1. | ||||
| * | Fix `UnboundLocalError` for editing `public_updates_channel` | Nadir Chowdhury | 2020-11-28 | 1 | -3/+3 |
| | | |||||
| * | Change reply example to use replies | SNVMK | 2020-11-28 | 1 | -1/+1 |
| | | |||||
| * | Fix Message.to_reference from the MessageReference changes | Rapptz | 2020-11-27 | 1 | -1/+3 |
| | | |||||