Commit Graph

  • 248beab557 v1.8.3 astaxie 2017-05-18 22:55:10 +08:00
  • 388a5610fa Merge pull request #2365 from chesedo/RequiredValidationCatchSpaces astaxie 2017-05-18 22:44:15 +08:00
  • 41498758fe Merge pull request #2620 from hsluoyz/authz astaxie 2017-05-18 18:18:12 +08:00
  • 655484b4df Merge pull request #2586 from eyalpost/develop astaxie 2017-05-18 18:14:49 +08:00
  • 11b4bf8aaa move to context Eyal Post 2017-05-18 10:38:12 +03:00
  • 2513bcf584 remove Redirect to avoid confusion Eyal Post 2017-05-18 10:32:51 +03:00
  • 3e51823c0f move response Eyal Post 2017-05-18 09:05:49 +03:00
  • e32a18203b fix gosimple Eyal Post 2017-05-17 21:27:32 +03:00
  • ee1d8bc30e fix gosimple Eyal Post 2017-05-17 20:50:41 +03:00
  • 828cbbdf5d Refactor a bit to consolidate packages Eyal Post 2017-05-17 20:38:59 +03:00
  • d54cd4fa5f Merge remote-tracking branch 'upstream/develop' into develop Eyal Post 2017-05-17 20:02:40 +03:00
  • 7747e9ec8b Merge branch 'develop' of https://github.com/astaxie/beego into develop astaxie 2017-05-17 20:52:53 +08:00
  • 9765519f38 Merge pull request #2637 from alexsunxl/develop astaxie 2017-05-17 16:45:14 +08:00
  • 69f0b94745 fix gosimple astaxie 2017-05-16 22:21:43 +08:00
  • 3c9b6c99b7 Merge pull request #2643 from rbw0/master astaxie 2017-05-16 11:26:16 +08:00
  • b5c6eb54d2 Missing PK error spelling fix Robert Wikman 2017-05-16 00:58:20 +02:00
  • e1c90bfc09 Table not found spelling fixes Robert Wikman 2017-05-16 00:27:57 +02:00
  • 91400f10b0 Merge pull request #2640 from franzwilhelm/master astaxie 2017-05-14 19:15:20 +08:00
  • c814893d65 add support for global security franzwilhelm 2017-05-14 12:13:35 +02:00
  • 2325090101 add test case that used nested struct test QueryRows alexsunxl 2017-05-14 12:03:34 +08:00
  • 40bc52b844 fix security struct placement and formatting franzwilhelm 2017-05-14 00:42:09 +02:00
  • 589f3755f0 允许o.Raw(sql).QueryRows(&container) 传入的container包含结构的嵌套 sunxinle 2017-05-12 18:11:42 +08:00
  • 1004678005 popular status codes eyalpost 2017-05-12 09:57:56 +03:00
  • 0ac2e47162 location=>paramType eyalpost 2017-05-12 09:28:46 +03:00
  • b6a35a8944 more tests eyalpost 2017-05-12 09:25:12 +03:00
  • 74dc3c7500 tests Eyal Post 2017-05-11 19:32:44 +03:00
  • cb4f252a06 defValue -> defaultValue Eyal Post 2017-05-11 17:58:25 +03:00
  • bceefc9075 Merge pull request #2636 from guanly/master astaxie 2017-05-11 22:04:27 +08:00
  • 10cd1070f4 使用sqlite,orm中通过filter后的delete删除不成功 guanly 2017-05-11 21:45:38 +08:00
  • 9b01b1c63d ISSUE2630 使用sqlite,orm中通过filter后的delete删除不成功 guanly 2017-05-11 14:49:01 +08:00
  • b2e7720fcd Add an authorization plugin that supports ACL, RBAC based on casbin. It requires the built-in HTTP basic authentication by default. Yang Luo 2017-05-04 14:02:21 +08:00
  • 83814a76cc hotfix: err nil astaxie 2017-05-02 12:47:15 +08:00
  • d3a16dca85 Redirect should returns error Eyal Post 2017-05-01 08:57:57 +03:00
  • 7452151bee Merge pull request #2611 from astaxie/develop v1.8.2 astaxie 2017-05-01 13:01:59 +08:00
  • 1b8f05cef1 golint fixes Eyal Post 2017-04-30 19:28:26 +03:00
  • cfb2f68dd6 Merge remote-tracking branch 'upstream/develop' into develop Eyal Post 2017-04-30 18:59:50 +03:00
  • e76423e6dc revert #2518, fix #2605 astaxie 2017-04-30 23:59:38 +08:00
  • 947980b5eb beego 1.8.2 astaxie 2017-04-30 23:43:46 +08:00
  • 44bdf1df63 ignore NilErr astaxie 2017-04-30 23:38:48 +08:00
  • 79b66ef053 fix the beego ORM test astaxie 2017-04-30 22:55:39 +08:00
  • a91e2e9950 add golint check and fix all golints astaxie 2017-04-30 22:41:23 +08:00
  • ea3d0690cf golint astaxie 2017-04-29 09:13:28 +08:00
  • 1c32c011a1 fix misspell astaxie 2017-04-28 23:37:40 +08:00
  • 64b475d7d6 fix ReadOrCreate test case astaxie 2017-04-28 22:58:17 +08:00
  • aa8f7bc146 fix ineffectual astaxie 2017-04-28 22:36:28 +08:00
  • 3e29078f68 add check ineffect and gofmt astaxie 2017-04-28 21:38:08 +08:00
  • a1bc94e648 dont generate comment if router not found eyalpost 2017-04-26 01:00:25 +03:00
  • 4cba78afd9 small fixes eyalpost 2017-04-25 23:42:35 +03:00
  • f311ae9ebe feature: Export function printTree (#2597) ansiz 2017-04-26 00:12:03 +08:00
  • cbd831042a move under context eyalpost 2017-04-25 18:39:42 +03:00
  • 522b3a4a70 Merge pull request #2596 from astaxie/develop v1.8.1 astaxie 2017-04-25 22:51:23 +08:00
  • cd67f13bf9 add template layout test #2481 astaxie 2017-04-25 22:21:27 +08:00
  • 0f554d9b1a update travis to latest go version astaxie 2017-04-25 22:21:08 +08:00
  • 9b79437778 all types working + controller comments generation eyalpost 2017-04-25 16:00:49 +03:00
  • 3742d1178c httplib support delete params fix #2593 astaxie 2017-04-25 20:42:43 +08:00
  • b9e3cbbf44 feat: export function printTree xhzhang 2017-04-25 12:42:36 +08:00
  • 3c0c87f473 Merge pull request #1 from astaxie/master ansiz 2017-04-25 12:38:32 +08:00
  • 3b29a9c12a Merge remote-tracking branch 'upstream/develop' into develop eyalpost 2017-04-24 18:23:58 +03:00
  • d03285a0ee Merge pull request #2555 from Liaodd/master astaxie 2017-04-24 22:37:25 +08:00
  • e810f2e930 add more oracle alias astaxie 2017-04-24 21:36:07 +08:00
  • 41aac79ac0 Merge pull request #2590 from amrfaissal/fix-2587 astaxie 2017-04-24 21:14:00 +08:00
  • 52f916a28a support Go1.8 default GOPATH astaxie 2017-04-24 21:10:03 +08:00
  • 864693d2f8 mall fixes eyalpost 2017-04-24 02:35:04 +03:00
  • 08ea9b3339 Merge remote-tracking branch 'upstream/develop' into develop eyalpost 2017-04-23 22:07:46 +03:00
  • 19f4a6ac0b slice support Eyal Post 2017-04-23 21:37:09 +03:00
  • bf6bd6b292 Fixes #2587 Faissal Elamraoui 2017-04-23 19:07:12 +02:00
  • 89e01d125c all types implemented eyalpost 2017-04-23 01:33:50 +03:00
  • 3bb4ca5adc Merge pull request #2583 from OlegFX/develop astaxie 2017-04-22 11:19:15 +08:00
  • 712df81c99 Fixed InsertOrUpdate bug OlegFX 2017-04-21 19:57:04 +03:00
  • 3d7ef599cc Merge pull request #2 from astaxie/develop OlegFX 2017-04-21 19:50:33 +03:00
  • 9aedb4d05a phase #1 eyalpost 2017-04-21 15:26:41 +03:00
  • 453691728a gofmt simplify astaxie 2017-04-20 10:56:09 +08:00
  • e7e3ca77ad Merge pull request #2491 from chendx79/master astaxie 2017-04-19 21:20:30 +08:00
  • d3f3956def Merge pull request #2574 from extrlibs/master astaxie 2017-04-19 21:18:26 +08:00
  • 7206214105 Merge pull request #2575 from PaulChen2016/master astaxie 2017-04-19 21:17:38 +08:00
  • b08ace7532 Merge pull request #2577 from ggicci/develop astaxie 2017-04-19 20:17:45 +08:00
  • d1a2583972 Fix ini parsing error for multiple users on one machine. Ggicci 2017-04-19 19:50:11 +08:00
  • 0cb8de4218 Beego 运行过程中动态增减定时任务时,now的时间需要更新,否则等待时间会不正确 PaulChen2016 2017-04-19 16:22:58 +08:00
  • 0cd31a247f fix Template nesting problem Orefa 2017-04-19 07:47:05 +08:00
  • 7886e69236 Update sess_file.go HSoshiant 2017-04-17 12:37:54 -04:00
  • 405c170d45 Merge pull request #2556 from zjjott/master astaxie 2017-04-10 21:14:34 +08:00
  • 932019770d fix: log mode 0440 should not be 440 zjjott 2017-04-10 17:36:17 +08:00
  • d5c03f5b8f Update ini.go Liaodd 2017-04-10 11:30:23 +08:00
  • 3d20c0b8f4 Merge pull request #2543 from Bobochka/fix_route_hander_docs astaxie 2017-04-07 23:04:38 +08:00
  • a4fb4c6a03 Merge pull request #2547 from TrueFurby/patch-1 Faissal Elamraoui 2017-04-03 20:25:41 +02:00
  • a9941b6edc Merge branch 'develop' into patch-1 Ondrej Fabry 2017-04-02 13:46:06 +02:00
  • 6a32b048bd Update README.md Ondrej Fabry 2017-04-02 11:04:08 +02:00
  • fb04d3cff1 Fix example for Hander func Vladimir Shteinman 2017-03-30 11:44:31 +03:00
  • 5c7673e73d update to 1.8.1 astaxie 2017-03-29 10:22:27 +08:00
  • 54b05377d9 Merge pull request #2466 from gouyang/gouyang/develop astaxie 2017-03-29 10:01:03 +08:00
  • f49f3f92ec Merge pull request #2533 from cnxh/redis-session-poolsize astaxie 2017-03-29 10:00:28 +08:00
  • b18b94f03b Merge pull request #2539 from astaxie/revert-2421-develop astaxie 2017-03-29 09:57:54 +08:00
  • bf469f0b55 Revert "close mysql connection" astaxie 2017-03-29 09:57:18 +08:00
  • c12709dbc9 Merge pull request #2536 from ChristophPech/master astaxie 2017-03-29 09:53:55 +08:00
  • 2808a13f07 Fix for IndexExists in SQLite driver, they added the "origin" and "partial" columns to the index_list pragma. see: https://www.sqlite.org/src/info/2743846cdba572f6 Christoph Pech 2017-03-28 12:38:27 +02:00
  • a8d48aa5ea Merge pull request #2535 from ketanhwr/patch-1 Faissal Elamraoui 2017-03-28 10:49:52 +02:00
  • fdb2660a2a Update README.md Ketan Gupta 2017-03-28 11:29:20 +05:30
  • 7c3a997735 poolsize could set to zero xia hao 2017-03-27 23:34:58 +08:00
  • 1760f0ceca Merge pull request #2532 from vbalien/patch-1 astaxie 2017-03-27 13:34:19 +08:00
  • c387aeeb36 fix markdown formatting Jisu Kim 2017-03-27 14:30:42 +09:00