1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-01 09:43:27 +00:00
Commit Graph

2925 Commits

Author SHA1 Message Date
lyric
f19ad3fdd3 httplib add CheckRedirect 2016-09-28 18:04:51 +08:00
Back
836be7ab9a fix to advice in #2187
Clear BConfig.Log.Outputs's default "console" while user has set "LogOutputs" in config file.
2016-09-28 16:20:41 +08:00
astaxie
bba04dd864 Merge pull request #2184 from rahal/master
Emailer : Should use config Username only if no From is provided.
2016-09-28 07:56:12 +08:00
rahal
9499b3eb90 Emailer : Should use config Username only if no From is provided.
Should fix the case where Username is not an email.
2016-09-27 16:21:41 +01:00
astaxie
9f6bbe3c51 add foundation link 2016-09-23 14:16:16 +08:00
astaxie
2d87d4feaf Merge branch 'master' into develop 2016-09-22 23:18:45 +08:00
astaxie
15a45ccc7b change to 1.7.1 2016-09-22 23:18:22 +08:00
astaxie
e0c59fcf0b add more comments 2016-09-22 23:17:41 +08:00
astaxie
083f697c59 Merge pull request #2173 from axyu/develop
fix a spelling mistake
2016-09-21 19:45:46 +08:00
yuanxuan
a5a6546b91 fix a spelling mistake 2016-09-21 19:33:12 +08:00
astaxie
9cafbf6a21 Merge pull request #2170 from ysqi/develop
Support load app config before test Beego
2016-09-19 20:55:20 +08:00
ysqi
faba0d7273 Support load app config before test Beego 2016-09-19 18:38:56 +08:00
ysqi
c3116d3601 Merge branch 'astaxie/develop' into develop 2016-09-19 18:16:47 +08:00
astaxie
868e14b8ba fix #2017 2016-09-15 20:04:45 +08:00
astaxie
421bf97b84 Support custome recover func fix #2004 2016-09-15 12:16:24 +08:00
astaxie
c16507607c fix #2161 2016-09-15 11:11:34 +08:00
astaxie
2b7dd85b92 access log add client request ip 2016-09-15 10:58:46 +08:00
astaxie
a58115fed2 orm log delete repetition time 2016-09-15 10:54:21 +08:00
astaxie
f9b5b0f551 Merge pull request #2162 from sergeylanzman/develop
improve Swagger
2016-09-15 08:56:27 +08:00
Sergey Lanzman
e53c147129 improve Swagger
1. Add yaml
2. Fix typo scurity => security
3. Make license optional
2016-09-15 00:15:02 +03:00
Sergey Lanzman
da0e6e790d Update swagger.go 2016-09-14 23:36:38 +03:00
astaxie
58ffc6f5f8 fix #1877 2016-09-13 22:43:40 +08:00
astaxie
d5fb74aa94 Merge pull request #2158 from simpleelegant/develop
Add support "SELECT FOR UPDATE" to orm. Resolve issue #2157
2016-09-12 21:48:14 +08:00
Wang Yujian
11247d41a7 Add support "SELECT FOR UPDATE" to orm. Resolve issue #2157 2016-09-12 20:07:30 +00:00
astaxie
5b21c7cd71 fix #1802 2016-09-12 21:13:21 +08:00
astaxie
dd0f05b1f1 fix the method color 2016-09-11 22:00:14 +08:00
astaxie
a32241e7d3 fix #2142 2016-09-11 21:27:27 +08:00
astaxie
0ef357ebd7 session:output error 2016-09-11 21:02:11 +08:00
astaxie
32dd976620 Merge pull request #2146 from philchia/develop
Fix the typo
2016-09-08 17:42:10 +08:00
Phil
fcd8a2024e Add jianliao and slack log adapter 2016-09-08 17:21:11 +08:00
Phil
30661472c8 Fix the typo 2016-09-07 13:33:11 +08:00
astaxie
6ced26660e Merge branch 'develop' of https://github.com/astaxie/beego into develop 2016-09-06 23:05:54 +08:00
astaxie
7d6c45d4c9 add RegisterModelWithSuffix #2140 2016-09-06 23:05:41 +08:00
astaxie
98740fddac Merge pull request #2138 from kbynd/patch-1
RequestURI captures the signature field as well.
2016-09-04 16:52:59 +08:00
kbynd
6d3042f5e5 RequestURI captures the signature field as well.
This in turn results is failure of signature based validation. So what is need is only "/api/resource/action". which is given by ctx.Input.URL()
2016-09-04 11:36:17 +05:30
astaxie
8b9d6eee1a Merge pull request #2132 from Zaaksam/master
beego.ParseForm() improvement
2016-09-02 16:23:14 +08:00
Zaaksam
11ef5929aa update TestParseForm 2016-09-02 16:08:04 +08:00
astaxie
c697b98006 enhancement 2016-09-01 23:28:34 +08:00
Zaaksam
7c2e563879 beego.ParseForm() improvement 2016-09-01 15:04:57 +08:00
astaxie
56aa224a6e simplfy the code 2016-08-31 22:47:31 +08:00
astaxie
8c37a07adb optimize the ORM 2016-08-31 00:07:19 +08:00
astaxie
161c061376 fix cache/memcache test 2016-08-30 23:24:30 +08:00
astaxie
aa091cea42 improvement the error if use &&Struct 2016-08-30 22:02:11 +08:00
astaxie
7df74c0a30 fix #1521 2016-08-30 21:24:56 +08:00
astaxie
1e1e900278 fix #2126 2016-08-30 21:00:27 +08:00
astaxie
fb2343567b fix #2125 2016-08-30 20:40:46 +08:00
astaxie
3f67c62dd8 revert the snakeString 2016-08-30 00:15:02 +08:00
astaxie
bb860d2752 Merge pull request #2124 from astaxie/revert-2071-issue_accept_encoding
Revert "route variables should not have underline"
2016-08-29 13:42:53 +08:00
astaxie
f280dab880 Revert "route variables should not have underline" 2016-08-29 13:42:40 +08:00
astaxie
7283aead42 Merge pull request #2116 from raphael10241024/self
fix#2039 & test
2016-08-24 23:15:53 +08:00