| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Document behavior of on_disconnect | Sebastian Law | 2021-02-20 | 1 | -4/+4 |
| | | |||||
| * | Update docs to be clearer about discord limitations | Michael H | 2021-02-17 | 2 | -2/+11 |
| | | |||||
| * | [commands] Add discord.Guild converter and GuildNotFound error | Alex Nørgaard | 2021-02-07 | 1 | -0/+6 |
| | | | | | | | | * Add discord.Guild converter and GuildNotFound error * note for lack of disambiguation in Guilds with duplicate names, and removed the possibility of returning None * edited converter to use `utils.get` over `utils.find` and docs edited with Converter and Exception. | ||||
| * | Always inject the HTML builder even in RTD builds | Rapptz | 2021-02-02 | 1 | -2/+4 |
| | | |||||
| * | [commands] document PartialMessageConverter | Sebastian Law | 2021-01-24 | 2 | -0/+6 |
| | | |||||
| * | Clarify on_raw_message_edit cached message nature | ChristopherJHart | 2021-01-18 | 1 | -1/+4 |
| | | |||||
| * | Change copyright year to present | Nihaal Sangha | 2021-01-15 | 2 | -3/+2 |
| | | |||||
| * | [matrix] Add scroll to top button | Josh | 2021-01-12 | 3 | -0/+49 |
| | | |||||
| * | Fix tag references in builds | Rapptz | 2021-01-08 | 1 | -1/+1 |
| | | |||||
| * | Changelog fixes | Rapptz | 2021-01-08 | 1 | -2/+3 |
| | | |||||
| * | Add changelog for v1.6 | Rapptz | 2021-01-07 | 1 | -0/+71 |
| | | |||||
| * | Update copyright year in the documentation | Rapptz | 2021-01-07 | 1 | -1/+1 |
| | | |||||
| * | fix method reference in documentation | Sebastian Law | 2021-01-05 | 1 | -1/+1 |
| | | |||||
| * | Update intents.rst & discord.rst | David | 2021-01-03 | 2 | -4/+4 |
| | | |||||
| * | Fix search not working on mobile | Rapptz | 2021-01-01 | 1 | -1/+1 |
| | | |||||
| * | Update quickstart.rst to not use "reply" | Arthaxeres | 2020-12-31 | 1 | -2/+2 |
| | | | | Replace the word "reply" since we are actually not using Message.reply | ||||
| * | Include pending as a possible member_update trigger | Dan Hess | 2020-12-29 | 1 | -0/+1 |
| | | |||||
| * | docs: Change page to section in event reference | Stefano Pigozzi | 2020-12-29 | 1 | -1/+1 |
| | | |||||
| * | Change highlight text colour on dark theme | Rapptz | 2020-12-26 | 1 | -1/+1 |
| | | | | | Fix #6215 | ||||
| * | Fix 404 in search pages. | Rapptz | 2020-12-25 | 1 | -1/+1 |
| | | | | | Fix #6210 | ||||
| * | docs: fix simple typo, libaries -> libraries | Tim Gates | 2020-12-25 | 1 | -1/+1 |
| | | | | | | There is a small typo in docs/intro.rst. Should read `libraries` rather than `libaries`. | ||||
| * | [commands] Fix exception hierarchy documentation | Sebastian Law | 2020-12-22 | 1 | -1/+7 |
| | | |||||
| * | Apply settings before DOM loaded. | Josh | 2020-12-21 | 1 | -1/+4 |
| | | |||||
| * | Fix search highlighting not working | Rapptz | 2020-12-21 | 2 | -1/+10 |
| | | |||||
| * | Fix constructor colours being off in dark mode | Rapptz | 2020-12-19 | 1 | -0/+1 |
| | | |||||
| * | Add attributetable to WebhookMessage | Rapptz | 2020-12-19 | 1 | -0/+8 |
| | | |||||
| * | [matrix] Flip collapsible arrow direction | Rapptz | 2020-12-19 | 1 | -2/+2 |
| | | |||||
| * | [matrix] Explicitly change colour of option | Nadir Chowdhury | 2020-12-19 | 1 | -0/+5 |
| | | |||||
| * | [matrix] Vertically align navigation header | slice | 2020-12-19 | 1 | -0/+1 |
| | | |||||
| * | [matrix] Fix inconsistent monospace fonts | slice | 2020-12-19 | 1 | -2/+3 |
| | | | | | | | Internal references use a much simpler font stack that's different compared to what's used for most <pre> and <code> elements on the page, so let's make it more consistent by introducing a monospace font variable that's used everywhere we want one. | ||||
| * | [tasks] Add missing attributetable to tasks | Rapptz | 2020-12-19 | 1 | -0/+2 |
| | | |||||
| * | Rework index page to take less vertical space | Rapptz | 2020-12-19 | 3 | -22/+94 |
| | | |||||
| * | [commands] Make documentation use new attributetable | Rapptz | 2020-12-18 | 1 | -4/+67 |
| | | |||||
| * | Add missing attributetable to new classes | Rapptz | 2020-12-18 | 1 | -0/+8 |
| | | |||||
| * | Set maximimum sidebar width | Josh | 2020-12-18 | 1 | -7/+5 |
| | | |||||
| * | [matrix] Style "View Documentation For" dropdown | Muhammad Hamza | 2020-12-18 | 2 | -0/+22 |
| | | |||||
| * | Make admonition-title un-selectable. | Myst(MysterialPy) | 2020-12-18 | 1 | -0/+4 |
| | | | | All admonition-title's should now be un-selectable. | ||||
| * | Add sidebar animation when collapsing | Nihaal Sangha | 2020-12-18 | 2 | -5/+9 |
| | | |||||
| * | Thicken admonition borders a little | Rapptz | 2020-12-18 | 1 | -1/+1 |
| | | |||||
| * | [matrix] Hide hamburger menu on pages without sidebar | Josh | 2020-12-18 | 2 | -10/+14 |
| | | |||||
| * | [matrix] Fix JS errors on search results page | Josh | 2020-12-18 | 2 | -2/+5 |
| | | |||||
| * | Another take at fixing methods showing up under "Attributes" | jack1142 | 2020-12-18 | 1 | -1/+5 |
| | | |||||
| * | Fix collapsible sidebar not working | Rapptz | 2020-12-18 | 1 | -3/+3 |
| | | |||||
| * | Use the constructed value in the settings | Rapptz | 2020-12-18 | 1 | -1/+1 |
| | | |||||
| * | [matrix] Update model styles | Muhammad Hamza | 2020-12-18 | 2 | -4/+7 |
| | | |||||
| * | Fix tooltips in settings and make strings translatable | Rapptz | 2020-12-18 | 1 | -11/+11 |
| | | |||||
| * | Move setting load to DOMContentLoaded | Rapptz | 2020-12-18 | 1 | -4/+1 |
| | | |||||
| * | [matrix] Refactor JS & add searchbar to mobile. | Josh | 2020-12-18 | 7 | -225/+328 |
| | | |||||
| * | Reduce CSS variable usage | Rapptz | 2020-12-18 | 1 | -13/+5 |
| | | |||||
| * | Fix versionmodified not being italics | Rapptz | 2020-12-18 | 1 | -0/+4 |
| | | |||||