Commit Graph

  • adf2a590fc Update sess_file.go Francois 2014-02-27 15:34:38 +02:00
  • edb8bac5bc Merge pull request #510 from jfolkins/fix_sessregenid astaxie 2014-02-27 10:34:39 +08:00
  • 47d7ac06b7 fix: added nil check on c.CruSession to prevent crash Jared Folkins 2014-02-26 16:44:31 -08:00
  • d05270d2ec GetStrings action as GetString asta.xie 2014-02-26 15:02:58 +08:00
  • 04a19685ed enhance the static file path. If user foget / path.Join will auto fix it. asta.xie 2014-02-26 14:44:41 +08:00
  • 62555771d0 fix #505 asta.xie 2014-02-24 15:55:38 +08:00
  • 9dc93cbab0 skip cookie args when value is nil slene 2014-02-22 14:40:18 +08:00
  • 7f5fb871de move SetSecureCookie / GetSecureCookie to *context.Context and alias in Controller slene 2014-02-22 11:58:53 +08:00
  • 03037170e1 update output.Cookie slene 2014-02-22 11:12:57 +08:00
  • 002e0854ab path default is / httponly default true seuce default not set asta.xie 2014-02-22 10:37:14 +08:00
  • 2bc70f62ce delete MaxAge cookielifeTime replace asta.xie 2014-02-22 01:04:47 +08:00
  • 8bf0e67b79 httplib support set transport and proxy slene 2014-02-20 13:53:13 +08:00
  • b310be1fcf orm insert skip auto_now_add when user custom a value slene 2014-02-20 13:45:31 +08:00
  • a54353b51c fix captcha urlPrefix slene 2014-02-20 13:44:34 +08:00
  • 04c2ba01bc Merge branch 'develop' of https://github.com/voidd/beego Ivan 2014-02-19 22:44:06 +04:00
  • 296bcab425 couchbase session provider Ivan 2014-02-19 15:54:16 +04:00
  • 060b321182 Merge pull request #497 from pengfei-xue/develop astaxie 2014-02-18 16:47:59 +08:00
  • 05a0a4b046 register interface to gob automatically Pengfei Xue 2014-02-14 17:52:57 +08:00
  • 8906d3e77c Merge pull request #494 from pengfei-xue/develop astaxie 2014-02-13 20:19:42 +08:00
  • e822642cb0 fix bug, can not remove session file Pengfei Xue 2014-02-13 18:24:05 +08:00
  • a38a4f0343 Merge pull request #492 from TimothyYe/master astaxie 2014-02-10 14:51:26 +08:00
  • e8a22660e4 Update error.go Timothy 2014-02-10 12:55:53 +08:00
  • 92196c602b Merge branch 'release/release1.1.0' asta.xie 2014-02-10 11:39:03 +08:00
  • 76222ac8d0 change 1.0.1 to 1.1.0 asta.xie 2014-02-10 11:33:53 +08:00
  • a184c23603 basic auth for plugin asta.xie 2014-02-10 11:31:54 +08:00
  • 1b778509c9 should copy the data direct. don't need range asta.xie 2014-02-08 10:42:34 +08:00
  • c4250872ca controller data inherit the context's data asta.xie 2014-02-07 17:25:56 +08:00
  • 17dd72241b Merge pull request #491 from fuxiaohei/develop astaxie 2014-02-07 16:25:05 +08:00
  • ce2984f09a add comments for testing, utils and validation packages 傅小黑 2014-02-07 16:07:31 +08:00
  • 846d766499 Merge branch 'develop' of git://github.com/astaxie/beego 傅小黑 2014-02-07 15:34:01 +08:00
  • bbc71142d7 controller can controller whether render the template. asta.xie 2014-02-07 00:38:58 +08:00
  • 74804bc586 Merge pull request #490 from fuxiaohei/develop astaxie 2014-02-04 06:25:18 -08:00
  • 1d08a54f44 add comments for toolbox packages 傅小黑 2014-01-29 19:12:00 +08:00
  • 682544165f add comments for session packages, part 2 傅小黑 2014-01-29 18:15:09 +08:00
  • 3f0ec5c0ca Merge branch 'develop' of git://github.com/astaxie/beego into develop 傅小黑 2014-01-29 01:06:49 +08:00
  • 0e2872324f add comments for session packages, part 1 傅小黑 2014-01-29 01:05:56 +08:00
  • 2fb575838d Merge pull request #474 from pengfei-xue/develop astaxie 2014-01-28 01:50:20 -08:00
  • ab8f8d532a Merge pull request #487 from cloudaice/log-feature astaxie 2014-01-27 20:50:25 -08:00
  • d93f112083 fixed bug: in logs package check if platform is windows cloudaice 2014-01-28 11:26:43 +08:00
  • 9384e87083 orm 1. add api: NewOrmWithDB, AddAliasWthDB; 2. RawSeter -> add api: RowsToMap, RowsToStruct; 3. RawSeter -> change api: Values, ValuesList, ValuesFlat add optional params comumns. slene 2014-01-27 01:48:00 +08:00
  • 34eff4cc1f bugfix, delete the sid if it's values is empty Pengfei Xue 2014-01-25 10:55:49 +08:00
  • 8296713ba4 Merge pull request #477 from kylemcc/read_or_create slene 2014-01-24 18:01:24 -08:00
  • d014ccfb8e bug fix, session stored in redis cannot be deleted Pengfei Xue 2014-01-23 19:28:58 +08:00
  • 190039b6f8 Add a ReadOrCreate method: Kyle McCullough 2014-01-21 23:58:57 -06:00
  • edf7982567 Merge pull request #473 from cloudaice/logs-feature astaxie 2014-01-21 19:03:32 -08:00
  • 1509a6b681 fix bug, redis session doesnt work Pengfei Xue 2014-01-21 18:48:16 +08:00
  • 11e6c2829b diffrent level logs display diffrent color cloudaice 2014-01-21 17:57:37 +08:00
  • 38f93a7ba9 Merge pull request #470 from fuxiaohei/develop astaxie 2014-01-17 17:44:52 -08:00
  • 6b5108ef92 Merge pull request #1 from fuxiaohei/develop 傅小黑 2014-01-17 07:48:39 -08:00
  • 828a306069 add comments for orm package, done FuXiaoHei 2014-01-17 23:28:54 +08:00
  • 4c527dde65 add comments for orm packages, part 2 傅小黑 2014-01-17 17:25:17 +08:00
  • f5a5ebe16b add comments for orm packages, part 1 傅小黑 2014-01-17 17:04:15 +08:00
  • 32799bc259 add comments for middleware packages, fix typo error 傅小黑 2014-01-17 16:03:01 +08:00
  • 91d75e8925 add readme for captcha, and enhanced performance slene 2014-01-17 12:07:30 +08:00
  • 3e40041219 Merge pull request #468 from cloudaice/patch-1 astaxie 2014-01-16 17:28:13 -08:00
  • 7d5ee0d692 Update README.md 项超 2014-01-17 00:17:43 +08:00
  • 91cbe1f29b add some comments for captcha slene 2014-01-16 21:34:59 +08:00
  • f419c12427 add captcha util slene 2014-01-16 20:53:35 +08:00
  • fee3c2b8f9 add Strings interface can return []string sep by ; astaxie 2014-01-15 17:19:03 +08:00
  • b016102d34 add coding astaxie 2014-01-15 09:40:33 +08:00
  • c20e1ab1e2 Merge pull request #463 from NormanZhang/develop astaxie 2014-01-14 06:13:34 -08:00
  • dc767b65df Update SessionExist to close the db connection Norman 2014-01-14 19:54:32 +08:00
  • 63f19974cd Merge pull request #460 from pengfei-xue/develop astaxie 2014-01-11 06:39:20 -08:00
  • 6e9ba0ea7f fix SessionRegenerateID should release old SessionStore and release new SessionStore in router.go slene 2014-01-11 17:01:33 +08:00
  • 3b99f37aa1 add a empty fake config Initialize AppConfig to avoid nil pointer runtime error. slene 2014-01-11 14:28:11 +08:00
  • e8f5c10488 Merge pull request #457 from luxuchu/patch-1 slene 2014-01-10 22:21:27 -08:00
  • cb55009c8b remove mutex Pengfei Xue 2014-01-10 20:31:43 +08:00
  • b64e70e7df use connection pool for redis cache Pengfei Xue 2014-01-10 18:31:15 +08:00
  • 8d79f8387b #441 fix detect timezone in mysql slene 2014-01-10 16:50:03 +08:00
  • afadb3f6df Update beego.go sol lu 2014-01-10 13:31:08 +08:00
  • 844412c302 fix #453 astaxie 2014-01-09 21:37:50 +08:00
  • 299cb9130b Merge pull request #454 from pengfei-xue/develop astaxie 2014-01-09 04:49:31 -08:00
  • 0b42e5573b align memcache operations with redis Pengfei Xue 2014-01-09 18:50:30 +08:00
  • a369b15ef2 reset cache connection to nil, if err isio.EOF Pengfei Xue 2014-01-09 18:49:18 +08:00
  • e34f8c4634 add cookie test astaxie 2014-01-08 23:24:31 +08:00
  • d7f2c738c8 add attach file astaxie 2014-01-08 22:35:42 +08:00
  • d06c04277f support send mail astaxie 2014-01-08 22:31:26 +08:00
  • aa2fef0d36 update sessionRelease 1. mysql fix last access time not update 2. mysql & redid Release when data is empty 3. add maxlifetime distinct Gclifetime astaxie 2014-01-08 20:54:20 +08:00
  • b766f65c26 #436 support insert multi slene 2014-01-06 11:07:03 +08:00
  • 6f3a759ba5 gmfim add lock. fix #445 astaxie 2014-01-05 23:16:47 +08:00
  • 338124e3fb fix #443 astaxie 2014-01-05 15:43:48 +08:00
  • 31bdb793cf make fix astaxie 2014-01-05 15:21:50 +08:00
  • 9cbd475701 beego support new version session astaxie 2014-01-05 14:59:39 +08:00
  • 481448fa90 modify session module change a log astaxie 2014-01-05 14:48:36 +08:00
  • 95c65de97c fix #440 slene 2014-01-04 22:30:17 +08:00
  • ef79a2b484 fix #440 slene 2014-01-04 00:04:15 +08:00
  • 20cfece1ab Merge pull request #438 from Codonaut/error_page_improvements astaxie 2014-01-02 07:17:49 -08:00
  • c433b7029f added back a <br> Scott Merkling 2014-01-02 09:54:15 -05:00
  • f5cf2876dd Improved the language on the error pages Scott Merkling 2014-01-02 09:53:09 -05:00
  • 480aa521e5 fix #430 astaxie 2014-01-01 20:50:06 +08:00
  • d57557dc55 add AutoRouterWithPrefix astaxie 2014-01-01 17:57:57 +08:00
  • 803d91c077 support modules design! astaxie 2013-12-31 23:43:15 +08:00
  • 62ee48dcbf Merge branch 'develop' of https://github.com/astaxie/beego into develop astaxie 2013-12-31 20:48:46 +08:00
  • 1e57587fe9 support Hijacker #428 astaxie 2013-12-31 20:47:48 +08:00
  • 61c0b3e286 fix db locked slene 2013-12-31 09:55:29 +08:00
  • 383a04f4c2 move initmime from beego.Run to hookfunc astaxie 2013-12-31 00:34:47 +08:00
  • eea272482b Merge pull request #425 from fuxiaohei/master astaxie 2013-12-30 07:38:51 -08:00
  • 94ad13c846 add comments in logs package FuXiaoHei 2013-12-30 23:32:57 +08:00
  • 412a4a04de #384 slene 2013-12-30 23:04:13 +08:00
  • e0e8fa6e2a fix #413 astaxie 2013-12-30 22:51:54 +08:00