Move admin api impl to its own package
It doesn't really belong under rest/client/v1 any more.
Showing
- synapse/app/homeserver.py 1 addition, 1 deletionsynapse/app/homeserver.py
- synapse/rest/__init__.py 2 additions, 3 deletionssynapse/rest/__init__.py
- synapse/rest/admin/__init__.py 1 addition, 1 deletionsynapse/rest/admin/__init__.py
- tests/handlers/test_user_directory.py 4 additions, 3 deletionstests/handlers/test_user_directory.py
- tests/push/test_email.py 3 additions, 2 deletionstests/push/test_email.py
- tests/push/test_http.py 3 additions, 2 deletionstests/push/test_http.py
- tests/rest/admin/__init__.py 14 additions, 0 deletionstests/rest/admin/__init__.py
- tests/rest/admin/test_admin.py 6 additions, 5 deletionstests/rest/admin/test_admin.py
- tests/rest/client/test_consent.py 3 additions, 2 deletionstests/rest/client/test_consent.py
- tests/rest/client/test_identity.py 3 additions, 2 deletionstests/rest/client/test_identity.py
- tests/rest/client/v1/test_events.py 3 additions, 2 deletionstests/rest/client/v1/test_events.py
- tests/rest/client/v1/test_login.py 3 additions, 2 deletionstests/rest/client/v1/test_login.py
- tests/rest/client/v1/test_rooms.py 3 additions, 2 deletionstests/rest/client/v1/test_rooms.py
- tests/rest/client/v2_alpha/test_auth.py 2 additions, 2 deletionstests/rest/client/v2_alpha/test_auth.py
- tests/rest/client/v2_alpha/test_capabilities.py 3 additions, 3 deletionstests/rest/client/v2_alpha/test_capabilities.py
- tests/rest/client/v2_alpha/test_register.py 4 additions, 3 deletionstests/rest/client/v2_alpha/test_register.py
- tests/rest/client/v2_alpha/test_sync.py 3 additions, 2 deletionstests/rest/client/v2_alpha/test_sync.py
- tests/server_notices/test_consent.py 3 additions, 3 deletionstests/server_notices/test_consent.py
- tests/storage/test_client_ips.py 3 additions, 2 deletionstests/storage/test_client_ips.py
Loading
Please register or sign in to comment