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

add additional node.js aliases

github.com/koajs/koa - f96164737756db25ab6924da8a3eeb5ff86b1029 authored about 11 years ago by Jonathan Ong <[email protected]>
statusCode alias for status

for node

github.com/koajs/koa - fbfeffa09010e77636cbcc9ad99a8bf561af8c7c authored about 11 years ago by Jonathan Ong <[email protected]>
headersSent alias for headerSent

i like keeping things as similar to node as possible :)

github.com/koajs/koa - 6492f2ca4aab72e8f1cd18d15da21eebfb4d96bd authored about 11 years ago by Jonathan Ong <[email protected]>
Merge pull request #6 from lmarkus/seaMonster

Sea monster

github.com/koajs/koa-lusca - 8aa2713f38ee2e2b18864ba75e05e528207137c7 authored about 11 years ago by Erik Toth <[email protected]>
only listen to stream errors if not already

github.com/koajs/koa - cb60fb872ac404b60d692fa0ce667074066ada08 authored about 11 years ago by Jonathan Ong <[email protected]>
update co to 2.0

github.com/koajs/koa - 18109777007b3197da807a41ebc875c1b7327c6b authored about 11 years ago by TJ Holowaychuk <[email protected]>
Tweaked gitignore file

github.com/koajs/koa-lusca - b575bffb38d00cb6ebce8f074d68e5180e8124ae authored about 11 years ago by Lenny Markus <[email protected]>
Refactored express-appsec -> lusca

github.com/koajs/koa-lusca - 1b076002bf5ce1a3aea590e7be2676afcea350de authored about 11 years ago by Lenny Markus <[email protected]>
dont bind .onerror

github.com/koajs/compress - df59a54a5833a48f6f77c062560f8a2d3254df23 authored about 11 years ago by Jonathan Ong <[email protected]>
add overriding to application/json on ctx.body=object

since it cant be anything else, but if you have middleware that transforms
the object to xml or ...

github.com/koajs/koa - 3b2c55b68b557164cf25beef1f61e29c742575c3 authored about 11 years ago by TJ Holowaychuk <[email protected]>
fix test label typo

github.com/koajs/koa - c4d194488c703597949bf0861b8e30ae36f66057 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #58 from jonathanong/set-body-length

set length on body override

github.com/koajs/koa - 3b7a7b5047e209a810e92452bddbe6fb2c1969f1 authored about 11 years ago by TJ Holowaychuk <[email protected]>
cache control overrides max age

github.com/koajs/static-cache - 9d57496051e34f3da0624e1b8a2b2651faf72655 authored about 11 years ago by Jonathan Ong <[email protected]>
Merge pull request #56 from jonathanong/bind-onerror

bind .onerror to context

github.com/koajs/koa - ada1be13bc49a5d2692dcb302e554b559aebc3ec authored about 11 years ago by Jonathan Ong <[email protected]>
Merge pull request #61 from jonathanong/onerror-condition

onerror: check existence of error

github.com/koajs/koa - 881490299c9cd7c5b99eb703a884513f245976f3 authored about 11 years ago by Jonathan Ong <[email protected]>
Merge pull request #5 from lmarkus/master

Added Apache V2.0 Licensing info

github.com/koajs/koa-lusca - d21ee40acc6471d8b3c066a5cbf0b04ab45f9582 authored about 11 years ago by Erik Toth <[email protected]>
onerror: check existence of error

github.com/koajs/koa - 50d73e3709d9d46985bc3e0e52ebdadcc2e0d95c authored about 11 years ago by Jonathan Ong <[email protected]>
Added Apache 2.0 license information

github.com/koajs/koa-lusca - af2cb41fa32e17892ea776367d2f6f8d277258a1 authored about 11 years ago by Lenny Markus <[email protected]>
debug: notify if a property is being overwritten

github.com/koajs/koa - df367e074993b651e18e8bc175e6d4e9173c631e authored over 11 years ago by Jonathan Ong <[email protected]>
bind .onerror to context

github.com/koajs/koa - 98a386a48557d1bbcab97849f2d206ef48115572 authored over 11 years ago by Jonathan Ong <[email protected]>
set length on body override

github.com/koajs/koa - 0e829c17ad20c7153d77f890d0e51d96e514285a authored over 11 years ago by Jonathan Ong <[email protected]>
cleanup trailing whitespace in .js files

github.com/koajs/koa - 4aa75a1164669a0be7dd7128ecd9ff5c5aeda487 authored over 11 years ago by Jonathan Ong <[email protected]>
use Date.now()

bothers me :P

github.com/koajs/response-time - 3cfb47b63a32d311ad68481c9f3d1a947fb90f91 authored over 11 years ago by Jonathan Ong <[email protected]>
Update index.js

github.com/koajs/static-cache - c6e275f1a87096f41e90ffc77c80fabce1c40045 authored over 11 years ago by Jonathan Ong <[email protected]>
use fs-readdir-recursive

github.com/koajs/static-cache - b5512a1a28ccc04ae044fa42abb6938c70dc4eec authored over 11 years ago by Jonathan Ong <[email protected]>
set vary before yield next

so people can unset it if they'd like

github.com/koajs/compress - c6f743b32f8a5e48dba24a3b87327b116423d2ae authored over 11 years ago by Jonathan Ong <[email protected]>
show the latest image by default if available

github.com/koajs/webcam-mjpeg-stream - 4af455c5f730491d50736671f064cdc735c627e5 authored over 11 years ago by Jonathan Ong <[email protected]>
compress images

github.com/koajs/webcam-mjpeg-stream - c16e890e952db68c7248872633af8024eac641b4 authored over 11 years ago by Jonathan Ong <[email protected]>
install imagesnap!

github.com/koajs/webcam-mjpeg-stream - e29ac626f42347e0bd05c7d94dcf6bb4c27663fb authored over 11 years ago by Jonathan Ong <[email protected]>
initial commit

github.com/koajs/webcam-mjpeg-stream - da2d7b5e364027aebf2b5958434f079df035dee7 authored over 11 years ago by Jonathan Ong <[email protected]>
Merge pull request #4 from skoranga/master

Adding middleware name as it's helpful in debugging

github.com/koajs/koa-lusca - 1c8b2ca5cc2b06fed13aa504a3493742829a9105 authored over 11 years ago by Jeff Harrell <[email protected]>
fix wiki link

github.com/koajs/koa - 1e340e388f6d760e4d7fd65c2bda7c6eb2f14c5e authored over 11 years ago by TJ Holowaychuk <[email protected]>
move stuff around now that koa bug is fixed

github.com/koajs/static-cache - b3de5429a98c11c69458a54396eaba34b10895fd authored over 11 years ago by Jonathan Ong <[email protected]>
fix ctx.body= content-type override check. Thanks @jonathanong

github.com/koajs/koa - 83fd83aaf89918390852bee7e0669adb5f1f5621 authored over 11 years ago by TJ Holowaychuk <[email protected]>
add docs on files object

github.com/koajs/static-cache - bf1b2a1933d71bc48211871f755753fba742da7f authored over 11 years ago by Jonathan Ong <[email protected]>
fix koa bugs. expose files object.

github.com/koajs/static-cache - ed926597b3f74920bf28f614f1f0e54f22581a0b authored over 11 years ago by Jonathan Ong <[email protected]>
update travis image

github.com/koajs/compress - 9f74a2d6764fafe510640b65858298d8fb2fa0e4 authored over 11 years ago by Jonathan Ong <[email protected]>
change repo in package.json

github.com/koajs/compress - 704ccada0092af3f1a572cd1e05de772cb3264f6 authored over 11 years ago by Jonathan Ong <[email protected]>
Merge branch 'refactor' of git://github.com/koajs/koa-compress

github.com/koajs/compress - 562419118bd963f3777b89d4d447f2aa837be142 authored over 11 years ago by Jonathan Ong <[email protected]>
refactor json support

github.com/koajs/compress - 10eca0c1b1c9e3fe8cace8ccd135b468065e9921 authored over 11 years ago by TJ Holowaychuk <[email protected]>
update default filter to connect.compress()'s

github.com/koajs/compress - 8f8d6f64a1684bf2d5c734dff1b34d7585b2dead authored over 11 years ago by Jonathan Ong <[email protected]>
this.onerror.bind(this) when not attaching to `this`

github.com/koajs/compress - c056f914f71b1c3313869006ab9bde5300dc9539 authored over 11 years ago by Jonathan Ong <[email protected]>
add ctx.body= setter

this prevents a bunch of redundant checks that middleware may need to
check response length, typ...

github.com/koajs/koa - 11913f5e4e79b6a9416f69dc07d5975785cb0b97 authored over 11 years ago by TJ Holowaychuk <[email protected]>
Merge branch 'master' of github.com:koajs/koa

github.com/koajs/koa - c5ecbd99acd0e141582ed2d2a0c779b9da111396 authored over 11 years ago by TJ Holowaychuk <[email protected]>
add charset support to ctx.type=

github.com/koajs/koa - 04f4d72692a5132d026debc79fe080e56c13aebe authored over 11 years ago by TJ Holowaychuk <[email protected]>
add handling of "error" for source stream

koa cant grab these :(

github.com/koajs/compress - 261b8f0929bb9af74357b51d0b3082acf208656f authored over 11 years ago by TJ Holowaychuk <[email protected]>
remove "error" handling for stream

koa does it

github.com/koajs/compress - ae2f6273150beb936dbc819a5e1dc2970caa3ec8 authored over 11 years ago by TJ Holowaychuk <[email protected]>
remove semis

to match :D sorry haha

github.com/koajs/compress - af7da6632e247f41102b1253fe7f0927013ff479 authored over 11 years ago by TJ Holowaychuk <[email protected]>
refactor threshold check

this should be fine right?

github.com/koajs/compress - 65d423dd8e71e3776304a2556fac44619b836549 authored over 11 years ago by TJ Holowaychuk <[email protected]>
remove negotiator usage

it has a bug, but already in koa.
https://github.com/federomero/negotiator/issues/10

github.com/koajs/compress - 221cc01274b8fd69fda50b922eb007a502c5dca8 authored over 11 years ago by TJ Holowaychuk <[email protected]>
add docs

github.com/koajs/compress - fa2b9f966c659c2f7902d08e48185c3ba76c4f75 authored over 11 years ago by TJ Holowaychuk <[email protected]>
refactor to use ctx.responseLength

github.com/koajs/compress - 0e30f0b6c0eee1d803167dc829520e29b9a4793a authored over 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #53 from ilsken/patch-1

Fixed typo

github.com/koajs/koa - 1232b692a8959392901991b9b29a03ef0da4c84b authored over 11 years ago by TJ Holowaychuk <[email protected]>
add exports

github.com/koajs/common - 57ccf6762df9303161d4a958369eeaccfe15070a authored over 11 years ago by TJ Holowaychuk <[email protected]>
add koa-rewrite

github.com/koajs/common - 3f97bc28dc6f700b801e75aabc76ce446dc0ae97 authored over 11 years ago by TJ Holowaychuk <[email protected]>
update

github.com/koajs/common - 2d4a90864f609d91616c6b7e25e816efcf40cf4d authored over 11 years ago by TJ Holowaychuk <[email protected]>
Release 1.2.0

github.com/koajs/static - e5894a92bd04a2f79340a2ef295ed2c54049eb46 authored over 11 years ago by TJ Holowaychuk <[email protected]>
add Last-Modified. Closes #5

github.com/koajs/static - 38ad06bf91c131923f5df895e8667b00d732c3d2 authored over 11 years ago by TJ Holowaychuk <[email protected]>
Fixed typo

`ctx.accept` -> `ctx.accepts`

github.com/koajs/koa - 886a292a51a564ced248e32bd1a53d0ef2e09966 authored over 11 years ago by Chris Tarquini <[email protected]>
Initial commit

github.com/koajs/conditional-get - b49c97f4d9765912b62c2e48dc883a1d0e70316a authored over 11 years ago by TJ Holowaychuk <[email protected]>
Release 1.1.0

github.com/koajs/etag - 0f264fd73ddea23c2abbb2d22dcbeeb9153a71d9 authored over 11 years ago by TJ Holowaychuk <[email protected]>
add Stream with .path ETag support

github.com/koajs/etag - 9c30d1aad33dd42217bb8941ffb1b334c079f61d authored over 11 years ago by TJ Holowaychuk <[email protected]>
add more

github.com/koajs/common - 74052bad51097d7a408fe83d11b1a6d746c89efa authored over 11 years ago by TJ Holowaychuk <[email protected]>
Release 1.1.1

github.com/koajs/static - 9c69ec4e9ca978a5bcb1c4c13734104f2d35bf99 authored over 11 years ago by TJ Holowaychuk <[email protected]>
fix upstream responses

github.com/koajs/static - fea3e6f82641b697899259bafd6095bc41911a09 authored over 11 years ago by TJ Holowaychuk <[email protected]>
add a todo

github.com/koajs/koa - 167530a9e64f38c0de12fe1b5bdefa9722be6def authored over 11 years ago by TJ Holowaychuk <[email protected]>
Initial commit

github.com/koajs/favicon - d2f80d02f4f82f6e684bea96d2a95968d7036421 authored over 11 years ago by TJ Holowaychuk <[email protected]>
change app.onerror to ignore 404s

so you can easily unwind the stack for 404s

github.com/koajs/koa - 7a268860407d723b36f75009a6dff50d3cd5adc9 authored over 11 years ago by TJ Holowaychuk <[email protected]>
2xx only

github.com/koajs/etag - 69f6f739c4f6c86ad812058c02b85382001f8963 authored over 11 years ago by TJ Holowaychuk <[email protected]>
docs

github.com/koajs/koa - d7403552b953435731a2056d0d4c8bcd90981bb5 authored over 11 years ago by TJ Holowaychuk <[email protected]>
ocd

github.com/koajs/etag - 1b96d3070225db7b72d64cd607c7fa94d21c6013 authored over 11 years ago by TJ Holowaychuk <[email protected]>
add keywords

github.com/koajs/etag - 84de5b33a71af1c51c523ff3b6b11fe65f91eb02 authored over 11 years ago by TJ Holowaychuk <[email protected]>
Initial commit

github.com/koajs/etag - ed13bcb49afce2148e524c6662b2baa2ebe5bd4e authored over 11 years ago by TJ Holowaychuk <[email protected]>
Release 1.1.0

github.com/koajs/static - c4dee12c523fd2d328bb1a8974599586d44becea authored over 11 years ago by TJ Holowaychuk <[email protected]>
rewrite without send

github.com/koajs/static - 0e7136eb72e885c69ff9eb1cc878892b74a2289a authored over 11 years ago by TJ Holowaychuk <[email protected]>
Update README.md

github.com/koajs/static-cache - 128ba4fa09005b47cb7669a415a557ceacb8553e authored over 11 years ago by Jonathan Ong <[email protected]>
Update README.md

github.com/koajs/static-cache - 4ef2a429a0dc792790f0de2e5849fff0b62fe02f authored over 11 years ago by Jonathan Ong <[email protected]>
Update README.md

github.com/koajs/static-cache - 5dde28e74c45cbc3fc0c20ed1b6d077aa261115f authored over 11 years ago by Jonathan Ong <[email protected]>
adding middleware name

github.com/koajs/koa-lusca - 143f00174ba2deb677a7ab2156d467f7ff78a7e0 authored over 11 years ago by skoranga <[email protected]>
add err.expose check for response handler to expose the err.message

github.com/koajs/koa - fc25b79b99752e361a784f3b6e60fadc40bcc79b authored over 11 years ago by TJ Holowaychuk <[email protected]>
change ctx.error() to flag as err.expose

meaning the application could respond with this message if it likes

github.com/koajs/koa - 6db24f9fac7cf11f2d5088f62ff2e472f76c7623 authored over 11 years ago by TJ Holowaychuk <[email protected]>
Bump version to 1.5.5

github.com/koajs/router - 58f233b4b186325e178c96b46b550dac49f20790 authored over 11 years ago by Alex Mingoia <[email protected]>
Add David dependency management badge.

github.com/koajs/router - 630181a7ee9627af0eade1430308c1f62495cfbd authored over 11 years ago by Alex Mingoia <[email protected]>
Specify language for code indentation.

github.com/koajs/router - cbc4a423dc7f22474d24255e382c03ceeed9fc13 authored over 11 years ago by Alex Mingoia <[email protected]>
Fix context route alias.

github.com/koajs/router - 5e161a9be38915489a1683e1bb86dcc5d6bd59a6 authored over 11 years ago by Alex Mingoia <[email protected]>
bumping revision

github.com/koajs/koa-lusca - de182222cc380d86aae93cfdfdcb8197dc5263d2 authored over 11 years ago by ertoth <[email protected]>
Merge pull request #3 from ertoth/master

Update CSRF to use new csrfToken() API

github.com/koajs/koa-lusca - f35c75f157997a39e288f4d89e61c70e8b8eb813 authored over 11 years ago by Jeff Harrell <[email protected]>
Initial commit

github.com/koajs/rewrite - b7db793ea7d30c0581241d2c87cb691711b2aca3 authored over 11 years ago by TJ Holowaychuk <[email protected]>
add ENOENT err.code support for 404

github.com/koajs/koa - 091d5010cd4762eccd246141aa932cb88031c30b authored over 11 years ago by TJ Holowaychuk <[email protected]>
fix text/plain response for 500 errors

github.com/koajs/koa - 228c38cf3ea4fe5db7b98ebb902611a507aa9b84 authored over 11 years ago by TJ Holowaychuk <[email protected]>
add socket error handling docs

github.com/koajs/koa - 28b5b85860abc403fd2bc0c01784853342a52653 authored over 11 years ago by TJ Holowaychuk <[email protected]>
add error propagation example

github.com/koajs/mount - 5775a8d27edcd32e5d7a76708daf6672750fc184 authored over 11 years ago by TJ Holowaychuk <[email protected]>
remove socket error handling, use server "clientError"

github.com/koajs/koa - 92b741ac0a83d1608a5b4cd397c30a8f180cc86b authored over 11 years ago by TJ Holowaychuk <[email protected]>
remove a console.log

github.com/koajs/koa - cf54f7d7d5589b77e086d82d9ac36650cbe5f45b authored over 11 years ago by TJ Holowaychuk <[email protected]>
add failing socket error handling test

github.com/koajs/koa - 2fe83a4e3d0db83d78f6466d54f220a254fd4058 authored over 11 years ago by TJ Holowaychuk <[email protected]>
add socket errors example

github.com/koajs/mount - cd096c4087ddb2f0cf7e3df1630135f0561635e8 authored over 11 years ago by TJ Holowaychuk <[email protected]>
fix socket "error" handling

always has clientError now

github.com/koajs/koa - 02ae4f787d68eab7274af63161032407018a2832 authored over 11 years ago by TJ Holowaychuk <[email protected]>
docs

github.com/koajs/mount - ef59ced08572c804257b76e5515061c7710a6c7d authored over 11 years ago by TJ Holowaychuk <[email protected]>
add some debug() calls

github.com/koajs/mount - 3a5396932eb650118a35384af69b8f5ff085b2f4 authored over 11 years ago by TJ Holowaychuk <[email protected]>
changelog

github.com/koajs/mount - e09d00aaaa5a271332c618d94aa73b23408b8707 authored over 11 years ago by TJ Holowaychuk <[email protected]>