Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: operaads/beego

Tags

v2.3.8

Toggle v2.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added plugin support for generic types at the web. (beego#5771)

* feature:Added plugin support for generic types at the web.

* fix:Fix scanning issues.

* feature:Added options for plugin.

* feature:Remove unnecessary code.

* refactor:change package and go file name.

* feature:add usage example.

* feature:add usage example.

* fix: fix issues.

* fix: fix issues.

v2.3.7

Toggle v2.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fixed beego#5763,fixed beego#5760 : Add utils.securopen func to fix n…

…ot syscall.O_NOFOLLOW on Windows (beego#5764)

v2.3.6

Toggle v2.3.6's commit message
Update db_oracle.go

fix dbbase.GetColumns  expected 3 destination arguments but only query one in oracle

v2.3.5

Toggle v2.3.5's commit message
fix: fix incorrect nil return value

Signed-off-by: cangqiaoyuzhuo <[email protected]>

v2.3.4

Toggle v2.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
modify: file cache writer md5 to sha256 (beego#5727)

* modify: file cache writer md5 to sha256

* modify: file cache writer md5 to sha256

* modify: file cache writer md5 to sha256

v2.3.3

Toggle v2.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Delete server/web/session/ledis/http:/host:port directory (beego#5717)

remove server/web/session/ledis/http:/host:port directory because is not legal on Windows

v2.3.2

Toggle v2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix for the CVE-2022-31836 4ca2780 (beego#5707)

Co-authored-by: Ming Deng <[email protected]>

v1.12.14

Toggle v1.12.14's commit message
HOT-FIX/incorrect-redis-setex, fix: modified invalid redis setex and …

…setxx command in sess_redis.go

v2.3.1

Toggle v2.3.1's commit message
Add validation CustomFunction example