Gabriel Grubba
b38ed076ae
removed fibers use
2023-01-17 11:32:25 -03:00
Gabriel Grubba
4582ea6eb4
tests: solved meteor-promise - sanity
2023-01-16 20:29:00 -03:00
Gabriel Grubba
74e029d164
Merge pull request #12440 from meteor/release-3.0-tests-webapp
...
Release 3.0 tests webapp
2023-01-12 10:13:36 -03:00
Gabriel Grubba
9329d91498
tests: updated server-render tests
2023-01-11 18:19:32 -03:00
Gabriel Grubba
c9c48ccf37
tests: solved webapp tests
2023-01-11 18:19:22 -03:00
Gabriel Grubba
40e525eef8
chore: made getBoilerplate return a promise
2023-01-11 18:19:06 -03:00
Gabriel Grubba
94adfe159f
docs: updated webapp docs
2023-01-11 18:18:51 -03:00
Gabriel Grubba
b3cb1747a3
Merge pull request #12425 from meteor/release-3.0-tests-oauth2
...
Making oauth2 async
2023-01-04 17:51:01 -03:00
Gabriel Grubba
5b2221852c
docs: updated oauth2 docs in changelog
2023-01-04 17:41:43 -03:00
Gabriel Grubba
2d60fb298a
tests: solved testPendingCredential in oauth2
2023-01-04 17:26:17 -03:00
Gabriel Grubba
a361ec5004
chore: made oauth2 async
2023-01-04 17:24:22 -03:00
Denilson
eef93f735e
Merge pull request #12420 from meteor/release-3.0-tests-accounts-password
...
Making accounts-password async
2023-01-04 11:02:51 -04:00
Gabriel Grubba
1124280714
Merge branch 'release-3.0' into release-3.0-tests-accounts-password
...
# Conflicts:
# docs/history.md
2023-01-04 11:45:46 -03:00
Gabriel Grubba
ee462d1a66
Merge pull request #12407 from meteor/release-3.0-tests-oauth1
...
Release 3.0 making `oauth1` async
2023-01-04 10:04:48 -03:00
Gabriel Grubba
bd5c1af9cc
docs: added oauth1 in changelog
2022-12-28 16:37:03 -03:00
Gabriel Grubba
0a77a3788f
docs: updated oauth async methods
2022-12-28 16:34:18 -03:00
Gabriel Grubba
2708571624
tests: solved undefined key for request token
2022-12-28 16:08:36 -03:00
Gabriel Grubba
f9fe5a4deb
tests: solved duplicate key for request token
2022-12-28 16:07:37 -03:00
Gabriel Grubba
a1bc475cb7
tests: solved pending credentials
2022-12-28 16:01:03 -03:00
Gabriel Grubba
8f58e55c91
chore: added missing awaits in oauth1_server.js
2022-12-28 16:00:46 -03:00
Gabriel Grubba
8bee8ea850
chore: _storeRequestToken and _retrieveRequestToken are now async
2022-12-28 16:00:22 -03:00
Gabriel Grubba
37e0fe55f4
chore: _cleanStaleResults is now async
2022-12-28 15:59:48 -03:00
Gabriel Grubba
2823b97cee
chore: ensureConfigured is now async
2022-12-28 15:59:25 -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
denihs
6061d9c643
Merge remote-tracking branch 'origin/release-3.0-tests-accounts-password' into release-3.0-tests-accounts-password
2022-12-28 11:45:07 -04:00
denihs
ce22f2d548
- fixing all tests for accounts-password
...
- small fix for ddp-client, checking if the call isFromCallAsync. If yes, return the promise so we can get the result
- showing test name when it runs after process is done
2022-12-28 11:44:54 -04: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
ba98f5288c
docs: specified more in changelog
2022-12-28 10:56:43 -03:00
Gabriel Grubba
7fcc826185
docs: updated changelog in what has changed
2022-12-28 10:56:03 -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
Gabriel Grubba
f501739f58
docs: updated accounts-password docs
2022-12-28 09:35:04 -03:00
denihs
d4640a39ed
- returning result for callback on internalLoginWithPassword
2022-12-27 15:54:59 -04:00
denihs
efe67c79d9
- wait fence.beginWrite()
2022-12-22 14:18:17 -04:00
denihs
768b856cbe
Merge branch 'release-3.0' into release-3.0-tests-accounts-password
...
# Conflicts:
# packages/mongo-async/oplog_observe_driver.js
2022-12-22 14:17:09 -04: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