Ecosyste.ms: OpenCollective

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

github.com/ohmyform/node-email-verification

✔️ Send user verification emails with NodeJS and MongoDB ⛺
https://github.com/ohmyform/node-email-verification

Merge pull request #1 from joshbenz/rand-token-update

Rand token update

ddd842f817d9d62e7c78950fdf528b8f8733ed1d authored over 5 years ago
Update README.md

b81ad6e521f09bc348c1f24d8b338fb5eab7c562 authored over 5 years ago
update rand-token to close #78

f67780a4ac1e4c5b93827ff23decc12440b13e8b authored over 6 years ago
Merge pull request #80 from dopevectorx/0.4.7

Revert back to `._doc` after latest fix

996777aa7d76fdda8cb3a1b18c966d629f9208b2 authored almost 7 years ago
Revert back to `._doc` after latest fix

3df52005955fa8a7c07b2b758251584706e548be authored almost 7 years ago
Merge pull request #79 from dopevectorx/0.4.7

Fix TypeError:Cannot convert undefined or null to object

52e07566501b32a913a38eabe09ad052b756045c authored almost 7 years ago
Fix TypeError:Cannot convert undefined or null to object

events.js:163
throw er; // Unhandled 'error' event
^
TypeError: Cannot convert ...

a02f6cfeb689c5233f49d0551861e216cffedbf7 authored almost 7 years ago
Update index.js

8b179f34e0943c389b2058c9ec1e6d2135a72857 authored about 7 years ago
Update index.js

d7cec33e8ea1c6f944a0b64d4f002dc8c860f6f6 authored about 7 years ago
Update index.js

4bb54b0ecc60b022e4e0e2d89259059b60261259 authored about 7 years ago
Added support for custom emails for verification and confirmation

c757aeb70ec7bd25ea023a34ac332234b13063a4 authored about 7 years ago
Update index.js

ce5f56ce3f0de7669b0d00e8be2acedc0e78cdd7 authored over 7 years ago
Update index.js

92633b6a76fd180192e3a3d04a2a5c3d72b2403c authored over 7 years ago
Update index.js

ac84e5250ef726860c686d9df875ef501dc4b86a authored over 7 years ago
Update index.js

e4f6eb715609672ce3f224fb610a215f1c53c989 authored over 7 years ago
Update index.js

21e9e661587669e586ecdea0a19e42b22d1bf7a7 authored over 7 years ago
Update index.js

b2f95f45308af9ad664b614fb9deab580f5c06e2 authored over 7 years ago
Update index.js

b660bd04a3287e1d5664491d269a3671d58becfa authored over 7 years ago
Update index.js

7b3d37bfa7be7a3a1be3d1cbf54bba838eef3aea authored over 7 years ago
Fixed verification bug

a75b1c662f116aa49c43af1a58bc10eca5564a2b authored over 7 years ago
Merge pull request #71 from charisTheo/confirmTempUser

Fixed confirmTempUser function to copy all properties

9beb6d508a5021b14e38c47818f55da522d9f7c0 authored over 7 years ago
Fixed confirmTempUser function to copy all properties

1746911c8ec22274bfb9a20a1ec052d5294faba8 authored over 7 years ago
Semicolon caught when linting

6b3990aa9a81997279bd803b2ad76abfd4d49fda authored almost 8 years ago
Updates node version in testing

db415b2194bf733f9be622ecef89233a207613d7 authored almost 8 years ago
Adds .github dir with templates

4c2a56f55277b3cffc6b0e1355aaf2d40dbf50d1 authored almost 8 years ago
Update README.md

720daa8c6b23c7f166e091292f346fbbde122415 authored almost 8 years ago
Merge branch 'master' of github.com:whitef0x0/node-email-verification

21a88b054185e5857db130cbfd7554ffddafb9fc authored almost 8 years ago
0.4.6

1aca4291544928607ec9ff32b1072b32f37a53cb authored almost 8 years ago
Merge pull request #56 from Webgardener/patch-1

replace saveUser.email by savedUser[options.emailFieldName]

e451d75b8a7328020de8a4487099ec9adfef9c6f authored about 8 years ago
replace saveUser.email by savedUser[options.emailFieldName]

56f20c4fdf8bd9e3d61addd82acc1e9aca20a9ed authored about 8 years ago
Merge pull request #53 from maryum375/master

Fixed sendConfirmationEmail function bug

a34c27ed5b33c102d78bab31241b8c27dc5d25b9 authored over 8 years ago
Fixed sendConfirmationEmail function bug

The function shouldn't check for shouldSendConfirmation because when
calling it manually it shou...

005672fa7593cb55361e1498d2f0441cda37e3be authored over 8 years ago
bumped npm package version

487d5ef0f06089f3d77296e99acc818f21c9cac9 authored over 8 years ago
Merge pull request #49 from KyoZeus/master

Details to confirmTempUser behavior. Fixed bug #50.

885f90acec69a87e7f02cb03e6ef67dc1d0b8bcf authored over 8 years ago
Fixed bug defined on issue #50.

60f2a6a6bacbe4ea67d4ecf09003407045157f47 authored over 8 years ago
Added details to confirmTempUser behavior.

a09b8490ff9d600958696468260b1f8e2c250f3d authored over 8 years ago
fixed confirmation callback error

bb2177933bdb609db7fdff4b0c1d3f2b4729572c authored over 8 years ago
Updated homepage

9dc149380b9fb2115ee9206b9391d800681c7872 authored over 8 years ago
Update README.md

11aef3c5c07ee2aa049b43c97dad738deed75aa5 authored over 8 years ago
Merge pull request #45 from melkir/patch-1

Update index.js

1610782f09f2c9a1a9d6ea65df6aa4754833e556 authored over 8 years ago
Update index.js

Remove non-used method

aead955b5de9343c9466634d1841e0255f61550b authored over 8 years ago
Adds let to for loops, updates jshint for es6

fe78efc8d7ee8b034d4ceec3c467f2770d762708 authored over 8 years ago
Update README.md

f18ad5fec05a52aedbc5f3a15710b7d75351790a authored over 8 years ago
Merge pull request #39 from whitef0x0/update-package.json

Updates package.json (#38)

746c3e9f39b76b5bb0974c59fa5a2fdefae79a65 authored over 8 years ago
Updates package.json (#40)(#38)

Sets jshint options to be newest available.
Not a big change, but using a specific version is no...

d9cae61ca9bb9f5d05546e4f66826d28bb58b745 authored over 8 years ago
Updates package.json (#38)

0f720046197e61695da4eca4927bdc8b9b3485c8 authored over 8 years ago
Update README.md

dd4f578a2157bca77b6016b4c27b560f7965d693 authored over 8 years ago
Update README.md

ba0f392af5ea5a84b07edb020186046ab96faf86 authored over 8 years ago
Update README.md

0f2c0f614f5ec3a0dbf308c30fc55f6812d9dcd1 authored over 8 years ago
Update README.md

36446aae329f4469cb5e6540ff6ddc066247d1e8 authored over 8 years ago
Update README.md

3116ca948de1c5cf4206d8ca3042853ddb495d9b authored over 8 years ago
Update README.md

f63457def413b375947a441aad572b7e574a816d authored over 8 years ago
Update README.md

0f622b125328edb7c734d3ca0b516a0cc5e8315d authored over 8 years ago
made logo even smaller

24a495bf658c517449ae1d61329de48e6df17bba authored over 8 years ago
Update README.md

29cee28337b92952f00443b52ad3ff6a71d3fe27 authored over 8 years ago
made logo smaller

07932cfefc0ca0c4a2270fb0cf3652225d3b8731 authored over 8 years ago
updated logo

e4153c125781a1d51201acad4cce3da1201e0c85 authored over 8 years ago
Merge branch 'master' of github.com:whitef0x0/node-email-verification

e0d3fbd8a4b0417e7c6ef2bc73a1c9b49c11dc32 authored over 8 years ago
added support for nested temp user

97f97b5005bda89f5bc9d339aed4f864bebe620f authored over 8 years ago
Update README.md

2e008d34811b16dff3b84a9266d3beedaed8cdca authored over 8 years ago
Update README.md

c8b932b77a965f2c9063203933cecb91dd88d8d1 authored over 8 years ago
Added more nodejs versions

4fd45968f16f44fff90b929bc4555c940a2a7f20 authored over 8 years ago
Update .travis.yml

aa273cf2ff12c61644dd914f6253c1a3ab648a12 authored over 8 years ago
Added github badges

7905c0df283213ad9052e1b0a6bbe9c3b2e1e91a authored over 8 years ago
Update .travis.yml

8121f951565f5cd4eb2a09f9e84778a31f2a0c31 authored over 8 years ago
added support for nested temp user

fdbd32c64e5af7908a663b8549a081ce959b9483 authored over 8 years ago
Merge pull request #26 from whitef0x0/0.4.2

0.4.2

82c96c2921c0b3e57bd257f88c797664db9d06b1 authored over 8 years ago
Update README.md

f967ec064acebf0316799584ed914559cad772b8 authored over 8 years ago
Update README, remove lint from tests

44bad8136d001887527b464bf6f58c8e72541be6 authored over 8 years ago
Merge pull request #36 from whitef0x0/master

Fixed a few issues including unnecessary dependencies and shouldSendConfirmation bug

f9ab178f7bc83825acb90c9cf1cbda9827fdddeb authored over 8 years ago
Update index.js

baa58a3c17c27009cc4cf8c055e7760ca370d1b6 authored over 8 years ago
fixed error and if statement styling

4a45c8f49b06397ebd8ef3ab27efe49517f20f33 authored over 8 years ago
Updated README.md to reflect shouldSendConfirmation change

9755fdc6ca42e5f13fc097e7a435c9edf2844c4b authored over 8 years ago
Update package.json

3461dac2df486ea630baf226d17bfc29c04bdd0c authored over 8 years ago
revomed nodemailer-mandrill-transport

57b4a5e1df87c18aea618e31edeb74353d3d1bd8 authored over 8 years ago
fixed shouldSendConfirmation bug

dafd2080fc10ae70c474639a98e643394a889c59 authored over 8 years ago
merged to SaintDako

a6c4fb4a7a8d323dba01417e2c25c98feef75f31 authored over 8 years ago
0.4.2 - updated readme and examples

811cf604a60d25bc8ec0252d993700c40371528f authored about 9 years ago
0.4.2 - added existingPersistentUser to createTempUser callback

b998912bc9460b95343c93b84551a90c525ca6cc authored about 9 years ago
Merge pull request #24 from SaintDako/0.4.1

0.4.1

54af55df309a7c70e4a949bbbb1dd3781e15c9ab authored about 9 years ago
Adds bluebird to dev-deps for example

97ca3afff7b5556cc2e6f7bc52b2cc37a13f3269 authored about 9 years ago
whoops

d9082e2073a60f4255d08d95847661fcb4e38609 authored about 9 years ago
fixed linting errors and updated readme for required fields

c7b2c9188e46a9460f9c6b91909658127904c3ee authored about 9 years ago
nev.configure now throws errors for invalid values; added associated tests

a8cf1052f08442433a605e0148769724a93586cc authored about 9 years ago
updated readme, tests, example and added promisifiable example

e89b887d0cbdb6db645e0a29dfdf9a643bb01497 authored about 9 years ago
all functions return callbacks, closes #23

6b349034dd80f945f9d48f7b057e04de8e4d9287 authored about 9 years ago
Merge pull request #20 from SaintDako/0.4.0

0.4.0

fc214ed9b30fdb827f062226c5e7b03117eff6ef authored about 9 years ago
Fixes README styling

372cdc8bdb2b50d2bbd7e66a33353fd2b021288a authored about 9 years ago
adds posttest runner of jshint

952306e3c3d922188e3e084d492fd99967ee249e authored about 9 years ago
Fixes JSHint errors

10d6b05311ad96686f7f57c13d535166d9181d9a authored about 9 years ago
updated readme and example for 0.4.0

65dc4be9bc00e179bf4b346d0979e5767c2f1ce8 authored about 9 years ago
code cleanup - closes #6, #18, #19

83019d62fcf3e76ac0509a9e39cf3c66ca88a2fb authored about 9 years ago
Merge pull request #17 from whitef0x0/patch-1

Added token generation everytime verification email is resent

5c1e18d0728255e3875280b26e94b49adb991ffb authored about 9 years ago
Fixed confirmTempUser

bb77ca44fe9edf648449844de556503c0f80b1ff authored about 9 years ago
Added token generation everytime verification email is resent

327b6971b95a22d3ee32253b76dc264c7a6b8059 authored about 9 years ago
Update index.js

abf30f139b2c69b4326b52a0ba39d4e977f2c6f5 authored about 9 years ago
Merge pull request #14 from SaintDako/0.3.0

0.3.0

1c23130a1225224d8ca4187d11c66f30585dad5c authored about 9 years ago
Update .travis.yml

welcome to the future

a90cd90eb8e2a2888ba5193dd3e900837f8fd02b authored about 9 years ago
added .travis.yml and fixed tests

9d96ffbe10036ebae803465b152c23d23aca519b authored about 9 years ago
switched from bcrypt to bcryptjs and changed example to use 2 spaces; update version in package.json

d41bf72627e180c802bf8768d724fc4ccdd21067 authored over 9 years ago