Commit Graph

  • d813334a24 Merge branch 'develop' of github.com:gadelkareem/beego into develop Waleed Gadelkareem 2017-09-13 03:10:08 +02:00
  • 9fef2f2eb4 Do not escape html if Golang version < 1.7 Waleed Gadelkareem 2017-09-13 02:16:50 +02:00
  • 0c746f4547 Merge branch 'master' into develop Waleed Gadelkareem 2017-09-13 02:16:50 +02:00
  • f5c8b1c6ac Merge branch 'master' of github.com:gadelkareem/beego Waleed Gadelkareem 2017-09-13 02:05:15 +02:00
  • 4921014c64 Add JSON or Apache access log formatting option to config: AccessLogsFormat = JSON_FORMAT or APACHE_FORMAT ref #2738 Waleed Gadelkareem 2017-09-13 02:03:46 +02:00
  • 520753415f Merge pull request #2846 from hikenote/master astaxie 2017-09-09 06:42:02 +08:00
  • 3162da131d Merge pull request #2858 from astaxie/revert-2854-master astaxie 2017-09-09 06:29:59 +08:00
  • a7354d2d08 Revert "should use time.Since instead of time.Now().Sub" astaxie 2017-09-09 06:29:38 +08:00
  • 07a9a2d0f3 Merge pull request #2854 from wgliang/master astaxie 2017-09-09 06:29:31 +08:00
  • c8c25549e7 should use time.Since instead of time.Now().Sub wangguoliang 2017-09-07 19:01:34 +08:00
  • 6641a436a2 validation: fix ErrorMap, added func AddError(key, message) Radar8 2017-09-06 16:49:21 +08:00
  • 1dd50fb65f Make parent process exit gracefully. iclinux 2017-09-05 11:53:42 +08:00
  • 4bc4f77c29 return template build error zhufanmao 2017-09-02 17:55:26 +08:00
  • ef36ecd376 avoid some proxy not support select command zhufanmao 2017-08-31 20:26:32 +08:00
  • c6cef853c7 Merge pull request #2813 from mlgd/develop astaxie 2017-08-23 16:54:59 +08:00
  • 33ad8d5db4 Merge pull request #2815 from wisererik/patch-1 astaxie 2017-08-23 16:53:41 +08:00
  • 33e6d57754 Merge pull request #2820 from crazcalm/doc_error astaxie 2017-08-22 23:18:31 +08:00
  • afa57ca1f2 fixed mispelled word Marcus Willock 2017-08-20 23:32:11 +08:00
  • 510dd02a06 Fix the quick start section of the orm/README.md Erik 2017-08-11 11:34:18 +08:00
  • 166e88c103 Update input.go mlgd 2017-08-09 21:05:06 +02:00
  • 51b6adeb24 Add IPV6 compatibility mlgd 2017-08-09 10:23:03 +02:00
  • 51c19c374a Merge pull request #2801 from nightlyone/patch-1 astaxie 2017-08-06 22:29:05 +08:00
  • b23452dc3f Merge pull request #2805 from ninjacn/master astaxie 2017-08-06 22:28:36 +08:00
  • f61038e6bd Merge pull request #2803 from iamzhout/log_add_milliseconds astaxie 2017-08-06 22:28:19 +08:00
  • b9117e2ff1 add millisecond to timestamp in log output Tao Zhou 2017-08-03 17:10:50 +08:00
  • 5a7a3da909 comment edit 姚鹏鸣 2017-08-03 19:15:32 +08:00
  • 3f4502990a fix bad error code Ingo Oeser 2017-08-03 01:52:24 +02:00
  • e14113aa0e Merge pull request #2656 from BorisBorshevsky/develop astaxie 2017-07-30 23:36:52 +08:00
  • d96289a81b Merge pull request #2771 from astaxie/develop v1.9.0 astaxie 2017-07-19 00:56:48 +08:00
  • 4fc95b0d69 gofmt and golint astaxie 2017-07-19 00:52:27 +08:00
  • aa3d6c5363 fix the gosimple astaxie 2017-07-19 00:37:42 +08:00
  • 5ac0cb929c v1.9.0 astaxie 2017-07-18 23:58:22 +08:00
  • b27ab53017 fix issue for runMethod and runRouter from context astaxie 2017-07-18 23:41:50 +08:00
  • 1aba294405 Merge pull request #2740 from xlwcom/master astaxie 2017-07-18 13:39:45 +08:00
  • 657e55ed59 Merge pull request #2692 from jerson/master astaxie 2017-07-17 11:06:09 +08:00
  • 621c25396e Merge pull request #2766 from yangsf5/master astaxie 2017-07-17 11:02:28 +08:00
  • 715ba918f0 Merge pull request #2744 from gnanakeethan/feature/database-migration astaxie 2017-07-17 10:54:44 +08:00
  • 8bb0a70847
    Update: Fix in SQL Generation Gnanakeethan Balasubramaniam 2017-07-16 08:48:44 +05:30
  • 94e79eddcf
    Update: removing remnant of revert commit ( a call to function m.DDLSpec() ) Gnanakeethan Balasubramaniam 2017-07-16 08:37:27 +05:30
  • 749a4028b4
    Revert "Update: removing the need to call DDLSpec in the migration file" Gnanakeethan Balasubramaniam 2017-07-16 08:11:10 +05:30
  • fc55c2b57c
    Update: missed to call DDLSpec in Down migration Gnanakeethan Balasubramaniam 2017-07-16 07:30:53 +05:30
  • d58ad2ee36
    Update: removing the need to call DDLSpec in the migration file Gnanakeethan Balasubramaniam 2017-07-16 07:24:58 +05:30
  • cb38ab4f85
    Update: fixing a SQL generation code Gnanakeethan Balasubramaniam 2017-07-16 07:10:09 +05:30
  • fc86f6422d sort ControllerComments shanfeng.yang 2017-07-15 17:26:20 +08:00
  • d453242e48
    Update: moving package to bottom Gnanakeethan Balasubramaniam 2017-07-14 14:42:56 +05:30
  • 7c2ec075a4
    Update: fixing some methods and adding documentation Gnanakeethan Balasubramaniam 2017-07-13 21:03:30 +05:30
  • c903de41e4 updated sample for FilterMonitorFunc Gerson Alexander Pardo Gamez 2017-07-12 09:51:37 -05:00
  • e8c8366308 Merge pull request #2754 from imiskolee/develop astaxie 2017-07-12 19:57:29 +08:00
  • 4901567bba Merge pull request #2749 from satng/patch-4 astaxie 2017-07-12 19:49:32 +08:00
  • 29bcd31b27 supported gzip for req.Header has Content-Encoding: gzip MiskoLee 2017-07-10 21:27:54 +08:00
  • 83a563c0ab oracle插入占位符 satng 2017-07-09 12:25:51 +08:00
  • e888fee4e0
    Update: Foreign Key & Comments Gnanakeethan Balasubramaniam 2017-07-06 20:26:37 +05:30
  • c1ba11f531
    Fixing typo Gnanakeethan Balasubramaniam 2017-07-06 14:58:40 +05:30
  • ed558a0e70
    Fix: typo due to find and replace migration renamed to m Gnanakeethan Balasubramaniam 2017-07-06 07:45:07 +05:30
  • 6b9c3f4824
    [Proposal] Database Migrations; Gnanakeethan Balasubramaniam 2017-07-06 06:40:28 +05:30
  • 7ec819deed fix #2725 big form astaxie 2017-07-04 21:16:59 +08:00
  • 4cfb3678f8 Merge pull request #2741 from miraclesu/validation astaxie 2017-07-04 15:49:36 +08:00
  • 3c17e2a7e6 remove the comments xlwcom 2017-07-04 11:03:49 +08:00
  • e72b02b7cc validation: support required option for some struct tag valids miraclesu 2017-07-03 16:14:29 +08:00
  • 82586c70e9 Merge pull request #2683 from jialijelly/master astaxie 2017-07-03 11:23:49 +08:00
  • cb86bcc9e8 Merge pull request #2728 from miraclesu/validation astaxie 2017-07-01 15:35:48 +08:00
  • 234708062a fix the bug in the "ParseBool" function in the file of config.go xlwcom 2017-06-29 13:32:40 +08:00
  • 6e34f43721 Fix break API change miraclesu 2017-06-28 16:56:37 +08:00
  • 3249ec8ebf Merge branch 'master' of https://github.com/jialijelly/beego Jia Li Ong 2017-06-27 10:49:10 +08:00
  • 31b2b21dbc Merge branch 'master' of https://github.com/jialijelly/beego Jia Li Ong 2017-06-22 19:18:49 +08:00
  • d0c1936922 Merge branch 'master' of https://github.com/jialijelly/beego Jia Li Ong 2017-06-22 19:18:49 +08:00
  • 338a23a12b Merge branch 'master' of https://github.com/jialijelly/beego Jia Li Ong 2017-06-22 18:55:37 +08:00
  • 932def1ed2 Merge branch 'master' of https://github.com/jialijelly/beego Jia Li Ong 2017-06-22 18:55:37 +08:00
  • 16b5a11484 Merge branch 'master' of https://github.com/jialijelly/beego Jia Li Ong 2017-06-22 18:53:29 +08:00
  • 547fbce86c Merge branch 'master' of https://github.com/jialijelly/beego Jia Li Ong 2017-06-22 18:53:29 +08:00
  • 5a2eea07cb Provide permission to access old log files to everyone Jia Li Ong 2017-06-01 17:48:48 +08:00
  • 2231841d74 validation: support int64 int32 int16 and int8 type miraclesu 2017-06-19 18:10:09 +08:00
  • 805a674825 Merge pull request #2712 from eyalpost/develop astaxie 2017-06-16 13:34:28 +08:00
  • f2925978f1 Merge pull request #2717 from huwenbo/master astaxie 2017-06-16 13:26:36 +08:00
  • fe3a224a23 Merge pull request #2724 from JessonChan/develop astaxie 2017-06-16 08:20:45 +08:00
  • 2754edc849 Merge pull request #2726 from moqiancong/develop astaxie 2017-06-16 08:20:03 +08:00
  • 79f60274a0 fix cache/memory fatal error: concurrent map iteration and map write moqiancong 2017-06-16 01:26:55 +08:00
  • a87c1c5e8e AddAPPStartHook func modify JessonChan 2017-06-15 17:36:37 +08:00
  • 2b00b7d66d fix panic: sync: negative WaitGroup counter huwenbo 2017-06-13 20:15:43 +08:00
  • 3d9286f089 fix panic: sync: negative WaitGroup counter huwenbo 2017-06-13 15:34:57 +08:00
  • 55e6c15073 fix panic: sync: negative WaitGroup counter huwenbo 2017-06-13 15:19:51 +08:00
  • 8b504e7d51 incorrect error rendering (wrong status) eyalpost 2017-06-12 21:05:40 +03:00
  • 47ef2b343e Fix run controller if it set by RumController and RunMethod in Filterfunc Илья Маслов 2017-06-09 15:53:03 +03:00
  • 80dcdb8645 Fix run controller if it set by RumController and RunMethod in FilterFunc Илья Маслов 2017-06-09 15:27:26 +03:00
  • d1c3bd8416 Merge pull request #2701 from eyalpost/develop astaxie 2017-06-09 15:33:37 +08:00
  • 0240e182c6 correctly handle multiple params with same type eyalpost 2017-06-09 10:15:36 +03:00
  • 7f2e3feb3c added pattern to FilterMonitorFunc Gerson Alexander Pardo Gamez 2017-06-05 18:21:31 -05:00
  • d15dd2795c added statusCode in FilterMonitorFunc Gerson Alexander Pardo Gamez 2017-06-03 15:24:45 -05:00
  • 0ea34fff27 Provide permission to access old log files to everyone Jia Li Ong 2017-06-01 17:48:48 +08:00
  • 4e8f212069 refactor: #1899 redis cache module refactor xhzhang 2017-05-20 19:56:38 +08:00
  • eb71d0ea7f Merge remote-tracking branch 'upstream/master' xhzhang 2017-05-20 19:39:24 +08:00
  • b24ddb953c merge from upstram + resolve conflicts BorisBorshevsky 2017-05-20 02:28:47 +03:00
  • 12f8fbe37f Allow injecting dependencies to controllers BorisBorshevsky 2017-05-20 02:06:28 +03:00
  • 5e8312bc23 Merge pull request #2654 from casbin/master astaxie 2017-05-19 23:34:58 +08:00
  • 88d07058a5 Fix the new repo address for casbin. Yang Luo 2017-05-19 22:19:31 +08:00
  • cab8458c1c Merge pull request #2651 from astaxie/develop v1.8.3 astaxie 2017-05-19 21:19:18 +08:00
  • f0b95c552b Merge pull request #2315 from sch00lb0y/master astaxie 2017-05-19 18:50:56 +08:00
  • ce677202e5 issue no:#2261 fix for xsrf panic error பாலாஜி 2016-12-06 19:25:31 +05:30
  • 720c323e20 Merge pull request #2652 from gouyang/gouyang/dev astaxie 2017-05-19 09:48:35 +08:00
  • 47e351e11d Support timeformat "2006-01-02T15:04:05" Guohua Ouyang 2017-05-19 09:22:27 +08:00