85 Commits

Author SHA1 Message Date
lichengyin
14c14187d7 optimize get socket instance 2015-11-11 10:59:25 +08:00
lichengyin
aa84bfd48c rename middleware route to parse_route 2015-11-07 22:16:33 +08:00
lichengyin
28b7d59276 refactory adapter 2015-11-07 20:39:16 +08:00
lichengyin
ade5397a14 fix test case error 2015-11-06 09:25:35 +08:00
lichengyin
46bbf75204 add think.parallelLimit test case 2015-11-05 09:33:35 +08:00
lichengyin
2e48cd5f59 optimize cache config 2015-11-04 10:42:00 +08:00
lichengyin
a280aac849 add think.mergeConfig test case 2015-11-04 09:32:08 +08:00
lichengyin
89a8096fd0 fix hook test error 2015-11-02 13:25:28 +08:00
lichengyin
88ca914266 remove deny_ip middleware, use vender think-ip-filter middleware instead 2015-11-01 13:25:52 +08:00
lichengyin
db7c33db69 fix can not change cache type in think.cache method. fix #186 2015-11-01 08:06:28 +08:00
lichengyin
ce84658390 rename hook names 2015-10-28 17:02:35 +08:00
lichengyin
5a7bda18d0 add think.statusAction test case 2015-10-27 08:27:53 +08:00
lichengyin
c7d6399598 add session method to http 2015-10-20 18:23:32 +08:00
lichengyin
4c9e6afa79 remove auto get service instance when load service 2015-10-16 14:08:43 +08:00
lichengyin
a252cc436c inherit think.base when create simple adapter 2015-10-16 12:12:57 +08:00
lichengyin
b61268a18b use middleware to refactoring get http post payload, fix eslint errors 2015-10-16 09:48:31 +08:00
lichengyin
46792c718f move getModule, getController, getAction method to route middleware 2015-09-24 11:15:01 +08:00
lichengyin
53e72262cb add think.http.base class, clean think.base class. all class will be inherit from think.base 2015-09-22 12:05:10 +08:00
lichengyin
5e795111df fix get another model instance error in model class 2015-09-09 09:34:09 +08:00
lichengyin
14998bff45 set _module property when get model instance 2015-09-08 20:29:43 +08:00
welefen
e63edbd2b2 fix test error when app mode is normal 2015-08-25 19:13:54 +08:00
welefen
e4db397176 optimize parse http pathname 2015-08-13 15:16:30 +08:00
welefen
3e13db07d9 remove app_error hook, use think.statusAction instead 2015-08-07 15:34:59 +08:00
welefen
55e1316384 support object type for validator 2015-08-06 15:16:44 +08:00
welefen
6d94cbb1c7 rename local to locale 2015-08-06 11:03:21 +08:00
welefen
9f544a09b0 refactoring validator 2015-08-06 10:52:49 +08:00
welefen
5e209cc42f rename file validate.js to validator.js 2015-08-05 10:06:57 +08:00
welefen
5d51608ca5 rename property sign to secret in session config 2015-08-04 17:31:00 +08:00
welefen
e900de57f3 remove cli & debug config, replace by env config 2015-08-03 18:43:44 +08:00
welefen
52e9e8c6a5 move config files position 2015-08-03 18:17:10 +08:00
welefen
fdcc26399a add checkCsrf method in base logic, remove token method from base controller 2015-08-03 17:23:45 +08:00
welefen
2fc06af707 remove slice when sql length is more than 100 2015-07-30 16:44:43 +08:00
welefen
971886f75d add type property for validate data to check data type 2015-07-30 10:34:28 +08:00
welefen
97938317fd add unsafe http url test 2015-07-30 08:50:26 +08:00
welefen
28c20e60ce fix get resource name error in rest controller 2015-07-29 18:12:59 +08:00
welefen
e004fe4d36 add route middleware test case 2015-07-29 17:13:00 +08:00
welefen
20958c3858 think.route support load module route config 2015-07-29 14:30:49 +08:00
welefen
3628ba2eb2 add think.promisify test case 2015-07-28 14:46:43 +08:00
welefen
49399755cb user muk for modify object method 2015-07-25 07:29:13 +08:00
welefen
1e3f05086a optimize test 2015-07-24 21:10:34 +08:00
welefen
aab6fbc280 fix test errors 2015-07-24 21:04:43 +08:00
welefen
3c5fdd9436 optimize think test case 2015-07-24 20:59:45 +08:00
welefen
70cdc407ed optimize think.loadAdapter method 2015-07-24 18:24:19 +08:00
welefen
37d1794ef8 add sqlite socket test case 2015-07-24 17:13:49 +08:00
welefen
c4eba9c20f optimize error log in test case 2015-07-24 16:20:06 +08:00
welefen
c3e30e6242 optimize test case 2015-07-24 09:14:54 +08:00
welefen
f2b8b78504 add think.error test case 2015-07-22 16:57:43 +08:00
welefen
9432b61f29 add memcache socket test case 2015-07-22 11:20:49 +08:00
welefen
24e5c6c102 fix test errors 2015-07-21 18:46:35 +08:00
welefen
214cfa285e optimize think.npm test case 2015-07-21 14:32:22 +08:00