CodinCat
224e18ac8a
Fix typo in api/res-redirect
2017-06-06 18:20:08 +08:00
anthony de silva
1f6decc9ae
Copyright - change year
2017-05-23 11:18:50 +10:00
Douglas Christopher Wilson
13725fabd4
Add Express 4.15.3 changelog
2017-05-17 02:19:46 -04:00
WORMSS
29132d2989
static: Fixed typo in API.
...
options.extension is currently listed as type "Boolean", but "true" is not a valid value.
options.extension is only able to accept an array of strings or a false.
I have changed to "Mixed" to match options.index type.
2017-04-25 10:15:21 +01:00
Francisco Presencia
a013993b66
Added the wrapper to JSONP ( #797 )
...
This displays the use as it would work in the real world. Stays in line with the comment and documentation shown later on.
2017-04-18 10:05:08 +05:30
robbiejaeger
20a0112ff0
Fix typo in app get function description ( #799 )
2017-04-18 09:51:15 +05:30
Keith Rogers
cb2235b57b
Fix typo in docs
2017-03-15 22:39:35 +00:00
Douglas Christopher Wilson
bddc9beae9
Add Express 4.15.2 changelog
2017-03-06 08:49:07 -05:00
Douglas Christopher Wilson
353453ef24
Add Express 4.15.1 changelog
2017-03-05 23:26:57 -05:00
Douglas Christopher Wilson
6d41c80439
Add Express 4.15 documentation ( #792 )
2017-03-01 17:30:45 -05:00
Andrei Mihailov
77f947eb65
Update app.param example ( #784 )
...
Update example to continue route lookup on param validation failure to line up with default router paths behavior. Consider `route.get('/users/:id(\d+)', ...)` which when called as `/users/abc` wouldn't result in 403.
2017-02-20 14:15:57 +05:30
Douglas Christopher Wilson
14b9843108
Fix error handing in a res.sendFile example
2017-02-04 10:33:41 +05:30
iamropo
57b0a24729
added video on homepage
2017-01-29 19:43:20 +05:30
Hage Yaapa
a4102302fc
document sameSite cookie option
2017-01-23 22:04:07 +05:30
Eddie Monge
01d7dfcb50
change file permission to match
2016-12-14 12:48:41 -08:00
crandmck
6c20871f53
Try to fix build
2016-12-13 20:36:13 -08:00
Douglas Christopher Wilson
04e33f78b9
Add notes about automatic HEAD
2016-12-12 19:03:08 -05:00
Tobsta
7b679fe862
Fix grammar in res.sendFile documentation ( #744 )
...
Fix grammar in res.sendFile documentation
2016-12-01 21:33:51 +05:30
Hage Yaapa
bdefa47fe5
add node interactive section
2016-11-23 19:52:45 +05:30
Rand McKinney
cca4171c71
Various small changes ( #732 )
...
* Various small changes
* Tweak announcement
2016-11-17 08:53:24 -08:00
Joël Charles
a454a1ab57
listen signature with unix sockets support ( #724 )
...
Document `app.listen(path, [callback])` signature
2016-10-25 14:19:15 +05:30
Hage Yaapa
6a96a33d2e
add link to Express TC YouTube channel
2016-09-28 15:38:33 +05:30
Rand McKinney
dd504004ef
Merge pull request #706 from expressjs/fix-menu
...
Make menu links "clickable" only on mobile devices
2016-09-06 11:56:57 -07:00
Hage Yaapa
a45717c05f
make menu links "clickable" only on mobile devices
2016-09-06 19:28:28 +05:30
crandmck
e333f07314
Fix bullet list
2016-09-03 11:32:22 -07:00
Rand McKinney
3fa0c45b3b
Merge pull request #701 from expressjs/clarify-routing-method-args
...
Clarify arguments to routing methods
2016-09-03 11:15:20 -07:00
Hage Yaapa
6569b8dbbf
Link/target refactor
...
Refactor code to use a uniform way of offsetting `:target` elements.
2016-09-02 20:02:00 +05:30
crandmck
47d0b10af5
Clarify arguments to routing methods
2016-09-01 16:46:32 -07:00
crandmck
b868157c58
Add 2 changes that were accidentally made in wrong branch
2016-09-01 10:43:59 -07:00
Rand McKinney
56ab5decaf
Merge pull request #687 from expressjs/mw-module-doc
...
Add doc for expresjs middleware modules, utility modules
2016-08-22 13:00:46 -07:00
Jack
fe22f2b2d5
Correct res.cookie maxAge type
2016-08-17 23:09:48 -04:00
crandmck
4ed0647fff
Final cleanup of docs for middleware and util modules
2016-08-17 11:50:29 -07:00
crandmck
ae3870e07c
Rework layouts and scripts for middleware module docs
2016-08-10 00:17:33 -07:00
Micah Seneshen
9631e702c4
Added missing semicolon
2016-08-05 23:51:48 -07:00
crandmck
a2935007fc
Add middleware doc
2016-08-01 00:10:19 -07:00
Farrukh
18dfc5d76c
added announcement and changelog
2016-07-28 11:36:59 +05:00
Kevin Simper
096edff260
Mention signedCookies when reading about cookies
2016-07-20 21:52:28 +02:00
Farrukh
0e5686bb09
translate to uzbek
2016-07-19 16:32:44 +05:00
Johann Philipp Strathausen
c78bae70d6
app-settings.md: code example indentation fixes
2016-07-15 15:57:09 +02:00
crandmck
5890bcb12a
Add license file and update footers
2016-06-30 16:27:04 -07:00
Hage Yaapa
1e8d1e0bbb
Add details about req.subdomains
2016-06-29 02:24:04 +05:30
Hage Yaapa
697995ac01
Add details about route parameters
2016-06-29 00:02:07 +05:30
Hage Yaapa
34cc3f379d
Add details about error handling middleware in app.use() doc
2016-06-28 01:44:48 +05:30
Dave Henderson
b3f54fe62f
Fixing a couple typos in Application docs
...
Signed-off-by: Dave Henderson <dhenderson@gmail.com >
2016-06-17 17:14:46 -04:00
Rand McKinney
19d40e6ea8
Merge pull request #650 from hangaebal/fix-footer-ko
...
Fix korean translation
2016-06-17 14:17:53 +02:00
crandmck
f5ed009a4a
Put changelog in Resources menu, minor wording edits to 4.14 changelog
2016-06-17 12:17:07 +02:00
Hage Yaapa
3e830a422b
include security update in the negotitor module
2016-06-17 13:39:47 +05:30
Hage Yaapa
d5a19842e5
4.14 updates
2016-06-16 21:02:24 +05:30
hangaebal
f254f465a1
Fix wrong korean translation
...
correct meaning is
재단 -> 기반
2016-06-01 14:31:21 +09:00
Hage Yaapa
8de34012ba
add reference to app object from req and res
2016-05-23 22:13:16 +05:30