astaxie
b54589fa9d
Merge pull request #1210 from oiooj/develop
...
fix multiple filters execute issue
2015-06-14 01:08:51 +08:00
MrLee.Kun
2af0c569a5
The last filterFunc with returnOnOutput=ture won't be executed
...
ex:
beego.InsertFilter("/*", beego.BeforeExec, FilterLoginCheck1,false)
beego.InsertFilter("/*", beego.BeforeExec, FilterLoginCheck2)
In function FilterLoginCheck1 , I'll write data via ResponseWriter, and w.started = true
FilterLoginCheck2 won't be executed, it should be.
2015-06-14 01:02:41 +08:00
MrLee.Kun
27b7a8f743
Merge pull request #1 from astaxie/develop
...
Develop
2015-06-14 00:35:38 +08:00
astaxie
c143a6ec19
fix #1090 add Getfiles to support mulit file upload
2015-06-13 16:20:26 +08:00
astaxie
e619d83990
fix the filter router issues
2015-06-13 12:47:01 +08:00
astaxie
27b452cd95
Merge branch 'develop' of https://github.com/astaxie/beego into develop
2015-06-13 11:15:44 +08:00
astaxie
b776e43962
merge bat/httplib to httplib
2015-06-13 11:15:13 +08:00
astaxie
cb89cd577d
Merge pull request #1201 from kongjian/develop
...
support eq&ne for orm
2015-06-13 10:54:47 +08:00
astaxie
6b777f0c5e
Merge pull request #1207 from oiooj/develop
...
Don't overwrite the params from function ValidRouter
2015-06-13 09:16:07 +08:00
MrLee.Kun
491238ce7d
Don't overwrite the params from function ValidRouter
...
just add new params to context.Input.Params
2015-06-13 01:04:46 +08:00
astaxie
d9bb1a3592
logs support elasticsearch adapter
2015-06-13 00:25:48 +08:00
astaxie
9c6775c22c
log default use synchro, and support async
2015-06-13 00:25:21 +08:00
astaxie
4d70b22f96
Merge pull request #1157 from ziyel/master
...
Let filter function get more params info from ctx.Input.Params
2015-06-11 14:38:19 +08:00
ziyel
d943d16d52
gofmt
2015-06-10 21:26:04 +08:00
空见
bbb6f31f16
support eq&ne for orm
2015-06-09 10:18:21 +08:00
astaxie
364cacf659
record the critical logs in Prod
2015-06-08 22:00:28 +08:00
astaxie
21586586ba
Merge pull request #1198 from kongjian/develop
...
remove space after int()& add sort for commentsRouter file
2015-06-08 20:20:40 +08:00
空见
e1d7bc8826
remove space after int()& add sort for commentsRouter file
2015-06-08 17:25:46 +08:00
astaxie
499ee09d4b
Merge pull request #1194 from zieckey/GetMulti
...
Add GetMulti method for Cache interface
2015-06-08 08:36:20 +08:00
weizili.build17
970f0b460c
Add GetMulti method for Cache interface
2015-06-07 21:33:01 +08:00
astaxie
9280683935
Merge pull request #1193 from zieckey/auth
...
Execute AUTH command when the "password" is configured
2015-06-07 20:34:32 +08:00
weizili.laptop
a58c8180e8
Execute AUTH command when the "password" is configured
2015-06-07 16:26:23 +08:00
astaxie
b9852df51c
Merge pull request #1190 from xboston/patch-1
...
fix session table
2015-06-04 22:09:26 +08:00
Nikolay Kirsh
8e71d31dbe
fix session table
2015-06-04 18:40:10 +05:00
astaxie
db06e954b5
fix the session memcache bug
2015-05-28 12:04:19 +08:00
astaxie
3abd01799d
split into small files
2015-05-27 23:46:45 +08:00
astaxie
ae37689314
fix #1176 grace support windows
2015-05-27 23:22:05 +08:00
astaxie
40974365e6
Merge branch 'develop' of https://github.com/astaxie/beego into develop
2015-05-25 09:10:59 +08:00
astaxie
edbaa080f1
update the string
2015-05-25 09:10:38 +08:00
astaxie
d56491ab3a
sync beeApp.Server to graceful
2015-05-25 09:10:38 +08:00
astaxie
9fd7acf663
fix #1152
2015-05-25 09:10:37 +08:00
astaxie
2dca48f26e
fix sesseion redis db error
2015-05-25 09:10:37 +08:00
astaxie
4138fe0217
beego suppot graceful restart application
2015-05-25 09:10:37 +08:00
astaxie
245762f7d9
add apk mime
2015-05-25 09:10:37 +08:00
astaxie
18bdec951d
fix #1143
2015-05-25 09:10:37 +08:00
mlgd
9252301fa0
Fix save config ini file
2015-05-25 09:10:37 +08:00
cr7pt0gr4ph7
1053b63bbc
Improve documentation of filter.go.
2015-05-25 09:10:37 +08:00
JessonChan
3bd6caae0a
set default timeout
2015-05-25 09:10:37 +08:00
JessonChan
d8734cf58d
set default timeout
2015-05-25 09:10:37 +08:00
JessonChan
51161361db
more fixed
2015-05-25 09:10:37 +08:00
JessonChan
6da0cdb9e2
no need lock here
2015-05-25 09:10:37 +08:00
JessonChan
9f070c622b
no need defer here
2015-05-25 09:10:37 +08:00
JessonChan
738e22e389
zero timeout means wait until resp
2015-05-25 09:10:37 +08:00
JessonChan
69fc22f0df
typo fixed
2015-05-25 09:10:37 +08:00
JessonChan
4cd7177ece
typo fixed
2015-05-25 09:10:37 +08:00
JessonChan
8e618192c2
better code and fixed
2015-05-25 09:10:37 +08:00
JessonChan
3415a5b091
better go style
2015-05-25 09:10:37 +08:00
Wyatt Fang
dfe055c47c
remove useless comments
2015-05-25 09:10:36 +08:00
Wyatt Fang
74b22649c8
remove the double isStruct/isStructPtr check
2015-05-25 09:10:36 +08:00
Wyatt Fang
4255630564
add Recursively validation
2015-05-25 09:10:36 +08:00