summaryrefslogtreecommitdiffstats
path: root/tests/activities/views/test_posts.py
Commit message (Collapse)AuthorAgeFilesLines
* Implement post rate limits, move to signed cookiesAndrew Godwin2022-12-151-13/+8
| | | | | Also improve the test harness a little Fixes #112
* Fix broken testsAndrew Godwin2022-12-021-42/+1
|
* Post editingMichael Manfre2022-11-271-1/+43
|
* Content warning name customisationMichael Manfre2022-11-221-0/+24
Allows the name of Content Warning to be customized (e.g. to "Content Summary"). Fixes #28.