1
0
mirror of https://github.com/astaxie/beego.git synced 2025-04-28 11:56:50 +00:00

Commit Graph

  • b55e20ac60 Merge pull request #2395 from duyazhe/fix_bug_orm_ne astaxie 2017-01-23 21:12:58 +08:00
  • b0dcb5b91d Merge pull request #2400 from kerwin/master astaxie 2017-01-23 21:12:29 +08:00
  • 5c76f62103 Add GetCond func to querySet kerwin 2017-01-18 17:04:23 +08:00
  • 126dbdae2f use BeeMap instead of a regular map Faissal Elamraoui 2017-01-16 10:08:32 +01:00
  • 24d8290a3f fix filter with __ne bug 杜亚哲 2017-01-16 10:32:33 +08:00
  • 957c0630c0 moved the env package to config/ Faissal Elamraoui 2017-01-14 10:15:02 +01:00
  • e32d173b0d fix the bug to prevent rewrite t 卜木 2017-01-14 15:03:49 +08:00
  • fbc9f8e640 Package env for working with env variables inside Beego Faissal Elamraoui 2017-01-13 17:10:54 +01:00
  • 82d2ace3bd Add strong relationship support to orm chesedo 2017-01-11 12:51:32 +02:00
  • 3fa7fc6e41 config:fix handle include other.conf fugr 2017-01-11 18:55:53 +08:00
  • d1b58a00ce Merge pull request #2373 from fugr/config Faissal Elamraoui 2017-01-11 09:34:57 +01:00
  • 6a2ee371a5 avoid creating new file to implements Config fugr 2017-01-09 21:04:11 +08:00
  • a8a2dffc59 Have Required validator trim strings to fix #2361 chesedo 2017-01-06 10:11:08 +02:00
  • 9266ece7a4 fix the retried astaxie 2017-01-05 18:27:23 +08:00
  • 09c405990c Add Aliyun Logger 洪亮 2016-12-27 09:58:42 +08:00
  • 61e694f388 add retry astaxie 2017-01-03 22:50:45 +08:00
  • 195c9b24eb Merge pull request #2359 from kbynd/patch-1 astaxie 2017-01-02 11:49:11 +08:00
  • 2f6da122fd Update output.go kbynd 2017-01-02 09:17:17 +05:30
  • f0d1d7149b Update output.go kbynd 2016-12-31 16:14:38 +05:30
  • 96387e9a9b EnableGZip=true,then content-length header missing kbynd 2016-12-31 16:04:34 +05:30
  • 86f6470fb2 Merge pull request #2353 from skariuki/master Faissal Elamraoui 2016-12-29 22:50:41 +01:00
  • d77160dafe ignore .vscode folder Faissal Elamraoui 2016-12-29 22:30:56 +01:00
  • caca5e37ba fixed typo in models_boot Kariuki, Stanley (Contractor) 2016-12-29 12:24:27 -05:00
  • 189c73986b Merge pull request #2351 from amrfaissal/add-safemap-count Faissal Elamraoui 2016-12-29 11:42:47 +01:00
  • fe21305bb3 Removes redundant check if key exists in BeeMap Faissal Elamraoui 2016-12-29 11:05:35 +01:00
  • 75ec8d33a2 Rewrite safemap_test suite Faissal Elamraoui 2016-12-28 12:39:21 +01:00
  • d736d0ca87 Adds Count method to BeeMap struct Faissal Elamraoui 2016-12-28 12:36:39 +01:00
  • 99093693c8 Merge pull request #2346 from legendtkl/master astaxie 2016-12-26 20:24:49 +08:00
  • c9c284be27 Modify func camelString to be more robust legendtkl 2016-12-25 21:09:06 +08:00
  • fa12dcf792 Merge pull request #2341 from kabab/content_type astaxie 2016-12-23 23:06:52 +08:00
  • b93f5c6f9c Merge pull request #2311 from amrfaissal/fix-2310 astaxie 2016-12-23 20:06:25 +08:00
  • f9791c1221 Merge pull request #2319 from mlgd/patch-1 astaxie 2016-12-23 20:03:32 +08:00
  • 8fac2d8d58 Don't rewrite content-type Amine KABAB 2016-12-14 17:19:31 +00:00
  • e90f4bee1a Remove a regression on AppPath mlgd 2016-12-09 09:37:10 +01:00
  • eb50221a15 Added method to register Pre/Post signal handlers Faissal Elamraoui 2016-12-06 13:38:18 +01:00
  • fc4801494d Added hookable signals Faissal Elamraoui 2016-12-06 13:36:59 +01:00
  • eba6afd6fb Merge pull request #2307 from CodeJuan/master astaxie 2016-12-06 15:10:00 +08:00
  • 81328b72fa Merge pull request #2309 from mengskysama/patch-1 astaxie 2016-12-06 15:03:10 +08:00
  • c0c113036b statistics lock mengskysama 2016-12-06 14:57:15 +08:00
  • b788d74fd1 set perm of rotated log to 440 codejuan 2016-12-06 12:44:00 +08:00
  • 90999717dd Merge branch 'develop' v1.7.2 astaxie 2016-12-05 23:14:26 +08:00
  • a20ccde90d beego 1.7.2 astaxie 2016-12-05 22:58:29 +08:00
  • d548ddeb5b Merge pull request #2267 from centos-ren/develop astaxie 2016-12-05 22:57:38 +08:00
  • de99ac5da5 Merge pull request #2197 from OlegFX/master astaxie 2016-12-05 22:45:07 +08:00
  • e2d9d34c75 Merge pull request #2272 from szyhf/Fix#2263 astaxie 2016-12-05 22:40:54 +08:00
  • bdb525831d Merge pull request #2293 from DusanKasan/develop astaxie 2016-12-05 22:40:35 +08:00
  • 22dba90ec4 Merge pull request #2305 from songtianyi/fixtypo-Getfiles astaxie 2016-12-05 15:09:57 +08:00
  • 7af6dad58e typo fix in comments, Getfiles-->GetFiles songtianyi 2016-12-05 12:49:21 +08:00
  • 5af26446ec Merge pull request #2299 from amrfaissal/fix-2294 astaxie 2016-11-30 14:25:14 +08:00
  • 39d40ba8fa This fixes #2294 Faissal Elamraoui 2016-11-29 14:41:16 +01:00
  • 5bc3e30653 Added ToString method which converts values of any type to string Faissal Elamraoui 2016-11-29 14:38:40 +01:00
  • 34e2b26b99 resolves #2291, introduces AndNotCond/OrNotCond to orm.Condition Dusan Kasan 2016-11-28 09:49:06 +01:00
  • 24015e9ace Merge pull request #2285 from cat2neat/fix-bodyclose astaxie 2016-11-20 19:48:09 +08:00
  • 9ff88f0b35 Fix http body may not be closed cat2neat 2016-11-20 05:16:52 +00:00
  • 27c59a8017 Merge pull request #2278 from mgenov/err_fix astaxie 2016-11-13 16:03:55 +08:00
  • a74ebaa1eb beego/session: return proper error when session is not found Miroslav Genov 2016-11-13 10:01:29 +02:00
  • b5c29d6143 Fix #2263 Back 2016-11-08 13:39:31 +08:00
  • 0a822209c8 Fix :supervisor work dir Daniel 2016-11-08 11:14:48 +08:00
  • 3baac14095 Merge pull request #2257 from xiaoqiang0/develop astaxie 2016-11-07 22:48:06 +08:00
  • ef3655877a swagger: add 'Default' for Parameter Zhang Qiang 2016-10-29 22:33:57 +08:00
  • 5a8c40710c Merge pull request #2228 from Hepri/develop astaxie 2016-10-30 10:48:49 +08:00
  • b635af5a8c Merge pull request #2248 from smacker/RouterPattern-in-ctx astaxie 2016-10-30 10:48:15 +08:00
  • 683e6856ef Add RouterPattern to context.Input Maxim Sukharev 2016-10-28 10:44:16 +07:00
  • 8beefc8bfd Fixed bug when all "time.Time" params in raw sql queries formatted as time Sergey Shcherbina 2016-10-17 21:51:31 +05:00
  • e430de3307 Merge pull request #2223 from tailnode/develop astaxie 2016-10-14 21:11:25 +08:00
  • 2b442e842e fix path issue in windows mengyuan 2016-10-14 16:52:03 +08:00
  • 41633900da Merge pull request #2218 from WatchtowerSecurity/NameFix astaxie 2016-10-13 21:24:11 +08:00
  • aaf6e775d6 Merge pull request #2216 from WatchtowerSecurity/httponlyfix astaxie 2016-10-13 21:19:28 +08:00
  • 2f6fc3f62b Merge pull request #2213 from axyu/develop astaxie 2016-10-13 21:18:54 +08:00
  • 84310b1652 Merge pull request #2205 from jirfag/master astaxie 2016-10-13 21:17:54 +08:00
  • 5ceac1dd04 string convert int fail use math/big fix #756 astaxie 2016-10-12 15:04:31 +08:00
  • 51b31c6cb0 Changed the name to match. GrimTheReaper 2016-10-11 11:02:56 -05:00
  • 5488a5bbd7 Forgot to fix it here GrimTheReaper 2016-10-11 11:06:22 -05:00
  • 33f7f46670 Updated the name GrimTheReaper 2016-10-11 10:49:19 -05:00
  • 3c05eafbc4 HTTP Only Configurable GrimTheReaper 2016-10-10 09:50:34 -05:00
  • dfa9e03980 fix log func call depth bug yuanxuan 2016-10-09 15:19:21 +08:00
  • 53e996d4c3 Merge pull request #2211 from ihippik/patch-2 astaxie 2016-10-08 17:52:07 +08:00
  • b151a9616e Default values Konstantin 2016-10-08 11:28:47 +03:00
  • 1effb6ce30 add GetUint(8|16|32|64) to controller Denis Isaev 2016-10-02 07:41:26 +00:00
  • 0be05eb47c policies implementation olegdemchenko 2016-09-28 21:21:07 +03:00
  • 1090ca0154 Merge pull request #2190 from szyhf/develop astaxie 2016-09-28 20:17:41 +08:00
  • a328584238 Merge pull request #2193 from LyricTian/develop astaxie 2016-09-28 20:16:48 +08:00
  • f19ad3fdd3 httplib add CheckRedirect lyric 2016-09-28 18:04:51 +08:00
  • 836be7ab9a fix to advice in #2187 Back 2016-09-28 16:20:41 +08:00
  • bba04dd864 Merge pull request #2184 from rahal/master astaxie 2016-09-28 07:56:12 +08:00
  • 9499b3eb90 Emailer : Should use config Username only if no From is provided. Should fix the case where Username is not an email. rahal 2016-09-27 16:21:41 +01:00
  • 9f6bbe3c51 add foundation link astaxie 2016-09-23 14:16:16 +08:00
  • 2d87d4feaf Merge branch 'master' into develop v1.7.1 astaxie 2016-09-22 23:18:45 +08:00
  • 15a45ccc7b change to 1.7.1 astaxie 2016-09-22 23:18:22 +08:00
  • e0c59fcf0b add more comments astaxie 2016-09-22 23:14:49 +08:00
  • 083f697c59 Merge pull request #2173 from axyu/develop astaxie 2016-09-21 19:45:46 +08:00
  • a5a6546b91 fix a spelling mistake yuanxuan 2016-09-21 19:33:12 +08:00
  • 9cafbf6a21 Merge pull request #2170 from ysqi/develop astaxie 2016-09-19 20:55:20 +08:00
  • faba0d7273 Support load app config before test Beego ysqi 2016-09-19 18:38:56 +08:00
  • c3116d3601 Merge branch 'astaxie/develop' into develop ysqi 2016-09-19 18:16:47 +08:00
  • 868e14b8ba fix #2017 astaxie 2016-09-15 20:04:45 +08:00
  • 421bf97b84 Support custome recover func fix #2004 astaxie 2016-09-15 12:16:24 +08:00
  • c16507607c fix #2161 astaxie 2016-09-15 11:11:34 +08:00
  • 2b7dd85b92 access log add client request ip astaxie 2016-09-15 10:58:46 +08:00
  • a58115fed2 orm log delete repetition time astaxie 2016-09-15 10:53:40 +08:00