1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-07 01:41:39 +00:00
* [cleanup] system admin: removed 'settings' related code & files

* [cleanup] system admin: removed 'statistics' related code & files

* [cleanup] system admin - users: removed unused code & files

* [cleanup] system admin - orgs: removed unused code & files

* [system admin / institutions] cleanup

* [system admin / notifications] cleanup

* [system admin / links] cleanup

* [system admin / logs] cleanup

* [system admin / virus scan] cleanup

* [system admin / invitations] cleanup

* system admin / terms] cleanup

* [system admin / users] cleanup

* [system admin] cleanup

* [system admin] cleanup

* [system admin] cleanup

* modification

* modification
This commit is contained in:
llj
2020-02-28 09:49:24 +08:00
committed by GitHub
parent 3386580ba8
commit 13800cd8eb
66 changed files with 15 additions and 8785 deletions

View File

@@ -80,9 +80,9 @@ class AuthTest(ApiTestBase):
def test_client_login_token_wont_enter_sudo_mode(self):
url = self._get_client_login_url(admin=True)
url += '&next=/sys/useradmin'
url += '&next=/sys/info'
r = requests.get(url)
assert r.url == urljoin(BASE_URL, '/sys/sudo/?next=/sys/useradmin/')
assert r.url == urljoin(BASE_URL, '/sys/sudo/?next=/sys/info/')
def _desktop_login(self):
data = {