Skip to content

Dev#3

Merged
yu199195 merged 10 commits into
masterfrom
dev
Jul 26, 2018
Merged

Dev#3
yu199195 merged 10 commits into
masterfrom
dev

Conversation

@yu199195

Copy link
Copy Markdown
Member

No description provided.

@yu199195 yu199195 merged commit 502165e into master Jul 26, 2018
yu199195 pushed a commit that referenced this pull request Aug 5, 2019
yu199195 added a commit that referenced this pull request Jan 18, 2021
* feat: add shiro and jwt. (#944)

* Permission (#946)

* feat: add shiro and jwt.

* modify: change login response object

* add: global deal shiro's exception.

* role have done

* permission compeleted for server

* permission compeleted for server

* modify lambada

* add apache license header

* Supports Shiro privilege blocking and whitelist configuration and JWT login authentication

* feat: add shiro and jwt.

* modify: change login response object

* add: global deal shiro's exception.

* add: shiro's white list remove in file of yaml

* modify: application-local.yml

* add: shiro's white list remove in file of yaml

* modify some feature

* Deleting the admin user is not allowed

* add delete role by user id

* update role permission delete batch resource by roleid

* add role sql

* Integrate front-end coordination

* modify: allow "option" request (#3)

* feat: add shiro and jwt.

* modify: change login response object

* add: global deal shiro's exception.

* add: shiro's white list remove in file of yaml

* modify: application-local.yml

* add: shiro's white list remove in file of yaml

* modify: allow "option" request

* Modify user roles without distinguishing admin users

* add permission table sql

* checkstyle

* checkstyle

* Fix (#4) not init SQL

* Compatible with H2 syntax

* modify: shiro permission modify (#5)

* feat: add shiro and jwt.

* modify: change login response object

* add: global deal shiro's exception.

* add: shiro's white list remove in file of yaml

* modify: application-local.yml

* add: shiro's white list remove in file of yaml

* modify: allow "option" request

* modify: shiro permission modify

* add data sync by http whitelist

* user login add null judge

* permission compeleted

* fix test error

* fix login test error (#6)

* feat: add shiro and jwt.

* modify: change login response object

* add: global deal shiro's exception.

* add: shiro's white list remove in file of yaml

* modify: application-local.yml

* add: shiro's white list remove in file of yaml

* modify: allow "option" request

* modify: shiro permission modify

* fix: DashboardUserServiceTest.java to adapt new DashboardUserService.java

Co-authored-by: George <46160170+nuo-promise@users.noreply.github.com>

* permission compeleted

Co-authored-by: YuI <Trafalgar-YuI@users.noreply.github.com>
Co-authored-by: dengliming <liming.d.pro@gmail.com>
Co-authored-by: xiaoyu <549477611@qq.com>
nuo-promise added a commit that referenced this pull request Jan 18, 2021
* feat: add shiro and jwt. (#944)

* Permission (#946)

* feat: add shiro and jwt.

* modify: change login response object

* add: global deal shiro's exception.

* role have done

* permission compeleted for server

* permission compeleted for server

* modify lambada

* add apache license header

* Supports Shiro privilege blocking and whitelist configuration and JWT login authentication

* feat: add shiro and jwt.

* modify: change login response object

* add: global deal shiro's exception.

* add: shiro's white list remove in file of yaml

* modify: application-local.yml

* add: shiro's white list remove in file of yaml

* modify some feature

* Deleting the admin user is not allowed

* add delete role by user id

* update role permission delete batch resource by roleid

* add role sql

* Integrate front-end coordination

* modify: allow "option" request (#3)

* feat: add shiro and jwt.

* modify: change login response object

* add: global deal shiro's exception.

* add: shiro's white list remove in file of yaml

* modify: application-local.yml

* add: shiro's white list remove in file of yaml

* modify: allow "option" request

* Modify user roles without distinguishing admin users

* add permission table sql

* checkstyle

* checkstyle

* Fix (#4) not init SQL

* Compatible with H2 syntax

* modify: shiro permission modify (#5)

* feat: add shiro and jwt.

* modify: change login response object

* add: global deal shiro's exception.

* add: shiro's white list remove in file of yaml

* modify: application-local.yml

* add: shiro's white list remove in file of yaml

* modify: allow "option" request

* modify: shiro permission modify

* add data sync by http whitelist

* user login add null judge

* permission compeleted

* fix test error

* fix login test error (#6)

* feat: add shiro and jwt.

* modify: change login response object

* add: global deal shiro's exception.

* add: shiro's white list remove in file of yaml

* modify: application-local.yml

* add: shiro's white list remove in file of yaml

* modify: allow "option" request

* modify: shiro permission modify

* fix: DashboardUserServiceTest.java to adapt new DashboardUserService.java

Co-authored-by: George <46160170+nuo-promise@users.noreply.github.com>

* permission compeleted

* add database init enable,admin role bind use sql

* optimize permission

* optimize permission

* optimize permission

* optimize permission

Co-authored-by: YuI <Trafalgar-YuI@users.noreply.github.com>
Co-authored-by: dengliming <liming.d.pro@gmail.com>
Co-authored-by: xiaoyu <549477611@qq.com>
moremind added a commit that referenced this pull request Aug 24, 2023
* Sdk springcloud (#3)

sdk_springcloud merged

* consumer rollback.

* consumer rollback +1.

* test.

* test + 1.

* add disk info log.

* v1 setup-java.

* refactor discovery client init.

* Under the client capability to each contextId.

* Under the client capability to each contextId + 1.

* Under the client capability to each contextId + 2.

* change capability to singleton.

* rename package and module name springcloud 2 feign.

* rename package and module name springcloud 2 feign + 1.

* rename package and module name springcloud 2 feign + 2.

* refactor starter module.

* refactor starter module + 1.

* fix ci.

* fix ci +1.

* fix ci +2.

* fix ci +3.

* fix ci + 4.

* change datasync config 2 static.

* try fix ci.

* try fix ci +1.

* try fix ci + 2.

---------

Co-authored-by: likeguo <33576070+li-keguo@users.noreply.github.com>
Co-authored-by: moremind <hefengen@apache.org>
Aias00 added a commit that referenced this pull request Jun 16, 2026
…ermission, revert unrelated LICENSE changes

- Change /appAuth/updateSk to accept UpdateSkDTO as @RequestBody instead
  of @RequestParam, preventing appSecret from appearing in URLs, browser
  history, and server access logs (Copilot review comment #1)
- Change /sandbox/proxyGateway permission from system:authen:list to
  system:authen:modify — a write/signing endpoint should not be guarded
  by a read permission (Copilot review comment #3)
- Revert unrelated LICENSE file changes that were accidentally included
  (Copilot review comment #2 — re2j license issue is pre-existing)

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants