Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Adds DM Featuredm-message | 2021-03-16 | -20/+48 | |
* | Adds Discord Context Helper | 2021-03-16 | -17/+30 | |
* | Changes User Typehint To Avoid Circular Import | 2021-03-16 | -2/+1 | |
* | Adds Discord Direct Message Helpers | 2021-03-16 | -0/+32 | |
* | Moves Webhook & Role Helper To Discord File | 2021-03-16 | -97/+80 | |
* | Adds Discord Request Helper | 2021-03-16 | -14/+47 | |
* | Merge pull request #49 from python-discord/ks123/role-assigning | 2021-03-16 | -14/+80 | |
|\ | ||||
| * | Merge branch 'main' into ks123/role-assigning | 2021-03-16 | -123/+148 | |
| |\ | |/ |/| | ||||
* | | Merge pull request #72 from python-discord/dependabot/pip/httpx-0.17.1 | 2021-03-16 | -6/+6 | |
|\ \ | ||||
| * | | Bump httpx from 0.17.0 to 0.17.1 | 2021-03-16 | -6/+6 | |
|/ / | ||||
* | | Merge pull request #71 from python-discord/dependabot/pip/sentry-sdk-1.0.0 | 2021-03-15 | -5/+13 | |
|\ \ | ||||
| * | | Bump sentry-sdk from 0.20.3 to 1.0.0 | 2021-03-14 | -5/+13 | |
|/ / | ||||
* | | Merge pull request #61 from python-discord/dependabot/pip/sentry-sdk-0.20.3 | 2021-03-15 | -114/+130 | |
|\ \ | ||||
| * \ | Merge branch 'main' into dependabot/pip/sentry-sdk-0.20.3 | 2021-03-15 | -9/+10 | |
| |\ \ | |/ / |/| | | ||||
* | | | Merge pull request #70 from python-discord/dependabot/pip/deepmerge-0.2.1 | 2021-03-15 | -5/+5 | |
|\ \ \ | ||||
| * \ \ | Merge branch 'main' into dependabot/pip/deepmerge-0.2.1 | 2021-03-15 | -0/+1 | |
| |\ \ \ | |/ / / |/| | | | ||||
* | | | | Use .gitattributes to normalise line endings | 2021-03-13 | -0/+1 | |
| * | | | Bump deepmerge from 0.1.1 to 0.2.1 | 2021-03-11 | -5/+5 | |
|/ / / | ||||
| * | | Merge branch 'main' into dependabot/pip/sentry-sdk-0.20.3 | 2021-03-08 | -95/+266 | |
| |\ \ | ||||
| * \ \ | Merge branch 'main' into dependabot/pip/sentry-sdk-0.20.3 | 2021-02-28 | -153/+443 | |
| |\ \ \ | ||||
| * | | | | Sets Sentry SDK Environment | 2021-02-21 | -2/+4 | |
| * | | | | Bump sentry-sdk from 0.19.5 to 0.20.3 | 2021-02-19 | -5/+5 | |
| | | | * | Add back removed parenthesis | 2021-03-16 | -1/+1 | |
| | | | * | Split if statement to multiple lines to avoid noqa | 2021-03-16 | -1/+4 | |
| | | | * | Split public fields constant to multiple lines | 2021-03-16 | -1/+9 | |
| | | | * | Use value of enum member instead of member itself | 2021-03-16 | -3/+3 | |
| | | | * | Add discord_role to public fields | 2021-03-16 | -1/+1 | |
| | | | * | Simplify role assigning rate limit handling | 2021-03-09 | -12/+6 | |
| | | | * | Merge branch 'main' into ks123/role-assigning | 2021-03-09 | -101/+547 | |
| | | | |\ | |_|_|_|/ |/| | | | | ||||
* | | | | | Fixes Production URL Constant | 2021-03-08 | -1/+1 | |
| |_|/ / |/| | | | ||||
* | | | | Merge pull request #69 from python-discord/dependabot/pip/flake8-annotations-... | 2021-03-07 | -5/+5 | |
|\ \ \ \ | ||||
| * | | | | Bump flake8-annotations from 2.5.0 to 2.6.0 | 2021-03-07 | -5/+5 | |
|/ / / / | ||||
* | | | | Merge pull request #67 from python-discord/dependabot/pip/pydantic-1.8.1 | 2021-03-07 | -27/+42 | |
|\ \ \ \ | ||||
| * | | | | Bump pydantic from 1.7.3 to 1.8.1 | 2021-03-07 | -27/+42 | |
|/ / / / | ||||
* | | | | Merge pull request #66 from python-discord/dependabot/pip/httpx-0.17.0 | 2021-03-07 | -5/+5 | |
|\ \ \ \ | ||||
| * \ \ \ | Merge branch 'main' into dependabot/pip/httpx-0.17.0 | 2021-03-07 | -60/+231 | |
| |\ \ \ \ | |/ / / / |/| | | | | ||||
* | | | | | Corrects Token Cookie Domain | 2021-03-07 | -4/+2 | |
* | | | | | Switches Forwarded Protocol Header | 2021-03-07 | -12/+9 | |
* | | | | | Corrects Domain On Token Cookie | 2021-03-07 | -1/+2 | |
* | | | | | Corrects Domain On Token Cookie | 2021-03-07 | -2/+3 | |
* | | | | | Fixes Domain URL On Token Cookie | 2021-03-07 | -11/+18 | |
* | | | | | Merge pull request #68 from python-discord/dynamic-token-origin | 2021-03-06 | -19/+45 | |
|\ \ \ \ \ | ||||
| * | | | | | Makes Helper To Handle Token SameSite Logic | 2021-03-07 | -19/+45 | |
|/ / / / / | ||||
* | | | | | Revert "Sets Token Cookie To Same Site To Lax" | 2021-03-06 | -2/+2 | |
* | | | | | Sets Token Cookie To Same Site To Lax | 2021-03-06 | -2/+2 | |
* | | | | | Merge pull request #58 from python-discord/token-expiry | 2021-03-06 | -56/+197 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||
| * | | | | Merge branch 'main' into token-expiry | 2021-03-06 | -8/+8 | |
| |\ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | Formats Authorize File | 2021-03-06 | -3/+3 | |
| * | | | | Renames Token To `token` | 2021-03-06 | -4/+4 | |
| * | | | | Make Admin Fetch Async | 2021-03-01 | -3/+3 |