Ming Deng
|
2781f88173
|
Expose error from SessionRegenerateID
|
2020-11-25 21:13:04 +08:00 |
|
Ming Deng
|
cbbb6bfb08
|
Merge pull request #4284 from flycash/develop
Upgrade version
|
2020-11-03 22:49:59 +08:00 |
|
Ming Deng
|
b2a96234ab
|
Upgrade version
|
2020-11-03 22:21:32 +08:00 |
|
Ming Deng
|
db3defa76a
|
Merge pull request #4261 from flycash/reduceCache
make stmt cache smaller
|
2020-10-10 22:10:43 +08:00 |
|
Ming Deng
|
1dffa20435
|
make stmt cache smaller
|
2020-10-10 21:35:58 +08:00 |
|
Ming Deng
|
8e37fe3b78
|
Merge pull request #4251 from sc0Vu/fix-typo
Fix typo
|
2020-10-06 19:44:27 +08:00 |
|
sc0vu
|
91e18996bd
|
Fix typo
|
2020-10-06 18:20:06 +08:00 |
|
Ming Deng
|
b8c1e133bf
|
Merge pull request #4226 from vinicio/feature/same-site
session: adds CookieSameSite to ManagerConfig
|
2020-10-05 23:05:30 +08:00 |
|
Vinício Augusto
|
d66321fe4e
|
session: adds CookieSameSite config to hooks.go#registerSession
|
2020-10-05 11:39:20 -03:00 |
|
Ming Deng
|
0b7ece44cf
|
Merge pull request #4244 from AllenX2018/develop
testing: fix temporary create failed on Windows
|
2020-10-04 18:55:37 +08:00 |
|
Allen.M
|
6ffbc0a2b8
|
testing: fix temporary create failed on Windows
We are creating temporary files on the root directory of beego now
This PR using system temporary directory for testing.
Fixes #4243
|
2020-09-30 15:50:40 +08:00 |
|
Vinício Augusto
|
26208a53e6
|
session: adds CookieSameSite to ManagerConfig
|
2020-09-15 18:05:33 -03:00 |
|
Ming Deng
|
f6519b29a8
|
Merge pull request #4198 from CadenGuo/enhancement/orm_mysql_operator_consolidate
Enhancement/Add a new MySQL operator for strict case sensitive query
|
2020-09-01 21:33:41 +08:00 |
|
CadenGuo
|
91410be722
|
orm_test:use predefined variable to check db driver
|
2020-08-31 15:47:37 +00:00 |
|
CadenGuo
|
ff53e12191
|
skip strictexact operator test for db drivers other than mysql
|
2020-08-31 15:29:48 +00:00 |
|
CadenGuo
|
60bb057783
|
add a new mysql operator for force case sensitie query
|
2020-08-31 03:40:18 +00:00 |
|
CadenGuo
|
8736ffaf6f
|
use 'BINARY' key word for exact operator for mysql db
|
2020-08-30 23:38:52 +08:00 |
|
Ming Deng
|
f946a35acd
|
Merge pull request #4191 from mchtech/rawseter_fielder
fix issue #3776
|
2020-08-26 10:49:38 +08:00 |
|
michuan
|
9bd3a27e80
|
fix #3776
|
2020-08-25 23:36:15 +08:00 |
|
Ming Deng
|
310161f9d4
|
Merge pull request #4126 from flycash/fix/secureFlagV1
XSRF add secure and http only flag
|
2020-08-03 21:24:23 +08:00 |
|
Ming Deng
|
a0d1c42dac
|
XSRF add secure and http only flag
|
2020-08-03 21:04:33 +08:00 |
|
Ming Deng
|
87b40ee9e7
|
Merge pull request #4116 from livelyRyan/patch-2
添加 BConfig.Listen.ClientAuth 字段及处理逻辑
|
2020-07-30 16:07:00 +08:00 |
|
Mr. Myy
|
7831638f37
|
移除多余的条件判断
|
2020-07-30 14:48:46 +08:00 |
|
Mr. Myy
|
5203804165
|
调整默认配置中的 ClientAuth 值,使之与原来的行为保持一致
|
2020-07-30 14:46:17 +08:00 |
|
Mr. Myy
|
0815e77f9a
|
修复笔误产生的拼写错误
|
2020-07-30 11:20:22 +08:00 |
|
Mr. Myy
|
c46ba86215
|
修复笔误产生的拼写错误
|
2020-07-30 11:18:14 +08:00 |
|
Mr. Myy
|
9d23e5a3fb
|
简化代码写法
|
2020-07-30 11:03:32 +08:00 |
|
Mr. Myy
|
513a4afff1
|
对 Listen 结构体增加 ClientAuth 字段
对 Listen 结构体增加 ClientAuth 字段,赋予默认配置对象该字段值为 tls.VerifyClientCertIfGiven,与原代码逻辑的默认值保持一致
|
2020-07-30 10:59:32 +08:00 |
|
Mr. Myy
|
15e11931fc
|
添加对 BConfig.Listen.ClientAuth 字段的逻辑处理。当指定了该配置时,使用配置的值来作为验证客户端的方式。如果没指定,使用默认值 tls.RequireAndVerifyClientCert
|
2020-07-30 10:53:30 +08:00 |
|
Ming Deng
|
7d561607d8
|
Merge pull request #4111 from liuhaogui/develop
添加配置文件路径环境变量
|
2020-07-30 09:14:12 +08:00 |
|
刘豪贵
|
15f04b8da4
|
add env BEEGO_CONFIG_PATH
|
2020-07-29 21:57:16 +08:00 |
|
Ming Deng
|
7a48fbb698
|
Merge pull request #4066 from playHing/self-dev
Fix concurrent issue of context/input Query method
|
2020-07-16 13:52:11 +08:00 |
|
playHing
|
3e2c795410
|
Rlock for form query
|
2020-07-15 20:44:59 +08:00 |
|
playHing
|
55e6298f29
|
Fix concurrent form parsing and getting
|
2020-07-15 20:44:59 +08:00 |
|
playHing
|
b50fb44950
|
Add bench test on context input query
|
2020-07-15 20:44:59 +08:00 |
|
Ming Deng
|
1c0714405a
|
Merge pull request #4068 from jianzhiyao/fix_3898
fix `index out of range` when sid len = 1
|
2020-07-15 00:03:59 +08:00 |
|
jianzhiyao
|
678b90385b
|
add log
|
2020-07-14 09:57:13 +08:00 |
|
jianzhiyao
|
5940ae33c2
|
fix index out of range when sid len = 1
add unit test for sess_file.go
|
2020-07-13 19:14:53 +08:00 |
|
Ming Deng
|
3db31385cf
|
Merge pull request #4065 from Acmefocus/develop
update README.md
|
2020-07-11 23:16:36 +08:00 |
|
Acmefocus
|
2b9aaa5b0d
|
update README.md
Signed-off-by: Acmefocus <107723772@qq.com>
|
2020-07-10 09:58:06 +08:00 |
|
Acmefocus
|
dced745d55
|
Merge branch 'develop' of https://github.com/Acmefocus/beego into develop
|
2020-07-09 18:15:25 +08:00 |
|
Acmefocus
|
25ba78ea72
|
update README.md
Signed-off-by: Acmefocus <107723772@qq.com>
|
2020-07-09 18:14:31 +08:00 |
|
Acmefocus
|
863b5bd0f4
|
Merge branch 'develop' of https://github.com/Acmefocus/beego into develop
Signed-off-by: Acmefocus <107723772@qq.com>
|
2020-07-09 17:59:07 +08:00 |
|
Acmefocus
|
ba3153621a
|
Merge branch 'develop' of https://github.com/Acmefocus/beego into develop
|
2020-07-09 17:47:46 +08:00 |
|
Acmefocus
|
40cdc877b6
|
Update README.md
Signed-off-by: Acmefocus <107723772@qq.com>
|
2020-07-09 17:38:08 +08:00 |
|
Acmefocus
|
76debb1899
|
Update README.md
|
2020-07-09 17:18:01 +08:00 |
|
Ming Deng
|
35dcc3df7c
|
Merge pull request #4058 from a631807682/fix/issues/4054
Fix response payload too large
|
2020-07-09 16:41:11 +08:00 |
|
Chenrui
|
c3f14a0ad6
|
refactor: log error when payload too large
|
2020-07-09 09:45:40 +08:00 |
|
Ming Deng
|
8ee167bc7b
|
Merge pull request #4051 from gmelodie/sleep-on-reconnect-3972
Add sleep on reconnect
|
2020-07-09 09:41:04 +08:00 |
|
Cathal
|
2eccb23461
|
Add sleep on reconnect functionality
|
2020-07-08 17:30:34 +01:00 |
|