Merged
Conversation
本次提交彻底删除了 Masa.Auth.Web.Admin 及其依赖的 ApiGateways.Caller、Wasm、Server 等项目及所有相关前端页面、Blazor 组件、服务调用、DTO、类型适配、样式、多语言资源、图片等文件,并从解决方案中移除对应项目和引用。 同时,清理了 SSO、权限、团队、角色、用户、员工、第三方用户、WebHook、LDAP 配置等核心管理模块的全部前端实现,删除了相关辅助类、布局、样式、导入文件和图片资源。 对 launchSettings.json、appsettings、Dockerfile、项目文件、静态资源等进行了同步清理和环境变量调整。 此外,SSO 服务数据库迁移方式切换为官方 PersistedGrantDbContext,移除自定义迁移及相关配置,精简静态资源和前端入口文件。 本次变更为一次彻底的功能下线和项目结构精简,相关管理功能页面和调用层已全部移除,项目已无法再进行相关管理操作。
实现后台在线用户列表与踢人接口,支持分页、搜索和强制下线。通过 Redis 维护在线状态,SSO 支持被动登出,踢出用户后 24 小时内禁止重新登录。完善事件同步、依赖注入及 Cookie 校验逻辑,统一补充 Apache License 版权声明。
将UpdateMenuMetaDto的MatchPattern属性由可空string改为非空string,并调整CommandHandler中相关调用,去除空合并处理。
将Code属性由p.Id.ToString()改为p.Code,并新增Icon和PermissionType属性,分别赋值为p.Icon和p.Type,优化了Navs的权限数据结构。
扩展了ClientSelectDto类,增加了ClientUri属性及其构造函数参数。在QueryHandler中创建ClientSelectDto实例时,补充传递了client.ClientUri,确保数据完整性。
wzh425
approved these changes
Mar 25, 2026
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



client select add url