Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2019-09-03 | Remove pydocstyle pinning now that flake8-docstrings is fixed | -94/+111 | ||
Relock | ||||
2019-09-03 | Use pipenv lint script for pre-commit hook | -13/+8 | ||
2019-09-03 | Update contrib doc for allowing edits from maintainers | -0/+3 | ||
2019-09-03 | Allow special characters in off topic names. | -1/+22 | ||
2019-09-01 | Applying PR Feedback: Colour constants for readability & absolute import | -6/+18 | ||
2019-08-24 | Removing incorrect double newline between imports and PEP8-ing committed GH ↵ | -2/+3 | ||
code suggestion | ||||
2019-08-24 | Apply suggestions from code review | -3/+2 | ||
Co-Authored-By: Johannes Christ <[email protected]> | ||||
2019-08-24 | Changing LogView to DetailView, as per Volcy's review | -30/+8 | ||
2019-08-23 | Adding staff app to .coveragerc and .dockerignore + updating app locations ↵ | -4/+7 | ||
in dockerignore | ||||
2019-08-23 | Fixing inconsistent indentation style in logs template and logs css | -138/+143 | ||
2019-08-23 | Adding tests for deleted message view | -2/+98 | ||
Tests include: - Properly escaping html; - Correct messages have been passed to templates; - Embeds are both rendered by the template. | ||||
2019-08-23 | Adding tests for filters and the deleted message front-end view | -0/+85 | ||
2019-08-23 | Adding required fields validator and tests to embed fields | -2/+42 | ||
2019-08-23 | Adding missing 'inline' parameter to embed fields attribute validator | -1/+9 | ||
2019-08-23 | Making the deleted-messages-frontend functional with changes, including: | -10/+346 | ||
- Adding support for embeds to both the template and the css; - Adding Discord fonts to create a Discord-realistic rendering; - Adding Discord color int to html hex filter for use in templates; - Removing unnecessary int -> hex property from role model (see previous point); - Adding support to compute timestamp from snowflake int in the message model; - Forcing the order of deleted messages list view to snowflake `id` to guarantee chronological order. | ||||
2019-08-23 | Adding message display to frontend | -10/+61 | ||
2019-08-23 | Adding initial staff app to Django | -0/+54 | ||
2019-08-23 | Making the comparison operators for Role act like those for d.py Role objects | -8/+49 | ||
2019-08-22 | First adding default value, then removing it to make it required. | -1/+6 | ||
2019-08-22 | Removing default value for 'position' field of Role model | -2/+1 | ||
2019-08-22 | Fixing top_role bug for users without roles & adding appropriate test | -25/+58 | ||
2019-08-17 | Properly handle `actor` via `PrimaryKeyRelatedField`. | -2/+37 | ||
2019-08-15 | Making User.top_role test only query once | -2/+3 | ||
2019-08-15 | Adding missing docstring in public method | -0/+1 | ||
2019-08-15 | Adding position, role hierarchy comparisons to Role model; top_role to User ↵ | -8/+239 | ||
model | ||||
2019-08-14 | Use different field values. | -2/+2 | ||
2019-08-14 | Avoid hardcoding module name. | -3/+4 | ||
2019-08-14 | Apply Mark's suggestions. | -3/+3 | ||
how to logging Co-Authored-By: Mark <[email protected]> |