mirror of
https://github.com/team-ide/teamide.git
synced 2026-04-27 19:45:49 +03:00
[PR #13] [MERGED] Dev #129
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/teamide-team-ide#129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/team-ide/teamide/pull/13
Author: @team-ide
Created: 1/22/2022
Status: ✅ Merged
Merged: 1/22/2022
Merged by: @team-ide
Base:
main← Head:dev📝 Commits (10+)
3eebf20添加表单组件,表单验证等0c34eff提交登录页面设计0faf094修改加解密库,添加注册、登录、登出、展示登录用户等8efc78a添加frame的识别 和体部分块3b8a37d移除session,使用JWT验证登录,客户端cookie存储JWT信息3dd3030修改JWT刷新规则为每次请求会话刷新,前端10分钟请求一次会话,后台JWT失效时间为2小时8e70dce添加系统管理菜单导航3750597服务添加基础权限,页面添加导航刷新等9acb6b7添加所有权限操作,设置基础代码6dba5a5添加Sql Model操作📊 Changes
288 files changed (+15545 additions, -1824 deletions)
View changed files
📝
.github/workflows/release.yml(+52 -54)📝
.gitignore(+4 -2)➖
RELEASE.md(+0 -6)➕
application/README.md(+3 -0)➕
application/app.go(+252 -0)➕
application/base/aes.go(+122 -0)➕
application/base/error.go(+76 -0)➕
application/base/package.go(+1 -0)➕
application/base/struct_map.go(+193 -0)➕
application/base/util.go(+215 -0)➕
application/coder/database.go(+326 -0)➕
application/coder/package.go(+1 -0)➕
application/common/application.go(+27 -0)➕
application/common/error.go(+35 -0)➕
application/common/file.go(+1 -0)➕
application/common/invoke.go(+519 -0)➕
application/common/javascriptByTest.go(+24 -0)➕
application/common/javascript_executor.go(+7 -0)➕
application/common/javascript_service.go(+626 -0)➕
application/common/javascript_service_sql.go(+396 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.