Gabriel Grubba
|
5680dcbf8c
|
tests: solved reset tokens with reasons get cleaned up
|
2022-12-20 16:36:43 -03:00 |
|
Gabriel Grubba
|
f76c49d836
|
chore: update top-level index creation
|
2022-12-20 16:21:00 -03:00 |
|
Gabriel Grubba
|
7c74c16b47
|
tests: solved forgotPassword
|
2022-12-20 16:14:49 -03:00 |
|
Gabriel Grubba
|
61942c90fd
|
tests: solved reset password should not work when token is expired
|
2022-12-20 16:04:16 -03:00 |
|
Gabriel Grubba
|
388ce154ee
|
tests: solved reset password should work when token is not expired
|
2022-12-20 15:55:58 -03:00 |
|
Gabriel Grubba
|
4b6ae32e26
|
tests: login token observes get cleaned up
|
2022-12-20 15:48:33 -03:00 |
|
Gabriel Grubba
|
a3435ae1a4
|
tests: passwords - login token observes get cleaned up
|
2022-12-20 15:25:10 -03:00 |
|
Gabriel Grubba
|
df2a39c9ae
|
chore: solved insert user
|
2022-12-20 14:27:32 -03:00 |
|
Gabriel Grubba
|
e7ae2e5b47
|
tests: solved reset password doesn't work if email changed after email sent
|
2022-12-20 14:27:22 -03:00 |
|
Gabriel Grubba
|
727d4de8d3
|
wip: accounts-password tests
|
2022-12-20 14:14:45 -03:00 |
|
Gabriel Grubba
|
3d033b7131
|
wip: working in reset password doesn't work if email changed after email sent tests
|
2022-12-20 12:09:13 -03:00 |
|
Gabriel Grubba
|
91823e228e
|
chore: made resetPassword in accounts password async
|
2022-12-20 12:08:54 -03:00 |
|
Gabriel Grubba
|
33b96ae638
|
chore: made _createUserCheckingDuplicates async
|
2022-12-20 12:08:28 -03:00 |
|
Gabriel Grubba
|
67510a6811
|
wip: updating test in accounts-password
|
2022-12-20 11:40:28 -03:00 |
|
Gabriel Grubba
|
3266d92b97
|
chore: make finds async
|
2022-12-20 11:40:11 -03:00 |
|
Gabriel Grubba
|
463430be71
|
chore: updated _findUserByQuery to async
|
2022-12-20 11:39:57 -03:00 |
|
Gabriel Grubba
|
26d6d437a9
|
tests: solved user() out of context
|
2022-12-20 11:02:48 -03:00 |
|
Gabriel Grubba
|
fac48cba4e
|
tests: solved setPassword
|
2022-12-20 11:01:23 -03:00 |
|
Gabriel Grubba
|
1750f9c792
|
chore: updated setPasswordAsync and sendEmail
|
2022-12-20 11:01:12 -03:00 |
|
Gabriel Grubba
|
33cddfbd61
|
tests: passwords - createUser hooks & createUser hooks
|
2022-12-20 10:42:39 -03:00 |
|
Gabriel Grubba
|
71543d96cf
|
tests: password made methods async
|
2022-12-20 10:31:34 -03:00 |
|
Gabriel Grubba
|
829b3af6bb
|
chore: updated create index to be async in password
|
2022-12-20 10:31:18 -03:00 |
|
Gabriel Grubba
|
9ea38c75af
|
tests: updated accounts-base _checkForCaseInsensitiveDuplicates
|
2022-12-20 10:30:51 -03:00 |
|
Gabriel Grubba
|
6915c623c7
|
tests: updated passoword test setup
|
2022-12-20 10:30:21 -03:00 |
|
Gabriel Grubba
|
ef05f74ac8
|
Merge branch 'release-3.0' into release-3.0-tests-accounts-password
# Conflicts:
# packages/accounts-password/password_server.js
|
2022-12-20 09:47:26 -03:00 |
|
Gabriel Grubba
|
5685b2f775
|
Merge pull request #12316 from meteor/create-mongo-index-async
Create mongo index async
|
2022-12-19 09:54:24 -03:00 |
|
Gabriel Grubba
|
b71dfd325b
|
Merge branch 'devel' into release-3.0
|
2022-12-19 09:53:15 -03:00 |
|
Gabriel Grubba
|
95eec3794e
|
Merge pull request #12386 from meteor/release-3.0-email
Remove wrapAsync from email package
|
2022-12-19 09:41:25 -03:00 |
|
filipenevola
|
3800cb1998
|
Updates email.d.ts to include the new sendAsync
|
2022-12-17 08:24:58 -04:00 |
|
filipenevola
|
4868a2bb94
|
Changes Accounts.sendLoginTokenEmail to async
|
2022-12-17 08:20:13 -04:00 |
|
filipenevola
|
6799471779
|
Changes Accounts.sendResetPasswordEmail, Accounts.sendEnrollmentEmail,Accounts.sendVerificationEmail to async
|
2022-12-17 08:11:49 -04:00 |
|
filipenevola
|
7f4f9e3efd
|
Changes Accounts.sendResetPasswordEmail, Accounts.sendEnrollmentEmail,Accounts.sendVerificationEmail to async
|
2022-12-17 08:11:43 -04:00 |
|
filipenevola
|
222e801235
|
Adds Email.send using Email.sendAsync inside, handles error and prints a warning in case of success
|
2022-12-17 07:57:56 -04:00 |
|
filipenevola
|
d631371311
|
Changes email package to be fully async
Removes email package sync tests
Fixes email package test when a hook should cancel the send action
|
2022-12-17 01:39:34 -04:00 |
|
filipenevola
|
f6eea4b228
|
Adds a comment to wrapAsync usage inside deprecated http package
|
2022-12-17 01:34:33 -04:00 |
|
Matheus Castro
|
30b18260e9
|
Remove Fibers for Meteor Tools:
- Removing Promise.await usage on caching-compiler.js.
|
2022-12-16 12:13:59 -03:00 |
|
denihs
|
aeb84793ee
|
fix: using insertAsync on getAllNames
|
2022-12-16 10:42:44 -04:00 |
|
denihs
|
d66bf4b2a2
|
Merge remote-tracking branch 'origin/release-3.0' into release-3.0
|
2022-12-16 10:37:06 -04:00 |
|
denihs
|
bafd373bb6
|
fix: tests await insert on getAllNames
|
2022-12-16 10:36:55 -04:00 |
|
Gabriel Grubba
|
17025f2f72
|
Merge pull request #12382 from meteor/updating-meteor-generate-docs
docs: updating meteor generate docs
|
2022-12-16 00:27:02 -03:00 |
|
Gabriel Grubba
|
1da5a82514
|
chore: updated format in createUser function
|
2022-12-15 17:54:50 -03:00 |
|
Gabriel Grubba
|
b160c3eb17
|
wip: started working on accounts-password
|
2022-12-15 17:44:38 -03:00 |
|
Gabriel Grubba
|
6ca7f39890
|
Merge branch 'release-3.0' into create-mongo-index-async
# Conflicts:
# packages/babel-compiler/.npm/package/npm-shrinkwrap.json
|
2022-12-15 17:05:14 -03:00 |
|
Gabriel Grubba
|
017f1fd1db
|
Merge pull request #12381 from meteor/async-accounts-base
Making new Tinytest UI IE compatible
|
2022-12-15 16:52:01 -03:00 |
|
Gabriel Grubba
|
e36fb7b040
|
Merge remote-tracking branch 'origin/release-3.0' into async-accounts-base
|
2022-12-15 16:35:37 -03:00 |
|
Gabriel Grubba
|
91129808e0
|
docs: updating meteor generate docs
|
2022-12-15 16:06:21 -03:00 |
|
Gabriel Grubba
|
f7d6388bcc
|
Chore: making test in browser IE compatible
|
2022-12-15 15:57:11 -03:00 |
|
denihs
|
caaf909204
|
Merge branch 'devel' into release-3.0
|
2022-12-15 11:28:06 -04:00 |
|
Denilson
|
b863de027c
|
Merge pull request #12380 from meteor/origin/dev-bundle-14.21.1.7
New dev bundle version
|
2022-12-15 11:26:42 -04:00 |
|
denihs
|
c3d11410a9
|
New dev bundle version
|
2022-12-15 10:51:03 -04:00 |
|