| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | * | | | Fix spelling of a TalentPool command name | 2021-08-30 | -1/+1 | ||
| | | | | | | | |||||
| | | | * | | | Rename list nominated user command for clarity | 2021-08-30 | -2/+2 | ||
| | | | | | | | |||||
| | | | * | | | use global logger in talent pool, over a self var that has been deleted | 2021-08-30 | -1/+1 | ||
| | | | | | | | |||||
| | | | * | | | Add back missing default params for TalentPool cog | 2021-08-30 | -0/+1 | ||
| | | | | | | | |||||
| | | | * | | | Update unnominate message to remove reference to relaying messages. | 2021-08-30 | -1/+1 | ||
| | | | | | | | |||||
| | | | * | | | Update api endpoint name in talent pool review | 2021-08-30 | -1/+1 | ||
| | | | | | | | |||||
| | | | * | | | Merge branch 'main' into ks123/goodbye-talentpool-channel | 2021-08-30 | -2/+4 | ||
| | | | |\ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | | Merge pull request #1791 from python-discord/dmrelay-mod-channel | 2021-08-30 | -2/+4 | ||
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Allow dmrelay to only be used in mod channels. | ||||
| | * | | | | | Merge branch 'main' into dmrelay-mod-channel | 2021-08-30 | -35/+74 | ||
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | Allow dmrelay to only be used in mod channels. | 2021-08-30 | -2/+4 | ||
| | | |/ / / | |/| | | | |||||
| | | | * | | Update comment to reference the new TalentPool cache name | 2021-08-30 | -3/+3 | ||
| | | | | | | |||||
| | | | * | | Remove code that is no longer hit | 2021-08-30 | -4/+0 | ||
| | | | | | | |||||
| | | | * | | Change all references to watch to nominate instead | 2021-08-30 | -17/+25 | ||
| | | | | | | |||||
| | | | * | | Merge branch 'main' into ks123/goodbye-talentpool-channel | 2021-08-30 | -1746/+3918 | ||
| | | | |\ \ | |_|_|/ / |/| | | | | |||||
| * | | | | | Remove the json argument from the raw command. (#1792) | 2021-08-30 | -6/+14 | ||
| | | | | | | |||||
| * | | | | | Merge pull request #1790 from python-discord/restrictive-infra-commands | 2021-08-30 | -29/+60 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | Prevent the usage of names and nicknames when issuing infractions. | ||||
| | * | | | | Add more clarity to docstrings | 2021-08-29 | -5/+5 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify what Discord usernames are and the usage of the word "ambiguity". | ||||
| | * | | | | Make the helper function more readable | 2021-08-29 | -8/+4 | ||
| | | | | | | |||||
| | * | | | | Use unambiguous converters for infraction commands | 2021-08-29 | -15/+16 | ||
| | | | | | | |||||
| | * | | | | Fix mismatches in parameter names and docstrings | 2021-08-29 | -2/+2 | ||
| | | | | | | |||||
| | * | | | | Add the UnambiguousMember converter | 2021-08-29 | -3/+23 | ||
| | | | | | | |||||
| | * | | | | Replace UserMentionOrID with UnambiguousUser | 2021-08-29 | -12/+26 | ||
| |/ / / / | |||||
| | | * | | Switched back to default value getting. | 2021-06-12 | -4/+4 | ||
| | | | | | |||||
| | | * | | Merge branch 'main' into ks123/goodbye-talentpool-channel | 2021-06-04 | -0/+0 | ||
| | | |\ \ | |||||
| | | * \ \ | Merge branch 'main' into ks123/goodbye-talentpool-channel | 2021-06-04 | -3427/+6634 | ||
| | | |\ \ \ | |||||
| | | * | | | | Remove talentpool channel constants | 2021-03-28 | -5/+0 | ||
| | | | | | | | |||||
| | | * | | | | Migrate nomination reasons editing commands | 2021-03-28 | -10/+10 | ||
| | | | | | | | |||||
| | | * | | | | Add missing asterisk to nominees list | 2021-03-28 | -1/+1 | ||
| | | | | | | | |||||
| | | * | | | | Migrate unnominate command to non-watchchannel | 2021-03-28 | -6/+6 | ||
| | | | | | | | |||||
| | | * | | | | Migrate Talent Pool Reviewer class to non-watchchannel Talent Pool | 2021-03-28 | -10/+10 | ||
| | | | | | | | |||||
| | | * | | | | Migrate nominations history command to non-watchchannel system | 2021-03-28 | -1/+1 | ||
| | | | | | | | |||||
| | | * | | | | Use more accurate command names and docstring for talent pool commands | 2021-03-28 | -14/+13 | ||
| | | | | | | | |||||
| | | * | | | | Remove WatchChannel parent of TalentPool and migrate first commands | 2021-03-28 | -28/+52 | ||
| | | | | | | | |||||
| | | | | | * | Refactor & simplifiy domain filter check | 2021-09-06 | -8/+3 | ||
| | | | | | | | |||||
| | | | | | * | Only check URL-like objects against domain filters | 2021-08-28 | -4/+5 | ||
| | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously a message such as 'https://google.com hello! flask.request.method' would be filtered due to us filtering the url shortener t.me. This commit changes to logic so that we only check parts of the messages that matched the URL regex against our blacklist, to avoid these false-positives. | ||||
| * | | | | | Added bot variables tag (#1784) | 2021-08-27 | -0/+23 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Added a new tag with the name bot_var Co-authored-by: Bluenix <[email protected]> | ||||
| * | | | | | Merge pull request #1778 from python-discord/update-remind-help | 2021-08-26 | -4/+48 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Add time units and example to docstring of `!remind` commands | ||||
| | * \ \ \ \ | Merge branch 'main' into update-remind-help | 2021-08-26 | -2/+9 | ||
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | | Merge pull request #1785 from python-discord/Output-public-url-when-sharing | 2021-08-26 | -1/+3 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Use publicly available URL when outputting metabase share URL | ||||
| | * | | | | | | Use publically available URL when outputting metabase share URL | 2021-08-26 | -1/+3 | ||
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In production we use the internal URL to call the metabase API, to avoid egress but we still want to output the public url when giving the sharing link. Making it a constant like this makes it easier to change/overwrite in future if needed. | ||||
| * | | | | | | Merge pull request #1783 from python-discord/user-message-link-support | 2021-08-26 | -1/+6 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Add message link support to `!user` | ||||
| | * | | | | | Add message link support to `!user` command | 2021-08-26 | -1/+6 | ||
| |/ / / / / | |||||
| | * | | | | Add time units to the `!remind edit` and `!remind edit duration` help messages | 2021-08-25 | -2/+24 | ||
| | | | | | | |||||
| | * | | | | Add time units and example to docstring of `!remind` and `!remind new` | 2021-08-25 | -2/+24 | ||
| |/ / / / | | | | | | | | | | | | | Supported time units and an example invocation are now displayed in the help message for `!remind` and `!remind new` | ||||
| * | | | | Merge pull request #1777 from python-discord/mbaruh-patch-1 | 2021-08-25 | -2/+2 | ||
| |\ \ \ \ | | | | | | | | | | | Fix antispam looking at wrong messages | ||||
| | * | | | | Fix antispam looking at wrong messages | 2021-08-24 | -2/+2 | ||
| |/ / / / | |||||
| * | | | | Merge pull request #1731 from Numerlor/converter-typehints | 2021-08-24 | -128/+96 | ||
| |\ \ \ \ | | | | | | | | | | | Add converter typehints | ||||
| | * \ \ \ | Merge branch 'main' into converter-typehints | 2021-08-24 | -37/+75 | ||
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Merge pull request #1776 from python-discord/community-partners-access | 2021-08-24 | -26/+36 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Give partners and community members more access | ||||
| | * | | | | | Fix tests | 2021-08-24 | -2/+2 | ||
| | | | | | | | |||||