| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | | | | | |
|
| | | | | |
| | | | |
| | | | | |
Co-authored-by: dawn <[email protected]>
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | | |
Co-authored-by: Caeden Perelli-Harris <[email protected]>
|
| | | | | |
| | | | |
| | | | | |
Co-authored-by: Caeden Perelli-Harris <[email protected]>
|
| | | | | |
| | | | |
| | | | | |
Co-authored-by: Caeden Perelli-Harris <[email protected]>
|
| | | | | |\ |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
upgrade_server_to_community_if_necessary
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Preserve personal config
|
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix broken roles view
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This one is still needed for the `!subscribe` text command to work properly
|
| |/ / / / / / |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Bump aiohttp from 3.8.3 to 3.8.4
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.3 to 3.8.4.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.3...v3.8.4)
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Bump pydantic from 1.10.5 to 1.10.6
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.5 to 1.10.6.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.6/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v1.10.5...v1.10.6)
---
updated-dependencies:
- dependency-name: pydantic
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| |\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
Display jump url to message invoking an infraction in infraction log
|
| | | | | | | |
|
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Previously displayed "Infraction issued in modmail" for infractions in ModMail.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The priority of the value to be picked is always the last file in the `env_file` tuple
We want server values to always be picked up from .env.server, and if someone wants to override them for testing, they'll go into .env
But the `env.server` shouldn't be manually tampered with
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Support `eval` (snekbox) file system and attachment display
|
| | | | | | | |
|
| | |\ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
# Conflicts:
# bot/constants.py
# bot/exts/utils/snekbox/_cog.py
# config-default.yml
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* change nested delimiter to double underscore
* write channel_id along with the webhook_id
* make channel mandatory for webhook
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Add botstrap depency group and task
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|