Ecosyste.ms: OpenCollective

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

validator.js

validate your data!
Collective - Host: opensource - https://opencollective.com/validatorjs - Code: https://github.com/chriso/validator.js

Merge pull request #84 from MisterJack/master

Fix for #83

github.com/validatorjs/validator.js - 41b9acc334a6b00540cf876ee0c485609512c694 authored over 12 years ago by Chris O'Hara <[email protected]>
Fix for issue #83.

Changed the entity of the € sign from `&curren;` to `&euro;`. The Unicode
character number (0x20...

github.com/validatorjs/validator.js - 7babc82246aabc01dc12a19e820bf65a1da7f52c authored over 12 years ago by Alessandro Vendruscolo <[email protected]>
Fix parseInt() radix issue, closes #80

github.com/validatorjs/validator.js - dcaf8caa6b4a54707bfe133a2668a002ac6621f2 authored over 12 years ago by Chris O'Hara <[email protected]>
Be more specific when describing when to use xss(), closes #78

github.com/validatorjs/validator.js - 962a9b012a91c0bcf9001390560898b6043b46f5 authored over 12 years ago by Chris O'Hara <[email protected]>
Merge pull request #79 from boutell/master

Fixed semicolon in wrong place in entities like &#39; (apostrophe)

github.com/validatorjs/validator.js - e91cb9d66ec979c9029bab2f7335b98f49bf3a2e authored over 12 years ago by Chris O'Hara <[email protected]>
Fixed https://github.com/chriso/node-validator/issues/77 semicolon in wrong place when ensuring semicolon in an entity like &#39;

github.com/validatorjs/validator.js - e81966978072c9e9cdef7b263aa67e023b227ca0 authored over 12 years ago by Tom Boutell <[email protected]>
Use a normal for loop, closes #76

github.com/validatorjs/validator.js - c391e15e00bf5d507bc221064a53d1d1a388951c authored over 12 years ago by Chris O'Hara <[email protected]>
Fix filter_attributes again, re #74

github.com/validatorjs/validator.js - 7d950762b8b38bf0a5259f123f4de00514fa864b authored over 12 years ago by Chris O'Hara <[email protected]>
Fix filter_attributes, closes #74

github.com/validatorjs/validator.js - 68ab9d231cb4a4381577e48d6906b084ca0da5ba authored over 12 years ago by Chris O'Hara <[email protected]>
Get rid of unnecessary back references and octals, re #74

github.com/validatorjs/validator.js - f9b673230dfb1b5f2af23705f31f0dc8e4c607a3 authored over 12 years ago by Chris O'Hara <[email protected]>
Fix obvious bugs in xss, re #74

github.com/validatorjs/validator.js - 7abbaa39a84d65a3e39d99f8942d4eb59ac846a2 authored over 12 years ago by Chris O'Hara <[email protected]>
Merge pull request #71 from romihartantoau/master

Global leaks in xss()

github.com/validatorjs/validator.js - b0a5f6b639248a87eb316682aac518e36fc27752 authored almost 13 years ago by Chris O'Hara <[email protected]>
Fix global leaks in xss()

github.com/validatorjs/validator.js - af0c71361eb9f878ed73e96bd58ee6e81ac280d0 authored almost 13 years ago by romihartantoau <[email protected]>
Whitelist localhost in isUrl for now. Look at removing the TLD restriction later on. #69

github.com/validatorjs/validator.js - 8fccb5c0d8adbe0d11c71af6159382fb09ccc81a authored almost 13 years ago by Chris O'Hara <[email protected]>
Allow special chars in url, closes #70

github.com/validatorjs/validator.js - f9b72c6af601cec8266c8e62a0e8ba13d4b556a2 authored almost 13 years ago by Chris O'Hara <[email protected]>
Merge pull request #70 from RSO/master

Bug in url-validation

github.com/validatorjs/validator.js - 2f0b25baa413c3fbc429fe543ca7bc0fd1bb96f9 authored almost 13 years ago by Chris O'Hara <[email protected]>
Added test to the valid urls which checks for special characters that are allowed unencoded inside a URL

As stated: http://www.ietf.org/rfc/rfc1738.txt:

"Thus, only alphanumerics, the special characte...

github.com/validatorjs/validator.js - 6148148a618d84dab9beb889609b1f85b2c0b351 authored almost 13 years ago by Remon Oldenbeuving <[email protected]>
Expose default errors, closes #67

github.com/validatorjs/validator.js - a62d8a9fb8ca15ca8a5848af5c646e644eebec85 authored almost 13 years ago by Chris O'Hara <[email protected]>
Generate a random hash

github.com/validatorjs/validator.js - 9ede38faa864808ae04931694d4008c1fdb77ff7 authored almost 13 years ago by Chris O'Hara <[email protected]>
Merge pull request #63 from talentedmrjones/master

fixed an issue where passing a real integer would produce "has no method match" error

github.com/validatorjs/validator.js - 40725526d8e48d3984a215a6024c488533df404b authored almost 13 years ago by Chris O'Hara <[email protected]>
fixes an issue where regex errors on non-string values

github.com/validatorjs/validator.js - d0475f5bbab0471c70cd5b2a0065de7601a34dd1 authored almost 13 years ago by Richard Jones <[email protected]>
fixes an issue where certain values were not transformed properly, such as scientific notations

github.com/validatorjs/validator.js - f3c00d77790444a31f10c8d2063356028b69cf7a authored almost 13 years ago by Richard Jones <[email protected]>
modulus was not working. using parseInt and !isNaN instead

github.com/validatorjs/validator.js - 678e41e245261fdd0775f8885d1ac49301007036 authored almost 13 years ago by Richard Jones <[email protected]>
fixed issue where passing a real integer would generate "has not method match" error

github.com/validatorjs/validator.js - 54170a33e5f2f75903fcd4ea19f0495faec45ab4 authored almost 13 years ago by Richard Jones <[email protected]>
Remove the appending of semicolon for assumed entities, closes #59

github.com/validatorjs/validator.js - 9bae6580735e49ccf5a4abc927fb0e482b9a092d authored almost 13 years ago by Chris O'Hara <[email protected]>
Fix global leak, closes #60

github.com/validatorjs/validator.js - 7024f2db771b79cb4c0c5ee38883c2ee5a8dde65 authored almost 13 years ago by Chris O'Hara <[email protected]>
Fixed custom error handler

github.com/validatorjs/validator.js - 3bca87306e43572ba3643e566c662f474747466c authored almost 13 years ago by Chris O'Hara <[email protected]>
Merge pull request #58 from taijinlee/master

Fixing global variable leak

github.com/validatorjs/validator.js - 82283389fc159de6424d592ec19fb0e022da9b56 authored almost 13 years ago by Chris O'Hara <[email protected]>
making args non-global

github.com/validatorjs/validator.js - 175ac1389b73322b6c4395a8c3839317da38707d authored almost 13 years ago by Tai-Jin Lee <[email protected]>
Cross-browser compatibility, re #57

github.com/validatorjs/validator.js - b726e9f34049160ff35e4e2e0f85808de222b6a8 authored almost 13 years ago by Chris O'Hara <[email protected]>
Merge pull request #57 from mren/master

decoupled rules

github.com/validatorjs/validator.js - a042cdfc3f34075dc62c2bde189bc7df0a9a549d authored almost 13 years ago by Chris O'Hara <[email protected]>
correctly indented

github.com/validatorjs/validator.js - 53a1f5497794d25f3fb2e97dfb73622bd80343db authored almost 13 years ago by Mark Engel <[email protected]>
correctly indented

github.com/validatorjs/validator.js - 4cf1331cd34770f4b347d038940f97474007a6a1 authored almost 13 years ago by Mark Engel <[email protected]>
added function validators to index

github.com/validatorjs/validator.js - 260e5be69d8f663cc40801d9565c788db29fa970 authored almost 13 years ago by Mark Engel <[email protected]>
removed unused error method

github.com/validatorjs/validator.js - 47b25cae52a0d096c7bb7578db1361c8664eb6bf authored almost 13 years ago by Mark Engel <[email protected]>
moved default errors to own file

github.com/validatorjs/validator.js - 729643dda95d50c239b762d5e7c210fc1fd851ed authored almost 13 years ago by Mark Engel <[email protected]>
moved validations to own module

github.com/validatorjs/validator.js - b31f6aae7698db61d9f48abccf3d9d5e6f450af6 authored almost 13 years ago by Mark Engel <[email protected]>
removed this

github.com/validatorjs/validator.js - 5fec3193e42840d4da1711414cdf9c969ea2d64d authored almost 13 years ago by Mark Engel <[email protected]>
abstracted the prototyping

github.com/validatorjs/validator.js - a2d24551358f0e79004ee30932d6f4de24641604 authored almost 13 years ago by Mark Engel <[email protected]>
extracted all default error messages

github.com/validatorjs/validator.js - 026e6bdc858bc5ebbd600f497a828d04f4d7b76a authored almost 13 years ago by Mark Engel <[email protected]>
extracted some more

github.com/validatorjs/validator.js - b8275e70bf0550fc545d360b8b9e9f2e3ac155fb authored almost 13 years ago by Mark Engel <[email protected]>
started to extract default error messages

github.com/validatorjs/validator.js - bbe4b4b277e4837aec68d45cfcd6c7b5b2c62fc6 authored almost 13 years ago by Mark Engel <[email protected]>
refactored notIn

github.com/validatorjs/validator.js - eac65384bc3a8cf4d411080b219acc2a775d9850 authored almost 13 years ago by Mark Engel <[email protected]>
refactored isIn

github.com/validatorjs/validator.js - 70b1638a9022097218d7ff44abff4b944c64b461 authored almost 13 years ago by Mark Engel <[email protected]>
refactored len

github.com/validatorjs/validator.js - 3700f582f61fd08dc66c286d5b4ace5a83c00a9f authored almost 13 years ago by Mark Engel <[email protected]>
empty line

github.com/validatorjs/validator.js - f6102c39632c548c8ff69b678d3b94bb2700d3e0 authored almost 13 years ago by Mark Engel <[email protected]>
removed duplicate comment

github.com/validatorjs/validator.js - 9cbc9294840f6a951fe54a5f139bf99da827e14f authored almost 13 years ago by Mark Engel <[email protected]>
refactored isCrededCard

github.com/validatorjs/validator.js - de8747b1bb93235ac010c8f3d3900af13b6fdbfb authored almost 13 years ago by Mark Engel <[email protected]>
refactored isArray

github.com/validatorjs/validator.js - 4ce63deb0ffd59e38492f17239f756e58cca3f02 authored almost 13 years ago by Mark Engel <[email protected]>
refactored max

github.com/validatorjs/validator.js - 6dd7da125166666beb5c5b0e6b6c88ee3e5e7d4a authored almost 13 years ago by Mark Engel <[email protected]>
refactored min

github.com/validatorjs/validator.js - 81dfa4de5c42fc21fbfd3167a010edad2d40405d authored almost 13 years ago by Mark Engel <[email protected]>
refactored isAfter

github.com/validatorjs/validator.js - 97a101f65fcaf6c4d371e1fdf016b48f0bbbbe0a authored almost 13 years ago by Mark Engel <[email protected]>
refactored isDate

github.com/validatorjs/validator.js - 88f784767c401c34ba343ba479eda9446a03ac97 authored almost 13 years ago by Mark Engel <[email protected]>
refactored isUUID

github.com/validatorjs/validator.js - 6b6d63efa7dd1b7d0c6d0d670005e963ae24bc7e authored almost 13 years ago by Mark Engel <[email protected]>
refactored not regex

github.com/validatorjs/validator.js - 38f695912a34c1da0019940c240ef97fc35ace16 authored almost 13 years ago by Mark Engel <[email protected]>
refactored regex

github.com/validatorjs/validator.js - c4b78355044690b85d36c35e45923a6542c88a4a authored almost 13 years ago by Mark Engel <[email protected]>
refactored contains

github.com/validatorjs/validator.js - 16af697086b1bc238fac8852cea0a63375c4f5a4 authored almost 13 years ago by Mark Engel <[email protected]>
refactored equals

github.com/validatorjs/validator.js - 9285b3304111c86166a858fb9db11f28b543523f authored almost 13 years ago by Mark Engel <[email protected]>
refactored not empty

github.com/validatorjs/validator.js - 3b40b7e33a1ee2370d0c606e24885ce4d19445ce authored almost 13 years ago by Mark Engel <[email protected]>
refactored isNull

github.com/validatorjs/validator.js - b9ef691437d64cb40606bb5c3d4010ffaa766f9b authored almost 13 years ago by Mark Engel <[email protected]>
redfactored notNull

github.com/validatorjs/validator.js - 71658d2662372295a3f58633dc566d941ce971ef authored almost 13 years ago by Mark Engel <[email protected]>
decimal and divisibleby refactored

github.com/validatorjs/validator.js - 17be7e838d702f6cf67097e6279d3541e58a6de8 authored almost 13 years ago by Mark Engel <[email protected]>
refactored isInt

github.com/validatorjs/validator.js - 95441f8610e2c29479fe9fc9972a13a7ed78d0dc authored almost 13 years ago by Mark Engel <[email protected]>
refactored isUppercase

github.com/validatorjs/validator.js - 4a1b2d62b7f32e706e211f09cf47a082d5f91b53 authored almost 13 years ago by Mark Engel <[email protected]>
refactored isLowercase

github.com/validatorjs/validator.js - 8479098d08a10dfff4c7f7b967e4cf02eef2066a authored almost 13 years ago by Mark Engel <[email protected]>
used new isNumeric

github.com/validatorjs/validator.js - 99dcb9360e39351c44ff1cd8e91a796fa939abdd authored almost 13 years ago by Mark Engel <[email protected]>
refactored isNumeric

github.com/validatorjs/validator.js - af86b0fe37ed3a5554dc3fb0607fab308d905aaa authored almost 13 years ago by Mark Engel <[email protected]>
refactored isAlphanumeric

github.com/validatorjs/validator.js - 4689dbd99b40176ffca2b6308d687204f1a3b556 authored almost 13 years ago by Mark Engel <[email protected]>
refactored isAlpha

github.com/validatorjs/validator.js - 61cb5d715455ee3d4d0a3e64729239631e56baa2 authored almost 13 years ago by Mark Engel <[email protected]>
refactored isIp

github.com/validatorjs/validator.js - 2ccef57a3ea6b8c9b13a59334a708a8b164804ef authored almost 13 years ago by Mark Engel <[email protected]>
refactored isEmail and isUrl

github.com/validatorjs/validator.js - 5bb3eaae14ba58ab63b3e2380acd0afa9de19316 authored almost 13 years ago by Mark Engel <[email protected]>
fixed whitespace

github.com/validatorjs/validator.js - 913b8865b6ae362a31278ed5d9f994b387642b8c authored almost 13 years ago by Mark Engel <[email protected]>
Added missing commits from client-side version, closes #55

github.com/validatorjs/validator.js - b014e3d080a2af6f449296f704f28361cdc8b2ed authored almost 13 years ago by Chris O'Hara <[email protected]>
Missing a slash, fixes #51

github.com/validatorjs/validator.js - c427f64af21e6007e264cf92de08a279df34235f authored about 13 years ago by Chris O'Hara <[email protected]>
Merge pull request #53 from jlank/master

isURL() length check for IE compatibility

github.com/validatorjs/validator.js - a6aa5e23680103d39c71b33fa52ef8d28d454591 authored about 13 years ago by Chris O'Hara <[email protected]>
updated isURL to check length for IE compatibility: http://support.microsoft.com/kb/q208427/

github.com/validatorjs/validator.js - 3ca0bc2d35e82b9622a8580f9060b801169e1fea authored about 13 years ago by John Lancaster <[email protected]>
Ignore credit card spaces

github.com/validatorjs/validator.js - 6361656132252da9504e2120faa38a0c73f5d649 authored about 13 years ago by Chris O'Hara <[email protected]>
Merge pull request #47 from foxbunny/master

#isDivisibleBy()

github.com/validatorjs/validator.js - ce636da7c11a41cee906de135d058ba4a4ecc86b authored about 13 years ago by Chris O'Hara <[email protected]>
Merge branch 'master' of https://github.com/chriso/node-validator

github.com/validatorjs/validator.js - 40b7c204c45c36ea2ae04365e0426e19166a905e authored about 13 years ago by Branko Vukelic <[email protected]>
Implemented divisiblity check

github.com/validatorjs/validator.js - 2b4ada4cf7d2c0086a25a4a23a4928b6a1ec7dea authored about 13 years ago by Branko Vukelic <[email protected]>
Merge pull request #45 from garrensmith/master

_errors array getting reassigned on each check

github.com/validatorjs/validator.js - 4ee93793520fae9ca7e1cafeb8d7cb9b9eb23cc3 authored about 13 years ago by Chris O'Hara <[email protected]>
fix bug with errors array getting reassigned on each check

github.com/validatorjs/validator.js - b5f29d35bd36bf40785d4bfa200ea6b515b9877b authored about 13 years ago by Garren Smith <[email protected]>
Fix escaping

github.com/validatorjs/validator.js - a0c3321ede5ff75f8cbe0900f6be8e83afa2f5b7 authored about 13 years ago by Chris O'Hara <[email protected]>
Merge pull request #43 from anupam11/master

Fix for non string escapes of regex

github.com/validatorjs/validator.js - 635bbc6f37ea912e81a6364cc418f886a5b13b62 authored about 13 years ago by Chris O'Hara <[email protected]>
don't escape the regex if its not a string.

github.com/validatorjs/validator.js - 2b3b3f022261517364da7504a3d9e7507e82e493 authored about 13 years ago by Anupam Shah <[email protected]>
Fix failing filter tests

github.com/validatorjs/validator.js - 5f8a8429fb358be0631a9a5ec1d4f9e4606239b9 authored about 13 years ago by Chris O'Hara <[email protected]>
Make url validation case insensitive

github.com/validatorjs/validator.js - 966c6a3f9257a72068950e5ec2b30d5787d3f65a authored about 13 years ago by Chris O'Hara <[email protected]>
Merge pull request #41 from markijbema/master

Bug in url-validation

github.com/validatorjs/validator.js - fb7217598032b9571628f316b4f02516867fe7dc authored about 13 years ago by Chris O'Hara <[email protected]>