-
- Downloads
Configurable limits on avatars (#11846)
Only allow files which file size and content types match configured limits to be set as avatar. Most of the inspiration from the non-test code comes from matrix-org/synapse-dinsic#19
Showing
- changelog.d/11846.feature 1 addition, 0 deletionschangelog.d/11846.feature
- docs/sample_config.yaml 14 additions, 0 deletionsdocs/sample_config.yaml
- synapse/config/server.py 27 additions, 0 deletionssynapse/config/server.py
- synapse/handlers/profile.py 67 additions, 0 deletionssynapse/handlers/profile.py
- synapse/handlers/room_member.py 6 additions, 0 deletionssynapse/handlers/room_member.py
- tests/handlers/test_profile.py 92 additions, 2 deletionstests/handlers/test_profile.py
- tests/rest/client/test_profile.py 156 additions, 0 deletionstests/rest/client/test_profile.py
Loading
Please register or sign in to comment