Commit Graph

11346 Commits

Author SHA1 Message Date
filipenevola
68ef1f6b83 Bump version to 2.5-rc.0 2021-10-18 18:06:44 -04:00
Jan Dvorak
d83e31a31e 2.5-beta.4 2021-10-16 14:15:48 +02:00
Jan Dvorak
6af6dce096 Add history log for accounts-ui-unstyled 2021-10-15 16:47:33 +02:00
Filipe Névola
c9b8041a96 Merge pull request #11681 from meteor/feature/passwordless-ui
Passwordless for accounts-ui
2021-10-15 09:54:04 -04:00
Jan Dvorak
5127885037 Merge branch 'devel' into release-2.5 2021-10-15 10:01:02 +02:00
Jan Dvorak
07d70c2ffa Merge branch 'release-2.5' into feature/passwordless-ui 2021-10-14 10:56:00 +02:00
Jan Dvorak
c22d84d7aa Merge branch 'devel' into feature/fix-google-siteUrl 2021-10-14 10:53:24 +02:00
Jan Dvorak
dd0ed70229 WebApp option to always return content 2021-10-12 22:44:06 -04:00
Jan Dvorak
cad7de6cd3 passwordless - improve bug fixes 2021-10-12 22:44:06 -04:00
Jan Dvorak
d47c93f56a Bug fixes for passwordless with password present and auto sign-in 2021-10-12 22:44:06 -04:00
filipenevola
633af62b1b Bump version to 2.5.0-beta.3 2021-10-12 22:44:05 -04:00
filipenevola
79a8285a72 Fixing comments and versions 2021-10-12 22:44:05 -04:00
filipenevola
695d46a9f1 Renaming userObject to userData 2021-10-12 22:44:05 -04:00
filipenevola
e69b0e6a4a Removing format changes on accounts_server.js 2021-10-12 22:44:04 -04:00
filipenevola
77556acda9 Adding extra data to subject email call 2021-10-12 22:44:04 -04:00
filipenevola
91058f18d4 If the email was informed we will notify only this email 2021-10-12 22:44:04 -04:00
filipenevola
dd34d48eac Fixing indexes 2021-10-12 22:44:03 -04:00
filipenevola
8c9b31d6c8 Creating tokens using id or email with the sequence 2021-10-12 22:44:03 -04:00
Renan Castro
794a3cd5f5 Accounts-passwordless - make it possible to work with multiple selectors for an user 2021-10-12 22:44:03 -04:00
filipenevola
b7680dab4c Verifies email when authenticating with token 2021-10-12 22:44:03 -04:00
filipenevola
8445125523 Returning the userId after creating it 2021-10-12 22:44:02 -04:00
filipenevola
ffa585cb40 Centralizing code between accounts-password and passwordless
Adding TODOs (TODO [accounts-passwordless]) for remaining work
Creating an explicit option `userCreationDisabled` to avoid creating user when requesting a token
2021-10-12 22:44:02 -04:00
Renan Castro
91d5e3b1c7 Accounts-passwordless - working first version, moved some methods to accounts-base 2021-10-12 22:44:02 -04:00
filipenevola
e19bcc07ad Fixing accounts-passwordless initial issues 2021-10-12 22:44:02 -04:00
Renan Castro
87779447df Accounts-passwordless - add core logic and support auto login 2021-10-12 22:44:01 -04:00
Renan Castro
a1ae614535 Accounts-passwordless - starting server-side code 2021-10-12 22:44:01 -04:00
Renan Castro
a16b6ba7bb Add initial code for accounts-passwordless 2021-10-12 22:44:01 -04:00
Jan Dvorak
4e0a311c52 Meteor 2.5-beta.2 2021-10-12 22:44:00 -04:00
Jan Dvorak
2f0bfde07a Use final version of cordova-plugin-meteor-webapp in Webapp 2021-10-12 22:44:00 -04:00
Jan Dvorak
968b091b4e Meteor 2.5-beta.1 2021-10-12 22:43:59 -04:00
Jan Dvorak
f5ac145b71 Remove unneeded todo comment 2021-10-12 22:43:58 -04:00
Jan Dvorak
571edae769 Lint & prettier for service configurations 2021-10-12 22:43:58 -04:00
Jan Dvorak
2f46fc838b ecmascript for service-configuration 2021-10-12 22:43:58 -04:00
Jan Dvorak
cef181583a Get property first before checking 2021-10-12 22:43:58 -04:00
Jan Dvorak
b1becf77d7 Service configuration from Meteor.settings 2021-10-12 22:43:57 -04:00
Jan Dvorak
13ebd25134 Lint accounts_common 2021-10-12 22:43:57 -04:00
Jan Dvorak
96a7a14909 Suggestions from PR 2021-10-12 22:43:57 -04:00
Jan Dvorak
ffc58569d2 accounts-base set config from Meteor.settings 2021-10-12 22:43:56 -04:00
filipenevola
7733702379 Bump version to 2.5.0-beta.0 2021-10-12 22:43:56 -04:00
zodern
371a69f731 Fix race conditions in HMR
- To know which change sets to apply, the client needs to know when the version running was built. It used the time the client loaded, but it could have loaded after a new version of the app was built, especially on cordova. Now it uses the actual time the client was built.
- On cordova, there is a delay between the client knowing there is an update available, and being able to reload the page to use the new version.
2021-10-12 22:43:55 -04:00
zodern
8813bdd3df Check origin instead of HMR secret for cordova 2021-10-12 22:43:55 -04:00
zodern
fe78e20c31 Add support for legacy client to modules-runtime-hot 2021-10-12 22:43:55 -04:00
zodern
fffebc20e3 Fix infinite loop 2021-10-12 22:43:55 -04:00
zodern
d63ff51da1 Load react refresh in first module that uses it 2021-10-12 22:43:55 -04:00
zodern
c4fd036bde Use ReactFastRefresh.getBabelPlugins 2021-10-12 22:43:54 -04:00
zodern
e1e67e708c Fix check if react refresh is enabled on cordova 2021-10-12 22:43:54 -04:00
zodern
8414992fb0 Fix watching for changes on other arch's 2021-10-12 22:43:54 -04:00
zodern
700b4581e7 Fix loading react-fast-refresh in cordova 2021-10-12 22:43:54 -04:00
zodern
133273ff24 Enable HMR for all web arch's 2021-10-12 22:43:53 -04:00
Renan Castro
644671f378 - Use cordovaServerPort on iOS to avoid server port conflicts
- Apply clearTextTraffic permission only for development mode on android
2021-10-12 22:43:53 -04:00