Merge branch 'master' of git.kaiyuancloud.cn:yumoqing/ahserver

This commit is contained in:
yumoqing 2024-11-17 20:07:42 +08:00
commit 5bd46ca3a1
26 changed files with 1 additions and 1 deletions

0
ahserver/__init__.py Executable file → Normal file
View File

2
ahserver/auth_api.py Executable file → Normal file
View File

@ -169,7 +169,7 @@ class AuthAPI:
raise e raise e
if user is None: if user is None:
info(f'timecost=client({ip}) {user} access need login to access {path} ({t2-t1})') info(f'timecost=client({ip}) {user} need login to access {path} ({t2-t1})')
raise web.HTTPUnauthorized raise web.HTTPUnauthorized
info(f'timecost=client({ip}) {user} access {path} forbidden ({t2-t1})') info(f'timecost=client({ip}) {user} access {path} forbidden ({t2-t1})')
raise web.HTTPForbidden() raise web.HTTPForbidden()

0
ahserver/baseProcessor.py Executable file → Normal file
View File

0
ahserver/configuredServer.py Executable file → Normal file
View File

0
ahserver/dbadmin.py Executable file → Normal file
View File

0
ahserver/dsProcessor.py Executable file → Normal file
View File

0
ahserver/error.py Executable file → Normal file
View File

0
ahserver/filedownload.py Executable file → Normal file
View File

0
ahserver/filestorage.py Executable file → Normal file
View File

0
ahserver/functionProcessor.py Executable file → Normal file
View File

0
ahserver/globalEnv.py Executable file → Normal file
View File

0
ahserver/llmProcessor.py Executable file → Normal file
View File

0
ahserver/myTE.py Executable file → Normal file
View File

0
ahserver/p2p_middleware.py Executable file → Normal file
View File

0
ahserver/processorResource.py Executable file → Normal file
View File

0
ahserver/proxyProcessor.py Executable file → Normal file
View File

0
ahserver/restful.py Executable file → Normal file
View File

0
ahserver/serverenv.py Executable file → Normal file
View File

0
ahserver/sqldsProcessor.py Executable file → Normal file
View File

0
ahserver/uriop.py Executable file → Normal file
View File

0
ahserver/url2file.py Executable file → Normal file
View File

0
ahserver/utils.py Executable file → Normal file
View File

0
ahserver/version.py Executable file → Normal file
View File

0
ahserver/websocketProcessor.py Executable file → Normal file
View File

0
ahserver/xlsxData.py Executable file → Normal file
View File

0
ahserver/xlsxdsProcessor.py Executable file → Normal file
View File