summary refs log tree commit diff
path: root/tests/rest/client/test_receipts.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
| | | | | During the migration the automated script to update the copyright headers accidentally got rid of some of the existing copyright lines. Reinstate them.
* Update license headersPatrick Cloke2023-11-211-10/+16
|
* Additional validation of receipts (#16327)Patrick Cloke2023-09-181-8/+213
| | | | Reject invalid receipts with a reasonable error message & expands tests for receipts.
* Reject receipt requests with invalid room or event IDs. (#14632)Nick Mills-Barrett2022-12-071-0/+76
If the room or event IDs are empty or of an invalid form they should be rejected.