Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

KoaJS

Next generation web framework for node.js
Collective - Host: opensource - https://opencollective.com/koajs - Website: https://koajs.com/ - Code: https://github.com/koajs

req.acceptsCharsets - default to first type if header not set

github.com/koajs/koa - c24ab00b231ed2271bb0b30df86b29e48a4d3b77 authored about 11 years ago
Merge pull request #5 from paypal/security-md

Adding security policy

github.com/koajs/koa-lusca - 19653fe4b4a6377ef5269b7c3781ae6b31859860 authored about 11 years ago
Adding security policy

github.com/koajs/koa-lusca - 1ccba534fb2f9949cd3c549785896f741a967187 authored about 11 years ago
add ctx.remove() and res.remove(). Closes #100

github.com/koajs/koa - 8e10f12d38d01bbc13307927fae3ec55a5eff357 authored about 11 years ago
Merge pull request #4 from paypal/npmconfig

fix registry

github.com/koajs/koa-lusca - 72e452e887bb83ee17ead2f7615d8f6fe6ec9f03 authored about 11 years ago
make this.session an accessor and add a lot of tests

github.com/koajs/session - 1a3a042a388dfb5c3ec27eec1847c6c2e59afce1 authored about 11 years ago
docs: req.accepts(): throw a 406

github.com/koajs/koa - e2cd1f02caaa4963acdb11958793559566fff5c5 authored about 11 years ago
req.accepts: default to first 'type'

github.com/koajs/koa - 1d38d4acd1ff904ef0b6cf0d0fd16dc8e3aca779 authored about 11 years ago
req.acceptsEncodings: default to 'identity'

github.com/koajs/koa - 5ae3f4eb308835ee3e6902b2915bb5ff3830a880 authored about 11 years ago
tests: add two tests cases

github.com/koajs/compress - 0c00715dd3aac8b6c6b192aa999c83282c7e4fa8 authored about 11 years ago
context delegates: response.lastModified and response.etag

only doing setters because i think getters would be pretty confusing.

github.com/koajs/koa - 9d7dd437d7b09ea11d8ffdddf6ca98c0e6e91835 authored about 11 years ago
don't bother responding if response already "handled"

github.com/koajs/static - 72fe8a690de61ad19779cc9c68ba698a80fcf810 authored about 11 years ago
mtime is a string

github.com/koajs/static-cache - 48bc8e7893fc0e69378d2881a8881b4c5def01e2 authored about 11 years ago
.error() -> .throw()

github.com/koajs/csrf - a13b6f4e5cc0c7acc006eed7056a55c762e8d76a authored about 11 years ago
reduce indentation

github.com/koajs/response-time - 12b0780c1d4e87ea7e273d98174b34e2e34e0d4b authored about 11 years ago
remove charset, yield* next, fix HEAD

github.com/koajs/static-cache - d5755e7db9f5b63f9c96e2ff5026a60426b4be21 authored about 11 years ago
this.assertImplementsMethod(), don't pass `next` in middleware

github.com/koajs/trie-router - 460881df4788788cb1c897720207beb99edb4fc5 authored about 11 years ago
docs: add res.lastModified and res.etag among other things

github.com/koajs/koa - dc873d66e2c649e288190d8aab263085a4ec216f authored about 11 years ago
app.respond: support 205 status codes as no-content

pretty new to me, but it’s basically the same as 204

github.com/koajs/koa - 1dd1d02db08d2a41169237e0388a5c63621508b0 authored about 11 years ago
tests: add a 200 HEAD test

purpose of this test is to explictly show how to send a 200 response
when a body is not expected...

github.com/koajs/koa - 16b016f61fa1d95b8e0ecd9409911ab5a31286e4 authored about 11 years ago
aliases. closes #2

github.com/koajs/csrf - 8c11ac76e9fc641fb0b34f7a2fd99cfd39645812 authored about 11 years ago
expose define and match on the router

github.com/koajs/trie-router - 6b5df774a41ec744ed242f933bb3626db9cf6669 authored about 11 years ago
ctx.search and ctx.request.search

github.com/koajs/koa - 28ca80758b51aace9c79b16adafc1404d040bcba authored about 11 years ago
context: .error() -> .throw()

.error() still works for compatibility, but it will be removed in the
future. closes #94

github.com/koajs/koa - 7d9c6ba66c38c580b3d7a628a364661a5afcd2d5 authored about 11 years ago
refactor context: move the non-delegated properties up

github.com/koajs/koa - b88babe5ee9515fd0a68a9b6203e96b66a4ecb6a authored about 11 years ago
use new middleware signature

github.com/koajs/session - 48582d21baf292b706226b94ab32dcb4b7d710d3 authored about 11 years ago
use node-methods

github.com/koajs/trie-router - b95c70c2d3b84079d34921541b7f7159efa91e07 authored about 11 years ago
context: cross-reference request and response

github.com/koajs/koa - 9407d7776cedae747c91ab9913fe110164b82e8b authored about 11 years ago
Release 1.0.1

github.com/koajs/route - b8d295c22d2b7423d88d5cb76cf4fb70b3ae68df authored about 11 years ago
Merge pull request #2 from yields/master

check if .method matches

github.com/koajs/route - 4ffb52fb71337162072270c869ed5491844a22fd authored about 11 years ago
bump deps

github.com/koajs/koa - 458c5ccfd2e1e700c66fad7fb73be364009eadcf authored about 11 years ago
check if .method matches

github.com/koajs/route - c1147cac4a5c164afa85e63faad3be989cb47330 authored about 11 years ago
Release 1.1.0

github.com/koajs/session - 2abab9e7d60f1acef7ccc067e3b7cabc02f6cf17 authored about 11 years ago
add change check

DUHHHhh... not sure why I was not thinking about this before haha much easier
than doing object....

github.com/koajs/session - 0d287e6222cb21d05530bb8fd74e0aaf6e96f961 authored about 11 years ago
simplify body check

github.com/koajs/csrf - 26e050f61a4a0262105c1bb297f31cf3014994f3 authored about 11 years ago
wooo tests!!!

github.com/koajs/csrf - ff0e34e06d61e324776dfe62fdb8ad118a1fe104 authored about 11 years ago
add app.keys to example

github.com/koajs/session - 648b108404dd1e473281e8b03dd665381281f841 authored about 11 years ago
rewrite basically

github.com/koajs/csrf - e1a219a3a8e075540dd69913abc9f54845fa3cf9 authored about 11 years ago
add defaults. Closes #4

github.com/koajs/session - f34b4d790328ff21de58c1f23c3d9d1072b02982 authored about 11 years ago
rename .clear() to .remove()

github.com/koajs/session - 78b296346b3eca2f78a91b7537c77a0ec2617152 authored about 11 years ago
add session clearing support. Closes #9

github.com/koajs/session - 49ce80c12424f2ae7c9a8f8142311919d4d4f965 authored about 11 years ago
refactor: move stream length calculation to a separate module

github.com/koajs/logger - 7092d24bc51c9d9ae7f4d3a813e5cb2c4ec8bdd0 authored about 11 years ago
add body.close check for HEAD requests

github.com/koajs/koa - cb682ed9048afc91e0f2d470cdaf1ed86924d4f2 authored about 11 years ago
Merge pull request #89 from koajs/keygrip

add keygrip support

github.com/koajs/koa - 27d1336af50e2634b3a526fcefde6ca6d1a5e5b7 authored about 11 years ago
fix stream leak on HEAD. Closes #91

github.com/koajs/koa - f3a6f6ae397ff0ab9dbbe750578f1945414b1aae authored about 11 years ago
add app.keys support

github.com/koajs/koa - 0362c8e457a8a5fc164e51e9f74916b5d4ce9e26 authored about 11 years ago
Merge pull request #87 from koajs/original-url

this.originalUrl && this.request.originalUrl

github.com/koajs/koa - 52307eeb72bb942d6fe1831a300596a733bb7eca authored about 11 years ago
fix registry

github.com/koajs/koa-lusca - 2e44d7ce049b3678a49da4f4844b48ffe57d7e4b authored about 11 years ago
fix npmignore

github.com/koajs/koa-lusca - 31148f9f995058cce327e7960864d2c6c5a88af5 authored about 11 years ago
return empty body by default on search

github.com/koajs/bigpipe-example - 9ae2742e27a60f73955b53fc22d399239d3ffe9f authored about 11 years ago
cleanup, use yield*

github.com/koajs/bigpipe-example - 77d54bd30e27d380ab1f6fc527f8079bae941ae3 authored about 11 years ago
Trie-routing for Koa

github.com/koajs/trie-router - 7a5464ef6d2a8f15c052a3a1c998343feabf54e1 authored about 11 years ago
conditional middleware need to be `.call(this)`

just realized this since we removed the top closure. i'm not sure if
there's a better way to sol...

github.com/koajs/koa - 98548f04097978f0dad7eb1006766d0a3b4bccb5 authored about 11 years ago
log the response length of streams

github.com/koajs/logger - fe9abdd23fd484f31bc47ca48e4f337b01b8250a authored about 11 years ago
this.originalUrl && this.request.originalUrl

github.com/koajs/koa - 18c2cd1dacbd332a0fa7def61cc8d61bb2c59f50 authored about 11 years ago
add .body to Response#inspect()

github.com/koajs/koa - d23ad1a024532a9df11f4ef23a959fdf212c37bd authored about 11 years ago
add {request,response,context}#toJSON()

github.com/koajs/koa - 35a0c1d2bbf08ba75fc26b60ba79e555d9180fdd authored about 11 years ago
fix 2 test requires

github.com/koajs/koa - d9940c19314dfc33d7c3d96dbb75de6515024c1a authored about 11 years ago
Merge branch 'master' of github.com:koajs/koa

github.com/koajs/koa - db22fba86d797d87a1c000903430de0906a7d030 authored about 11 years ago
Merge pull request #85 from koajs/expose-proto

Expose proto

github.com/koajs/koa - 64fa0b5c2a0cc4c56de8ebbf9ce7cfdb7b30ddf9 authored about 11 years ago
update for this.response

github.com/koajs/compress - cb6ff6053cf5fb7e91785f1727a5302a3478447b authored about 11 years ago
Merge branch 'master' of github.com:koajs/koa

github.com/koajs/koa - d247e7835c515059b4b2aa0c35cdb90f8897d06e authored about 11 years ago
response.etag: remove getter for now

until we figure out a good way to return both weak and strong validators

github.com/koajs/koa - e51e85e0fcc8765aa9753cd1e73cc05a7725ca05 authored about 11 years ago
refactor res.etag= regexp

github.com/koajs/koa - 088fcfd3a6ea96699fb9821e57ba154b777bb15d authored about 11 years ago
Merge pull request #86 from koajs/etag-lastmodified

response.etag and response.lastModified

github.com/koajs/koa - 12dda03b839331bf86878611296f4bac6cf51065 authored about 11 years ago
response.etag and response.lastModified

github.com/koajs/koa - 2f74207e6c86b06037dd159899e3b0c3ac7b4954 authored about 11 years ago
expose app-specific prototypes, cleanup/fix tests

github.com/koajs/koa - 0be144211189c0ebd2ca059d7f1ee2e72b2ac6b9 authored about 11 years ago
add tests for exposing app-specific prototypes

github.com/koajs/koa - e6cd31ce2f4fc01435cdb7a846d0df578c0d20d0 authored about 11 years ago
Makefile: add test/application

github.com/koajs/koa - 5467f98558c13340a752c575fcc45db257387b6c authored about 11 years ago
Merge pull request #5 from coderhaoxin/master

fix a mistake about README

github.com/koajs/static-cache - fd86677c19871e59eeeebf46ee8d0d3f4836561b authored about 11 years ago
fix a mistake about README

github.com/koajs/static-cache - a3bf77d81208b9c885336a732e77054e8436ca24 authored about 11 years ago
Merge pull request #2 from lensam69/master

Added repository field to package.json. Set minimum engine version

github.com/koajs/koa-lusca - f774f10a108d47a92ce26db378691cb98b3e3e01 authored about 11 years ago
Added repository field to package.json. Set minimum engine version

github.com/koajs/koa-lusca - 0c312e58aa19352df318e7d98ad288946b6d86df authored about 11 years ago
Initial commit

github.com/koajs/ratelimit - ff40ab7538b1017ce185886a08217a71697e3b96 authored about 11 years ago
fix ctx.ip

need tests for this

github.com/koajs/koa - 93f1bce66fa801926c040189b8445eabb64cdf55 authored about 11 years ago
Merge pull request #83 from koajs/add/ctx-request-response

Add/ctx request response

github.com/koajs/koa - b1e5e6c6d49c239ecbe41c069d330991b8c5a493 authored about 11 years ago
add koa Request / Response objects and delegation. Closes #52

github.com/koajs/koa - c699c75c52bc96ba6c3dfc0202a55b76832d7192 authored about 11 years ago
ugh travis is outdated

github.com/koajs/koa - 4cc5b30fb1f85a96b052daeea877d7a8e06e751a authored about 11 years ago
update co for object yielding

github.com/koajs/koa - b659c7451096bd0e12c1abdb1950a36ed9a6abc5 authored about 11 years ago
update benchmarks in docs

github.com/koajs/koa - d69b20b97ce31e0db7f384ef48b094d8def9891e authored about 11 years ago
fix benchmarks for wrk(1) 3.x

github.com/koajs/koa - 91cdfefc4f8728feb6e2e0a46c19455381e72745 authored about 11 years ago
Merge pull request #81 from coderhaoxin/master

correct the link

github.com/koajs/koa - a1d7140b7b1db5094470d925c4a16a9a48ac1ada authored about 11 years ago
correct the link

github.com/koajs/koa - 49bdd1d6edddf5cfe7e52f693edefa4db85f80db authored about 11 years ago
Merge pull request #4 from coderhaoxin/patch-1

Update README.md

github.com/koajs/static-cache - 1e2a99154e43f6fff691cb87ff9d7aaee4571418 authored about 11 years ago
Update README.md

github.com/koajs/static-cache - fa68a48b27519a174f835e90cfeb29abfff20f24 authored about 11 years ago
gnode is a lie

github.com/koajs/bigpipe-example - e54fbc965da0b8ccdb6aec281fb55576d28275a9 authored about 11 years ago
use get-json-plz

github.com/koajs/bigpipe-example - b67d401c453daaacfa4015ed08cc1dd12149f21d authored about 11 years ago
add link to gnode

github.com/koajs/bigpipe-example - fcec277720a6754cf01a2feff5e2c7f95f50f70d authored about 11 years ago
Merge pull request #1 from lensam69/master

License Change to Apache2.0

github.com/koajs/koa-lusca - 8757713f636edacbcd7d6f270130ae200ab7b536 authored about 11 years ago
update middleware signature

github.com/koajs/static-cache - 0898e327d908eb059b627c0c9b15684c4805957a authored about 11 years ago