denihs
482acb00f6
Merge branch 'release-3.0' into release-3.0-tools-and-mongo
...
# Conflicts:
# packages/promise/promise-tests.js
2023-01-23 15:41:56 -04:00
Edimar Cardoso
a036066611
Refectory mongo packages
...
- Using isomorphy async methods with the suffix Async;
- Changing tests to use async methods on client and server
- Fix tests
2023-01-16 22:47:48 -03:00
Gabriel Grubba
ad76faf92f
chore: updated oauth_server to use expressHandler
2023-01-13 16:29:54 -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
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
denihs
f60bfc7f75
Revert "Revert "Merge pull request #12273 from meteor/release-2.9""
...
This reverts commit 5d19fec09b .
2022-12-12 10:17:42 -04:00
denihs
5d19fec09b
Revert "Merge pull request #12273 from meteor/release-2.9"
...
This reverts commit 19e9e2082e , reversing
changes made to 644592cedc .
2022-12-12 09:53:19 -04:00
Gabriel Grubba
48b6e9ca46
Meteor version to 2.9.0 ☄️
2022-12-07 10:28:32 -03:00
Gabriel Grubba
e7092b70af
Meteor version to 2.9.0-rc.11
2022-12-06 17:00:59 -03:00
Gabriel Grubba
de7c362f51
Meteor version to 2.9.0-rc.10 ☄️
2022-12-06 14:08:57 -03:00
Gabriel Grubba
35123ff3a0
Revert "Meteor version to 2.9.0 ☄️ "
...
This reverts commit 67abe13459 .
2022-12-06 14:03:44 -03:00
Gabriel Grubba
67abe13459
Meteor version to 2.9.0 ☄️
2022-12-05 18:54:36 -03:00
Gabriel Grubba
bbe159edae
Meteor version to 2.9.0-rc.9 ☄️
2022-12-02 14:41:01 -03:00
Gabriel Grubba
e35c182d4c
Meteor version to 2.9.0-rc.7 ☄️
2022-12-02 11:54:16 -03:00
Gabriel Grubba
1fb05e690a
Meteor version to 2.9.0-rc.7 ☄️
2022-12-02 11:30:51 -03:00
Gabriel Grubba
dba13e5c1a
Meteor version to 2.9.0-rc.6 ☄️
2022-12-02 11:18:04 -03:00
Gabriel Grubba
060d181870
Meteor version to 2.9.0-rc.5 ☄️
2022-12-01 16:46:57 -03:00
Gabriel Grubba
4053f55616
Meteor version to 2.9.0-rc.4 ☄️
2022-12-01 16:32:57 -03:00
Gabriel Grubba
e152d385ff
Meteor version to 2.9.0-rc.3 ☄️
2022-12-01 16:16:11 -03:00
Gabriel Grubba
3a05f715e3
Meteor version to 2.9.0-rc.2 ☄️
2022-11-30 18:33:29 -03:00
Gabriel Grubba
b461058b33
Meteor version to 2.9.0-rc.1 ☄️
2022-11-30 12:18:36 -03:00
Gabriel Grubba
f3c6de4a71
Meteor version to 2.9-rc.0 ☄️
2022-11-30 11:57:21 -03:00
Gabriel Grubba
c25ae39cc7
Meteor version to 2.9.0-beta.1 ☄️
2022-11-21 11:54:57 -03:00
Gabriel Grubba
d944665433
Meteor version to 2.9.0-beta.0 ☄️
2022-11-21 11:37:37 -03:00
Edimar Cardoso
16b2f47d1e
Create method Oauth._fetch to use in Oauth packages and centralize calls.
2022-08-26 10:35:16 -03:00
Edimar Cardoso
90e19a2f07
Change accounts and oauth to use async for Weibo account
2022-08-26 09:32:50 -03:00
Edimar Cardoso
01ccdb0d0d
Change Oauth middleware to the async method.
...
Changing tests to async because the current test flow capture data from mock data.
2022-08-24 09:17:05 -03:00
denihs
67202ce0c3
- updating history.md
...
- bumping package versions
2022-03-28 09:59:43 -04:00
Vincent CARPENTIER
feb352ea1a
fix
2022-03-23 14:14:09 +01:00
Vincent CARPENTIER
aae2dd85e5
Check effectively if popup was blocked by browser
2022-03-23 11:55:07 +01:00
Filipe Névola
3ae22ca820
Bump oauth package to 2.1.1
2022-01-05 16:09:44 -04:00
Jan Dvorak
c8afd3b1d2
Improve comment for empty catch
2022-01-01 11:28:06 +01:00
Jan Dvorak
b656720d33
Fix #11817 add try/catch to end of redirect response
2022-01-01 11:24:34 +01:00
Jan Dvorak
b234720d8d
Fix GitHub OAuth
2021-10-27 17:43:04 +02:00
Jan Dvorak
a6d65cddb7
Release 2.4
2021-09-14 09:30:22 +02:00
Jan Dvorak
2dbadcbd5f
2.4-rc.6
2021-09-09 16:19:41 +02:00
filipenevola
5cc351bdab
Bump version to 2.4.0-rc.5
2021-09-05 21:47:29 -07:00
Jan Dvorak
621a851094
2.4-rc.4
2021-09-02 10:22:22 +02:00