Edimar Cardoso
8a5631cb12
Fix tests for Oplog
2023-01-06 10:49:44 -03:00
Edimar Cardoso
1634bf4519
Fix tests for DocFetcher
2023-01-03 15:01:22 -03:00
Edimar Cardoso
fcb7f8f8e7
Remove callback and transform mongodb methods in async
2023-01-03 11:25:17 -03:00
Edimar Cardoso
65b76c7223
Merge branch 'release-3.0' into release-3.0-mongo-tests
2023-01-02 09:12:15 -03:00
Gabriel Grubba
b5f8c837fb
Merge pull request #12406 from meteor/release-3.0-tests-oauth
...
Making oauth async
2022-12-28 15:17:10 -03:00
Gabriel Grubba
ff8a2e22e9
Merge pull request #12405 from meteor/release-3.0-tests-accounts-2fa
...
Making accounts-2fa async
2022-12-28 15:15:35 -03:00
Gabriel Grubba
d4a61fccaf
docs: updated docs on what changed in oauth
2022-12-28 15:11:31 -03:00
Gabriel Grubba
bc34276f06
tests: solved _endOfLoginResponse with redirect loginStyle supports ROOT_URL_PATH_PREFIX
2022-12-28 14:44:38 -03:00
Gabriel Grubba
61f70948f7
tests: solved _endOfLoginResponse with redirect loginStyle supports unspecified ROOT_URL_PATH_PREFIX
2022-12-28 14:44:15 -03:00
Gabriel Grubba
fb7197689f
tests: solved _endOfLoginResponse with popup loginStyle supports ROOT_URL_PATH_PREFIX
2022-12-28 14:43:45 -03:00
Gabriel Grubba
0e695b1d19
tests: solved _endOfLoginResponse with popup loginStyle supports unspecified ROOT_URL_PATH_PREFIX
2022-12-28 14:43:05 -03:00
Gabriel Grubba
fda4c17d5c
chore: made oauth server methods async
...
Now is async:
- renderEndOfLoginResponse
- _renderOauthResults
- _endOfLoginResponse
_endOfRedirectResponseTemplate and _endOfPopupResponseTemplate are now async functions that return the same result as before
2022-12-28 14:42:55 -03:00
Gabriel Grubba
91dad1ab50
tests: solved pendingCredential requires credential secret
2022-12-28 14:18:03 -03:00
Gabriel Grubba
75b565f56b
tests: solved pendingCredential handles duplicate key
2022-12-28 14:17:15 -03:00
Gabriel Grubba
acefb4ae39
tests: solved null, undefined key for pendingCredential
2022-12-28 14:16:30 -03:00
Gabriel Grubba
c4e0baaaaa
tests: solved pendingCredential handles Meteor.Errors
2022-12-28 14:15:00 -03:00
Gabriel Grubba
a39299fd87
chore: _storePendingCredential is now async
2022-12-28 12:09:52 -03:00
Gabriel Grubba
c913b8396b
tests: solved pendingCredential handles Errors
2022-12-28 12:09:42 -03:00
Gabriel Grubba
0b65346dbd
chore: made Assets.getText async
2022-12-28 12:09:33 -03:00
Gabriel Grubba
b29920b8bf
docs: added accounts-2fa to changelog
2022-12-28 10:30:00 -03:00
Gabriel Grubba
18b80d86fe
tests: solvedaccount - 2fa - has2faEnabled - server
2022-12-28 10:17:45 -03:00
Gabriel Grubba
79a47c0b46
chore: made accounts-2fa server async
2022-12-28 10:17:34 -03:00
Filipe Névola
c8700ddf0f
Merge pull request #12399 from meteor/release-3.0-minifier-js
...
async minifier js
2022-12-22 13:00:47 -04:00
Edimar Cardoso
84d3b61470
Remove callback and transform mongodb methods in async
2022-12-22 11:26:41 -03:00
filipenevola
1d217fc00e
Updates meteorJsMinify to async
2022-12-22 10:24:30 -04:00
Edimar Cardoso
ddbaf0c3cc
Remove callback and transform mongodb methods in async
2022-12-22 00:11:17 -03:00
Edimar Cardoso
25ab772ceb
Remove callback and transform mongodb methods in async
2022-12-21 16:07:16 -03:00
Edimar Cardoso
abb97197ad
Merge branch 'release-3.0' into release-3.0-mongo-tests
2022-12-21 14:35:44 -03:00
Edimar Cardoso
f121e423e4
Merge pull request #12394 from meteor/release-3.0-rem-mongo-async-pkg
...
Moves code from mongo-async package back to mongo package
2022-12-21 14:33:02 -03:00
Edimar Cardoso
21fd5da72e
Merge branch 'release-3.0-rem-mongo-async-pkg' into release-3.0-mongo-tests
2022-12-21 11:17:52 -03:00
Edimar Cardoso
c9a4addadc
Fix post merge
2022-12-21 11:16:36 -03:00
Edimar Cardoso
d74505a86c
Remove callback and transform mongodb insert in async
2022-12-21 11:14:27 -03:00
Edimar Cardoso
9b7c649a0c
Merge branch 'release-3.0-rem-mongo-async-pkg' into release-3.0-mongo-tests
...
# Conflicts:
# packages/mongo/mongo_livedata_tests.js
2022-12-21 09:40:21 -03:00
Edimar Cardoso
cacce7f486
Merge pakcage mongo-async into mongo
2022-12-21 09:39:29 -03:00
Edimar Cardoso
ebcd4efb46
Merge branch 'release-3.0-rem-mongo-async-pkg' into release-3.0-mongo-tests
...
# Conflicts:
# packages/mongo/collection.js
# packages/mongo/mongo_driver.js
# packages/mongo/mongo_livedata_tests.js
# packages/mongo/observe_changes_tests.js
# packages/mongo/observe_multiplex.js
# packages/mongo/oplog_observe_driver.js
2022-12-21 02:04:03 -03:00
Edimar Cardoso
b23c901ad1
Merge branch 'release-3.0' into release-3.0-mongo-tests
2022-12-21 01:58:06 -03:00
Edimar Cardoso
4d602f42be
Merge pakcage mongo-async into mongo
2022-12-21 01:57:54 -03:00
Edimar Cardoso
88017c45b1
Transform Mongodb update method (client and server) in async.
2022-12-21 01:52:54 -03:00
Gabriel Grubba
0b0dc6ec38
Merge pull request #12392 from meteor/release-3.0-boilerplate-generator
...
Remove toHTML method from boilerplate-generator
2022-12-20 17:36:55 -03:00
Matheus Castro
0389e8b010
Remove Fibers from boilerplate-generator:
...
- Remove toHTML() method since it was already deprecated, and it also used Fibers.
2022-12-20 17:29:08 -03:00
Edimar Cardoso
33ef040605
Go Back to using the mongo package
2022-12-19 14:56:35 -03:00
Edimar Cardoso
26e92c8959
Remove callback and transform mongodb insert in async
2022-12-19 14:39:08 -03:00
Edimar Cardoso
771de1b067
Merge branch 'release-3.0' into release-3.0-mongo-tests
2022-12-19 14:32:54 -03:00
Edimar Cardoso
6587c38710
Fix Mongo Async tests
2022-12-19 14:17:18 -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