Add admin api for sending server_notices (#5121)
Showing
- changelog.d/5121.feature 1 addition, 0 deletionschangelog.d/5121.feature
- docs/admin_api/server_notices.md 48 additions, 0 deletionsdocs/admin_api/server_notices.md
- docs/server_notices.md 6 additions, 19 deletionsdocs/server_notices.md
- synapse/rest/__init__.py 3 additions, 1 deletionsynapse/rest/__init__.py
- synapse/rest/admin/__init__.py 15 additions, 2 deletionssynapse/rest/admin/__init__.py
- synapse/rest/admin/server_notice_servlet.py 100 additions, 0 deletionssynapse/rest/admin/server_notice_servlet.py
- tests/handlers/test_user_directory.py 2 additions, 2 deletionstests/handlers/test_user_directory.py
- tests/push/test_email.py 1 addition, 1 deletiontests/push/test_email.py
- tests/push/test_http.py 1 addition, 1 deletiontests/push/test_http.py
- tests/rest/admin/test_admin.py 4 additions, 4 deletionstests/rest/admin/test_admin.py
- tests/rest/client/test_consent.py 1 addition, 1 deletiontests/rest/client/test_consent.py
- tests/rest/client/test_identity.py 1 addition, 1 deletiontests/rest/client/test_identity.py
- tests/rest/client/v1/test_events.py 1 addition, 1 deletiontests/rest/client/v1/test_events.py
- tests/rest/client/v1/test_login.py 1 addition, 1 deletiontests/rest/client/v1/test_login.py
- tests/rest/client/v1/test_rooms.py 1 addition, 1 deletiontests/rest/client/v1/test_rooms.py
- tests/rest/client/v2_alpha/test_auth.py 1 addition, 1 deletiontests/rest/client/v2_alpha/test_auth.py
- tests/rest/client/v2_alpha/test_capabilities.py 1 addition, 1 deletiontests/rest/client/v2_alpha/test_capabilities.py
- tests/rest/client/v2_alpha/test_register.py 2 additions, 2 deletionstests/rest/client/v2_alpha/test_register.py
- tests/rest/client/v2_alpha/test_sync.py 1 addition, 1 deletiontests/rest/client/v2_alpha/test_sync.py
- tests/server_notices/test_consent.py 1 addition, 1 deletiontests/server_notices/test_consent.py
Loading
Please register or sign in to comment