summaryrefslogtreecommitdiffstats
path: root/tests/activities/views/test_timelines.py
Commit message (Collapse)AuthorAgeFilesLines
* Implement post rate limits, move to signed cookiesAndrew Godwin2022-12-151-13/+6
| | | | | Also improve the test harness a little Fixes #112
* Add pyupgrade with --py310-plus in pre-commit (#103)Paolo Melchiorre2022-12-051-1/+2
|
* Content warning name customisationMichael Manfre2022-11-221-0/+18
Allows the name of Content Warning to be customized (e.g. to "Content Summary"). Fixes #28.