Commit Graph

33408 Commits

Author SHA1 Message Date
Gabriel Grubba
c70321cb16 tests: solved remove email 2022-12-20 18:15:57 -03:00
Gabriel Grubba
335590cb4c tests: solved user with an email only differing in case 2022-12-20 18:12:01 -03:00
Gabriel Grubba
ebb9fbfc8c tests: solved add email when the user has an existing email 2022-12-20 18:09:31 -03:00
Gabriel Grubba
7b2d553b8e test: solved add email when user has not an existing email 2022-12-20 18:07:39 -03:00
Gabriel Grubba
cfba9458c4 tests: formated and solved add email & findUserByEmail 2022-12-20 18:06:24 -03:00
Gabriel Grubba
111914366a tests: solved change username should fail when there are 2022-12-20 18:04:20 -03:00
Gabriel Grubba
e4edb66b74 chore: added missing awaits in password_server/#setUsername 2022-12-20 17:55:57 -03:00
Gabriel Grubba
db0c607786 tests: added missing await in change username to a new one only differing 2022-12-20 17:55:37 -03:00
Gabriel Grubba
ac68a26601 tests: solved change username to a new one only differing 2022-12-20 17:54:23 -03:00
Gabriel Grubba
fa1980261d tests: solved change username & findUserByUsername 2022-12-20 17:53:00 -03:00
Gabriel Grubba
4595e9379d tests: solved reset tokens don't get cleaned up when enroll tokens are cleaned up 2022-12-20 17:51:02 -03:00
Gabriel Grubba
2be9427cef tests: solved enroll tokens don't get cleaned up when reset tokens are cleaned up 2022-12-20 17:50:07 -03:00
Gabriel Grubba
de5ef27fc7 tests: enroll tokens get cleaned up 2022-12-20 17:23:57 -03:00
Gabriel Grubba
c7cc907b79 tests: solved enroll password should not work when token is expired 2022-12-20 17:22:42 -03:00
Gabriel Grubba
d0c365cb85 tests: solved enroll password should work when token is not expired 2022-12-20 17:17:02 -03:00
Gabriel Grubba
c1239e32a2 tests: solved enroll password should work when token is not expired 2022-12-20 17:12:04 -03:00
Gabriel Grubba
657aa8275d chore: ensured that sendEnrollmentEmail is async 2022-12-20 17:11:53 -03:00
Gabriel Grubba
f36808d7cf tests: solved reset tokens without reasons get cleaned up 2022-12-20 16:47:55 -03:00
Gabriel Grubba
c4a5a1ce64 chore: updated accounts_server/#removeOtherTokens 2022-12-20 16:37:33 -03:00
Gabriel Grubba
c08e069e94 chore: made generate reset token async 2022-12-20 16:37:07 -03:00
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