- 19 Nov, 2017 6 commits
-
-
astaxie authored
-
astaxie authored
Add JSON or Apache access log formatting option to config: AccessLogsFormat = JSON_FORMAT or APACHE_FORMAT ref #2738
-
astaxie authored
Add the ability to unregister fixed routes
-
astaxie authored
Add sys env feature
-
astaxie authored
add Enum field to Schema
-
astaxie authored
1.Add Mutual HTTPS Option!
-
- 15 Nov, 2017 1 commit
-
-
lotus authored
-
- 13 Nov, 2017 1 commit
-
-
ilylia authored
-
- 07 Nov, 2017 2 commits
- 31 Oct, 2017 1 commit
-
-
Abel authored
-
- 30 Oct, 2017 1 commit
-
-
Abel authored
-
- 28 Oct, 2017 1 commit
-
-
Silviu Capota-Mera authored
-
- 27 Oct, 2017 1 commit
-
-
astaxie authored
Update for MySQL timezone detection bug
-
- 26 Oct, 2017 2 commits
- 23 Oct, 2017 3 commits
- 18 Oct, 2017 1 commit
-
-
hemin authored
remove omitempty for swagger.Response.Description, because it's Required according to Swagger2.0 Spec
-
- 17 Oct, 2017 3 commits
-
-
astaxie authored
misc: fix typos
-
Daniel Lin authored
-
hzlinqien authored
-
- 16 Oct, 2017 1 commit
-
-
hemin authored
-
- 15 Oct, 2017 1 commit
-
-
zhirong authored
-
- 14 Oct, 2017 3 commits
- 11 Oct, 2017 1 commit
-
-
LI Daobing authored
-
- 07 Oct, 2017 2 commits
-
-
Silviu Capota-Mera authored
use continue instead of return
-
Silviu Capota-Mera authored
-
- 05 Oct, 2017 1 commit
-
-
Hu Risheng authored
-
- 26 Sep, 2017 3 commits
-
-
Silviu Capota-Mera authored
-
Silviu Capota-Mera authored
-
Silviu Capota-Mera authored
Certain web application inherit most of the routes from a base application by using the underscore import (e.g. import _ "myoldapp.com/routers"). The new application might want to only overwrite certain pages, such as "/about" or "/faq" The proposed new UnregisterFixedRoute method allows unregistering of the specified paths. Usage (replace "GET" with "*" for all methods): beego.UnregisterFixedRoute("/yourpreviouspath", "GET") beego.Router("/yourpreviouspath", yourControllerAddress, "get:GetNewPage") The children paths are left intact. For example, /yourpreviouspath/oldchildsubpath should still continue to function in legacy mode.
-
- 13 Sep, 2017 5 commits
-
-
Waleed Gadelkareem authored
-
Waleed Gadelkareem authored
-
Waleed Gadelkareem authored
-
Waleed Gadelkareem authored
-
Waleed Gadelkareem authored
-