Proto commits in casbin/casbin-server

These 18 commits are when the Protocol Buffers files have changed:

Commit:8d7fda9
Author:Shokoohi
Committer:GitHub

feat: add enforcer EnableAcceptJsonRequest feature (#119) Version of the "Casbin" module upgraded to 2.100 to access the "bleAcceptJsonRequest" feature then integrated this project with the new version of the "Casbin" then added new requested feature. Changes: - Upgraded the version of the "Casbin" module - Integrated with the new version of the "Casbin" module - Changed the .proto file to add "EnableAcceptJsonRequest" field at calling NewEnforcer - Generated Go files from new changed the .proto file - Added "EnableAcceptJsonRequest" field to each "NewEncoder" test cases Co-authored-by: Ali Shokoohi <shokoohi.pub@gmail.com>

The documentation is generated from this commit.

Commit:138d465
Author:Bakhdaulet
Committer:GitHub

fix: add GetDomains() API (#107) * feat: get roles, permission by domains * feat: gets the domains that a user has

Commit:9b19178
Author:Bakhdaulet
Committer:GitHub

feat: get roles, permission by domains (#104)

Commit:1f5d9cd
Author:Leonardo
Committer:GitHub

feat: C# namespace declaration on proto file and Dockerfile correction (#56) * Defined csharp namespace for tool proto generation Signed-off-by: Leonardo Ferreira <index.xp@gmail.com> * Changed order of module enablement to fix crash Signed-off-by: Leonardo Ferreira <index.xp@gmail.com> * Updated c# namespace name Signed-off-by: Leonardo Ferreira <index.xp@gmail.com>

Commit:0d6328a
Author:Ubuntu
Committer:closetool

fix: update golang version Signed-off-by: closetool <c299999999@qq.com>

Commit:49bef6a
Author:RobotHuang

feat: update rbac api in casbin.proto Signed-off-by: RobotHuang <1183598761@qq.com>

Commit:f4ec414
Author:Prathik Kaliyambath
Committer:Yang Luo

Exposed a few functions

Commit:e029ed6
Author:nodece

Improve the specified databse

Commit:3503d02
Author:zhanghelong
Committer:zhanghelong

rbac api & tests

Commit:b07c5e1
Author:zhanghelong

management api

Commit:9d67430
Author:zhanghelong

feature management

Commit:5cd5d76
Author:Yang Luo
Committer:Yang Luo

Finish AddPolicy() and RemovePolicy().

Commit:0e80bc0
Author:Yang Luo

Finish LoadPolicy() and SavePolicy().

Commit:cd0ee75
Author:Yang Luo
Committer:Yang Luo

Add AddPolicy(), RemovePolicy() related calls.

Commit:8e10aa0
Author:Yang Luo

Add Enforce().

Commit:9dbbf31
Author:Yang Luo

Add NewAdapter() declaration in server-side.

Commit:d303c37
Author:Yang Luo
Committer:Yang Luo

Add NewEnforcer() call.

Commit:4c04fa4
Author:Yang Luo

Add intial code.