Harry Adel

Results 40 issues of Harry Adel

Why can't I seem to find the docs for many methods/properties located in [password_server.js](https://github.com/meteor/meteor/blob/e3ff09ef4464c1bda55155324c576036f52786e0/packages/accounts-password/password_server.js)? Like [generateOptionsForEmail](https://github.com/meteor/meteor/blob/e3ff09ef4464c1bda55155324c576036f52786e0/packages/accounts-password/password_server.js#L624) and others? Are those low level functions that you're not supposed to be tampering...

good first issue

Add SimpleSchema and Collection2

`NonEmptyString` is a function used throughout the codebase and even had a comment recommending it being added to the `check` package which what I did. ```js const NonEmptyString = Match.Where(x...

Project:Accounts:Password

This PR adds the ability to encrypt your [emails using PGP](https://github.com/nodemailer/nodemailer-openpgp) by adding `encryptionKeys` & `shouldSign` to `sendEmail` like so: ```js Email.sendAsync({ from: '[email protected]', to: '[email protected]', text: '*Cool*, man', html:...

Project:Utilities:Email

This will be the very first PR of many to come in order to purge Underscore from Meteor codebase. I must admit @filipenevola was right and I was wrong, splitting...

Project:Webapp