Ecosyste.ms: OpenCollective

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

express-validator

An express.js middleware for validator.js.
Collective - Host: opensource - https://opencollective.com/express-validator - Website: https://express-validator.github.io/ - Code: https://github.com/express-validator

Merge pull request #131 from ctavan/expand_changelog

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

github.com/express-validator/express-validator - 1a3c80deb2ba99d820c5e70952a4dc76725a815e authored over 9 years ago
Fix checkHeader so that it works with optional().

github.com/express-validator/express-validator - 37ede786203d5b9aa87acf96bd568c26fcc6de3a authored over 9 years ago
Move change log into its own file and expand it using github-changes. Fixes #130

github.com/express-validator/express-validator - 136307f94aebaf4dcc7e83dee62bfd5cae9a1333 authored over 9 years ago
Update node validator dependency.

github.com/express-validator/express-validator - 9624cca38836a7299bba570e3addd07913ded174 authored almost 10 years ago
Fix deprecated use of req.param(), closes #117.

github.com/express-validator/express-validator - 9247648f7d8fc1c8aa017ad19e1f24e90aff311a authored almost 10 years ago
Merge pull request #118 from janza/rm-deprecated-param

Replace req.param call to remove deprecation msg

github.com/express-validator/express-validator - 5cb22922201621751eb819cffaa88b46baefbe8a authored almost 10 years ago
replaced req.param call to remove deprecation msg

github.com/express-validator/express-validator - d8ba0470d85e283e38870db5f9a0cde964561171 authored almost 10 years ago
Merge pull request #116 from becausehama/master

Add LICENSE

github.com/express-validator/express-validator - 1ca33d989b36f5c6a04bab8692224e81a463e243 authored almost 10 years ago
Updating to validator 3.26.0

github.com/express-validator/express-validator - d48d2480f992ffbe7cac5fe00e3d75f146e5290a authored about 10 years ago
Merge pull request #105 from nfrasser/master

Updating validator to 3.22.1

github.com/express-validator/express-validator - c77362cbfcbd0c827a485c7d2666fee84bbd7a99 authored about 10 years ago
Updating to validator 3.22.1

Up from 3.19.0, which includes isMongoId validation method

github.com/express-validator/express-validator - 51e39b3526a0386ab1003b6485a8351567959388 authored about 10 years ago
Merge pull request #99 from fiznool/master

Upgraded to validator 3.19.0

github.com/express-validator/express-validator - 1fa03dadc39071317e1fa7cb51ff1cacb7c3c815 authored over 10 years ago
Upgraded to validator 3.19.0

github.com/express-validator/express-validator - 8b67263c1fcf31b920e369fcb1e7a47a0eef07c6 authored over 10 years ago
Merge pull request #95 from BAKFR/optional_arg

Check optional inputs only when they are defined

github.com/express-validator/express-validator - 089c91ea1ab4dd1fe26ba1367d44cca62a873773 authored over 10 years ago
adds tests for optional() method

github.com/express-validator/express-validator - 220532338d20abc57ba2510b1f51c86c31705757 authored over 10 years ago
add curly braces to respect the coding style

github.com/express-validator/express-validator - 7402642a9a7917f16bba42c1d06503047821052b authored over 10 years ago
Merge pull request #97 from qualtrics/master

add documentation for customValidators option

github.com/express-validator/express-validator - 9bd686e2229e37baeeb0566d14112f304b53b79d authored over 10 years ago
Merge remote-tracking branch 'upstream/master'

github.com/express-validator/express-validator - 8813e2d991001f1d185264040132fc2d94f35eb0 authored over 10 years ago
add documentation for customValidators option

github.com/express-validator/express-validator - b90f482d13d446f4e5d22b9ba038be0740e9d20d authored over 10 years ago
Merge pull request #96 from qualtrics/master

Add support for custom validators

github.com/express-validator/express-validator - 83da1665ee554a1355a18d50f53e4ec661d33bb4 authored over 10 years ago
Add support for custom validators

github.com/express-validator/express-validator - 668e5c547c22c78e9b10b525d6357cf9b2e8a969 authored over 10 years ago
add documentation on README

github.com/express-validator/express-validator - 58d2142798898cc6b6bec71a1c333324ec6d6a5a authored over 10 years ago
add the method optional() who disables the checks if value is undefined

github.com/express-validator/express-validator - e42f650bb165bcaa18d36a2168a6c43968cf9c90 authored over 10 years ago
Merge pull request #84 from dpolivy/returnfromsanitize

Return sanitized value from req.sanitize()

github.com/express-validator/express-validator - bad23864c1e63008632e53e6f01ea49321360857 authored over 10 years ago
Merge pull request #91 from antoineverger/master

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

github.com/express-validator/express-validator - 33009ff69770970ff3d1f19af223702813ea1db3 authored over 10 years ago
Add a check if req.files array is not undefined before accessing it

github.com/express-validator/express-validator - 85348f59ed65fc657bccb9f63a91954b602855b2 authored over 10 years ago
Merge pull request #86 from r3mus/master

Fix for checkHeader crash

github.com/express-validator/express-validator - ee31dd0165d50d144d64397755c946f599482e12 authored over 10 years ago
Merge pull request #40 from gkorland/patch-2

Check attached Files

github.com/express-validator/express-validator - 6c5797d5733ddc1c186dc296c53c0a287c064138 authored over 10 years ago
Merge pull request #89 from killroy42/master

Fixed arguments usage for strict compliance

github.com/express-validator/express-validator - 3438acc9e012094727dbb6176481a3864241ff04 authored over 10 years ago
Fixed function call order

github.com/express-validator/express-validator - bffe0d9a2ea9a29505eb2264e04badc4d68e221b authored over 10 years ago
Fixed arguments usage for strict compliance

github.com/express-validator/express-validator - 129be780252c9bb88bd281861561077d4bf96241 authored almost 11 years ago
Update express_validator.js

github.com/express-validator/express-validator - defffe1b4493b7e21122fbe4f5ac877543f8a702 authored almost 11 years ago
Return sanitized value from req.sanitize()

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

github.com/express-validator/express-validator - 01bdbf47486136364635edc73725c92f8690a90c authored almost 11 years ago
Merge pull request #79 from bars3s/master

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

github.com/express-validator/express-validator - 20532f1e297eb83beff1d23a1372f299556b5fd1 authored almost 11 years ago
fix: use strict equality/inequality

github.com/express-validator/express-validator - 75a8359e5703c1e9476c6244bd9a2dcf98b96add authored almost 11 years ago
fix sanitaze trim,ltrim... methods

github.com/express-validator/express-validator - 7388983641ac6243ba5cd24d832fad77e884b455 authored almost 11 years ago
add .idea to .gitignore

github.com/express-validator/express-validator - 02930ff915e319b57a5a258893aaaa0d38589c7f authored almost 11 years ago
Update validator to 3.5.0 and bump version to 2.1.0

github.com/express-validator/express-validator - aaff5d92e006ef6ee55ee3758ccfd17fe92c22ac authored almost 11 years ago
Merge pull request #68 from smitp/master

documentation for checkParams and checkQuery

github.com/express-validator/express-validator - 1f3ade4ee0a307cffc6d4fc914820f05e1d3d299 authored almost 11 years ago
Merge pull request #78 from gkorland/patch-3

Update package.json

github.com/express-validator/express-validator - 90e98389c4ce382afe57d0137df55cf1fda7ed39 authored almost 11 years ago
Merge pull request #74 from marcbachmann/patch-1

Update node-validator repository url in README

github.com/express-validator/express-validator - 79536e011b74d30ebe265c44e9bcb502cb4b1146 authored almost 11 years ago
Update node-validator repository url

github.com/express-validator/express-validator - a91664be05bd3ce37811b0c1e24a75aa8d6e5bff authored almost 11 years ago
Merge pull request #70 from theorm/master

Support for validator 3.1.0

github.com/express-validator/express-validator - 82e42756328470b9c4a2a5ef50c02766748cbeb3 authored almost 11 years ago
- and quoting node versions to make travis linter happy

github.com/express-validator/express-validator - 816437a7df0299172d9e78ad6c3d0f29e07ebff9 authored about 11 years ago
- removed node 0.6 from .travis.yml. 0.8+ is required now as it is the minimum version for validator.js

github.com/express-validator/express-validator - aa7d7496b307394a0c55a7dcfbe55c45d2332d62 authored about 11 years ago
- setting node version to >= 0.8

github.com/express-validator/express-validator - 36e90250ed322b3aefe220dc2afb5bca40de0a5e authored about 11 years ago
- major version bump & fixing local vars.

github.com/express-validator/express-validator - 22fce515cf2fdf9e1064150773be96bcbae37fad authored about 11 years ago
- version bump and new contributor

github.com/express-validator/express-validator - 94a3c1360a460d6e32d1142ad412a50e4e74eb0c authored about 11 years ago
- modified to work with validator 3.1.0

github.com/express-validator/express-validator - a219e29db6d01b9c4c5f86ab91b4e23083e958ca authored about 11 years ago
added documentation for checkParams and checkQuery

github.com/express-validator/express-validator - dc0ee7783a98c4922121bffe09fc6e40715cc1a0 authored about 11 years ago
Merge pull request #65 from mananvaghasiya/master

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

github.com/express-validator/express-validator - f2882b01cf2dcd34eb7e83f19e10bf9f842b355f authored about 11 years ago
As .xss() is removed from node-validator 2.0.0, changed example in comments

github.com/express-validator/express-validator - a8604f84e09cadceb7ce14d1118b36e11a31235c authored about 11 years ago
Merge pull request #63 from kamilbiela/master

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

github.com/express-validator/express-validator - b740f13aa6df5ce9e7368f0b3db9ba26f711746c authored about 11 years ago
add information from #21 as I'm not only one who was stuck at this

github.com/express-validator/express-validator - 63f124886cd693c70d962cdba99e92c38c4dfa18 authored about 11 years ago
Merge pull request #54 from Yosee/master

Added support for checkQuery and checkParams + tests

github.com/express-validator/express-validator - 4849927567113dca7959408f5baad59fbdc1c9ef authored about 11 years ago
Merge pull request #60 from petecoop/v2

updated validator to latest version

github.com/express-validator/express-validator - c489e0977f3b2a04269bbcf44546d137e9786621 authored about 11 years ago
Added support for checkQuery and checkParams + tests

github.com/express-validator/express-validator - 406014e3a83fa0ead0b2bcdb012f91b93eeded94 authored over 11 years ago
Merge pull request #48 from cjihrig/master

Ensure req.body is defined

github.com/express-validator/express-validator - 4211ae0075cdba7e0251ebc16b8453f6e76cc132 authored over 11 years ago
Ensure req.body is defined

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

github.com/express-validator/express-validator - 7f33f031617554b3f5386c48de68e7de831d4ab0 authored over 11 years ago
Bump validator dependency to 1.5.0, closes #47.

github.com/express-validator/express-validator - feec64356e88e4b1cda4e13db503f6389382a469 authored over 11 years ago
Merge pull request #44 from JedWatson/patch-1

Update README.md

github.com/express-validator/express-validator - 14788a45ed2c2ca25e66a3cf83ba0ab24f492805 authored over 11 years ago
Update README.md

Fixed documentation for nested fields using dot-notation.

github.com/express-validator/express-validator - 7c181e51cb74bdfef84a4345ddd0c86d80845ebf authored over 11 years ago
Bump validator dependency to 1.2.1

github.com/express-validator/express-validator - 69e92030324b194b372ff6dc106b40c167c2f79e authored over 11 years ago
Merge pull request #39 from gkorland/patch-1

replace 500 code with 400

github.com/express-validator/express-validator - 20ba392f13f6174488d1cb0374ae8f7a11b20a44 authored over 11 years ago
Merge pull request #42 from Michael-Stanford/patch-1

Fix two typos

github.com/express-validator/express-validator - b09f8196515be821b22f7d1127e76f9e38a3b266 authored over 11 years ago
Check parsed attached Files

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

...

github.com/express-validator/express-validator - 2f52adbe46ca9f09da58fa98c33dd197bf57cfe3 authored over 11 years ago
replace 500 code with 400

github.com/express-validator/express-validator - 9dde8870ba97be360e12bfae50a39751443b22a0 authored over 11 years ago
Also run tests under node v0.10 in travis.

github.com/express-validator/express-validator - 09f5c435e9918270876b53218e8b6c4ab5b91c1c authored over 11 years ago
Bump validator dependency to 1.2.0

github.com/express-validator/express-validator - 5aecec55b476c586332fc4336b2f5997ed6d034c authored over 11 years ago
Merge pull request #33 from zero21xxx/middleware-options

Middleware Options

github.com/express-validator/express-validator - 6816d5b9966338318fc24f19545e9ab8132a67b9 authored over 11 years ago
Bumped version to 5 because this is a breaking change.

github.com/express-validator/express-validator - 8fe086282661c10b1765b557423144adb90d2e17 authored over 11 years ago
Fixed to work with new structure.

github.com/express-validator/express-validator - 066807bd25352e06ab6ad9e58088ebd22ab66d3b authored over 11 years ago
Added method to pass options.

github.com/express-validator/express-validator - 15216ae24ffceff4f04cb28df4ad001d857c2249 authored over 11 years ago