aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2020-04-23Free tag: fix typo in headerGravatar kwzrd-1/+1
2020-04-23Simplify free tagGravatar Matteo Bertucci-3/+2
2020-04-21Fix category cache issueGravatar Joseph Banks-3/+2
2020-04-20HelpChannels: add logging to answered checkGravatar MarkKoz-3/+4
2020-04-20Extra documentation + split out to separate functionGravatar Joseph Banks-8/+26
2020-04-20Add different emoji for different channel statuses (in use answered/unanswered)Gravatar Joseph Banks-2/+7
2020-04-20Incorrect comparison, we need to check if we are in help_in_use, not out of itGravatar Joseph Banks-1/+1
2020-04-20Add statistics on whether a help session was closed with no input from ↵Gravatar Joseph Banks-0/+15
anyone but the claimant
2020-04-17HelpChannels: ensure `is_in_category` returns a boolGravatar Mark-1/+1
Co-Authored-By: kwzrd <[email protected]>
2020-04-16Use IDs instead of hard-coding category names in the free tagGravatar Matteo Bertucci-2/+1
Co-Authored-By: Shirayuki Nekomata <[email protected]>
2020-04-16Add a title at the top of the free tagGravatar Matteo Bertucci-0/+2
Co-Authored-By: Shirayuki Nekomata <[email protected]>
2020-04-16Remove `.md` from anti-malware whitelistGravatar Sebastiaan Zeeff-1/+0
We want our members to use the paste site to share text-based files instead of them sharing the files as attachments on Discord. As `.md`, a file extensions used for plain-text files with markdown formatting, is such a text file, I've removed it from the anti-malware whitelist.