summaryrefslogtreecommitdiffstats
path: root/tests/activities/views
Commit message (Collapse)AuthorAgeFilesLines
* Implement post rate limits, move to signed cookiesAndrew Godwin2022-12-153-54/+54
| | | | | Also improve the test harness a little Fixes #112
* Add pyupgrade with --py310-plus in pre-commit (#103)Paolo Melchiorre2022-12-052-2/+3
|
* Fix broken testsAndrew Godwin2022-12-022-42/+47
|
* Post editingMichael Manfre2022-11-271-1/+43
|
* Content warning name customisationMichael Manfre2022-11-222-0/+42
Allows the name of Content Warning to be customized (e.g. to "Content Summary"). Fixes #28.