- 03 Jan, 2016 1 commit
-
-
astaxie authored
-
- 30 Dec, 2015 2 commits
-
-
astaxie authored
Refactoring: Move dev & prod runmodes to const
-
Vitaly Velikodny authored
-
- 29 Dec, 2015 1 commit
-
-
Vitaly Velikodny authored
-
- 27 Dec, 2015 3 commits
- 26 Dec, 2015 1 commit
-
-
John Doe authored
Add link to russian
-
- 23 Dec, 2015 1 commit
-
-
astaxie authored
clean code in docs.go, error.go, filter.go and hooks.go
-
- 22 Dec, 2015 3 commits
-
-
Yandong Yao authored
-
fud authored
-
https://github.com/astaxie/beegofud authored
-
- 21 Dec, 2015 7 commits
-
-
https://github.com/astaxie/beegoastaxie authored
-
astaxie authored
-
astaxie authored
simplfy config.go and controller.go
-
fud authored
-
fud authored
-
fud authored
-
https://github.com/astaxie/beegofud authored
-
- 19 Dec, 2015 2 commits
- 18 Dec, 2015 2 commits
-
-
astaxie authored
compress level test fixed
-
JessonChan authored
-
- 17 Dec, 2015 10 commits
-
-
astaxie authored
-
astaxie authored
为orm接口添加注释
-
astaxie authored
-
fuxiaohei authored
-
astaxie authored
Fix joins for reverse(many) with custom pk
-
astaxie authored
Revert "go test fixed"
-
astaxie authored
-
astaxie authored
go test fixed
-
astaxie authored
clean compliated codes, refactor if sections in app.go
-
JessonChan authored
-
- 16 Dec, 2015 4 commits
-
-
astaxie authored
Added MaxMemory limit to CopyBody() Supersedes #1484
-
astaxie authored
-
astaxie authored
-
Simon Rawet authored
Beego only uses the MaxMemory flag when using go's built in functions for parsing forms. However the CopyBody() function have no limit an will coppy anny amount of data into memory using ioutil.ReedAll() on the request body whitout anny size validation or limit. This fix wrapps input.Requst.Body in a LimitedReader using the same memory limit as ParseFormOrMulitForm()
-
- 15 Dec, 2015 3 commits
-
-
Pelle Johnsen authored
- Also add test covering the issue
-
nkbai authored
-
JessonChan authored
-