Commit Graph

  • 0ebebd80fe Merge pull request #1466 from ericf/settings-view-engine TJ Holowaychuk 2013-01-23 20:17:42 -08:00
  • d157d47c6e add node 0.8.x to travis.yml TJ Holowaychuk 2013-01-23 20:16:34 -08:00
  • e3ac2c5b02 change req.subdomain styling back TJ Holowaychuk 2013-01-23 20:11:14 -08:00
  • cd54faa4af move "subdomain offset" defaulting to config TJ Holowaychuk 2013-01-23 20:10:29 -08:00
  • 5beb1c4e30 Merge pull request #1475 from gmethvin/subdomain_offset TJ Holowaychuk 2013-01-23 20:09:25 -08:00
  • 4031aaa591 Allow setting an array of header values in the response Greg Methvin 2013-01-22 18:22:30 -08:00
  • ba00e23630 Add subdomain offset setting Greg Methvin 2013-01-20 00:24:57 -08:00
  • 8beb1f21ef change prev commit to use app.enabled() TJ Holowaychuk 2013-01-18 14:38:50 -08:00
  • fa8eec449b use app.get() for x-powered-by setting TJ Holowaychuk 2013-01-18 14:36:52 -08:00
  • ab75fa048e refactor vhost example TJ Holowaychuk 2013-01-13 11:32:53 -08:00
  • bb29da5980 refactor vhost example TJ Holowaychuk 2013-01-13 11:32:53 -08:00
  • a4d7b75129 implemented res.location Julian Gruber 2013-01-13 16:07:11 +01:00
  • 0fdceb3de3 Add full extname support to the "view engine" setting; e.g., ".jade". Eric Ferraiuolo 2013-01-10 21:41:24 -05:00
  • 480d0064e1 Merge pull request #1462 from gmethvin/colon_auth TJ Holowaychuk 2013-01-09 12:47:29 -08:00
  • 17bf04d1ef Allow colons in passwords for req.auth Greg Methvin 2013-01-06 00:35:37 -05:00
  • 3ab30210a2 Release 3.0.6 3.0.6 TJ Holowaychuk 2013-01-04 18:52:04 -08:00
  • 14fcfdee7e update connect TJ Holowaychuk 2013-01-04 18:37:21 -08:00
  • d4e56c1fa2 Merge pull request #1458 from gmethvin/cookie_options TJ Holowaychuk 2013-01-03 12:25:57 -08:00
  • 39ee6f8e79 Don't mangle the options object in res.cookie Greg Methvin 2013-01-02 22:00:35 -05:00
  • 8d21f1e45c change router callback check error message TJ Holowaychuk 2012-12-29 08:52:33 -07:00
  • 618484a4fe Merge pull request #1454 from shtylman/router-http-methods TJ Holowaychuk 2012-12-28 09:30:20 -08:00
  • 64a234958a fix jsonp whitespace escape. Closes #1132 Guillermo Rauch 2012-12-28 10:24:35 -07:00
  • e4907ce8e8 add http verbs methods to Router Roman Shtylman 2012-12-25 16:39:48 -05:00
  • 33eaa8329c Release 3.0.5 3.0.5 TJ Holowaychuk 2012-12-19 13:46:16 -08:00
  • 3c4fd57e51 Merge pull request #1451 from aweeks/fix-304-must-not-contain-body TJ Holowaychuk 2012-12-19 13:34:16 -08:00
  • a1e42ac33f Explicitly remove Transfer-Encoding header from 204 and 304 responses Alex Weeks 2012-12-19 10:53:17 -08:00
  • ce7d7bfd8d add throwing when a non-function is passed to a route Thorsten Lorenz 2012-12-14 15:06:11 -08:00
  • 9bd86cdddc Revert "add 'etag' option" TJ Holowaychuk 2012-12-06 15:15:49 -08:00
  • 0117464ac2 Release 3.0.4 3.0.4 TJ Holowaychuk 2012-12-05 17:10:59 -08:00
  • 6f6eec7d8d add 'etag' option Max Riveiro 2012-12-05 16:48:52 -08:00
  • a4e93c0fb8 update connect TJ Holowaychuk 2012-12-05 16:35:44 -08:00
  • e2ad0d3d6e merge TJ Holowaychuk 2012-11-21 08:46:36 -08:00
  • 763be5e631 Merge pull request #1426 from piscis/master TJ Holowaychuk 2012-11-21 08:45:42 -08:00
  • c8526932f3 Merge branch 'master' of github.com:visionmedia/express TJ Holowaychuk 2012-11-21 08:43:13 -08:00
  • 5cf29a3d29 Merge pull request #1425 from gmethvin/encode_text_redirect TJ Holowaychuk 2012-11-21 08:42:33 -08:00
  • 18a3cc03ee use buffer-crc32 module for ETag CRC generator Alexander Pirsig 2012-11-21 12:44:07 +01:00
  • ea5e254c7d Escape URLs in text/plain res.redirect response Greg Methvin 2012-11-20 19:22:56 -08:00
  • 060653bd4c Merge branch 'master' of github.com:visionmedia/express TJ Holowaychuk 2012-11-20 14:25:30 -08:00
  • b709009bc9 Release 3.0.3 3.0.3 TJ Holowaychuk 2012-11-13 09:14:13 -08:00
  • b80d7ec257 update connect TJ Holowaychuk 2012-11-13 09:12:47 -08:00
  • ff0384e610 update cookie module TJ Holowaychuk 2012-11-13 09:12:32 -08:00
  • ab9c275bde fix cookie max-age TJ Holowaychuk 2012-11-13 09:08:37 -08:00
  • c70db96b06 Update examples/cors/index.js TJ Holowaychuk 2012-11-08 13:52:20 -08:00
  • 1c616e29e2 Merge branch 'master' of github.com:visionmedia/express TJ Holowaychuk 2012-11-08 09:20:29 -08:00
  • cb7518435f Merge pull request #1406 from DmitryBochkarev/patch-1 TJ Holowaychuk 2012-11-08 09:20:20 -08:00
  • 79f81c0a25 Merge pull request #1408 from Laboratory/master TJ Holowaychuk 2012-11-08 09:20:08 -08:00
  • 72b9e48331 Release 3.0.2 3.0.2 TJ Holowaychuk 2012-11-08 09:15:59 -08:00
  • eba6aa1767 fix .version TJ Holowaychuk 2012-11-08 09:15:24 -08:00
  • 534fbdb307 delete unused variables Vitaly 2012-11-08 17:07:08 +04:00
  • 6b309a4457 remove connect.static.send import from response.js Dmitry Bochkarev 2012-11-08 12:43:38 +05:00
  • af5e38c31a Update Readme.md TJ Holowaychuk 2012-11-05 09:10:34 -08:00
  • 4283f38698 add OPTIONS to cors example. Closes #1398 TJ Holowaychuk 2012-11-04 13:21:55 -08:00
  • 2d49c0d1f3 Merge branch 'master' of github.com:visionmedia/express TJ Holowaychuk 2012-11-04 12:28:53 -08:00
  • a7ca3817db fix route chaining regression. Closes #1397 TJ Holowaychuk 2012-11-04 12:28:35 -08:00
  • 1f044547ee Release 3.0.1 3.0.1 TJ Holowaychuk 2012-11-01 17:27:53 -07:00
  • 612fc47044 update connect TJ Holowaychuk 2012-11-01 17:27:33 -07:00
  • 8959ff155b Merge pull request #1388 from shtylman/unused-variables TJ Holowaychuk 2012-10-27 13:10:14 -07:00
  • dadf57cc8b remove unused variables Roman Shtylman 2012-10-27 16:04:00 -04:00
  • 764b6c61d9 Merge pull request #1387 from valllabh/patch-1 TJ Holowaychuk 2012-10-26 06:44:53 -07:00
  • 582dadf787 Update Readme.md vallabh 2012-10-26 12:24:01 +05:30
  • 12d97169d7 Release 3.0.0 TJ Holowaychuk 2012-10-23 15:29:20 -07:00
  • c29cfa823d change res.redirect() to utilize a pathname-relative Location again. Closes #1382 TJ Holowaychuk 2012-10-23 14:08:18 -07:00
  • e183a9694e add make clean TJ Holowaychuk 2012-10-19 11:47:36 -07:00
  • d6cb449011 add "Basic" check to req.auth TJ Holowaychuk 2012-10-19 11:46:46 -07:00
  • 7bf4ad30fc add req.auth test coverage TJ Holowaychuk 2012-10-19 11:44:44 -07:00
  • b3936b96e5 add cb && cb(payload) to res.jsonp(). Closes #1374 TJ Holowaychuk 2012-10-16 11:57:37 -07:00
  • 44d0625e91 fix view-locals example. Closes #1370 TJ Holowaychuk 2012-10-15 16:07:56 -07:00
  • c492cde048 Merge branch 'examples' TJ Holowaychuk 2012-10-09 19:31:56 -07:00
  • c2fa6cc94d fix route-separation example TJ Holowaychuk 2012-10-09 19:31:52 -07:00
  • 464608025b refactor ejs example some more TJ Holowaychuk 2012-10-09 19:26:55 -07:00
  • d653d2308b refactor ejs example TJ Holowaychuk 2012-10-09 19:26:17 -07:00
  • a52b1f121c add EJS title example to auth TJ Holowaychuk 2012-10-09 19:21:50 -07:00
  • 9edd8be520 remove user footer info from auth example TJ Holowaychuk 2012-10-09 19:20:30 -07:00
  • aa1d47600a fix auth example acceptance tests TJ Holowaychuk 2012-10-09 19:19:54 -07:00
  • be7ec8b40e improved ejs Example sakateka 2012-10-09 15:36:20 +04:00
  • 8e12dd9c17 Checked all the examples sakateka 2012-10-07 21:51:50 +04:00
  • fee0f0dce0 Merge branch 'error-handling-routes' TJ Holowaychuk 2012-10-09 19:09:21 -07:00
  • 0dd80e7b50 refactor routes.error tests TJ Holowaychuk 2012-10-09 19:09:12 -07:00
  • 78d5b72081 rename a test file TJ Holowaychuk 2012-10-09 19:06:23 -07:00
  • e0df865401 make application routing callback behave the same as middleware, fix logic and add test code Sean Soong 2012-10-09 23:55:18 +13:00
  • 2abcbed67a make application routing callback behave the same as middleware Sean Soong 2012-10-08 20:24:34 +13:00
  • 02b9d0b2e6 fix express.mime reference, should be connect.mime TJ Holowaychuk 2012-10-09 18:59:44 -07:00
  • 927e181db7 update connect TJ Holowaychuk 2012-10-09 18:56:47 -07:00
  • dc411b3175 Merge pull request #1364 from isaacs/patch-1 TJ Holowaychuk 2012-10-09 08:43:37 -07:00
  • 1e870f0f0d package.json: Remove publishConfig field Isaac Z. Schlueter 2012-10-09 08:14:36 -07:00
  • 3cd01598a5 Merge pull request #1355 from lihanli/view-cache-test TJ Holowaychuk 2012-10-06 15:25:07 -07:00
  • 3b6d683b7f set the NODE_ENV to development for the development view cache test lihan 2012-10-06 17:58:17 -04:00
  • eeef763f6d Merge branch 'master' of github.com:visionmedia/express TJ Holowaychuk 2012-10-06 09:58:27 -07:00
  • 76d3ec583d move default of "views" out so multiple cwd() calls are not made TJ Holowaychuk 2012-10-06 09:58:17 -07:00
  • 077d8b9247 Merge pull request #1354 from sakateka/master TJ Holowaychuk 2012-10-05 09:17:18 -07:00
  • 92840b9f68 Fixed: notify of a successful auth. sakateka 2012-10-05 12:23:11 +04:00
  • bf60d5a041 update connect TJ Holowaychuk 2012-09-27 12:39:26 -07:00
  • 56ffab045e add backwards compat for res.redirect() status. Closes #1336 TJ Holowaychuk 2012-09-26 09:07:22 -07:00
  • 496ee401d7 Merge branch 'master' of github.com:visionmedia/express TJ Holowaychuk 2012-09-26 09:04:35 -07:00
  • f0d5b3b368 remove non-primitive string support for res.send() TJ Holowaychuk 2012-09-26 09:04:26 -07:00
  • 88072a56ea refactor TJ Holowaychuk 2012-09-26 09:01:55 -07:00
  • 0d3a637389 add support for res.json() to retain previously defined Content-Types. Closes #1349 TJ Holowaychuk 2012-09-26 09:00:52 -07:00
  • dc44f3c226 Update Readme.md TJ Holowaychuk 2012-09-25 13:55:57 -07:00
  • 1029b0b97f adjust locals tests TJ Holowaychuk 2012-09-25 08:45:09 -07:00
  • 84f8228b8c update send TJ Holowaychuk 2012-09-19 11:37:46 -07:00