Ecosyste.ms: OpenCollective

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

github.com/express-validator/express-validator

An express.js middleware for validator.js.
https://github.com/express-validator/express-validator

Merge pull request #131 from ctavan/expand_changelog

Move change log into its own file and expand it using github-changes.

1a3c80deb2ba99d820c5e70952a4dc76725a815e authored over 9 years ago by Christoph Tavan <[email protected]>
Bump version to 2.9.1.

9c87684a02eff71f40fc98ce3da37992fee464cd authored over 9 years ago by Rusty Bailey <[email protected]>
Fix checkHeader so that it works with optional().

37ede786203d5b9aa87acf96bd568c26fcc6de3a authored over 9 years ago by Rusty Bailey <[email protected]>
Move change log into its own file and expand it using github-changes. Fixes #130

136307f94aebaf4dcc7e83dee62bfd5cae9a1333 authored over 9 years ago by Rusty Bailey <[email protected]>
Bump version to 2.9.0

c2e512490667cc1cbc22e2de762c79cbf425354a authored almost 10 years ago by Christoph Tavan <[email protected]>
Update node validator dependency.

9624cca38836a7299bba570e3addd07913ded174 authored almost 10 years ago by Christoph Tavan <[email protected]>
Fix deprecated use of req.param(), closes #117.

9247648f7d8fc1c8aa017ad19e1f24e90aff311a authored almost 10 years ago by Christoph Tavan <[email protected]>
Merge pull request #118 from janza/rm-deprecated-param

Replace req.param call to remove deprecation msg

5cb22922201621751eb819cffaa88b46baefbe8a authored almost 10 years ago by Christoph Tavan <[email protected]>
replaced req.param call to remove deprecation msg

d8ba0470d85e283e38870db5f9a0cde964561171 authored almost 10 years ago by Josip Janžić <[email protected]>
Merge pull request #116 from becausehama/master

Add LICENSE

1ca33d989b36f5c6a04bab8692224e81a463e243 authored almost 10 years ago by Christoph Tavan <[email protected]>
Add LICENSE

b2f727b4d948cd7a94c6c3570fba5de5f626dc34 authored almost 10 years ago by becausehama <[email protected]>
Bump version to 2.8.0

e49ee9ddb7cf3ebf804874f1ba5281f890693799 authored about 10 years ago by Christoph Tavan <[email protected]>
Updating to validator 3.26.0

d48d2480f992ffbe7cac5fe00e3d75f146e5290a authored about 10 years ago by Hengkiardo <[email protected]>
Bump version 2.7.0

84937cf4dee304914f763d109a657bf24c61914c authored about 10 years ago by Christoph Tavan <[email protected]>
Merge pull request #105 from nfrasser/master

Updating validator to 3.22.1

c77362cbfcbd0c827a485c7d2666fee84bbd7a99 authored about 10 years ago by Christoph Tavan <[email protected]>
Updating to validator 3.22.1

Up from 3.19.0, which includes isMongoId validation method

51e39b3526a0386ab1003b6485a8351567959388 authored about 10 years ago by nfrasser <[email protected]>
Merge pull request #99 from fiznool/master

Upgraded to validator 3.19.0

1fa03dadc39071317e1fa7cb51ff1cacb7c3c815 authored over 10 years ago by Christoph Tavan <[email protected]>
Upgraded to validator 3.19.0

8b67263c1fcf31b920e369fcb1e7a47a0eef07c6 authored over 10 years ago by Tom Spencer <[email protected]>
Bump version to 2.5.0

1dc8679ef2207e1ac886bf3eeac7f63955c042c5 authored over 10 years ago by Christoph Tavan <[email protected]>
Merge pull request #95 from BAKFR/optional_arg

Check optional inputs only when they are defined

089c91ea1ab4dd1fe26ba1367d44cca62a873773 authored over 10 years ago by Christoph Tavan <[email protected]>
adds tests for optional() method

220532338d20abc57ba2510b1f51c86c31705757 authored over 10 years ago by Kévin Bernard-Allies <[email protected]>
add curly braces to respect the coding style

7402642a9a7917f16bba42c1d06503047821052b authored over 10 years ago by Kévin Bernard-Allies <[email protected]>
Merge pull request #97 from qualtrics/master

add documentation for customValidators option

9bd686e2229e37baeeb0566d14112f304b53b79d authored over 10 years ago by Christoph Tavan <[email protected]>
Merge remote-tracking branch 'upstream/master'

8813e2d991001f1d185264040132fc2d94f35eb0 authored over 10 years ago by Sterling Williams <[email protected]>
add documentation for customValidators option

b90f482d13d446f4e5d22b9ba038be0740e9d20d authored over 10 years ago by Sterling Williams <[email protected]>
Bump version to 2.4.0

9d18380884562b9d8e366f1b180f9eee11658f66 authored over 10 years ago by Christoph Tavan <[email protected]>
Merge pull request #96 from qualtrics/master

Add support for custom validators

83da1665ee554a1355a18d50f53e4ec661d33bb4 authored over 10 years ago by Christoph Tavan <[email protected]>
whitespace cleanup

9a167b7e524113a78ef04e77bf946d9a8832ddc9 authored over 10 years ago by Sterling Williams <[email protected]>
Add support for custom validators

668e5c547c22c78e9b10b525d6357cf9b2e8a969 authored over 10 years ago by Sterling Williams <[email protected]>
add documentation on README

58d2142798898cc6b6bec71a1c333324ec6d6a5a authored over 10 years ago by Kévin Bernard-Allies <[email protected]>
add the method optional() who disables the checks if value is undefined

e42f650bb165bcaa18d36a2168a6c43968cf9c90 authored over 10 years ago by Kévin Bernard-Allies <[email protected]>
Bump version to 2.3.0

a9228327c8969b9640646774115012c29e2f13d2 authored over 10 years ago by Christoph Tavan <[email protected]>
Merge pull request #84 from dpolivy/returnfromsanitize

Return sanitized value from req.sanitize()

bad23864c1e63008632e53e6f01ea49321360857 authored over 10 years ago by Christoph Tavan <[email protected]>
Merge pull request #91 from antoineverger/master

Add a check if req.files array is not undefined before accessing it

33009ff69770970ff3d1f19af223702813ea1db3 authored over 10 years ago by Christoph Tavan <[email protected]>
Add a check if req.files array is not undefined before accessing it

85348f59ed65fc657bccb9f63a91954b602855b2 authored over 10 years ago by Antoine Verger <[email protected]>
Merge pull request #86 from r3mus/master

Fix for checkHeader crash

ee31dd0165d50d144d64397755c946f599482e12 authored over 10 years ago by Christoph Tavan <[email protected]>
Bump version to 2.2.0

d2ea7b1315cf7403776b7473798f6219ba26ade6 authored over 10 years ago by Christoph Tavan <[email protected]>
Merge pull request #40 from gkorland/patch-2

Check attached Files

6c5797d5733ddc1c186dc296c53c0a287c064138 authored over 10 years ago by Christoph Tavan <[email protected]>
Bump version to 2.1.2

6dcddc83d71e540d20ec2e0da3dbb717c78acd7f authored over 10 years ago by Christoph Tavan <[email protected]>
Merge pull request #89 from killroy42/master

Fixed arguments usage for strict compliance

3438acc9e012094727dbb6176481a3864241ff04 authored over 10 years ago by Christoph Tavan <[email protected]>
Fixed function call order

bffe0d9a2ea9a29505eb2264e04badc4d68e221b authored over 10 years ago by Sven Neumann <[email protected]>
Fixed arguments usage for strict compliance

129be780252c9bb88bd281861561077d4bf96241 authored over 10 years ago by Sven Neumann <[email protected]>
Update express_validator.js

defffe1b4493b7e21122fbe4f5ac877543f8a702 authored almost 11 years ago by r3mus <[email protected]>
Return sanitized value from req.sanitize()

In older versions of express-validator, the sanitized value was returned
from req.sanitize. With...

01bdbf47486136364635edc73725c92f8690a90c authored almost 11 years ago by Dan Polivy <[email protected]>
Bump version to 2.1.1

151f5a45775926a07b01366ac4846823d680871b authored almost 11 years ago by Christoph Tavan <[email protected]>
Merge pull request #79 from bars3s/master

trim, ltrim... sanitize methods + fix Extending docs

20532f1e297eb83beff1d23a1372f299556b5fd1 authored almost 11 years ago by Christoph Tavan <[email protected]>
fix: use strict equality/inequality

75a8359e5703c1e9476c6244bd9a2dcf98b96add authored almost 11 years ago by Prog <prog@prop-it-01.(none)>
fix docs Extending

010cb51f75737a347e69d5118b18789e89f28560 authored almost 11 years ago by Alexander Barsukov <[email protected]>
fix sanitaze trim,ltrim... methods

7388983641ac6243ba5cd24d832fad77e884b455 authored almost 11 years ago by Alexander Barsukov <[email protected]>
add .idea to .gitignore

02930ff915e319b57a5a258893aaaa0d38589c7f authored almost 11 years ago by Alexander Barsukov <[email protected]>
Update validator to 3.5.0 and bump version to 2.1.0

aaff5d92e006ef6ee55ee3758ccfd17fe92c22ac authored almost 11 years ago by Christoph Tavan <[email protected]>
Update README.

7f3b8a9119b2eb17826015cf59a36e0b3925c55a authored almost 11 years ago by Christoph Tavan <[email protected]>
Merge pull request #68 from smitp/master

documentation for checkParams and checkQuery

1f3ade4ee0a307cffc6d4fc914820f05e1d3d299 authored almost 11 years ago by Christoph Tavan <[email protected]>
Merge pull request #78 from gkorland/patch-3

Update package.json

90e98389c4ce382afe57d0137df55cf1fda7ed39 authored almost 11 years ago by Christoph Tavan <[email protected]>
Update package.json

079c6da0bfe14f95a0b94721488e06081e5b89ed authored almost 11 years ago by Guy Korland <[email protected]>
Merge pull request #74 from marcbachmann/patch-1

Update node-validator repository url in README

79536e011b74d30ebe265c44e9bcb502cb4b1146 authored almost 11 years ago by Christoph Tavan <[email protected]>
Update node-validator repository url

a91664be05bd3ce37811b0c1e24a75aa8d6e5bff authored almost 11 years ago by Marc Bachmann <[email protected]>
Merge pull request #70 from theorm/master

Support for validator 3.1.0

82e42756328470b9c4a2a5ef50c02766748cbeb3 authored almost 11 years ago by Christoph Tavan <[email protected]>
- fixed typo

6fe2aa67a7f9fd0110085e67a8066bc46cdbe605 authored almost 11 years ago by theorm <[email protected]>
- and quoting node versions to make travis linter happy

816437a7df0299172d9e78ad6c3d0f29e07ebff9 authored almost 11 years ago by theorm <[email protected]>
- removed node 0.6 from .travis.yml. 0.8+ is required now as it is the minimum version for validator.js

aa7d7496b307394a0c55a7dcfbe55c45d2332d62 authored almost 11 years ago by theorm <[email protected]>
- setting node version to >= 0.8

36e90250ed322b3aefe220dc2afb5bca40de0a5e authored almost 11 years ago by theorm <[email protected]>
- camelCasing variables

af9abb54898438092ecba0dfff5c30eb15b32087 authored almost 11 years ago by theorm <[email protected]>
- major version bump & fixing local vars.

22fce515cf2fdf9e1064150773be96bcbae37fad authored almost 11 years ago by theorm <[email protected]>
- version bump and new contributor

94a3c1360a460d6e32d1142ad412a50e4e74eb0c authored almost 11 years ago by theorm <[email protected]>
- modified to work with validator 3.1.0

a219e29db6d01b9c4c5f86ab91b4e23083e958ca authored almost 11 years ago by theorm <[email protected]>
added documentation for checkParams and checkQuery

dc0ee7783a98c4922121bffe09fc6e40715cc1a0 authored about 11 years ago by Smit Patel <[email protected]>
Merge pull request #65 from mananvaghasiya/master

As .xss() is removed from node-validator 2.0.0, changed example in comments.

f2882b01cf2dcd34eb7e83f19e10bf9f842b355f authored about 11 years ago by Peter Cooper <[email protected]>
As .xss() is removed from node-validator 2.0.0, changed example in comments

a8604f84e09cadceb7ce14d1118b36e11a31235c authored about 11 years ago by Manan Vaghasiya <[email protected]>
Bump version to 1.0.1

cd65d4c71e0f11ded917c20b6e98d9874ee9add6 authored about 11 years ago by Christoph Tavan <[email protected]>
Merge pull request #63 from kamilbiela/master

add information from #21 as I'm not only one who was stuck at this

b740f13aa6df5ce9e7368f0b3db9ba26f711746c authored about 11 years ago by Christoph Tavan <[email protected]>
add information from #21 as I'm not only one who was stuck at this

63f124886cd693c70d962cdba99e92c38c4dfa18 authored about 11 years ago by Kamil Biela <[email protected]>
Merge pull request #54 from Yosee/master

Added support for checkQuery and checkParams + tests

4849927567113dca7959408f5baad59fbdc1c9ef authored about 11 years ago by Julien Seren-Rosso <[email protected]>
Merge pull request #60 from petecoop/v2

updated validator to latest version

c489e0977f3b2a04269bbcf44546d137e9786621 authored about 11 years ago by Peter Cooper <[email protected]>
bumped to 1.0.0

b63f224f6b5a0394e4213dfc5c399b8565ba0bcd authored about 11 years ago by petecoop <[email protected]>
updated to v2

5e5c0a1f571c48e32f196edb461e494fa432ee0b authored about 11 years ago by petecoop <[email protected]>
Added support for checkQuery and checkParams + tests

406014e3a83fa0ead0b2bcdb012f91b93eeded94 authored over 11 years ago by Julien Seren-Rosso <[email protected]>
Merge pull request #48 from cjihrig/master

Ensure req.body is defined

4211ae0075cdba7e0251ebc16b8453f6e76cc132 authored over 11 years ago by Adam Bretz <[email protected]>
Ensure req.body is defined

If for whatever reason the user hasn't included `bodyParser()`, trying to access `req.body` will...

7f33f031617554b3f5386c48de68e7de831d4ab0 authored over 11 years ago by Colin Ihrig <[email protected]>
Bump version to 0.8.0

57d62fe815bd8077eac8b7b6d7686c037d9969b5 authored over 11 years ago by Christoph Tavan <[email protected]>
Bump validator dependency to 1.5.0, closes #47.

feec64356e88e4b1cda4e13db503f6389382a469 authored over 11 years ago by Christoph Tavan <[email protected]>
Merge pull request #44 from JedWatson/patch-1

Update README.md

14788a45ed2c2ca25e66a3cf83ba0ab24f492805 authored over 11 years ago by Christoph Tavan <[email protected]>
Update README.md

Fixed documentation for nested fields using dot-notation.

7c181e51cb74bdfef84a4345ddd0c86d80845ebf authored over 11 years ago by Jed Watson <[email protected]>
Bump version to 0.7.0

5f59b15751adf8f2abe615f33afce9f18e83da1a authored over 11 years ago by Christoph Tavan <[email protected]>
Bump validator dependency to 1.2.1

69e92030324b194b372ff6dc106b40c167c2f79e authored over 11 years ago by Christoph Tavan <[email protected]>
Merge pull request #39 from gkorland/patch-1

replace 500 code with 400

20ba392f13f6174488d1cb0374ae8f7a11b20a44 authored over 11 years ago by Christoph Tavan <[email protected]>
Merge pull request #42 from Michael-Stanford/patch-1

Fix two typos

b09f8196515be821b22f7d1127e76f9e38a3b266 authored over 11 years ago by Christoph Tavan <[email protected]>
Fix two typos

f72603764e82e9afb7103c4b1e3090a4e4daadce authored over 11 years ago by Michael-Stanford <[email protected]>
Check parsed attached Files

Express.js supports attached files using rea.files.
http://expressjs.com/api.html#req.files

...

2f52adbe46ca9f09da58fa98c33dd197bf57cfe3 authored over 11 years ago by Guy Korland <[email protected]>
replace 500 code with 400

9dde8870ba97be360e12bfae50a39751443b22a0 authored over 11 years ago by Guy Korland <[email protected]>
Also run tests under node v0.10 in travis.

09f5c435e9918270876b53218e8b6c4ab5b91c1c authored over 11 years ago by Christoph Tavan <[email protected]>
Bump version to 0.6.0.

d493673956ee0a1c89e2729366dc636fc3c2b1fd authored over 11 years ago by Christoph Tavan <[email protected]>
Bump validator dependency to 1.2.0

5aecec55b476c586332fc4336b2f5997ed6d034c authored over 11 years ago by Christoph Tavan <[email protected]>
Merge pull request #33 from zero21xxx/middleware-options

Middleware Options

6816d5b9966338318fc24f19545e9ab8132a67b9 authored over 11 years ago by Adam Bretz <[email protected]>
Bumped version to 5 because this is a breaking change.

8fe086282661c10b1765b557423144adb90d2e17 authored over 11 years ago by Adam Bretz <[email protected]>
Fixed to work with new structure.

066807bd25352e06ab6ad9e58088ebd22ab66d3b authored over 11 years ago by Adam Bretz <[email protected]>
Added method to pass options.

15216ae24ffceff4f04cb28df4ad001d857c2249 authored over 11 years ago by Adam Bretz <[email protected]>
Added options section

3a341f5fc03ab75ba2b653ab208f7801422e1665 authored over 11 years ago by Adam Bretz <[email protected]>
Bump version to 0.4.1

e739e2b6877d58707bdad598f9f634d88f417081 authored over 11 years ago by Christoph Tavan <[email protected]>
Update readme.

3f03a683f7732ac39f53324ed6842120e78b8262 authored over 11 years ago by Christoph Tavan <[email protected]>