Commit Graph

11357 Commits

Author SHA1 Message Date
filipenevola
77dfa0de5f Bump version to 2.5-rc.1 2021-10-19 14:23:30 -04:00
Filipe Névola
71b5a1a009 Merge pull request #11705 from meteor/fix/hmr-bugs-3
Fix HMR bugs
2021-10-19 14:18:48 -04:00
zodern
dcaf8e3bc9 Fix storing require hook data for correct hook 2021-10-19 11:33:39 -05:00
filipenevola
4a1ca38f8f Merge branch 'devel' into release-2.5 2021-10-19 10:34:22 -04:00
filipenevola
11fe771a4b dynamic-import@0.7.2 2021-10-19 10:25:58 -04:00
Jan Dvorak
5dad427d9c Merge branch 'devel' into dynamic-import-add-root-url-path-prefix-to-fetch-url 2021-10-19 08:28:41 +02:00
Mario Jr
745e55dea9 fix: prevent wrong path in dynamic-import if ROOT_URL_PATH_PREFIX is null
Change requested by @filipenevola
2021-10-18 20:04:50 -03:00
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
zodern
c59832992e Do not log disconnection when expected 2021-10-15 17:03:53 -05:00
zodern
a895fe431c Fix errors and warnings when checking exports 2021-10-15 17:03:33 -05:00
zodern
8a9e91ccf9 Enable skipEnvCheck option 2021-10-15 16:16:28 -05: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
Mario Jr
94ddacf836 fix: allow dynamic import to work when meteor is running with a path
When setting "useLocationOrigin: true" and also using a root url like
ROOT_URL=http://host:port/mypath , dynamic-import will ignore
"mypath" when fetching for files to be imported, resulting in a 404 for these
files.

To bypass this problem, i changed the code to prepend the "mypath" to the
module's URL, before trying to fetch it.

Related to #11105.
2021-10-14 11:13:40 -03: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