aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8 (unfollow)
Commit message (Expand)AuthorLines
2019-08-24Changing LogView to DetailView, as per Volcy's reviewGravatar Sebastiaan Zeeff-30/+8
2019-08-23Adding staff app to .coveragerc and .dockerignore + updating app locations in...Gravatar Sebastiaan Zeeff-4/+7
2019-08-23Fixing inconsistent indentation style in logs template and logs cssGravatar Sebastiaan Zeeff-138/+143
2019-08-23Adding tests for deleted message viewGravatar Sebastiaan Zeeff-2/+98
2019-08-23Adding tests for filters and the deleted message front-end viewGravatar Sebastiaan Zeeff-0/+85
2019-08-23Adding required fields validator and tests to embed fieldsGravatar Sebastiaan Zeeff-2/+42
2019-08-23Adding missing 'inline' parameter to embed fields attribute validatorGravatar Sebastiaan Zeeff-1/+9
2019-08-23Making the deleted-messages-frontend functional with changes, including:Gravatar Sebastiaan Zeeff-10/+346
2019-08-23Adding message display to frontendGravatar Sebastiaan Zeeff-10/+61
2019-08-23Adding initial staff app to DjangoGravatar Sebastiaan Zeeff-0/+54
2019-08-23Making the comparison operators for Role act like those for d.py Role objectsGravatar Sebastiaan Zeeff-8/+49
2019-08-22First adding default value, then removing it to make it required.Gravatar Sebastiaan Zeeff-1/+6
2019-08-22Removing default value for 'position' field of Role modelGravatar Sebastiaan Zeeff-2/+1
2019-08-22Fixing top_role bug for users without roles & adding appropriate testGravatar Sebastiaan Zeeff-25/+58
2019-08-17Properly handle `actor` via `PrimaryKeyRelatedField`.Gravatar Johannes Christ-2/+37
2019-08-15Making User.top_role test only query onceGravatar Sebastiaan Zeeff-2/+3
2019-08-15Adding missing docstring in public methodGravatar Sebastiaan Zeeff-0/+1
2019-08-15Adding position, role hierarchy comparisons to Role model; top_role to User m...Gravatar Sebastiaan Zeeff-8/+239
2019-08-14Use different field values.Gravatar Johannes Christ-2/+2
2019-08-14Avoid hardcoding module name.Gravatar Johannes Christ-3/+4
2019-08-14Apply Mark's suggestions. Gravatar Johannes Christ-3/+3